All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-18 09:09:36 to 2017-05-18 09:47:54 UTC [more...]

[PULL 00/13] KVM/ARM Fixes for v4.12-rc2
 2017-05-18  9:47 UTC  (31+ messages)
` [PULL 01/13] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
` [PULL 02/13] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PULL 03/13] arm: KVM: Do not use stack-protector to compile HYP code
` [PULL 04/13] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PULL 05/13] KVM: arm/arm64: vgic-v3: "
` [PULL 06/13] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers
` [PULL 07/13] kvm: arm/arm64: Fix race in resetting stage2 PGD
` [PULL 08/13] KVM: arm: plug potential guest hardware debug leakage
` [PULL 09/13] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PULL 10/13] kvm: arm/arm64: Force reading uncached stage2 PGD
` [PULL 11/13] kvm: arm/arm64: Fix use after free of stage2 page table
` [PULL 12/13] KVM: arm/arm64: Fix bug when registering redist iodevs
` [PULL 13/13] KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices

[Buildroot] [PATCH v5 next 1/2] rhash: new package
 2017-05-18  9:47 UTC  (2+ messages)
` [Buildroot] [PATCH v5 next 2/2] cmake: bump version to 3.8.1

[PATCH 0/3] drm/amdgpu: Tweaks for high pressure on CPU visible VRAM
 2017-05-18  9:47 UTC  (4+ messages)
` [PATCH 1/3] drm/amdgpu: Drop useless loops for placement restrictions

[PATCH 01/24] drm/i915/selftests: Pretend to be a gfx pci device
 2017-05-18  9:46 UTC  (24+ messages)
` [PATCH 02/24] drm/i915: Mark CPU cache as dirty on every transition for CPU writes
` [PATCH 03/24] drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
` [PATCH 04/24] drm/i915: Reinstate reservation_object zapping for batch_pool objects
` [PATCH 05/24] drm/i915: Amalgamate execbuffer parameter structures
` [PATCH 06/24] drm/i915: Use vma->exec_entry as our double-entry placeholder
` [PATCH 07/24] drm/i915: Split vma exec_link/evict_link
` [PATCH 08/24] drm/i915: Store a direct lookup from object handle to vma
` [PATCH 09/24] drm/i915: Pass vma to relocate entry
` [PATCH 10/24] drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocations
` [PATCH 11/24] drm/i915: Eliminate lots of iterations over the execobjects array
` [PATCH 12/24] drm/i915: Store a persistent reference for an object in the execbuffer cache
` [PATCH 13/24] drm/i915: First try the previous execbuffer location
` [PATCH 14/24] drm/i915: Wait upon userptr get-user-pages within execbuffer
` [PATCH 15/24] drm/i915: Allow execbuffer to use the first object as the batch
` [PATCH 16/24] drm/i915: Async GPU relocation processing
` [PATCH 17/24] drm/i915: Stash a pointer to the obj's resv in the vma
` [PATCH 18/24] drm/i915: Convert execbuf to use struct-of-array packing for critical fields
` [PATCH 19/24] drm/i915/scheduler: Support user-defined priorities
` [PATCH 20/24] drm/i915: Group all the global context information together
` [PATCH 21/24] drm/i915: Allow contexts to be unreferenced locklessly
` [PATCH 22/24] drm/i915: Enable rcu-only context lookups
` [PATCH 23/24] drm/i915: Keep a recent cache of freed contexts objects for reuse
` [PATCH 24/24] RFC drm/i915: Expose a PMU interface for perf queries

[Qemu-devel] [PATCH v4 0/3] Convert to realize and fix error handling
 2017-05-18  9:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/3] net/rocker: Plug memory leak in pci_rocker_init()

[PATCH] arm64: mm: explicity include linux/vmalloc.h
 2017-05-18  9:45 UTC  (2+ messages)

[PATCH v3] perf report: fix off-by-one for non-activation frames
 2017-05-18  9:44 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: give an obvious tip for dismatch cluster names
 2017-05-18  9:42 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/6] gdb updates and cputlb traces
 2017-05-18  9:42 UTC  (2+ messages)

[PATCH v3] drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
 2017-05-18  9:42 UTC  (3+ messages)

[PATCH] rc-core: cleanup rc_register_device (v2)
 2017-05-18  9:42 UTC  (4+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2017-05-18  9:42 UTC 

[Query] Override sendemail.tocmd
 2017-05-18  9:40 UTC  (2+ messages)

[PATCH 1/6] eal: change rte pause as architecture specific function
 2017-05-18  9:40 UTC  (6+ messages)
` [PATCH 2/6] eal/arm32: rte pause implementation for arm32
` [PATCH 3/6] eal/arm64: rte pause implementation for arm64

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-18  9:40 UTC  (4+ messages)
` [PATCH v2 "

Outstanding MQ questions from MMC
 2017-05-18  9:40 UTC  (11+ messages)

[PATCH] jbd2: preserve original nofs flag during journal restart
 2017-05-18  9:39 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] mmc: cavium: bug fixes for 4.12
 2017-05-18  9:39 UTC  (7+ messages)
