All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-28 18:20:07 to 2016-07-28 19:42:43 UTC [more...]

[RFC PATCH 0/10] fortify oom killer even more
 2016-07-28 19:42 UTC  (2+ messages)
` [PATCH 01/10] mm,oom_reaper: Reduce find_lock_task_mm() usage

[PATCH v2 0/6] xen/arm: Simplify do_trap_*_abort_guest
 2016-07-28 19:42 UTC  (5+ messages)
` [PATCH v2 1/6] xen/arm: traps: Simplify the switch in do_trap_*_abort_guest
` [PATCH v2 2/6] xen/arm: Provide macros to help creating workaround helpers

[PATCH v4 0/2] J-Core SPI controller support
 2016-07-28 19:40 UTC  (6+ messages)
` [PATCH v4 2/2] spi: add driver for J-Core SPI controller

[PATCH] cml1: fix tasks after default [dirs] changed
 2016-07-28 19:40 UTC 

[meta-qt5][krogoth][PATCH] cmake_qt5.bbclass: when using _prepend don't forget to add space at the end
 2016-07-28 18:38 UTC  (3+ messages)

[Buildroot] [PATCH v3] kmsxx: new package
 2016-07-28 19:38 UTC 

[meta-qt5][PATCH] cmake_qt5.bbclass: when using _prepend don't forget to add space at the end
 2016-07-28 18:36 UTC 

xfstests generic/285 fails reliably on Trond's linux-next branch
 2016-07-28 19:36 UTC  (3+ messages)

[PATCH 00/12] drm/i915: Move DP link retraining to hotplug work etc
 2016-07-28 19:48 UTC  (3+ messages)
` [PATCH 07/12] drm/i915: Move DP link retraining into intel_dp_detect()

[PATCH v2 0/5] pstore: ramoops: support multiple pmsg instances
 2016-07-28 19:35 UTC  (3+ messages)
` [PATCH v2 1/5] ramoops: use persistent_ram_free() instead of kfree() for freeing prz

[PATCH] mem_access: Use monitor_traps instead of mem_access_send_req
 2016-07-28 19:35 UTC 

[PATCH v5 0/2] J-Core timer support
 2016-07-28 19:34 UTC  (8+ messages)
` [PATCH v5 2/2] clocksource: add J-Core timer/clocksource driver

[PATCH -next] PCI/PCIe: make DPC explicitly non-modular
 2016-07-28 19:33 UTC 

[PATCH][RFC v3] x86, hotplug: Use hlt instead of mwait if invoked from disable_nonboot_cpus
 2016-07-28 19:34 UTC  (7+ messages)
` [PATCH] x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
  ` [PATCH v2] "

[Cocci] Remove unnecessary null pointer checks?
 2016-07-28 19:33 UTC  (7+ messages)
` [PATCH] PM-wakeup: Delete unnecessary checks before two function calls
  `  "
      ` [PATCH] PM-wakeup: Delete unnecessary checks before three "

v4.1 to v4.7: regression in tsc2005 driver
 2016-07-28 19:33 UTC  (12+ messages)

[PATCH][v6] PM / hibernate: Introduce test_resume mode for hibernation
 2016-07-28 19:32 UTC  (2+ messages)

git-testadd: Execute a command with only the staged changes in Git applied
 2016-07-28 19:31 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] Fix backward incompatibility on git downloader for git older than 1.8.4
 2016-07-28 19:30 UTC  (2+ messages)

[GIT PULL] VFIO updates for v4.8-rc1
 2016-07-28 19:30 UTC 

[Buildroot] [PATCH v3] asciidoc: use absolute path for resources
 2016-07-28 19:29 UTC  (4+ messages)

[U-Boot] [PATCH 2 00/22] DM: Cmd: GPIO/LED/STM32/CLK: provide command-line support for device-tree configured gpios and leds
 2016-07-28 19:28 UTC  (4+ messages)
