summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 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
| |/
* | mm: add arch-independent testcases for RODATAJinbum Park2017-02-271-2/+4
* | initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla2017-02-271-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-221-1/+1
|\ \
| * | printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-081-1/+1
| |/
* | 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
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-1/+0
|\ \
| * | sched/clock: Delay switching sched_clock to stablePeter Zijlstra2017-01-141-1/+0
| |/
* / efi/x86: Move the EFI BGRT init code to early init codeDave Young2017-02-011-1/+0
|/
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-251-2/+1
* Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-141-2/+5
|\
| * module: fix DEBUG_SET_MODULE_RONX typoArnd Bergmann2016-11-281-1/+1
| * module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2016-11-271-2/+5
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-0/+10
|\ \
| * \ Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-0/+10
| |\ \ | | |/ | |/|
| | * workqueue: make workqueue available early during bootTejun Heo2016-09-171-0/+10
* | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\ \ \
| * | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
| |/ /
* / / x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-091-0/+3
|/ /
* / gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+1
|/
* init: allow blacklisting of module_init functionsPrarit Bhargava2016-08-021-0/+6
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-241-1/+3
|\
| * init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes2016-06-241-1/+3
* | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-2/+2
|/
* mm: use early_pfn_to_nid in page_ext_initYang Shi2016-05-271-2/+1
* init/main.c: simplify initcall_blacklisted()Rasmus Villemoes2016-05-201-5/+4
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-0/+1
* mm: call page_ext_init() after all struct pages are initializedYang Shi2016-05-201-1/+2