aboutsummaryrefslogtreecommitdiffstats
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+2
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+23
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel1-0/+18
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel1-0/+4
2016-03-15init/main.c: use list_for_each_entry()Geliang Tang1-3/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+1
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+23
2016-03-05cgroup: Trivial correction to reflect controller.Parav Pandit1-2/+2
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells1-1/+1
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner1-1/+0
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner1-14/+1
2016-02-22mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel mappingsKees Cook1-4/+23
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-5/+0
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner1-18/+3
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+9
2016-01-20init/do_mounts: initrd_load() can be booleanYaowei Bai2-5/+5
2016-01-20init/main.c: obsolete_checksetup can be booleanYaowei Bai1-5/+5
2016-01-17Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-8/+3
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds1-7/+0
2016-01-16uselib: default depending if libc5 was usedRiku Voipio1-1/+1
2016-01-13audit: always enable syscall auditing when supported and audit is enabledPaul Moore1-8/+3
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-127/+114
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+2
2015-12-26init, Documentation: Remove ramdisk_blocksize mentionsRobert Elliott1-7/+0
2015-12-18cgroup: put controller Kconfig options in meaningful orderJohannes Weiner1-107/+107
2015-12-18cgroup: clean up the kernel configuration menu nomenclatureJohannes Weiner1-39/+26
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson1-7/+0
2015-12-04rcu: Wire up rcu_end_inkernel_boot()Paul E. McKenney1-0/+2
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers1-0/+12
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-1/+0
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-19/+21
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+18
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+10
2015-09-04userfaultfd: buildsystem activationAndrea Arcangeli1-0/+11
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+16
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov1-1/+0
2015-08-14Move certificate handling to its own directoryDavid Howells1-39/+0
2015-08-12sign-file: Document dependency on OpenSSL devel librariesDavid Howells1-0/+4
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-9/+1
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse1-0/+13
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse1-2/+2
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse1-4/+4
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse1-0/+14
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells1-10/+19
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells1-0/+1
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman1-1/+1