All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-13 16:12:33 to 2017-10-13 16:47:15 UTC [more...]

[RESEND PATCH 0/2] Distinguish percpu irq and percpu_devid irq
 2017-10-13 16:47 UTC  (3+ messages)
` [RESEND PATCH 2/2] arm/arm64: pmu: "

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-13 16:47 UTC  (15+ messages)
` [PATCH v3 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE

[PATCHv4 0/7] Fix remaining issues to drop more omap platform data
 2017-10-13 16:46 UTC  (5+ messages)
` [PATCH 5/7] ARM: dts: Add nodes for missing omap4 interconnect target modules

[Part2 PATCH v5 00/31] x86: Secure Encrypted Virtualization (AMD)
 2017-10-13 16:46 UTC  (5+ messages)
` [Part2 PATCH v5 13/31] KVM: X86: Add CONFIG_KVM_AMD_SEV
` [Part2 PATCH v5 14/31] KVM: SVM: Add sev module_param

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

[PATCH] drm/amd/display: Fix non-DCN build
 2017-10-13 16:44 UTC  (2+ messages)

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

[PATCH] HAX: Do not restore mode through fbcon
 2017-10-13 16:44 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for HAX: Do not restore mode through fbcon (rev2)

[PATCH 00/10] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-10-13 16:43 UTC  (4+ messages)
` [PATCH 01/10] PCI: dwc: use DMA-API for allocating MSI data

[RESEND PATCH 0/2] rockchip: kevin: Enable edp display
 2017-10-13 16:42 UTC  (7+ messages)
` [RESEND PATCH 1/2] spi: rockchip: Convert to late and early system PM callbacks

[PATCH i-g-t 0/4] Move imported bo pread/pwrite tests
 2017-10-13 16:42 UTC  (3+ messages)

[PATCH net-next v2 0/2] add UniPhier AVE ethernet support
 2017-10-13 16:41 UTC  (5+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: add DT bindings for Socionext UniPhier AVE

[Qemu-devel] [RFC PATCH 00/30] v8.2 half-precision support (work-in-progress)
 2017-10-13 16:24 UTC  (62+ 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 16/30] target/arm/translate-a64.c: add FP16 FADD/FMUL/FDIV to AdvSIMD 3 Same (!sub)
  `  "
` [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
  `  "

[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
 2017-10-13 16:41 UTC  (3+ messages)

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

[PATCH 0/3] for-each-ref: add :remote-ref and :remote-name specifiers
 2017-10-13 16:39 UTC  (4+ messages)
` [PATCH v2 0/3] for-each-ref: add :remoteref and :remotename specifiers
  ` [PATCH v2 2/3] for-each-ref: let upstream/push optionally remote ref name

btrfs errors over NFS
 2017-10-13 16:39 UTC  (3+ messages)

[GIT PULL 1/2] soc changes for omaps for v4.15 merge window
 2017-10-13 16:39 UTC  (4+ messages)
` [GIT PULL 2/2] device tree "

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

[PATCH 0/8] ASoC: Prepare Sound Open Firmware (SOF) driver integration
 2017-10-13 16:38 UTC  (5+ messages)
` [PATCH 3/8] ASoC: ACPI: add new fields for SOF support
` [PATCH 4/8] ASoC: Intel: move all ACPI match tables to common module

[PATCH] objtool: Print top level commands on incorrect usage
 2017-10-13 16:38 UTC  (2+ messages)

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

[PATCH V2 0/4] Add Tegra186 PCIe support
 2017-10-13 16:38 UTC  (7+ messages)
` [PATCH V2 1/4] dt-bindings: pci: tegra: Document Tegra186 PCIe DT
` [PATCH V2 2/4] PCI: tegra: Add Tegra186 PCIe support

[PATCH v7 00/15] Introduce support for Dell SMBIOS over WMI
 2017-10-13 16:37 UTC  (6+ messages)
` [PATCH v7 10/15] platform/x86: dell-smbios: add filtering capability for requests

[PATCH] regulator: rn5t618: Do not index regulator_desc arrays by id
 2017-10-13 16:37 UTC 

[PATCH 0/7] eventdev: remove event schedule API for SW driver
 2017-10-13 16:36 UTC  (8+ messages)
` [PATCH v2 1/7] eventdev: add API to get service id
  ` [PATCH v2 2/7] event/sw: extend service capability
  ` [PATCH v2 3/7] app/test-eventdev: update app to use service cores
  ` [PATCH v2 4/7] test/eventdev: update test to use service core
  ` [PATCH v2 5/7] examples/eventdev: update sample app to use service
  ` [PATCH v2 6/7] eventdev: remove eventdev schedule API
  ` [PATCH v2 7/7] doc: update software event device

[PATCH i-g-t 0/8] extract cork and ring measure code
 2017-10-13 16:37 UTC  (5+ messages)
` [PATCH i-g-t 1/8] lib/igt_dummyload: add igt_cork

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

Support generic disabling of all XSAVE features
 2017-10-13 16:36 UTC  (6+ messages)
` [PATCH v9 2/5] x86/cpuid: Add generic table for cpuid dependencies

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

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

[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

[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)

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

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

[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] 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] 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  (2+ messages)

[PATCH v11 7/9] arm64/kasan: add and use kasan_map_populate()
 2017-10-13 16:18 UTC  (14+ messages)

[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 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  (2+ messages)
` [PATCH tip/sched/membarrier 5/5] Fix: membarrier: Handle CLONE_VM + !CLONE_THREAD correctly on powerpc


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.