` [PATCH 5/5] mmc: cavium: Fix probing race with regulator

[PATCH] ARM: MCPM: ensure not to enter __hyp_soft_restart from loopback and cpu_power_down
 2017-05-18  9:39 UTC  (2+ messages)

[PATCH 0/7] IMA: new parser for ima_restore_measurement_list()
 2017-05-18  9:38 UTC  (6+ messages)
` [Linux-ima-devel] "

[PATCH 1/6 v2] mmc: core: Delete bounce buffer Kconfig option
 2017-05-18  9:36 UTC  (8+ messages)
` [PATCH 2/6 v2] mmc: core: Allocate per-request data using the block layer core
` [PATCH 3/6 v2] mmc: block: Tag is_rpmb as bool
` [PATCH 4/6 v2] mmc: block: move single ioctl() commands to block requests
` [PATCH 5/6 v2] mmc: block: move multi-ioctl() to use block layer
` [PATCH 6/6 v2] mmc: queue: delete mmc_req_is_special()

[PATCH] scsi: lpfc: make a couple of functions static
 2017-05-18  9:35 UTC  (2+ messages)

PROBLEM: ARM Cache policy on single armv7 processor lead to low DRAM performance
 2017-05-18  9:35 UTC  (3+ messages)

Two sched patchs missing from 4.4-stable: inclusion possible?
 2017-05-18  9:35 UTC  (2+ messages)

Patch "pstore: Shut down worker when unregistering" has been added to the 4.9-stable tree
 2017-05-18  9:33 UTC 

Patch "libnvdimm, region: fix flush hint detection crash" has been added to the 4.9-stable tree
 2017-05-18  9:33 UTC 

Patch "pstore: Fix flags to enable dumps on powerpc" has been added to the 4.9-stable tree
 2017-05-18  9:33 UTC 

Patch "libnvdimm, pfn: fix 'npfns' vs section alignment" has been added to the 4.9-stable tree
 2017-05-18  9:33 UTC 

Patch "libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify" has been added to the 4.9-stable tree
 2017-05-18  9:33 UTC 

[PATCH 1/1] iptables: Fix crash on malformed iptables-restore
 2017-05-18  9:33 UTC  (3+ messages)
` [1/1] "

Mainline build brakes on powerpc with error : fs/xfs/xfs_iomap.c:1152: undefined reference to `.put_dax
 2017-05-18  9:32 UTC  (4+ messages)

[Qemu-devel] [PULL 00/13] pci, virtio, vhost: fixes
 2017-05-18  9:33 UTC  (2+ messages)

[PATCH] xstdcmap: Change libxmu from RDEPENDS -> DEPENDS and unblacklist xstdcmap
 2017-05-18  2:22 UTC 

Patch "pstore: Use dynamic spinlock initializer" has been added to the 4.11-stable tree
 2017-05-18  9:33 UTC 

Patch "pstore: Shut down worker when unregistering" has been added to the 4.11-stable tree
 2017-05-18  9:33 UTC 

Patch "pstore: Fix flags to enable dumps on powerpc" has been added to the 4.11-stable tree
 2017-05-18  9:33 UTC 

Patch "libnvdimm, region: fix flush hint detection crash" has been added to the 4.11-stable tree
 2017-05-18  9:32 UTC 

Patch "libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify" has been added to the 4.11-stable tree
 2017-05-18  9:32 UTC 

Patch "libnvdimm, pfn: fix 'npfns' vs section alignment" has been added to the 4.11-stable tree
 2017-05-18  9:32 UTC 

PROBLEM: ARM Cache policy on single armv7 processor lead to low DRAM performance
 2017-05-18  9:33 UTC  (3+ messages)

Patch "libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering" has been added to the 4.11-stable tree
 2017-05-18  9:32 UTC 

Patch "pstore: Shut down worker when unregistering" has been added to the 4.10-stable tree
 2017-05-18  9:32 UTC 

Patch "pstore: Fix flags to enable dumps on powerpc" has been added to the 4.10-stable tree
 2017-05-18  9:32 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2017-05-18  9:32 UTC 

Patch "libnvdimm, region: fix flush hint detection crash" has been added to the 4.10-stable tree
 2017-05-18  9:32 UTC 

Patch "libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify" has been added to the 4.10-stable tree
 2017-05-18  9:32 UTC 

Patch "libnvdimm, pfn: fix 'npfns' vs section alignment" has been added to the 4.10-stable tree
 2017-05-18  9:32 UTC 

Patch "libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering" has been added to the 4.10-stable tree
 2017-05-18  9:32 UTC 

[PATCH v2 0/2] Hi3660: enable sp804 timer
 2017-05-18  9:32 UTC  (4+ messages)
` [PATCH v2 1/2] clk: Hi3660: change to register crgctrl clock with CLK_OF_DECLARE_DRIVER

