aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22init/main.c: log init process file nameGravatar Paul Menzel 1-0/+1
2018-08-22init: allow initcall tables to be emitted using relative referencesGravatar Ard Biesheuvel 1-16/+16
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+2
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGravatar Linus Torvalds 1-0/+7
2018-08-12init: rename and re-order boot_cpu_state_init()Gravatar Linus Torvalds 1-1/+1
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Gravatar Steven Rostedt (VMware) 1-2/+0
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageGravatar Joel Fernandes (Google) 1-1/+4
2018-07-20x86/mm/pti: Introduce pti_finalize()Gravatar Joerg Roedel 1-0/+7
2018-07-20sched/clock: Enable sched clock earlyGravatar Pavel Tatashin 1-1/+1
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockGravatar Pavel Tatashin 1-2/+2
2018-05-25init/main.c: include <linux/mem_encrypt.h>Gravatar Mathieu Malaterre 1-0/+1
2018-05-11init: fix false positives in W+X checkingGravatar Jeffrey Hugo 1-0/+7
2018-05-07Fix typo in comment.Gravatar Florian La Roche 1-1/+1
2018-04-11seq_file: allocate seq_file from kmem_cacheGravatar Alexey Dobriyan 1-0/+1
2018-04-11uts: create "struct uts_namespace" from kmem_cacheGravatar Alexey Dobriyan 1-0/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-17/+67
2018-04-07init: Have initcall_debug still work without CONFIG_TRACEPOINTSGravatar Steven Rostedt (VMware) 1-2/+26
2018-04-06init, tracing: Have printk come through the trace events for initcall_debugGravatar Steven Rostedt (VMware) 1-16/+35
2018-04-06init, tracing: Add initcall trace eventsGravatar Steven Rostedt (VMware) 1-0/+7
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+5
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Gravatar Dominik Brodowski 1-1/+2
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Gravatar Dominik Brodowski 1-2/+2
2018-03-23init: Fix initcall0 name as it is "pure" not "early"Gravatar Steven Rostedt (VMware) 1-1/+1
2018-03-20jump_label: Disable jump labels in __exit codeGravatar Josh Poimboeuf 1-1/+1
2018-02-21jump_label: Explicitly disable jump labels in __init codeGravatar Josh Poimboeuf 1-0/+2
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2017-12-23x86/mm/pti: Add infrastructure for page table isolationGravatar Thomas Gleixner 1-0/+3
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+2
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Gravatar Thomas Gleixner 1-4/+2
2017-11-27main: kernel_start: move housekeeping_init() before workqueue_init_early()Gravatar Tal Shorer 1-1/+6
2017-11-17pid: remove pidhashGravatar Gargi Sharma 1-1/+0
2017-11-17pid: replace pid bitmap implementation with IDR APIGravatar Gargi Sharma 1-1/+1
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-1/+0
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-10-27sched/isolation: Move housekeeping related code to its own fileGravatar Frederic Weisbecker 1-0/+2
2017-09-27ACPI/init: Invoke early ACPI initialization earlierGravatar Dou Liyang 1-1/+1
2017-09-08init/main.c: extract early boot entropy from the passed cmdlineGravatar Daniel Micay 1-0/+2
2017-09-08init: move stack canary initialization after setup_archGravatar Laura Abbott 1-6/+5
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-1/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsGravatar Michal Hocko 1-1/+1
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+10
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2017-08-14debugobjects: Make kmemleak ignore debug objectsGravatar Waiman Long 1-1/+1
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Gravatar Cheng Jian 1-1/+0
2017-07-26percpu: replace area map allocator with bitmapGravatar Dennis Zhou (Facebook) 1-1/+0
2017-07-18x86, swiotlb: Add memory encryption supportGravatar Tom Lendacky 1-0/+10
2017-07-12random: do not ignore early device randomnessGravatar Kees Cook 1-0/+1
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyGravatar Thomas Gleixner 1-0/+10