| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/textsearch.c: remove textsearch_put reference from comments | Raphael Silva | 2014-10-14 | 1 | -3/+1 |
* | lib/dynamic_debug.c: use seq_open_private() instead of seq_open() | Rob Jones | 2014-10-14 | 1 | -15/+2 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-13 | 1 | -0/+12 |
|\ |
|
| * | sched: Add default-disabled option to BUG() when stack end location is overwr... | Aaron Tomlin | 2014-09-19 | 1 | -0/+12 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 1 | -2/+2 |
|\ \ |
|
| * | | locking/lockdep: Revert qrwlock recusive stuff | Peter Zijlstra | 2014-10-03 | 1 | -49/+7 |
| * | | locking/selftest: Support queued rwlock | Waiman Long | 2014-08-13 | 1 | -7/+49 |
| * | | locking/Documentation: Move locking related docs into Documentation/locking/ | Davidlohr Bueso | 2014-08-13 | 1 | -2/+2 |
* | | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 1 | -47/+36 |
|\ \ \ |
|
| * | | | locking,arch: Rewrite generic atomic support | Peter Zijlstra | 2014-08-14 | 1 | -47/+36 |
| |/ / |
|
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-10-12 | 1 | -0/+16 |
|\ \ \ |
|
| * \ \ | Merge commit 'v3.16' into next | James Morris | 2014-10-01 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Provide a binary to hex conversion function | David Howells | 2014-09-16 | 1 | -0/+16 |
* | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2014-10-10 | 4 | -105/+238 |
|\ \ \ \ \ |
|
| * | | | | | percpu_ref: make INIT_ATOMIC and switch_to_atomic() sticky | Tejun Heo | 2014-09-24 | 1 | -5/+15 |
| * | | | | | percpu_ref: add PERCPU_REF_INIT_* flags | Tejun Heo | 2014-09-24 | 1 | -5/+18 |
| * | | | | | percpu_ref: decouple switching to percpu mode and reinit | Tejun Heo | 2014-09-24 | 1 | -19/+54 |
| * | | | | | percpu_ref: decouple switching to atomic mode and killing | Tejun Heo | 2014-09-24 | 1 | -31/+110 |
| * | | | | | percpu_ref: add PCPU_REF_DEAD | Tejun Heo | 2014-09-24 | 1 | -8/+11 |
| * | | | | | percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch | Tejun Heo | 2014-09-24 | 1 | -11/+11 |
| * | | | | | percpu_ref: replace pcpu_ prefix with percpu_ | Tejun Heo | 2014-09-24 | 1 | -27/+29 |
| * | | | | | percpu_ref: minor code and comment updates | Tejun Heo | 2014-09-24 | 1 | -8/+6 |
| * | | | | | percpu_ref: relocate percpu_ref_reinit() | Tejun Heo | 2014-09-24 | 1 | -35/+35 |
| * | | | | | Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p... | Tejun Heo | 2014-09-24 | 1 | -16/+0 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb... | Tejun Heo | 2014-09-24 | 7 | -8/+37 |
| |\ \ \ \ \ |
|
| * | | | | | | percpu-refcount: make percpu_ref based on longs instead of ints | Tejun Heo | 2014-09-20 | 1 | -18/+19 |
| * | | | | | | percpu-refcount: improve WARN messages | Tejun Heo | 2014-09-20 | 1 | -3/+5 |
| * | | | | | | percpu-refcount: add @gfp to percpu_ref_init() | Tejun Heo | 2014-09-08 | 1 | -2/+4 |
| * | | | | | | proportions: add @gfp to init functions | Tejun Heo | 2014-09-08 | 2 | -9/+9 |
| * | | | | | | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo | 2014-09-08 | 3 | -7/+7 |
| * | | | | | | percpu_counter: make percpu_counters_lock irq-safe | Tejun Heo | 2014-09-08 | 1 | -6/+10 |
* | | | | | | | lib/genalloc.c: add genpool range check function | Laura Abbott | 2014-10-09 | 1 | -0/+29 |
* | | | | | | | lib/genalloc.c: add power aligned algorithm | Laura Abbott | 2014-10-09 | 1 | -0/+20 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-10-08 | 4 | -28/+89 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-10-02 | 2 | -4/+5 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | bpf: mini eBPF library, test stubs and verifier testsuite | Alexei Starovoitov | 2014-09-26 | 1 | -1/+2 |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-24 | 1 | -0/+16 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 | 5 | -6/+10 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | net: bpf: fix compiler warnings in test_bpf | Alexei Starovoitov | 2014-09-22 | 1 | -2/+2 |
| * | | | | | | | | | net: filter: add "load 64-bit immediate" eBPF instruction | Alexei Starovoitov | 2014-09-09 | 1 | -0/+21 |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-07 | 2 | -2/+11 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|/
| | |/| | | | | | | |
|
| * | | | | | | | | | net: bpf: make eBPF interpreter images read-only | Daniel Borkmann | 2014-09-05 | 1 | -1/+1 |
| * | | | | | | | | | lib/rhashtable: allow user to set the minimum shifts of shrinking | Ying Xue | 2014-09-03 | 1 | -4/+8 |
| * | | | | | | | | | bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT | Alexei Starovoitov | 2014-08-25 | 1 | -0/+38 |
| * | | | | | | | | | random32: improvements to prandom_bytes | Daniel Borkmann | 2014-08-24 | 1 | -21/+18 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-10-08 | 1 | -46/+57 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | lzo: check for length overrun in variable length encoding. | Willy Tarreau | 2014-09-28 | 1 | -6/+37 |
| * | | | | | | | | | Revert "lzo: properly check for overruns" | Willy Tarreau | 2014-09-28 | 1 | -41/+21 |
* | | | | | | | | | | Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-10-08 | 1 | -30/+20 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | dynamic_debug: change __dynamic_<foo>_dbg return types to void | Joe Perches | 2014-10-03 | 1 | -30/+20 |
| |/ / / / / / / / / |
|