aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)Author
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo
2018-05-07Fix typo in comment.Florian La Roche
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-07init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)
2018-04-06init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)
2018-04-06init, tracing: Add initcall trace eventsSteven Rostedt (VMware)
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski
2018-03-23init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner
2017-11-27main: kernel_start: move housekeeping_init() before workqueue_init_early()Tal Shorer
2017-11-17pid: remove pidhashGargi Sharma
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-09-27ACPI/init: Invoke early ACPI initialization earlierDou Liyang
2017-09-08init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay
2017-09-08init: move stack canary initialization after setup_archLaura Abbott
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky
2017-07-12random: do not ignore early device randomnessKees Cook
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner
2017-05-23init: Pin init task to the boot CPU, initiallyThomas Gleixner
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-24init/main: properly align the multi-line commentViresh Kumar
2017-04-24init/main: Fix double "the" in commentViresh Kumar
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre
2017-04-03ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko
2017-03-24ftrace: Move ftrace_init() to right after memory initializationSteven Rostedt (VMware)
2017-03-24tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)