Age | Commit message (Expand) | Author | Files | Lines |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+12 |
2014-10-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2014-10-13 | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -47/+36 |
2014-10-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+16 |
2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 4 | -105/+238 |
2014-10-10 | lib/genalloc.c: add genpool range check function | Laura Abbott | 1 | -0/+29 |
2014-10-10 | lib/genalloc.c: add power aligned algorithm | Laura Abbott | 1 | -0/+20 |
2014-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -28/+89 |
2014-10-08 | Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -46/+57 |
2014-10-08 | Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -30/+20 |
2014-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -7/+7 |
2014-10-04 | dynamic_debug: change __dynamic_<foo>_dbg return types to void | Joe Perches | 1 | -30/+20 |
2014-10-03 | locking/lockdep: Revert qrwlock recusive stuff | Peter Zijlstra | 1 | -49/+7 |
2014-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+5 |
2014-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -4/+4 |
2014-09-30 | Merge commit 'v3.16' into next | James Morris | 1 | -1/+1 |
2014-09-28 | lzo: check for length overrun in variable length encoding. | Willy Tarreau | 1 | -6/+37 |
2014-09-28 | Revert "lzo: properly check for overruns" | Willy Tarreau | 1 | -41/+21 |
2014-09-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -4/+4 |
2014-09-26 | bpf: mini eBPF library, test stubs and verifier testsuite | Alexei Starovoitov | 1 | -1/+2 |
2014-09-26 | genalloc: fix device node resource counter | Vladimir Zapolskiy | 1 | -0/+1 |
2014-09-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+16 |
2014-09-24 | percpu_ref: make INIT_ATOMIC and switch_to_atomic() sticky | Tejun Heo | 1 | -5/+15 |
2014-09-24 | percpu_ref: add PERCPU_REF_INIT_* flags | Tejun Heo | 1 | -5/+18 |
2014-09-24 | percpu_ref: decouple switching to percpu mode and reinit | Tejun Heo | 1 | -19/+54 |
2014-09-24 | percpu_ref: decouple switching to atomic mode and killing | Tejun Heo | 1 | -31/+110 |
2014-09-24 | percpu_ref: add PCPU_REF_DEAD | Tejun Heo | 1 | -8/+11 |
2014-09-24 | percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch | Tejun Heo | 1 | -11/+11 |
2014-09-24 | percpu_ref: replace pcpu_ prefix with percpu_ | Tejun Heo | 1 | -27/+29 |
2014-09-24 | percpu_ref: minor code and comment updates | Tejun Heo | 1 | -8/+6 |
2014-09-24 | percpu_ref: relocate percpu_ref_reinit() | Tejun Heo | 1 | -35/+35 |
2014-09-24 | Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p... | Tejun Heo | 1 | -16/+0 |
2014-09-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb... | Tejun Heo | 7 | -8/+37 |
2014-09-24 | blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe | Tejun Heo | 1 | -0/+16 |
2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -6/+10 |
2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+0 |
2014-09-23 | net: bpf: fix compiler warnings in test_bpf | Alexei Starovoitov | 1 | -2/+2 |
2014-09-20 | percpu-refcount: make percpu_ref based on longs instead of ints | Tejun Heo | 1 | -18/+19 |
2014-09-20 | percpu-refcount: improve WARN messages | Tejun Heo | 1 | -3/+5 |
2014-09-20 | lib: rhashtable: remove second linux/log2.h inclusion | Fabian Frederick | 1 | -1/+0 |
2014-09-19 | sched: Add default-disabled option to BUG() when stack end location is overwr... | Aaron Tomlin | 1 | -0/+12 |
2014-09-16 | Provide a binary to hex conversion function | David Howells | 1 | -0/+16 |
2014-09-13 | Make ARCH_HAS_FAST_MULTIPLIER a real config variable | Linus Torvalds | 3 | -4/+7 |
2014-09-12 | KEYS: Fix termination condition in assoc array garbage collection | David Howells | 1 | -1/+3 |
2014-09-09 | net: filter: add "load 64-bit immediate" eBPF instruction | Alexei Starovoitov | 1 | -0/+21 |
2014-09-09 | Documentation: Docbook: Fix generated DocBook/kernel-api.xml | Masanari Iida | 3 | -4/+4 |
2014-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+11 |
2014-09-08 | percpu-refcount: add @gfp to percpu_ref_init() | Tejun Heo | 1 | -2/+4 |
2014-09-08 | proportions: add @gfp to init functions | Tejun Heo | 2 | -9/+9 |
2014-09-08 | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo | 3 | -7/+7 |