summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
...
| * init, tracing: Add initcall trace eventsSteven Rostedt (VMware)2018-04-061-0/+7
| * init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)2018-03-231-1/+1
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-4/+5
|\ \
| * | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-021-1/+1
| * | fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski2018-04-021-1/+2
| * | fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski2018-04-021-2/+2
| |/
* / jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-201-1/+1
|/
* jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-211-0/+2
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-301-0/+3
|\
| * x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+3
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-4/+2Star
|\|
| * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-4/+2Star
* | main: kernel_start: move housekeeping_init() before workqueue_init_early()Tal Shorer2017-11-271-1/+6
* | pid: remove pidhashGargi Sharma2017-11-181-1/+0Star
* | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-181-1/+1
* | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-1/+0Star
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-141-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-091-0/+2
* init: move stack canary initialization after setup_archLaura Abbott2017-09-091-6/+5Star
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-09-071-1/+0Star
|\
| * percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-261-1/+0Star
* | mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-071-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/+0Star
|\ \
| * | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-1/+0Star
| |/
* / debugobjects: Make kmemleak ignore debug objectsWaiman Long2017-08-141-1/+1
|/
* random: do not ignore early device randomnessKees Cook2017-07-131-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-091-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-041-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-031-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-04-011-0/+2
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-111-1/+0Star
|\
| * random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-1/+0Star
* | 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-03-011-2/+1Star
|\ \