All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-13 15:59:03 to 2017-10-13 16:35:30 UTC [more...]

[PATCH 0/8] ASoC: Prepare Sound Open Firmware (SOF) driver integration
 2017-10-13 16:35 UTC  (3+ messages)
` [PATCH 3/8] ASoC: ACPI: add new fields for SOF support

[PATCH 0/6] Use new DRM API where possible, and cleanups
 2017-10-13 16:35 UTC  (13+ messages)
` [PATCH v2 1/6] drm/amd/display: Use DRM new-style object iterators
` [PATCH 2/6] drm/amd/display: Use new DRM API where possible
` [PATCH 5/6] drm/amd/display: Fix typo
` [PATCH 6/6] drm/amd/display: Remove useless pcrtc pointer

[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
 2017-10-13 16:38 UTC  (6+ messages)

[RESEND PATCH v7 0/1] ZII RAVE platform driver
 2017-10-13 16:34 UTC  (6+ messages)
` [RESEND PATCH v7 1/1] platform: Add driver for RAVE Supervisory Processor

[Qemu-devel] [PATCH v3 00/13] nbd minimal structured read
 2017-10-13 16:34 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 09/13] nbd: Minimal structured read for server

Patch "rcu: Allow for page faults in NMI handlers" has been added to the 4.4-stable tree
 2017-10-13 16:34 UTC 

[PATCH v2 0/5] qla2xxx: Patches for scsi-misc
 2017-10-13 16:34 UTC  (6+ messages)
` [PATCH v2 1/5] qla2xxx: Add module param ql2xenablemsix
` [PATCH v2 2/5] qla2xxx: Add ATIO-Q processing for INTx mode
` [PATCH v2 3/5] qla2xxx: Allow MBC_GET_PORT_DATABASE to query and save the port states
` [PATCH v2 4/5] qla2xxx: Changes to support N2N logins
` [PATCH v2 5/5] qla2xxx: Update driver version to 10.00.00.02-k

[PATCH -stable] rcu: Allow for page faults in NMI handlers
 2017-10-13 16:33 UTC  (4+ messages)

assert(objiter->second->version > last_divergent_update) when testing pull out disk and insert
 2017-10-13 16:33 UTC  (2+ messages)

[PATCH V7 0/6] blk-mq-sched: improve sequential I/O performance
 2017-10-13 16:33 UTC  (16+ messages)
` [PATCH V7 4/6] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops

[kernel-hardening] [RFC V2 0/6] add more kernel pointer filter options
 2017-10-13 16:32 UTC  (14+ messages)

Support for Intel 82579LM (8086:1502)
 2017-10-13 16:32 UTC  (2+ messages)
` [PATCH] net/e1000: add pci ids for 82579LM

libxl: vpl011: Fix hex to dec conversion of vuart_gfn in libxl__device_vuart_add
 2017-10-13 16:32 UTC  (9+ messages)

[RFC PATCH 00/30] v8.2 half-precision support (work-in-progress)
 2017-10-13 16:24 UTC  (60+ messages)
` [Qemu-devel] "
` [RFC PATCH 01/30] linux-user/main: support dfilter
  ` [Qemu-devel] "
` [RFC PATCH 02/30] arm: introduce ARM_V8_FP16 feature bit
  ` [Qemu-devel] "
` [RFC PATCH 03/30] include/exec/helper-head.h: support f16 in helper calls
  ` [Qemu-devel] "
` [RFC PATCH 04/30] target/arm/cpu.h: update comment for half-precision values
  ` [Qemu-devel] "
` [RFC PATCH 05/30] softfloat: implement propagateFloat16NaN
  ` [Qemu-devel] "
` [RFC PATCH 06/30] fpu/softfloat: implement float16_squash_input_denormal
  ` [Qemu-devel] "
` [RFC PATCH 07/30] fpu/softfloat: implement float16_abs helper
  ` [Qemu-devel] "
` [RFC PATCH 08/30] softfloat: add half-precision expansions for MINMAX fns
  ` [Qemu-devel] "
` [RFC PATCH 09/30] softfloat: propagate signalling NaNs in MINMAX
  ` [Qemu-devel] "