` [U-Boot] [PATCH v2 07/22] clock-uclass: allow disabling a peripheral clock

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2016-07-28 19:25 UTC  (5+ messages)
` [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs

insanity in ll_dirty_page_discard_warn()
 2016-07-28 19:25 UTC  (3+ messages)
  ` [lustre-devel] "

OVMF very slow on AMD
 2016-07-28 19:25 UTC  (12+ messages)

[RFC] ath10k: silence firmware file probing warnings
 2016-07-28 19:23 UTC  (14+ messages)

[PATCH 0/2] submodule update: allow '.' for branch value
 2016-07-28 19:24 UTC  (5+ messages)
` [PATCH 1/2] t7406: correct depth test in shallow test

[PATCH] dell-wmi: Add events created by Dell Rugged 2-in-1s
 2016-07-28 19:22 UTC  (9+ messages)

[PATCH 00/16] Fix SDMA/TID caching code
 2016-07-28 19:21 UTC  (17+ messages)
  ` [PATCH 01/16] IB/hfi1: Prevent null pointer dereference
  ` [PATCH 02/16] IB/hfi1: Use the same capability state for all shared contexts
  ` [PATCH 03/16] IB/hfi1: Validate SDMA user request index
  ` [PATCH 04/16] IB/hfi1: Validate SDMA user iovector count
  ` [PATCH 05/16] IB/hfi1: Release node on insert failure
  ` [PATCH 06/16] IB/hfi1: Fix error condition that needs to clean up
  ` [PATCH 07/16] IB/hfi1: Fix user SDMA racy user request claim
  ` [PATCH 08/16] IB/hfi1: Make use of mm consistent
  ` [PATCH 09/16] IB/hfi1: Make the cache handler own its rb tree root
  ` [PATCH 10/16] IB/hfi1: Fix TID caching actions
  ` [PATCH 11/16] IB/hfi1: Add evict operation to the mmu rb handler
  ` [PATCH 12/16] IB/hfi1: Use evict mmu rb operation
  ` [PATCH 13/16] IB/hfi1: Consistently call ops->remove outside spinlock
  ` [PATCH 14/16] IB/hfi1: Remove unneeded mm argument in remove function
  ` [PATCH 15/16] IB/hfi1: Fix memory leak during unexpected shutdown
  ` [PATCH 16/16] IB/hfi1: Add cache evict LRU list

[Qemu-devel] [PATCH] linux-user: Use correct alignment for long long on i386 guests
 2016-07-28 19:19 UTC  (2+ messages)

[RFC PATCHv1] xen/privcmd: add IOCTL_PRIVCMD_RESTRICT_DOMID
 2016-07-28 19:17 UTC  (2+ messages)

v0.94.8 timeframe
 2016-07-28 19:16 UTC  (3+ messages)

[WireGuard] LEDE / OpenWrt test - on TP-Link841Nv11 - 15MBs and crash
 2016-07-28 19:16 UTC  (9+ messages)

[Buildroot] [Bug 9016] New: arceb-buildroot-linux-uclibc ld uses incorrect default format
 2016-07-28 19:14 UTC  (2+ messages)
` [Buildroot] [Bug 9016] "

[PATCH v7 00/47] xfs: add reverse mapping support
 2016-07-28 19:13 UTC  (9+ messages)
` [PATCH 04/47] xfs: fix locking of the rt bitmap/summary inodes
` [PATCH 07/47] xfs: add function pointers for get/update keys to the btree

[Ksummit-discuss] [TECH TOPIC] Sensors and similar - subsystem interactions, divisions, bindings etc
 2016-07-28 19:12 UTC  (7+ messages)

[PATCH] [v6] net: emac: emac gigabit ethernet controller driver
 2016-07-28 19:12 UTC  (3+ messages)

[PATCH v2 00/21] drm/i915: Organize most GPU features by platform
 2016-07-28 19:12 UTC  (22+ messages)
` [PATCH v2 01/21] drm/i915: Move HAS_PSR definition to platform struct definition
` [PATCH v2 02/21] drm/i915: Introduce GEN6_FEATURES for device info
` [PATCH v2 03/21] drm/i915: Move HAS_RUNTIME_PM definition to platform
` [PATCH v2 04/21] drm/i915: Move HAS_CORE_RING_FREQ definition to platform definition
` [PATCH v2 05/21] drm/i915: Make GEN7_FEATURES inherit from GEN6
` [PATCH v2 06/21] drm/i915: Move HAS_CSR definition to platform definition
` [PATCH v2 07/21] drm/i915: Move HAS_RESOURCE_STREAMER "
` [PATCH v2 08/21] drm/i915: Move HAS_RC6 "
` [PATCH v2 09/21] drm/i915: Move HAS_RC6p "
` [PATCH v2 10/21] drm/i915: Move HAS_DP_MST "
` [PATCH v2 11/21] drm/i915: Make GEN6_FEATURES inherit from GEN5
` [PATCH v2 12/21] drm/i915: Move HAS_AUX_IRQ definition to platform definition
` [PATCH v2 13/21] drm/i915: Move HAS_GMBUS_IRQ "
` [PATCH v2 14/21] drm/i915: Introduce GEN4_FEATURES for device info
` [PATCH v2 15/21] drm/i965: Make GEN4_FEATURES inherit from GEN3
` [PATCH v2 16/21] drm/i915: Introduce GEN2_FEATURES for device info
` [PATCH v2 17/21] drm/i915: Move HAS_FW_BLC definition to platform
` [PATCH v2 18/21] drm/i915: Move HAS_HW_CONTEXTS "
` [PATCH v2 19/21] drm/i915: Move HAS_LOGICAL_RING_CONTEXTS "
` [PATCH v2 20/21] drm/i915: Move HAS_L3_DPF definition to platform definition
` [PATCH v2 21/21] drm/i915: Move HAS_GMCH_DISPLAY definition to platform

[PATCH 2/2] submodule update: allow '.' for branch value
 2016-07-28 19:10 UTC  (3+ messages)
` [PATCHv2 "

[PATCH libi40iw] fix remaining potential leaks of info arrays and iwuqp
 2016-07-28 19:09 UTC 

[RFC] Turn off -Wmaybe-uninitialized completely and move it to W=1
 2016-07-28 19:08 UTC  (8+ messages)
  ` [PATCH] Kbuild: Move -Wmaybe-uninitialized "

[PATCH 1/3] dt-bindings: add power domains to Tegra BPMP firmware
 2016-07-28 19:07 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: allow child nodes inside the Tegra BPMP

possible krealloc with __GFP_ZERO defects
 2016-07-28 19:07 UTC  (2+ messages)
` [PATCH] tile-srom: avoid krealloc(... __GFP_ZERO) pattern

[Qemu-devel] [PATCH COLO-Frame v17 00/34] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-07-28 19:07 UTC  (2+ messages)

sctp and tail loss recovery
 2016-07-28 19:06 UTC  (2+ messages)

Xen 4.7.0 boot PANIC on kernel 4.7.0-4 + UEFI ?
 2016-07-28 19:06 UTC  (14+ messages)

Bluestore tuning
 2016-07-28 19:05 UTC  (6+ messages)

[PATCH] ASoC: rt5659: Add mclk controls
 2016-07-28 19:03 UTC  (6+ messages)

[DRAFT v3] XenSock protocol design document
 2016-07-28 19:03 UTC  (4+ messages)

[PATCH] Input - elantech: fix debug dump of the current packet
 2016-07-28 19:03 UTC  (14+ messages)

Alternatives to mid.gmane.org?
 2016-07-28 19:03 UTC  (3+ messages)

[PATCH] randomize_range: use random long instead of int
 2016-07-28 19:02 UTC  (8+ messages)
` [RFC patch 1/6] random: Simplify API for random address requests
            ` [kernel-hardening] "

[RFC v0 0/8] Reuse firmware loader helpers
 2016-07-28 19:01 UTC  (4+ messages)
` [RFC v0 7/8] Input: ims-pcu: use firmware_stat instead of completion

[Qemu-devel] [PATCH for-2.8 v4 0/6] Add support for Cadence GEM priority queues
 2016-07-28 19:00 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-2.8 v4 1/6] cadence_gem: QOMify Cadence GEM
