summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-2/+41
|\
| * rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney2017-05-021-0/+3
| * srcu: Make SRCU be built by defaultPaul E. McKenney2017-04-241-0/+1
| * srcu: Fix Kconfig botch when SRCU not selectedPaul E. McKenney2017-04-241-2/+2
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-2/+37
| |\
| | *-. Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney2017-04-211-2/+37
| | |\ \
| | | | * srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney2017-04-181-2/+19
| | | | * srcu: Create a tiny SRCUPaul E. McKenney2017-04-181-0/+12
| | | |/ | | |/|
| | | * rcu: Make RCU_FANOUT_LEAF help text more explicit about skew_tickPaul E. McKenney2017-04-191-2/+8
| | |/
* | | Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-081-1/+1
|\ \ \
| * | | console: move console_init() out of tty_io.cNicolas Pitre2017-04-181-1/+1
| |/ /
* | | initramfs: use vfs_stat/lstat directlyArnd Bergmann2017-05-082-24/+10
* | | initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2017-05-081-1/+1
* | | initramfs: avoid "label at end of compound statement" errorLinus Torvalds2017-05-061-0/+1
* | | Merge tag 'initramfs-fix-4.12-rc1' of git://github.com/stffrdhrn/linuxLinus Torvalds2017-05-051-6/+9
|\ \ \
| * | | initramfs: Always do fput() and load modules after rootfs populateStafford Horne2017-05-051-6/+9
| |/ /
* | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-031-3/+7
|\ \ \
| * | | ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)2017-04-031-0/+1
| * | | ftrace: Move ftrace_init() to right after memory initializationSteven Rostedt (VMware)2017-03-241-2/+2
| * | | tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)2017-03-241-1/+4
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-5/+5
|\ \ \ | |_|/ |/| |
| * | init/main: properly align the multi-line commentViresh Kumar2017-04-241-4/+4
| * | init/main: Fix double "the" in commentViresh Kumar2017-04-241-1/+1
| |/
* / mm: move mm_percpu_wq initialization earlierMichal Hocko2017-03-311-0/+2
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-111-1/+0
|\
| * random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-1/+0
* | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar2017-03-021-0/+1
* | sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-281-2/+1
|\ \
| * | Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-131-2/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-272-5/+6
|\ \ \
| * | | mm: add arch-independent testcases for RODATAJinbum Park2017-02-271-2/+4
| * | | initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla2017-02-272-3/+2
* | | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-271-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | rdmacg: Added rdma cgroup controllerParav Pandit2017-01-101-0/+10
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-0/+14
|\ \ \
| * | | slub: make sysfs directories for memcg sub-caches optionalTejun Heo2017-02-221-0/+14
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-222-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-082-8/+10
| |/ /
* | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-221-0/+7
|\ \ \
| * \ \ Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-061-0/+4
| |\ \ \
| * | | | pc104: Introduce the PC104 Kconfig optionWilliam Breathitt Gray2017-01-191-0/+7
| | |_|/ | |/| |
* | | | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-211-2/+2
|\ \ \ \
| * | | | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-071-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-0/+1
|\ \ \ \
| * | | | core: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-02-091-0/+1
| | |/ / | |/| |