aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+7
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configGravatar Alexei Starovoitov 1-0/+7
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
2017-10-27sched/isolation: Handle the nohz_full= parameterGravatar Frederic Weisbecker 1-1/+0
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Gravatar Frederic Weisbecker 1-0/+8
2017-10-27sched/isolation: Move housekeeping related code to its own fileGravatar Frederic Weisbecker 1-0/+2
2017-10-12init/Kconfig: Fix module signing document locationGravatar Nathan Chancellor 1-1/+1
2017-10-07kbuild: Fix optimization level choice defaultGravatar Ulf Magnusson 1-1/+1
2017-09-27ACPI/init: Invoke early ACPI initialization earlierGravatar Dou Liyang 1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+3
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 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-06mm: add SLUB free list pointer obfuscationGravatar Kees Cook 1-0/+9
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 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+6
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2017-09-03utimes: Make utimes y2038 safeGravatar Deepa Dinamani 1-1/+1
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-08-01futex: Allow for compiling out PI supportGravatar Nicolas Pitre 1-1/+6
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-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsGravatar David Howells 1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1