summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap2017-11-171-91/+93
* initramfs: use time64_t timestampsArnd Bergmann2017-11-171-5/+5
* pid: remove pidhashGargi Sharma2017-11-171-1/+0
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
* init/version.c: include <linux/export.h> instead of <linux/module.h>Masahiro Yamada2017-11-171-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-153-9/+1
|\
| * kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-2/+1
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
| * mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-151-6/+0
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-9/+0
|\ \ | |/ |/|
| * PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2017-11-071-9/+0
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | init/Kconfig: Fix module signing document locationNathan Chancellor2017-10-121-1/+1
| |/
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-1/+1
|\ \
| * \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-079-1/+9
| |\ \
| * | | ACPI/init: Invoke early ACPI initialization earlierDou Liyang2017-09-271-1/+1
| | |/ | |/|
* | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-089-1/+9
|\ \ \ | | |/ | |/|
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-028-0/+8
| |\ \
| | * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
| | |/
| * | kbuild: Fix optimization level choice defaultUlf Magnusson2017-10-071-1/+1
| |/
* | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-1/+0
* | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-0/+8
* | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-0/+2
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-3/+3
|\
| * VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-2/+2
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-1/+1
|\ \
| * | utimes: Make utimes y2038 safeDeepa Dinamani2017-09-031-1/+1
| |/
* | 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
* | mm: add SLUB free list pointer obfuscationKees Cook2017-09-061-0/+9
* | 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 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-1/+6
|\ \
| * | futex: Allow for compiling out PI supportNicolas Pitre2017-08-011-1/+6
| |/
* | 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
* mm: allow slab_nomerge to be set at build timeKees Cook2017-07-061-0/+14
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-07-061-2/+5
|\
| * cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long2017-06-141-2/+5
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-032-5/+23
|\ \
| * | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre2017-06-231-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
| |/
* | rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-081-238/+1
OpenPOWER on IntegriCloud