All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-07 00:19:56 to 2016-07-07 01:20:15 UTC [more...]

[PATCH 4.4 00/32] 4.4.15-stable review
 2016-07-07  1:19 UTC  (6+ messages)
` [PATCH 4.4 10/32] neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
` [PATCH 4.4 12/32] net: alx: Work around the DMA RX overflow issue
` [PATCH 4.4 13/32] bpf: try harder on clones when writing into skb
` [PATCH 4.4 14/32] AX.25: Close socket connection on session completion
` [PATCH 4.4 21/32] usb: musb: only restore devctl when session was set in backup

[PATCH 4.6 00/31] 4.6.4-stable review
 2016-07-07  1:19 UTC  (13+ messages)
` [PATCH 4.6 03/31] net: Dont forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG
` [PATCH 4.6 04/31] sit: correct IP protocol used in ipip6_err
` [PATCH 4.6 06/31] esp: Fix ESN generation under UDP encapsulation
` [PATCH 4.6 08/31] ipmr/ip6mr: Initialize the last assert time of mfc entries
` [PATCH 4.6 11/31] bpf, perf: delay release of BPF prog after grace period
` [PATCH 4.6 12/31] neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
` [PATCH 4.6 13/31] AX.25: Close socket connection on session completion
` [PATCH 4.6 14/31] crypto: vmx - Increase priority of aes-cbc cipher
` [PATCH 4.6 20/31] usb: musb: only restore devctl when session was set in backup
` [PATCH 4.6 24/31] xhci: Cleanup only when releasing primary hcd
` [PATCH 4.6 27/31] xhci: Fix handling timeouted commands on hosts in weird states
` [PATCH 4.6 29/31] usb: gadget: fix spinlock dead lock in gadgetfs

[PATCH 1/1][V3] usb: quirks: Add no-lpm quirk for Elan
 2016-07-07  1:18 UTC 

powerpc / cxl: Add support for the Mellanox CX4 in cxl mode
 2016-07-07  1:18 UTC  (4+ messages)
` [PATCH 14/14] cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards

[PATCH 1/2] hwspinlock: qcom_hwspinlock: add missing of_node_put after calling of_parse_phandle
 2016-07-07  1:18 UTC  (4+ messages)

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-07  1:20 UTC  (7+ messages)
` [PATCH 04/31] mm, vmscan: begin reclaiming pages on a per-node basis
` [PATCH 08/31] mm, vmscan: simplify the logic deciding whether kswapd sleeps

[PATCH -v3 0/2] printk.devkmsg: Ratelimit it by default
 2016-07-07  1:17 UTC  (6+ messages)
` [PATCH -v3 1/2] ratelimit: Extend to print suppressed messages on release
  ` [PATCH -v3.1 "
      ` [PATCH -v3.2 "

[PATCH v21 0/8] arm64: kdump support
 2016-07-07  1:17 UTC  (19+ messages)
` [PATCH v21 1/8] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v21 3/8] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v21 4/8] arm64: kdump: add kdump support
` [PATCH v21 7/8] arm64: kdump: update a kernel doc

[PATCH V3 0/8] Add password protected lock/unlock support for SD/MMC
 2016-07-07  1:15 UTC  (2+ messages)

[PATCHv3 0/4] Push options in C Git
 2016-07-07  1:12 UTC  (5+ messages)
` [PATCH 1/4] push options: {pre,post}-receive hook learns about push options
` [PATCH 2/4] receive-pack: implement advertising and receiving "
` [PATCH 3/4] push: accept "
` [PATCH 4/4] add a test for "

[PATCH 0/8] support reset of VF link
 2016-07-07  1:09 UTC  (7+ messages)
` [PATCH v6 0/4] "

[PATCH 1/1][V2] usb: quirks: Add no-lpm quirk for Elan
 2016-07-07  1:05 UTC  (3+ messages)

[PATCH v3] KVM: nVMX: Fix incorrect preemption timer vmexit in nested guest
 2016-07-07  1:05 UTC  (3+ messages)

[ath9k-devel] [RFC v3] ath9k: add devicetree support to ath9k
 2016-07-07  1:03 UTC  (7+ messages)