` [RFC PATCH 10/30] softfloat: improve comments on ARM NaN propagation
  ` [Qemu-devel] "
` [RFC PATCH 11/30] target/arm: implement half-precision F(MIN|MAX)(V|NMV)
  ` [Qemu-devel] "
` [RFC PATCH 12/30] target/arm/translate-a64.c: handle_3same_64 comment fix
  ` [Qemu-devel] "
` [RFC PATCH 13/30] target/arm/translate-a64.c: AdvSIMD scalar 3 Same FP16 initial decode
  ` [Qemu-devel] "
` [RFC PATCH 14/30] softfloat: 16 bit helpers for shr, clz and rounding and packing
  ` [Qemu-devel] "
` [RFC PATCH 15/30] softfloat: half-precision add/sub/mul/div support
  ` [Qemu-devel] "
` [RFC PATCH 17/30] target/arm/translate-a64.c: add FP16 FMULX
  ` [Qemu-devel] "
` [RFC PATCH 18/30] target/arm/translate-a64.c: add AdvSIMD scalar two-reg misc skeleton
  ` [Qemu-devel] "
` [RFC PATCH 19/30] Fix mask for AdvancedSIMD 2 reg misc
  ` [Qemu-devel] "
` [RFC PATCH 20/30] softfloat: half-precision compare functions
  ` [Qemu-devel] "
` [RFC PATCH 21/30] target/arm/translate-a64: add FP16 2-reg misc compare (zero)
  ` [Qemu-devel] "
` [RFC PATCH 22/30] target/arm/translate-a64.c: add FP16 FAGCT to AdvSIMD 3 Same
  ` [Qemu-devel] "
` [RFC PATCH 23/30] softfloat: add float16_rem and float16_muladd (!CHECK)
  ` [Qemu-devel] "
` [RFC PATCH 24/30] disas_simd_indexed: support half-precision operations
  ` [Qemu-devel] "
` [RFC PATCH 25/30] softfloat: float16_round_to_int
  ` [Qemu-devel] "
` [RFC PATCH 26/30] tests/test-softfloat: add a simple test framework
  ` [Qemu-devel] "
` [RFC PATCH 27/30] target/arm/translate-a64.c: add FP16 FRINTP to 2 reg misc
  ` [Qemu-devel] "
` [RFC PATCH 28/30] softfloat: float16_to_int16 conversion
  ` [Qemu-devel] "
` [RFC PATCH 29/30] tests/test-softfloat: add f16_to_int16 conversion test
  ` [Qemu-devel] "
` [RFC PATCH 30/30] target/arm/translate-a64.c: add FP16 FCVTPS to 2 reg misc
  ` [Qemu-devel] "

[Qemu-devel] [PATCH v2 0/5] Add a valid_cpu_types property
 2017-10-13 16:29 UTC  (3+ messages)

[Qemu-devel] dynamic DRAM base for ArmVirtQemu
 2017-10-13 16:30 UTC  (3+ messages)

[PATCH RESEND] regulator: rn5t618: add RC5T619 PMIC support
 2017-10-13 16:29 UTC  (2+ messages)

[PATCH][net-next] cxgb4: fix missing break in switch and indent return statements
 2017-10-13 16:29 UTC  (2+ messages)

max1363 driver not working with iio_generic_buffer tool
 2017-10-13 16:28 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix warning about overflow
 2017-10-13 16:28 UTC  (5+ messages)

[PATCH 1/2] Input: goodix - support gt1151 touchpanel
 2017-10-13 16:02 UTC  (2+ messages)

[PATCH] wayland-protocols: upgrade to 1.11
 2017-10-13 16:28 UTC  (3+ messages)

[PATCH 1/2] null_blk: update usage hints for submit_queues
 2017-10-13 16:26 UTC  (2+ messages)
