| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: move mm_percpu_wq initialization earlier | Michal Hocko | 2017-03-31 | 1 | -0/+2 |
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-11 | 1 | -1/+0 |
|\ |
|
| * | random: use chacha20 for get_random_int/long | Jason A. Donenfeld | 2017-01-27 | 1 | -1/+0 |
* | | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-02-28 | 1 | -2/+1 |
|\ \ |
|
| * | | Reimplement IDR and IDA using the radix tree | Matthew Wilcox | 2017-02-13 | 1 | -2/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-27 | 2 | -5/+6 |
|\ \ \ |
|
| * | | | mm: add arch-independent testcases for RODATA | Jinbum Park | 2017-02-27 | 1 | -2/+4 |
| * | | | initramfs: finish fput() before accessing any binary from initramfs | Lokesh Vutla | 2017-02-27 | 2 | -3/+2 |
* | | | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2017-02-27 | 1 | -0/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | rdmacg: Added rdma cgroup controller | Parav Pandit | 2017-01-10 | 1 | -0/+10 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-22 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | slub: make sysfs directories for memcg sub-caches optional | Tejun Heo | 2017-02-22 | 1 | -0/+14 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2017-02-22 | 2 | -8/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | printk: rename nmi.c and exported api | Sergey Senozhatsky | 2017-02-08 | 2 | -8/+10 |
| |/ / |
|
* | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-02-22 | 1 | -0/+7 |
|\ \ \ |
|
| * \ \ | Merge 4.10-rc7 into char-misc-next | Greg Kroah-Hartman | 2017-02-06 | 1 | -0/+4 |
| |\ \ \ |
|
| * | | | | pc104: Introduce the PC104 Kconfig option | William Breathitt Gray | 2017-01-19 | 1 | -0/+7 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-21 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 2017-02-07 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-21 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | core: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2017-02-09 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-02-20 | 1 | -3/+1 |
|\ \ \ \ |
|
| * | | | | locking/atomic, kref: Add KREF_INIT() | Peter Zijlstra | 2017-01-14 | 1 | -3/+1 |
| |/ / / |
|
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-02-20 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | sched/clock: Delay switching sched_clock to stable | Peter Zijlstra | 2017-01-14 | 1 | -1/+0 |
| |/ / / |
|
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-02-20 | 1 | -1/+0 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v4.10-rc7' into efi/core, to pick up fixes | Ingo Molnar | 2017-02-07 | 1 | -0/+4 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | efi/x86: Move the EFI BGRT init code to early init code | Dave Young | 2017-02-01 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-02-20 | 1 | -14/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-01-31 | 1 | -14/+0 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | rcu: Re-enable TASKS_RCU for User Mode Linux | Paul E. McKenney | 2017-01-23 | 1 | -1/+0 |
| | * | | rcu: update: Make RCU_EXPEDITE_BOOT be the default | Sebastian Andrzej Siewior | 2017-01-16 | 1 | -13/+0 |
| | |/ |
|
* | | | kbuild: modversions: add infrastructure for emitting relative CRCs | Ard Biesheuvel | 2017-02-03 | 1 | -0/+4 |
|/ / |
|
* | | cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig | Arnd Bergmann | 2017-01-11 | 1 | -0/+4 |
|/ |
|
* | mm: add PageWaiters indicating tasks are waiting for a page bit | Nicholas Piggin | 2016-12-25 | 1 | -2/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-12-17 | 1 | -1/+2 |
|\ |
|
| * | cgroup: Fix CGROUP_BPF config | Andy Lutomirski | 2016-12-17 | 1 | -1/+2 |
* | | Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-12-14 | 1 | -2/+5 |
|\ \ |
|
| * | | module: fix DEBUG_SET_MODULE_RONX typo | Arnd Bergmann | 2016-11-28 | 1 | -1/+1 |
| * | | module: extend 'rodata=off' boot cmdline parameter to module mappings | AKASHI Takahiro | 2016-11-27 | 1 | -2/+5 |
* | | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2016-12-13 | 1 | -0/+10 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-4.9' into for-4.10 | Tejun Heo | 2016-10-19 | 1 | -0/+10 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | workqueue: make workqueue available early during boot | Tejun Heo | 2016-09-17 | 1 | -0/+10 |