summaryrefslogtreecommitdiff
path: root/init/main.c
Commit message (Expand)AuthorAge
* random: do not ignore early device randomnessKees Cook2017-07-12
* sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner2017-05-23
* init: Pin init task to the boot CPU, initiallyThomas Gleixner2017-05-23
* Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-08
|\
| * console: move console_init() out of tty_io.cNicolas Pitre2017-04-18
* | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-03
|\ \
| * | ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)2017-04-03
| * | ftrace: Move ftrace_init() to right after memory initializationSteven Rostedt (VMware)2017-03-24
| * | tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)2017-03-24
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-02
|\ \ \ | |_|/ |/| |
| * | init/main: properly align the multi-line commentViresh Kumar2017-04-24
| * | init/main: Fix double "the" in commentViresh Kumar2017-04-24
| |/
* | mm: move mm_percpu_wq initialization earlierMichal Hocko2017-03-31
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-11
|\
| * random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-27
* | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar2017-03-02
* | sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-28
|\ \
| * | Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-13
| |/
* | mm: add arch-independent testcases for RODATAJinbum Park2017-02-27
* | initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla2017-02-27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-22
|\ \
| * | printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-08
| |/
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-21
|\ \
| * | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-07
| |/
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-21
|\ \
| * | core: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-02-09
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-20
|\ \
| * | sched/clock: Delay switching sched_clock to stablePeter Zijlstra2017-01-14
| |/
* | efi/x86: Move the EFI BGRT init code to early init codeDave Young2017-02-01
|/
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-25
* Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-14
|\
| * module: fix DEBUG_SET_MODULE_RONX typoArnd Bergmann2016-11-28
| * module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2016-11-27
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-13
|\ \
| * \ Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-19
| |\ \ | | |/ | |/|
| | * workqueue: make workqueue available early during bootTejun Heo2016-09-17
* | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-12
|\ \ \
| * | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-24
| |/ /
* | | x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-09
|/ /
* | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-10
|/
* init: allow blacklisting of module_init functionsPrarit Bhargava2016-08-02
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-02
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-24
|\
| * init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes2016-06-24
* | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-24
|/
* mm: use early_pfn_to_nid in page_ext_initYang Shi2016-05-27