` [PATCH 2/2] null_blk: add usage hints for no_sched

[PATCH v2] x86/hvm: Add MSR old value
 2017-10-13 16:26 UTC  (3+ messages)

[PATCH] xfs: move two more RT specific functions into CONFIG_XFS_RT
 2017-10-13 16:26 UTC  (2+ messages)

[PATCH 0/2] Update the usage hints of submit_queues and
 2017-10-13 16:24 UTC 

[PATCH v2 00/10] drm/i915: Plane assert/readout cleanups etc
 2017-10-13 16:24 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Plane assert/readout cleanups etc. (rev2)

[PATCH v2 0/9] Baytrail-Cherrytrail updates
 2017-10-13 16:23 UTC  (3+ messages)

[SPDK] Error Occurs Randomly when Loading BlobFS Super Block
 2017-10-13 16:21 UTC 

[RFC PATCH] xfs: Properly retry failed dquot items in case of error during buffer writeback
 2017-10-13 16:21 UTC  (5+ messages)

[PATCH v8 0/9] Application Data Integrity feature introduced by SPARC M7
 2017-10-13 16:18 UTC  (9+ messages)
` [PATCH v8 9/9] sparc64: Add support for ADI (Application Data Integrity)

[lkp-robot] [x86/kconfig] 81d3871900: BUG:unable_to_handle_kernel
 2017-10-13 16:19 UTC  (9+ messages)

[PATCH 1/2] drm/i915: Disable -Woverride-init
 2017-10-13 16:18 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Add -Wunused-const-variable to our build

[PATCH v11 0/9] complete deferred page initialization
 2017-10-13 16:18 UTC  (19+ messages)
` [PATCH v11 7/9] arm64/kasan: add and use kasan_map_populate()

[Qemu-devel] host physical address width issues/questions for x86_64
 2017-10-13 16:17 UTC 

[RFC PATCH 0/3] Add mmap(MAP_CONTIG) support
 2017-10-13 16:17 UTC  (11+ messages)
` [RFC PATCH 3/3] mm/map_contig: "

[PATCH v12 00/30] xfs: online scrub support
 2017-10-13 16:16 UTC  (5+ messages)
` [PATCH 05/30] xfs: create inode pointer verifiers

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-13 16:16 UTC  (6+ messages)
` [PATCH v3 19/28] arm64/sve: ptrace and ELF coredump support

[PATCH for-4.10] libxl: handle NULL in libxl__enum_from_string
 2017-10-13 16:16 UTC  (6+ messages)

[PATCH v2] USB: Force disconnect Huawei 4G modem during suspend
 2017-10-13 16:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] configure: pick the right compiler for OpenBSD by default
 2017-10-13 16:14 UTC  (6+ messages)

[Buildroot] [PATCH 1/2] linux: bump default to version 4.13.6
 2017-10-13 16:14 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux-headers: bump 3.2.x and 4.{4, 9, 13}.x series

[PATCH] KVM: PPC: fix oops when checking KVM_CAP_PPC_HTM
 2017-10-13 16:14 UTC  (4+ messages)

[PATCH v4] pidns: introduce syscall translate_pid
 2017-10-13 16:13 UTC  (3+ messages)

[GIT PULL v2 membarrier/urgent] membarrier commits for 4.14
 2017-10-13 16:12 UTC  (6+ messages)
` [PATCH tip/sched/membarrier 1/5] membarrier: Provide register expedited private command
` [PATCH tip/sched/membarrier 2/5] membarrier: selftest: Test private expedited cmd
` [PATCH tip/sched/membarrier 3/5] membarrier: Document scheduler barrier requirements
` [PATCH tip/sched/membarrier 4/5] membarrier: Remove unused code for architectures without membarrier hooks
` [PATCH tip/sched/membarrier 5/5] Fix: membarrier: Handle CLONE_VM + !CLONE_THREAD correctly on powerpc

[Qemu-devel] [PATCH v3] tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD
 2017-10-13 16:12 UTC  (3+ messages)

[PATCH] f2fs: skip searching non-exist range in truncate_hole
 2017-10-14  0:13 UTC 

[PATCH] powerpc/eeh: make eeh_ops structures _ro_after_init
 2017-10-13 16:11 UTC  (3+ messages)

[PATCH 1/2] x86/boot: fix early error display
 2017-10-13 16:10 UTC  (6+ messages)
` [PATCH 2/2] x86/boot: rename send_chr to print_err