Patch "arm64: make sys_call_table const" has been added to the 3.18-stable tree
 2017-05-18  9:32 UTC 

[U-Boot] [PATCH v4] usb: lpc32xx: add i2c DM support
 2017-05-18  9:32 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] hmp queue
 2017-05-18  9:31 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/7] usb: Extend ehci and ohci generic drivers
 2017-05-18  9:31 UTC  (7+ messages)
` [U-Boot] [PATCH v3 3/7] usb: host: ehci-generic: add error path and .remove callback
` [U-Boot] [PATCH v3 5/7] usb: host: ohci-generic: add CLOCK support
` [U-Boot] [PATCH v3 6/7] usb: host: ohci-generic: add RESET support

[RFC] i2c-stub: make it usable with DT when booting
 2017-05-18  9:30 UTC  (3+ messages)

[PATCH linux-next v2 0/1] improve imx spi performance
 2017-05-18  9:29 UTC  (5+ messages)
` [PATCH linux-next v2 1/1] spi: imx: dynamic burst length adjust for PIO mode

versioning
 2017-05-18  9:29 UTC  (5+ messages)

[PATCH 0/4] Make ohci-platform usable for omap3/4/5
 2017-05-18  9:28 UTC  (9+ messages)
` [PATCH 1/4] usb: host: ohci-platform: Add basic runtime PM support
` [PATCH 2/4] usb: host: ohci-platform: Add support for omap3 and later
` [PATCH 3/4] usb: host: ohci-omap3: Print warning to get people to use ohci-platform
` [PATCH 4/4] ARM: dts: Add remote-wakeup-connected for omap OHCI

[PATCH] btrfs: add mount umount logs
 2017-05-18  9:34 UTC  (3+ messages)

[PATCH v2] rt2x00: Add device ID for Epson WN7512BEP
 2017-05-18  9:27 UTC 

[PATCH v4] libnl: 3.2.29 -> 3.3.0
 2017-05-18  9:27 UTC  (2+ messages)

[PATCH v2 0/2] add MSI support for PCIe port services and DPC IRQ support
 2017-05-18  9:26 UTC  (5+ messages)
` [PATCH v2 1/2] PCI/portdrv: add support for different MSI interrupts for PCIe port services
` [PATCH v2 2/2] PCI/portdrv: allocate MSI/MSIx vector for DPC RP service

[PATCH 0/5] mmc: core: modernize ioctl() requests
 2017-05-18  9:26 UTC  (4+ messages)
` [PATCH 5/5] mmc: block: move multi-ioctl() to use block layer

[PATCH v1] clocksource/timer-atmel-pit:- Fix resource leaks in error paths
 2017-05-18  9:26 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] target/s390x/cpu_models: Set some additional feature bits for the "qemu" CPU
 2017-05-18  9:26 UTC  (8+ messages)

[RFC PATCH 0/2] Introduce blkdev_issue_flush_no_wait()
 2017-05-18  9:31 UTC  (8+ messages)
` [PATCH 1/2] block: "

Patch "ipmi: Fix kernel panic at ipmi_ssif_thread()" has been added to the 4.4-stable tree
 2017-05-18  9:24 UTC 

[PATCH] net/i40e: add NVGRE parsing function
 2017-05-18  9:20 UTC 

[PATCH] pinctrl: mxs: atomically switch mux and drive strength config
 2017-05-18  9:23 UTC 

[PATCH] mtdcore: Infrastructure for the device release API
 2017-05-18  9:23 UTC 

[PATCH 0/4] crypto: async crypto op fixes
 2017-05-18  9:23 UTC  (5+ messages)
` [PATCH 2/4] crypto: drbg wait for crypto op not signal safe

[PATCH] app/testpmd: add TCP flags in flow API
 2017-05-18  9:22 UTC  (3+ messages)

[For Xen-4.10 Resend PATCH 0/3] Reduce unnecessary icache maintenance operations
 2017-05-18  9:22 UTC  (6+ messages)
` [For Xen-4.10 Resend PATCH 3/3] Avoid excess icache flushes in populate_physmap() before domain has been created