` [Qemu-devel] [PATCH for-2.8 v4 2/6] cadence_gem: Add the num-priority-queues property
` [Qemu-devel] [PATCH for-2.8 v4 3/6] cadence_gem: Add support for screening
` [Qemu-devel] [PATCH for-2.8 v4 4/6] cadence_gem: Add queue support
` [Qemu-devel] [PATCH for-2.8 v4 5/6] cadence_gem: Correct indentation
` [Qemu-devel] [PATCH for-2.8 v4 6/6] xlnx-zynqmp: Set the number of priority queues

[PATCH 1/2] drm/panel: add of display timing support
 2016-07-28 19:00 UTC  (8+ messages)
` [PATCH 2/2] dt-bindings: add simple-panel-dsi and simple-panel

[PATCH 0/5 RFC] Add an interface to discover relationships between namespaces
 2016-07-28 19:00 UTC  (15+ messages)

What license is multipath-tools under
 2016-07-28 18:59 UTC  (6+ messages)

v2_02_162 annotated tag has been created
 2016-07-28 18:59 UTC 

master - post-release
 2016-07-28 18:59 UTC 

[Ksummit-discuss] Self nomination
 2016-07-28 18:55 UTC  (2+ messages)
` [Ksummit-discuss] [TECH TOPIC] Memory thrashing, was "

[PATCH][BlueZ] device: LastSeen property for D-Bus interface
 2016-07-28 18:54 UTC 

[PATCH] 8250: option 'force_polling' for buggy IRQs
 2016-07-28 18:40 UTC  (10+ messages)

[PATCH linux v4 1/4] drivers/fsi: Initial stubs for FSI device driver
 2016-07-28 18:43 UTC  (2+ messages)

[PATCH 0/2] ARC Moving to @pcl relocations
 2016-07-28 18:50 UTC 

[PATCH v2 0/5] net-next: ethernet: add sun8i-emac driver
 2016-07-28 18:49 UTC  (7+ messages)
` [PATCH v2 3/5] ARM: sun8i: dt: Add DT bindings documentation for Allwinner sun8i-emac