[PATCH net-next 0/5] net: dsa: master and slave helpers
 2017-10-13 16:10 UTC  (7+ messages)
` [PATCH net-next 5/5] net: dsa: split dsa_port's netdev member

[PATCH 00/10] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-10-13 16:09 UTC  (12+ messages)
` [PATCH 01/10] PCI: dwc: use DMA-API for allocating MSI data
` [PATCH 02/10] PCI: designware-ep: set_msi should only set MMC bits
` [PATCH 03/10] PCI: designware-ep: read-only registers need DBI_RO_WR_EN to be writable
` [PATCH 04/10] PCI: designware-ep: pre-allocate memory for MSI in dw_pcie_ep_init
` [PATCH 05/10] PCI: artpec6: remove unused defines
` [PATCH 06/10] PCI: dwc: artpec6: use BIT and GENMASK macros
` [PATCH 07/10] PCI: dwc: artpec6: split artpec6_pcie_establish_link to smaller functions
` [PATCH 08/10] PCI: dwc: artpec6: add support for endpoint mode
` [PATCH 09/10] PCI: dwc: make cpu_addr_fixup take struct dw_pcie as argument
` [PATCH 10/10] PCI: dwc: artpec6: add support for the ARTPEC-7 SoC

[Part2 PATCH v5 12/31] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
 2017-10-13 16:09 UTC  (5+ messages)
` [Part2 PATCH v5.1 12.1/31] "
  ` [Part2 PATCH v5.1 12.8/31] crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl command

[Qemu-devel] QEMU without X11 support
 2017-10-13 16:08 UTC  (3+ messages)

[Buildroot] [PATCH] support/config-fragments/autobuild: Add ARC glibc fragment
 2017-10-13 16:09 UTC 

[PATCH 00/21] My current btrfs patch queue
 2017-10-13 16:06 UTC  (5+ messages)
` [PATCH 13/21] btrfs: remove delayed_ref_node from ref_head
` [PATCH 14/21] btrfs: remove type argument from comp_tree_refs

[PATCH v2 0/9] Exynos DRM: rewrite IPP subsystem and userspace API
 2017-10-13 16:08 UTC  (2+ messages)

[PATCH] ARM: dts: r8a7745: Add IIC cores to dtsi
 2017-10-13 16:06 UTC  (3+ messages)

[PATCH] igb_uio: fix unknown symbols
 2017-10-13 16:03 UTC  (2+ messages)
` [PATCH] igb_uio: fix legacy msi masking

[PATCH v2 0/3] add UniPhier efuse support
 2017-10-13 16:04 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: add description for UniPhier eFuse

Kernel Performance Tuning for High Volume SCTP traffic
 2017-10-13 16:03 UTC  (4+ messages)

[PATCH] f2fs: no need to punch hole far beyond the file size
 2017-10-13 16:03 UTC 

[ANN] Agenda (v1) for the media mini-summit on Friday Oct 27 in Prague
 2017-10-13 16:02 UTC  (3+ messages)

[RFC PATCH] vfs: shutdown lease notifications on file close
 2017-10-13 15:56 UTC 

[PATCH net-next v2 0/4] net: dsa: remove .set_addr
 2017-10-13 16:02 UTC  (4+ messages)
` [PATCH net-next v2 2/4] net: dsa: mv88e6060: setup random mac address

[PATCH] cec-pin.h: move non-kAPI parts into cec-pin-priv.h
 2017-10-13 16:01 UTC 

[PATCH net-next v2 1/1] bridge: return error code when deleting Vlan
 2017-10-13 16:00 UTC  (5+ messages)

[PATCH] spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
 2017-10-13 15:59 UTC 

[PATCH] drm/amdgpu: reserve root PD while releasing it
 2017-10-13 15:59 UTC  (2+ messages)

[GIT PULL 00/58] LightNVM updates for 4.15
 2017-10-13 15:58 UTC  (6+ messages)
` [GIT PULL 02/58] lightnvm: prevent bd removal if busy


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.