[PATCH V2 0/9] nl80211: add support for PTK/GTK handshake offload
 2017-05-18  9:22 UTC  (4+ messages)

[PATCH] rt2800usb: Add Epson wireless adapter device-id
 2017-05-18  9:20 UTC  (5+ messages)

[PATCH] phy: rockchip-typec: make dp_pll_cfg and usb3_pll_cfg static
 2017-05-18  9:22 UTC  (3+ messages)

[PATCH v4 2/3] PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC
 2017-05-18  9:22 UTC  (2+ messages)

Touch Calibration
 2017-05-18  9:21 UTC 

[U-Boot] [PATCH 01/14] armv7: Add workaround for USB erratum A-009008
 2017-05-18  9:20 UTC  (4+ messages)
` [U-Boot] [PATCH 08/14] usb: dwc3: Add helper functions to enable snooping and burst settings

FAILED: patch "[PATCH] libnvdimm: fix clear length of nvdimm_forget_poison()" failed to apply to 4.9-stable tree
 2017-05-18  9:19 UTC 

FAILED: patch "[PATCH] libnvdimm: fix clear length of nvdimm_forget_poison()" failed to apply to 4.10-stable tree
 2017-05-18  9:19 UTC 

FAILED: patch "[PATCH] libnvdimm: fix clear length of nvdimm_forget_poison()" failed to apply to 4.11-stable tree
 2017-05-18  9:19 UTC 

FAILED: patch "[PATCH] libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering" failed to apply to 4.4-stable tree
 2017-05-18  9:18 UTC 

[U-Boot] [PATCH v2] net: usb: mcs7830: fix no DM recive path
 2017-05-18  9:17 UTC  (2+ messages)

[PATCH] rt2x00: Add device ID for Epson WN7512BEP
 2017-05-18  9:16 UTC 

edac: thunderx: Replace pci_alloc_msix_exact
 2017-05-18  9:15 UTC  (2+ messages)
` [PATCH] "

[PATCH] livepatch/Makefile: Add 'install' stanza
 2017-05-18  9:15 UTC  (2+ messages)

[PATCH] usb: typec: Defer checking of valid power role swap to low level drivers
 2017-05-18  9:13 UTC  (4+ messages)

[U-Boot] [PATCH V2] pinctrl: imx: fix memory leak
 2017-05-18  9:15 UTC  (2+ messages)

[PATCH] openssh: Remove deprecated sshd option
 2017-05-18  9:09 UTC 

Patch "ipmi: Fix kernel panic at ipmi_ssif_thread()" has been added to the 4.9-stable tree
 2017-05-18  9:14 UTC 

Patch "ipmi: Fix kernel panic at ipmi_ssif_thread()" has been added to the 4.11-stable tree
 2017-05-18  9:13 UTC 

[PATCH] liquidio: make the spinlock octeon_devices_lock static
 2017-05-18  9:14 UTC  (2+ messages)

Patch "ipmi: Fix kernel panic at ipmi_ssif_thread()" has been added to the 4.10-stable tree
 2017-05-18  9:13 UTC 

[PATCH 1/2] PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC
 2017-05-18  9:12 UTC  (7+ messages)
  ` 答复: "
        ` 答复: "

[U-Boot] [PATCH] drivers: pci: imx: add imx_pcie_remove function
 2017-05-18  9:12 UTC  (2+ messages)

[Buildroot] [PATCH] package/ntp: fix aarch64/mips build, -fPIC required
 2017-05-18  9:11 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] .gdbinit: load QEMU sub-commands when gdb starts
 2017-05-18  9:10 UTC  (2+ messages)

[Qemu-devel] [PULL 0/7] Migration pull request
 2017-05-18  9:09 UTC  (2+ messages)

[PATCH 0/3] efi: arm64: use -fpie for building the stub
 2017-05-18  9:09 UTC  (8+ messages)
  ` [PATCH 1/3] efi/libstub: arm64: use hidden attribute for struct screen_info reference
  ` [PATCH 2/3] efi/libstub: arm64: force 'hidden' visibility for section markers
  ` [PATCH 3/3] efi/libstub: arm64: set -fpie when building the EFI stub

[PATCH 00/22] hisi_sas: hip08 support
 2017-05-18  9:09 UTC  (8+ messages)
` [PATCH 09/22] scsi: hisi_sas: retrieve SAS address for pci-based controller


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.