summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre2018-05-251-0/+1
* init: fix false positives in W+X checkingJeffrey Hugo2018-05-111-0/+7
* Fix typo in comment.Florian La Roche2018-05-071-1/+1
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-0/+1
* uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-111-0/+2
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-17/+67
|\
| * init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)2018-04-071-2/+26
| * init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)2018-04-061-16/+35
| * 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-021-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-291-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/+2
|\ \ | |/
| * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-4/+2
* | main: kernel_start: move housekeeping_init() before workqueue_init_early()Tal Shorer2017-11-271-1/+6
* | 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
|/
OpenPOWER on IntegriCloud