Age | Commit message (Expand) | Author | Files | Lines |
2014-10-14 | lib: remove prio_heap | Lai Jiangshan | 2 | -71/+1 |
2014-10-14 | lib/textsearch.c: remove textsearch_put reference from comments | Raphael Silva | 1 | -3/+1 |
2014-10-14 | lib/dynamic_debug.c: use seq_open_private() instead of seq_open() | Rob Jones | 1 | -15/+2 |
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 | fonts: Add 6x10 font | Maarten ter Huurne | 4 | -0/+3100 |
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-04 | Merge branch 'next' into efi-next-merge | Matt Fleming | 1 | -0/+29 |
2014-10-03 | lib: Add a generic cmdline parse function parse_option_str | Dave Young | 1 | -0/+29 |
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 |