Age | Commit message (Expand) | Author |
2014-10-03 | locking/lockdep: Revert qrwlock recusive stuff | Peter Zijlstra |
2014-08-13 | locking/selftest: Support queued rwlock | Waiman Long |
2014-08-13 | locking/Documentation: Move locking related docs into Documentation/locking/ | Davidlohr Bueso |
2014-08-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-08-04 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-08-04 | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso |
2014-07-17 | Merge branch 'locking/urgent' into locking/core, before applying larger chang... | Ingo Molnar |
2014-07-17 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar |
2014-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-07-09 | rcu: Remove CONFIG_PROVE_RCU_DELAY | Paul E. McKenney |
2014-07-03 | lz4: add overrun checks to lz4_uncompress_unknownoutputsize() | Greg Kroah-Hartman |
2014-07-02 | lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n... | Amir Vadai |
2014-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds |
2014-06-28 | percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero() | Tejun Heo |
2014-06-28 | percpu-refcount: require percpu_ref to be exited explicitly | Tejun Heo |
2014-06-28 | percpu-refcount: use unsigned long for pcpu_count pointer | Tejun Heo |
2014-06-28 | percpu-refcount: add helpers for ->percpu_count accesses | Tejun Heo |
2014-06-28 | percpu-refcount: one bit is enough for REF_STATUS | Tejun Heo |
2014-06-27 | Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-06-27 | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-06-27 | iovec: move memcpy_from/toiovecend to lib/iovec.c | Michael S. Tsirkin |
2014-06-27 | lz4: fix another possible overrun | Greg Kroah-Hartman |
2014-06-23 | Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-06-23 | lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of... | Chen Gang |
2014-06-23 | lz4: ensure length does not wrap | Greg Kroah-Hartman |
2014-06-23 | lzo: properly check for overruns | Greg Kroah-Hartman |
2014-06-22 | rtmutex: Make the rtmutex tester depend on BROKEN | Thomas Gleixner |
2014-06-20 | swiotlb: don't assume PA 0 is invalid | Jan Beulich |
2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-06-12 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2014-06-11 | cpumask: Utility function to set n'th cpu - local cpu first | Amir Vadai |
2014-06-11 | net: filter: fix nlattr and nlattr_nest BPF tests | Alexei Starovoitov |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds |
2014-06-06 | lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations | Catalin Marinas |
2014-06-06 | idr: reduce the unneeded check in free_layer() | Lai Jiangshan |
2014-06-06 | idr: don't need to shink the free list when idr_remove() | Lai Jiangshan |
2014-06-06 | idr: fix idr_replace()'s returned error code | Lai Jiangshan |
2014-06-06 | idr: fix NULL pointer dereference when ida_remove(unallocated_id) | Lai Jiangshan |
2014-06-06 | idr: fix unexpected ID-removal when idr_remove(unallocated_id) | Lai Jiangshan |
2014-06-06 | idr: fix overflow bug during maximum ID calculation at maximum height | Lai Jiangshan |
2014-06-05 | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-06-05 | Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next | Dave Airlie |
2014-06-04 | lib/asn1_decoder.c: kernel-doc warning fix | Fabian Frederick |
2014-06-04 | lib/atomic64_test.c: convert printk(KERN_INFO to pr_info | Fabian Frederick |
2014-06-04 | lib/bug.c: convert printk to pr_foo() | Fabian Frederick |
2014-06-04 | lib/textsearch.c: move EXPORT_SYMBOL after functions | Fabian Frederick |
2014-06-04 | lib/nlattr.c: move EXPORT_SYMBOL after functions | Fabian Frederick |
2014-06-04 | lib/digsig.c: kernel-doc warning fixes | Fabian Frederick |
2014-06-04 | lib/crc32.c: remove unnecessary __constant | Fabian Frederick |