aboutsummaryrefslogtreecommitdiffstats
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-07kbuild: Fix optimization level choice defaultUlf Magnusson1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-08init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay1-0/+2
2017-09-08init: move stack canary initialization after setup_archLaura Abbott1-6/+5
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko1-1/+1
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook1-0/+9
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-09-03utimes: Make utimes y2038 safeDeepa Dinamani1-1/+1
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long1-1/+1
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian1-1/+0
2017-08-01futex: Allow for compiling out PI supportNicolas Pitre1-1/+6
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)1-1/+0
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky1-0/+10
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-12random: do not ignore early device randomnessKees Cook1-0/+1
2017-07-06mm: allow slab_nomerge to be set at build timeKees Cook1-0/+14
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+5
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+23
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre1-0/+1
2017-06-14cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long1-2/+5
2017-06-08rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney1-238/+1
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney1-53/+0
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney1-8/+0
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney1-19/+2
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney1-31/+0
2017-06-08srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney1-1/+1
2017-06-08srcu: Make SRCU be once again optionalPaul E. McKenney1-1/+0
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner1-0/+10
2017-05-23init: Pin init task to the boot CPU, initiallyThomas Gleixner1-5/+12
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+41
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2017-05-08initramfs: use vfs_stat/lstat directlyArnd Bergmann2-24/+10
2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson1-1/+1
2017-05-06initramfs: avoid "label at end of compound statement" errorLinus Torvalds1-0/+1
2017-05-05Merge tag 'initramfs-fix-4.12-rc1' of git://github.com/stffrdhrn/linuxLinus Torvalds1-6/+9
2017-05-05initramfs: Always do fput() and load modules after rootfs populateStafford Horne1-6/+9
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+7
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+5
2017-05-02rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney1-0/+3
2017-04-24srcu: Make SRCU be built by defaultPaul E. McKenney1-0/+1
2017-04-24init/main: properly align the multi-line commentViresh Kumar1-4/+4
2017-04-24init/main: Fix double "the" in commentViresh Kumar1-1/+1
2017-04-24srcu: Fix Kconfig botch when SRCU not selectedPaul E. McKenney1-2/+2
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+37
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEADPaul E. McKenney1-2/+37