summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* pid: remove pidhashGargi Sharma2017-11-171-1/+0
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-1/+1
|\
| * ACPI/init: Invoke early ACPI initialization earlierDou Liyang2017-09-271-1/+1
* | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-0/+2
|/
* init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay2017-09-081-0/+2
* init: move stack canary initialization after setup_archLaura Abbott2017-09-081-6/+5
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-09-061-1/+0
|\
| * percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-261-1/+0
* | mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-061-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+10
|\ \
| * | x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-0/+10
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-041-1/+0
|\ \
| * | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-1/+0
| |/
* | debugobjects: Make kmemleak ignore debug objectsWaiman Long2017-08-141-1/+1
|/
* random: do not ignore early device randomnessKees Cook2017-07-121-0/+1
* sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner2017-05-231-0/+10
* init: Pin init task to the boot CPU, initiallyThomas Gleixner2017-05-231-5/+12
* 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
OpenPOWER on IntegriCloud