[PATCH 0/2] Two fixups for generic/207
 2016-07-28 18:48 UTC  (5+ messages)
` [PATCH 1/2] pnfs/blocklayout: update last_write_offset in prepare_layoutcommit
` [PATCH 2/2] pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstanding

HPE SMART data retreival
 2016-07-28 18:46 UTC  (6+ messages)

[U-Boot] [PATCH] sunxi: Add defconfig and dts file for the Orange Pi PC Plus SBC
 2016-07-28 18:46 UTC  (6+ messages)

[PATCH va/i18n-even-more] rebase-interactive: trim leading whitespace from progress count
 2016-07-28 18:45 UTC  (3+ messages)

RAID5 Performance
 2016-07-28 18:45 UTC  (8+ messages)

[PATCH] Btrfs: deal with unexpected return value in flush_space
 2016-07-28 18:49 UTC  (3+ messages)

Question about cacheline size in PCIe SAS card
 2016-07-28 18:43 UTC  (2+ messages)

[GIT PULL 00/15] perf/core improvements and fixes
 2016-07-28 18:42 UTC  (3+ messages)
` [PATCH 13/15] perf script python: Fix string vs byte array resolving

[PATCH] ftrace/jprobes/s390: Fix conflict between jprobes and function graph tracing
 2016-07-28 18:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers
 2016-07-28 18:37 UTC  (7+ messages)
` [U-Boot] [PATCH 3/4] sun8i: On H3 Use word 1 instead of word 3 from the SID

brcm4330 fails to load on newer kernels
 2016-07-28 18:37 UTC  (4+ messages)

[PATCH] vfs: cap dedupe request structure size at PAGE_SIZE
 2016-07-28 18:35 UTC  (3+ messages)

[PATCH, V4, 2/5] spi: bcm-qspi: Add SPI flash and MSPI driver
 2016-07-28 18:34 UTC  (13+ messages)

[PATCH v6] input: touchscreen: Add generic driver for Silead touchscreens
 2016-07-28 18:32 UTC  (6+ messages)

[PATCH v1] module: Fully remove the kernel_module_from_file hook
 2016-07-28 18:30 UTC  (3+ messages)

[PATCH] drm/i915: remove redundant fbc warnings
 2016-07-28 18:29 UTC  (2+ messages)

[PATCH v1 0/3] Fix seccomp for UM (next)
 2016-07-28 18:29 UTC  (3+ messages)

[PATCH 0/2] doc: announce ABI change of struct rte_port_source_params
 2016-07-28 18:28 UTC  (4+ messages)
` [PATCH v2] doc: announce ABI change of struct rte_port_source_params and rte_port_sink_params

[xen-4.3-testing test] 99717: trouble: blocked/broken/fail/pass
 2016-07-28 18:26 UTC 

[PATCH v2] Prevent rqstp->rq_pages[RPCSVC_MAXPAGES] overrun
 2016-07-28 18:25 UTC  (6+ messages)

GFX/UVD/VCE PG (v3)
 2016-07-28 18:24 UTC  (2+ messages)

[PATCH 1/4] ARM: dts: sun8i: Extend Orange Pi PC dt to also handle the PC Plus
 2016-07-28 18:21 UTC  (7+ messages)
` [PATCH 3/4] ARM: dts: sun8i: Add ethernet1 alias to Orange Pi 2 dts
` [PATCH 4/4] ARM: dts: sun8i: Add dts file for the Orange Pi Lite SBC

[PACTH v1] cdc-wdm: Clear read pipeline in case of error
 2016-07-28 18:19 UTC 


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.