aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Gravatar Dominik Brodowski 4-6/+6
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Gravatar Dominik Brodowski 2-5/+5
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Gravatar Dominik Brodowski 2-3/+3
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Gravatar Dominik Brodowski 2-3/+3
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Gravatar Dominik Brodowski 2-4/+4
2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Gravatar Dominik Brodowski 2-5/+5
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-3/+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-03-18Merge tag 'v4.16-rc5' into develGravatar Linus Walleij 1-0/+2
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-02-22pc104: Add EXPERT dependency for PC104 Kconfig optionGravatar William Breathitt Gray 1-1/+1
2018-02-21jump_label: Explicitly disable jump labels in __init codeGravatar Josh Poimboeuf 1-0/+2
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREGravatar Mathieu Desnoyers 1-0/+3
2018-02-05locking: Introduce sync_core_before_usermode()Gravatar Mathieu Desnoyers 1-0/+3
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Gravatar Mathieu Desnoyers 1-0/+3
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-9/+163
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeGravatar David Howells 1-2/+28
2018-01-17Expand various INIT_* macros and removeGravatar David Howells 1-24/+71
2018-01-17Expand INIT_TASK() in init/init_task.c and removeGravatar David Howells 1-2/+83
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+7
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 2-6/+6
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configGravatar Alexei Starovoitov 1-0/+7
2018-01-08sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TESTGravatar Geert Uytterhoeven 1-0/+1
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+5
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-12-18sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultGravatar Frederic Weisbecker 1-1/+5
2017-11-27main: kernel_start: move housekeeping_init() before workqueue_init_early()Gravatar Tal Shorer 1-1/+6
2017-11-17EXPERT Kconfig menu: fix broken EXPERT menuGravatar Randy Dunlap 1-91/+93
2017-11-17initramfs: use time64_t timestampsGravatar Arnd Bergmann 1-5/+5
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-17init/version.c: include <linux/export.h> instead of <linux/module.h>Gravatar Masahiro Yamada 1-1/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-9/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKGravatar Levin, Alexander (Sasha Levin) 1-2/+1
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-1/+0
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOGravatar Yang Shi 1-6/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+0
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 9-1/+9
2017-11-07PCI: Move PCI_QUIRKS to the PCI bus menuGravatar Randy Dunlap 1-9/+0
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsGravatar Ingo Molnar 9-1/+9
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 8-0/+8