summaryrefslogtreecommitdiff
path: root/init/main.c
Commit message (Expand)AuthorAge
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-11
* uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-11
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-10
|\
| * init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)2018-04-07
| * init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)2018-04-06
| * init, tracing: Add initcall trace eventsSteven Rostedt (VMware)2018-04-06
| * init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)2018-03-23
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-02
|\ \
| * | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-02
| * | fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski2018-04-02
| * | fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski2018-04-02
| |/
* | jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-20
|/
* jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-21
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-29
|\
| * x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-23
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-23
|\ \ | |/
| * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-22
* | main: kernel_start: move housekeeping_init() before workqueue_init_early()Tal Shorer2017-11-27
* | pid: remove pidhashGargi Sharma2017-11-17
* | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-17
* | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-15
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-13
|\ \
| * | ACPI/init: Invoke early ACPI initialization earlierDou Liyang2017-09-27
| |/
* | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-27
|/
* init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay2017-09-08
* init: move stack canary initialization after setup_archLaura Abbott2017-09-08
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-09-06
|\
| * percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-26
* | mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-06
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-04
|\ \
| * | x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-18
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-04
|\ \
| * | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-10
| |/
* | debugobjects: Make kmemleak ignore debug objectsWaiman Long2017-08-14
|/
* 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