LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH] srcu: Isolate srcu sections using CONFIG_SRCU
2014-12-10 0:41 UTC (3+ messages)
[PATCH v2 0/2] x86/arm64: add xenconfig
2014-12-10 0:40 UTC (4+ messages)
` [PATCH v2 1/2] x86, platform, xen, kconfig: clarify kvmconfig is for kvm
` [PATCH v2 2/2] x86, arm, platform, xen, kconfig: add xen defconfig helper
[PATCHv11 net-next 1/2] openvswitch: Refactor ovs_nla_fill_match()
2014-12-10 0:25 UTC (4+ messages)
` [PATCHv11 net-next 2/2] openvswitch: Add support for unique flow IDs
[PATCH] hexagon: Fix build failures in linux-next
2014-12-10 0:25 UTC (2+ messages)
[PATCH v2] userns: Disallow setgroups unless the gid_map writer is privileged
2014-12-10 0:21 UTC (32+ messages)
` [CFT][PATCH 1/3] userns: Avoid problems with negative groups
` [CFT][PATCH 2/3] userns: Add a knob to disable setgroups on a per user namespace basis
` [CFT][PATCH 1/7] userns: Document what the invariant required for safe unprivileged mappings
` [CFT][PATCH 6/7] userns: Add a knob to disable setgroups on a per user namespace basis
` [CFT][PATCH 1/8] userns: Document what the invariant required for safe unprivileged mappings
` [CFT][PATCH 2/8] userns: Don't allow setgroups until a gid mapping has been setablished
` [CFT][PATCH 3/8] userns: Don't allow unprivileged creation of gid mappings
` [CFT][PATCH 4/8] userns: Check euid no fsuid when establishing an unprivileged uid mapping
` [CFT][PATCH 5/8] userns: Only allow the creator of the userns unprivileged mappings
` [CFT][PATCH 6/8] userns: Rename id_map_mutex to userns_state_mutex
` [CFT][PATCH 7/8] userns: Add a knob to disable setgroups on a per user namespace basis
` [CFT][PATCH 8/8] userns: Allow setting gid_maps without privilege when setgroups is disabled
[PATCH] mm: fix invalid use of pfn_valid_within in test_pages_in_a_zone
2014-12-10 0:14 UTC (3+ messages)
[PATCH v3] CPU hotplug: active_writer not woken up in some cases - deadlock
2014-12-10 0:12 UTC (2+ messages)
[PATCH] drm: fb helper should avoid sleeping in panic context
2014-12-10 0:09 UTC (2+ messages)
[PATCH 0/4] Add PCIe support to Broadcom iProc
2014-12-10 0:04 UTC (5+ messages)
` [PATCH 1/4] pci: iProc: define Broadcom iProc PCIe binding
` [PATCH 2/4] PCI: iproc: Add Broadcom iProc PCIe driver
` [PATCH 3/4] ARM: mach-bcm: Enable PCIe support for iProc
` [PATCH 4/4] ARM: dts: enable PCIe for Broadcom Cygnus
[PATCH net-next 0/9] r8169:update hardware ephy parameter
2014-12-09 23:50 UTC (7+ messages)
` [PATCH net-next 5/9] r8169:update rtl8168fb "
` [PATCH net-next 7/9] r8169:update rtl8168dp "
[GIT PULL 0/9] ARM: SoC changes for 3.19
2014-12-09 23:45 UTC (11+ messages)
` [GIT PULL 1/9] ARM: SoC non-critical bug fixes "
` [GIT PULL 2/9] ARM: SoC cleanup on mach-at91 "
` [GIT PULL 3/9] ARM: SoC cleanups "
` [GIT PULL 4/9] ARM: SoC platform changes "
` [GIT PULL 5/9] ARM: SoC driver updates "
` [GIT PULL 6/9] ARM: SoC DT "
` [GIT PULL 7/9] ARM: SoC/OMAP GPMC driver cleanup and move "
` [GIT PULL 8/9] ARM: SoC defconfig changes "
` [GIT PULL 9/9] ARM64: SoC "
[PATCH v3 0/2]: x86/arm64: add xenconfig
2014-12-09 23:27 UTC (7+ messages)
` [PATCH v3 2/2] x86, arm64, platform, xen, kconfig: add xen defconfig helper
` [Xen-devel] "
[PATCH] PCI: Clear bridge MEM_64 flag if one child does not support it
2014-12-09 23:16 UTC (16+ messages)
[PATCH 0/3] remove undocumented type definition alias
2014-12-09 23:14 UTC (10+ messages)
` [PATCH 2/3] kconfig: remove undocumented type definition alias 'boolean'
[PATCH] PCI: Clear all bridge res MEM_64 if host bridge has non mem64
2014-12-09 23:13 UTC (3+ messages)
[PATCH] fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.c
2014-12-09 23:13 UTC (3+ messages)
[PATCH v2 01/17] new helper: skb_copy_and_csum_datagram_msg()
2014-12-09 23:13 UTC (35+ messages)
` the next chunk of iov_iter-net stuff for review
` [PATCH 01/25] iov_iter.c: macros for iterating over iov_iter
` [PATCH 02/25] iov_iter.c: iterate_and_advance
` [PATCH 03/25] iov_iter.c: convert iov_iter_npages() to iterate_all_kinds
` [PATCH 04/25] iov_iter.c: convert iov_iter_get_pages() "
` [PATCH 05/25] iov_iter.c: convert iov_iter_get_pages_alloc() "
` [PATCH 06/25] iov_iter.c: convert iov_iter_zero() to iterate_and_advance
` [PATCH 07/25] iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()
` [PATCH 08/25] iov_iter.c: convert copy_from_iter() to iterate_and_advance
` [PATCH 09/25] iov_iter.c: convert copy_to_iter() "
` [PATCH 10/25] iov_iter.c: handle ITER_KVEC directly
` [PATCH 11/25] csum_and_copy_..._iter()
` [PATCH 12/25] new helper: iov_iter_kvec()
` [PATCH 13/25] copy_from_iter_nocache()
` [PATCH 14/25] raw.c: stick msghdr into raw_frag_vec
` [PATCH 15/25] ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt"
` [PATCH 16/25] ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
` [PATCH 17/25] switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
` [PATCH 18/25] switch l2cap ->memcpy_fromiovec() to msghdr
` [PATCH 19/25] vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
` [PATCH 20/25] put iov_iter into msghdr
` [PATCH 21/25] first fruits - kill l2cap ->memcpy_fromiovec()
` [PATCH 22/25] switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
` [PATCH 23/25] ppp_read(): switch to skb_copy_datagram_iter()
` [PATCH 24/25] skb_copy_datagram_iovec() can die
` [PATCH 25/25] bury memcpy_toiovec()
[PATCH] x86: mce: Avoid timer double-add during CMCI interrupt storms
2014-12-09 23:00 UTC (3+ messages)
[PATCH v3] Perf Bench: Locking Microbenchmark
2014-12-09 22:54 UTC
[PATCH v2] x86-64, doc: update to account for file shuffling
2014-12-09 22:54 UTC
[GIT PULL] arch/nios2 for v3.19
2014-12-09 22:52 UTC (4+ messages)
[PATCH] x86-64, doc: update to account for file shuffling
2014-12-09 22:51 UTC (3+ messages)
[PATCH V2] x86/mm: Fix zone ranges boot printout
2014-12-09 22:50 UTC (2+ messages)
[PATCH 0/3] i8k: Rework fan_mult and fan_max code
2014-12-09 22:49 UTC (10+ messages)
` [PATCH 1/3] i8k: cosmetic: distinguish between fan speed and fan rpm
` [PATCH 2/3] i8k: Autodetect maximal fan speed and fan RPM multiplier
` [PATCH 3/3] i8k: Remove laptop specific config data (fan_mult, fan_max) from driver
[PATCH] PCI: rcar: fix error handling of irq_of_parse_and_map
2014-12-09 22:38 UTC (2+ messages)
[PATCH] PCI: keystone: fix error handling of irq_of_parse_and_map
2014-12-09 22:38 UTC (2+ messages)
[PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM
2014-12-09 22:36 UTC
[RFC PATCH net-next] tun: support retrieving multiple packets in a single read with IFF_MULTI_READ
2014-12-09 22:19 UTC (2+ messages)
[PATCH v2 0/3] FPGA Framework with DT and sysfs support
2014-12-09 22:12 UTC (8+ messages)
` [PATCH v2 2/3] fpga manager: framework core
[PATCH] clocksource: tegra: wrap arch/arm-specific sections in CONFIG_ARM
2014-12-09 22:07 UTC
[PATCH 0/2] clockevents: introduce ->set_dev_mode() and convert a few drivers
2014-12-09 22:03 UTC (3+ messages)
` [PATCH 1/2] clockevents: introduce ->set_dev_mode() which can return error
` [PATCH 2/2] clockevents: migrate some drivers to new ->set_dev_mode()
[GIT PULL] asm-generic: asm/io.h rewrite
2014-12-09 22:01 UTC
[PATCH RFC] trace, blktrace: remove trace from running list only if trace is running
2014-12-09 22:00 UTC (4+ messages)
` [PATCH RFC v2] trace, blktrace: don't let the sysfs interface remove trace from running list
[PATCH] ASoC: soc-dapm: Fix comparison of pointers
2014-12-09 21:53 UTC
[PATCH 0/6] PCI: MMCONFIG clean up
2014-12-09 21:50 UTC (6+ messages)
` [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors
[PATCH 0/2] virtio_ccw: minor enhancements
2014-12-09 21:49 UTC (2+ messages)
[PATCH] SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
2014-12-09 21:47 UTC (4+ messages)
` [Update][PATCH] "
da9052-regulator fails to probe in linux-next
2014-12-09 21:47 UTC (9+ messages)
Compiled tridentfb hangs but distribution kernel works fine
2014-12-09 21:33 UTC
selftests: question about git repos containing selftest
2014-12-09 21:29 UTC (9+ messages)
__hci_cmd_sync() not suitable for nokia h4p
2014-12-09 21:19 UTC (4+ messages)
[PATCH 0/20] fix misspelling of current function in string
2014-12-09 21:14 UTC (13+ messages)
` [PATCH 4/20] dmfe: "
` [PATCH 5/20] isdn: "
` [PATCH 10/20] uli526x: "
` [PATCH 12/20] hp100: "
` [PATCH 14/20] chelsio: "
[RFC PATCH 0/8] Fix perf probe issues on powerpc
2014-12-09 21:14 UTC (5+ messages)
` [RFC PATCH 2/8] perf probe powerpc: Fix symbol fixup issues due to ELF type
` [RFC PATCH 8/8] perf probe powerpc: Fixup function entry if using kallsyms lookup
[PATCH net] bnx2x: Implement ndo_gso_check()
2014-12-09 21:05 UTC (2+ messages)
[PATCH 1/2] lib/lcm.c: Ensure correct result whenever it fits
2014-12-09 21:03 UTC (2+ messages)
` [PATCH 2/2] lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n
[PATCH net-next] macvlan: allow setting LRO independently of lower device
2014-12-09 21:00 UTC (2+ messages)
[PATCH] xen/blkfront: remove redundant flush_op
2014-12-09 20:56 UTC (3+ messages)
` [PATCH v2] "
[PATCH] kthread: kthread_bind fails to enforce CPU affinity (fixes kernel BUG at kernel/smpboot.c:134!)
2014-12-09 20:54 UTC (5+ messages)
` [PATCH] powerpc: secondary CPUs signal to master before setting active and online "
[PATCH v3 00/11] memory: add Atmel EBI (External Bus Interface) driver
2014-12-09 20:53 UTC (3+ messages)
` [PATCH v3 05/11] "
[RFC PATCH] smpboot: Check for successfull allocation of cpumask vars
2014-12-09 20:51 UTC (4+ messages)
[PATCH v6] media: platform: add VPFE capture driver support for AM437X
2014-12-09 20:49 UTC (2+ messages)
[GIT PULL] MFD for v3.19
2014-12-09 20:44 UTC (4+ messages)
[PATCH 0/2] DMA API usage fixes in gianfar
2014-12-09 20:39 UTC (5+ messages)
` [PATCH 1/2] gianfar: handle map error in gfar_new_rxbdp()
` [PATCH 2/2] gianfar: handle map error in gfar_start_xmit()
[PATCH 1/1] uio: uio_fsl_elbc_gpcm: new driver
2014-12-09 20:37 UTC (2+ messages)
[PATCH V4] powerpc: add little endian flag to syscall_get_arch()
2014-12-09 20:37 UTC
[RESEND PATCH] net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate code
2014-12-09 20:24 UTC (2+ messages)
[RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR
2014-12-09 20:23 UTC (4+ messages)
[PATCH] Route keyboard LEDs through the generic LEDs layer
2014-12-09 20:22 UTC (5+ messages)
[PATCH v4 0/2] spi: st: New driver for ST's SPI Controller
2014-12-09 20:21 UTC (3+ messages)
` [PATCH v4 1/2] spi: Add new driver for STMicroelectronics' "
` [PATCH v4 2/2] spi: st: Provide Device Tree binding documentation
[PATCH] Input: atmel_mxt_ts - implement T100 touch object support
2014-12-09 20:16 UTC
[PATCH v4 0/6] FPGA Manager Framework
2014-12-09 20:14 UTC (7+ messages)
` [PATCH v4 1/6] doc: add bindings document for altera fpga manager
` [PATCH v4 2/6] arm: dts: socfpga: add "
` [PATCH v4 3/6] ARM: socfpga: defconfig: enable "
` [PATCH v4 4/6] fpga manager: add sysfs interface document
` [PATCH v4 5/6] staging: fpga manager: framework core
` [PATCH v4 6/6] staging: fpga manager: add driver for altera socfpga manager
[PATCH] nios2: enable "make defconfig"
2014-12-09 20:02 UTC
[PATCH] x86: bpf_jit_comp: Reduce is_ereg() code size
2014-12-09 19:57 UTC (4+ messages)
` [PATCH] x86: bpf_jit_comp: Remove inline from static function definitions
[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
2014-12-09 19:57 UTC (3+ messages)
` [PATCH] x86: bpf_jit_comp: Reduce is_ereg() code size
[PATCH 1/3] net-PPP: Deletion of unnecessary checks before the function call "kfree"
2014-12-09 19:54 UTC (4+ messages)
` [PATCH v2 0/6] net-PPP: Deletion of a few unnecessary checks
linux-next: build failure after merge of the access_once tree
2014-12-09 19:54 UTC (2+ messages)
[GIT PULL] kselftest-3.19-rc1
2014-12-09 19:42 UTC
[PATCH v3 0/6] virtio 1.0 enhancements
2014-12-09 19:40 UTC (6+ messages)
` [PATCH v3 4/6] virtio_ccw: rev 1 devices set VIRTIO_F_VERSION_1
[PATCH 0/6] livepatch v5: more clean up for the v5 of the patchset
2014-12-09 18:51 UTC (3+ messages)
` [PATCH 5/6] livepatch v5: split init and free code that is done only for loaded modules
[PATCH v3 0/8] KVM-VFIO IRQ forward control
2014-12-09 17:20 UTC (5+ messages)
` [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control
[PATCH 0/4] acerhdf/thermal: adding new models and appropriate governor
2014-12-08 7:45 UTC (9+ messages)
` [RESEND PATCH v5 0/5] acerhdf: adding new models, appropriate governor and minor clean up
` [RESEND PATCH v5 3/5] acerhdf: Use bang-bang thermal governor
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).