` [ath9k-devel] [PATCH RFC v3 3/3] ath9k: parse the device configuration from an OF node
          `  "

[Qemu-devel] [PATCH v4 00/29] vhost-user reconnect fixes
 2016-07-07  1:00 UTC  (30+ messages)
` [Qemu-devel] [PATCH v4 01/29] misc: indentation
` [Qemu-devel] [PATCH v4 02/29] vhost-user: minor simplification
` [Qemu-devel] [PATCH v4 03/29] vhost: don't assume opaque is a fd, use backend cleanup
` [Qemu-devel] [PATCH v4 04/29] vhost: make vhost_log_put() idempotent
` [Qemu-devel] [PATCH v4 05/29] vhost: assert the log was cleaned up
` [Qemu-devel] [PATCH v4 06/29] vhost: fix cleanup on not fully initialized device
` [Qemu-devel] [PATCH v4 07/29] vhost: make vhost_dev_cleanup() idempotent
` [Qemu-devel] [PATCH v4 08/29] vhost-net: always call vhost_dev_cleanup() on failure
` [Qemu-devel] [PATCH v4 09/29] vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()
` [Qemu-devel] [PATCH v4 10/29] vhost: do not assert() on vhost_ops failure
` [Qemu-devel] [PATCH v4 11/29] vhost: use error_report() instead of fprintf(stderr, ...)
` [Qemu-devel] [PATCH v4 12/29] qemu-char: fix qemu_chr_fe_set_msgfds() crash when disconnected
` [Qemu-devel] [PATCH v4 13/29] vhost-user: call set_msgfds unconditionally
` [Qemu-devel] [PATCH v4 14/29] vhost-user: check qemu_chr_fe_set_msgfds() return value
` [Qemu-devel] [PATCH v4 15/29] vhost-user: check vhost_user_{read, write}() "
` [Qemu-devel] [PATCH v4 16/29] vhost-user: keep vhost_net after a disconnection
` [Qemu-devel] [PATCH v4 17/29] vhost-user: add get_vhost_net() assertions
` [Qemu-devel] [PATCH v4 18/29] Revert "vhost-net: do not crash if backend is not present"
` [Qemu-devel] [PATCH v4 19/29] vhost-net: vhost_migration_done is vhost-user specific
` [Qemu-devel] [PATCH v4 20/29] vhost: add assert() to check runtime behaviour
` [Qemu-devel] [PATCH v4 21/29] char: add chr_wait_connected callback
` [Qemu-devel] [PATCH v4 22/29] char: add and use tcp_chr_wait_connected
` [Qemu-devel] [PATCH v4 23/29] vhost-user: wait until backend init is completed
` [Qemu-devel] [PATCH v4 24/29] tests: plug some leaks in virtio-net-test
` [Qemu-devel] [PATCH v4 25/29] tests: fix vhost-user-test leak
` [Qemu-devel] [PATCH v4 26/29] tests: add /vhost-user/connect-fail test
` [Qemu-devel] [PATCH v4 27/29] tests: add a simple /vhost-user/multiqueue test
` [Qemu-devel] [PATCH v4 28/29] vhost-user: add error report in vhost_user_write()
` [Qemu-devel] [PATCH v4 29/29] vhost: add vhost_net_set_backend()

[PATCH v7 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-07-07  1:01 UTC  (11+ messages)
` [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver

How to install a service generated by update-rc.d?
 2016-07-06  9:30 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: retry on ENOSPC if sufficient space in truncate log
 2016-07-07  1:00 UTC  (2+ messages)

[PATCH 0/2 v3] Add pl031 RTC support for Hi6220
 2016-07-07  0:58 UTC  (6+ messages)

[PATCH] Refactor recv_sideband()
 2016-07-07  0:56 UTC  (17+ messages)
` [PATCH v4] "

[PATCH v2 0/5] firmware: add SmPL grammar to avoid issues
 2016-07-07  0:56 UTC  (2+ messages)

[PATCH] clk: stm32f4: fix error handling
 2016-07-07  0:55 UTC  (5+ messages)

[PATCH] ext4: verify extent header depth
 2016-07-07  0:54 UTC  (2+ messages)

[PATCH v2] clk: imx7d: do not set parent of ethernet time/ref clocks
 2016-07-07  0:53 UTC  (4+ messages)

[Qemu-devel] [RFC v2 00/11] cpu-exec: Safe work in quiescent state
 2016-07-07  0:30 UTC  (4+ messages)
` [RFC v2 02/11] cpus: pass CPUState to run_on_cpu helpers
  ` [Qemu-devel] "

[Qemu-devel] [RFC PATCH v1 0/5] sPAPR: Fix migration when CPUs are removed in random order
 2016-07-07  0:53 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v1 1/5] cpu, target-ppc: Move cpu_vmstate_[un]register calls to cpu_common_[un]realize
` [Qemu-devel] [RFC PATCH v1 2/5] cpu: Introduce CPUState::migration_id

[PATCH v2] clkdev: add devm_of_clk_get()
 2016-07-07  0:43 UTC  (5+ messages)

Patch "xhci: Fix handling timeouted commands on hosts in weird states." has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "xhci: Cleanup only when releasing primary hcd" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: xhci-plat: properly handle probe deferral for devm_clk_get()" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "USB: uas: Fix slave queue_depth not being set" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "USB: xhci: Add broken streams quirk for Frescologic device id 1009" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: quirks: Add no-lpm quirk for Acer C120 LED Projector" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: quirks: Fix sorting" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: host: correct cppi dma channel for isoch transfer" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: Stop bulk endpoint while queue is rotated" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: only restore devctl when session was set in backup" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: Ensure rx reinit occurs for shared_fifo endpoints" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "USB: mos7720: delete parport" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: host: ehci-tegra: Grab the correct UTMI pads reset" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: dwc3: exynos: Fix deferred probing storm." has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: gadget: fix spinlock dead lock in gadgetfs" has been added to the 4.6-stable tree
 2016-07-07  0:45 UTC 

Patch "xhci: Fix handling timeouted commands on hosts in weird states." has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "xhci: Cleanup only when releasing primary hcd" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: xhci-plat: properly handle probe deferral for devm_clk_get()" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "USB: uas: Fix slave queue_depth not being set" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "USB: xhci: Add broken streams quirk for Frescologic device id 1009" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: Stop bulk endpoint while queue is rotated" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: quirks: Fix sorting" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: quirks: Add no-lpm quirk for Acer C120 LED Projector" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: Ensure rx reinit occurs for shared_fifo endpoints" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: only restore devctl when session was set in backup" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: host: correct cppi dma channel for isoch transfer" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: host: ehci-tegra: Grab the correct UTMI pads reset" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "USB: mos7720: delete parport" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: gadget: fix spinlock dead lock in gadgetfs" has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: dwc3: exynos: Fix deferred probing storm." has been added to the 4.4-stable tree
 2016-07-07  0:45 UTC 

Patch "usb: musb: Stop bulk endpoint while queue is rotated" has been added to the 3.14-stable tree
 2016-07-07  0:44 UTC 

Patch "usb: quirks: Add no-lpm quirk for Acer C120 LED Projector" has been added to the 3.14-stable tree
 2016-07-07  0:44 UTC 

Patch "usb: musb: Ensure rx reinit occurs for shared_fifo endpoints" has been added to the 3.14-stable tree
 2016-07-07  0:44 UTC 

Patch "sit: correct IP protocol used in ipip6_err" has been added to the 3.14-stable tree
 2016-07-07  0:44 UTC 

Patch "net: alx: Work around the DMA RX overflow issue" has been added to the 3.14-stable tree
 2016-07-07  0:44 UTC 

Patch "ipmr/ip6mr: Initialize the last assert time of mfc entries." has been added to the 3.14-stable tree
 2016-07-07  0:44 UTC 

[PATCH v6 1/2] Documentation: bindings: add dt doc for Rockchip PCIe controller
 2016-07-07  0:44 UTC  (6+ messages)
` [PATCH v6 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

[PULL Request] Devfreq Fixes-2 for next-RC
 2016-07-07  0:43 UTC  (3+ messages)

[Bug 96835] "gallium: Force blend color to 16-byte alignment" crash with "-march=native -O3" causes some 32bit games to crash
 2016-07-07  0:43 UTC  (2+ messages)

[PATCH 0/6] devtool/recipetool fixes
 2016-07-07  0:42 UTC  (5+ messages)
` [PATCH 3/6] lib/oe/patch: handle encoding differences in patch files
` [PATCH 6/6] scripts/contrib/devtool-stress: exclude more recipes by default

[PATCH 0/3] dma, nvme, powerpc: introduce and implement DMA_ATTR_NO_WARN
 2016-07-07  0:41 UTC  (4+ messages)
` [PATCH 2/3] nvme: "

[PATCH v2 0/2] gcc-runtime-related tweaks
 2016-07-07  0:37 UTC  (5+ messages)
` [PATCH v2 1/2] gcc: add runtime packages to RRECOMMENDS
` [PATCH v2 2/2] gcc-runtime: add SUMMARY values

Fwd: mwifiex+wpa_supplicant cannot set up WPA/WPA2 ADHOC
 2016-07-07  0:36 UTC 

[Cluster-devel] [RFC 0/7] netlink: Add allocation flag to netlink_unicast()
 2016-07-07  0:35 UTC  (3+ messages)
`  "

[PATCHES] Networking
 2016-07-07  0:35 UTC  (2+ messages)

[PATCH v4 00/11] drivers: net: xgene: Fix module crash and 1G hot-plug
 2016-07-07  0:35 UTC  (24+ messages)
` [PATCH v4 01/11] drivers: net: xgene: Separate set_speed from mac_init
` [PATCH v4 02/11] drivers: net: xgene: Fix module unload crash - hw resource cleanup
` [PATCH v4 03/11] drivers: net: xgene: Fix module unload crash - change sw sequence
  ` [PATCH v4 04/11] drivers: net: xgene: Fix module unload crash - clkrst sequence
  ` [PATCH v4 06/11] drivers: net: xgene: Add backward compatibility
` [PATCH v4 05/11] drivers: net: phy: xgene: Add MDIO driver
` [PATCH v4 07/11] drivers: net: xgene: Enable "
` [PATCH v4 08/11] drivers: net: xgene: ethtool: Use phy_ethtool_gset and sset
` [PATCH v4 09/11] dtb: xgene: Add MDIO node
` [PATCH v4 10/11] Documentation: "
` [PATCH v4 11/11] MAINTAINERS: xgene: Add driver and documentation path

Regression between rc2 and rc6: ACPI EC problems
 2016-07-07  0:36 UTC  (7+ messages)

[PATCH v6 00/11] Enable PMUs in ACPI systems
 2016-07-07  0:34 UTC  (5+ messages)
` [PATCH 06/11] arm: arm64: Add routine to determine cpuid of other cpus

[WireGuard] [PATCH] contrib: update Go interop test to be idiomatic
 2016-07-07  0:33 UTC  (2+ messages)

btrfs RAID 10 truncates files over 2G to 4096 bytes
 2016-07-07  0:32 UTC  (9+ messages)

[Qemu-devel] [PATCH] main-loop: check return value before using
 2016-07-07  0:31 UTC  (4+ messages)

[PATCH][RFC v3] x86, hotplug: Use hlt instead of mwait if invoked from disable_nonboot_cpus
 2016-07-07  0:33 UTC  (2+ messages)

[PATCH 1/1] usb: quirks: Add no-lpm quirk for Elan Microelectronics Touchpad
 2016-07-07  0:24 UTC  (3+ messages)

[PATCH 1/1] KVM: PPC: Introduce KVM_CAP_PPC_HTM
 2016-07-07  0:07 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH v0] spapr: Error out when CPU hotplug is attempted on older pseries machines
 2016-07-07  0:10 UTC  (2+ messages)

Is LTO_REFERENCE_INITCALL() still needed?
 2016-07-07  0:22 UTC  (2+ messages)
` [PATCH] x86: remove LTO flags


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.