summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* init/Kconfig: make COMPILE_TEST depend on !UMLRichard Weinberger2016-08-021-0/+1
* cgroup: update cgroup's document pathseokhoon.yoon2016-08-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-2/+2
|\
| * init: fix Kconfig textGeert Uytterhoeven2016-06-211-2/+2
* | mm: SLUB freelist randomizationThomas Garnier2016-07-261-2/+2
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-3/+3
|\ \
| * | sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel2016-07-141-3/+3
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-0/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-06-301-0/+1
| |\ \
| | * | rcu: Disable TASKS_RCU for usermode LinuxPaul E. McKenney2016-06-151-0/+1
* | | | init/Kconfig: keep Expert users menu togetherRandy Dunlap2016-07-061-0/+1
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-241-1/+3
|\ \ \
| * | | init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes2016-06-241-1/+3
| |/ /
* | | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-2/+2
|/ /
* | mm: use early_pfn_to_nid in page_ext_initYang Shi2016-05-271-2/+1
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-261-0/+29
|\ \
| * | Kbuild: change CC_OPTIMIZE_FOR_SIZE definitionArnd Bergmann2016-05-101-0/+13
| * | kconfig option for TRIM_UNUSED_KSYMSNicolas Pitre2016-03-291-0/+16
* | | init/main.c: simplify initcall_blacklisted()Rasmus Villemoes2016-05-201-5/+4
* | | printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2016-05-201-0/+22
* | | printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-202-0/+6
* | | mm: call page_ext_init() after all struct pages are initializedYang Shi2016-05-201-1/+2
* | | mm: SLAB freelist randomizationThomas Garnier2016-05-191-0/+9
| |/ |/|
* | Make CONFIG_FHANDLE default yAndi Kleen2016-04-011-1/+2
|/
* Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-03-181-2/+2
|\
| * cgroup: Trivial correction to reflect controller.Parav Pandit2016-03-051-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-171-1/+1
|\ \
| * | akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells2016-03-031-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-162-3/+23
|\ \
| * | kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-03-151-0/+18
| * | x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel2016-03-151-0/+4
| * | init/main.c: use list_for_each_entry()Geliang Tang2016-03-151-3/+1
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-15/+1
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-011-1/+0
| * | cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2016-03-011-14/+1
| |/
* | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-4/+23
|\ \
| * | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-4/+23
| |/
* | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-5/+0
|/
* mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner2016-01-201-18/+3
* mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner2016-01-201-1/+9
* init/do_mounts: initrd_load() can be booleanYaowei Bai2016-01-202-5/+5
* init/main.c: obsolete_checksetup can be booleanYaowei Bai2016-01-201-5/+5
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-01-171-8/+3
|\
| * audit: always enable syscall auditing when supported and audit is enabledPaul Moore2016-01-131-8/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-171-1/+1
|\ \
| * | uselib: default depending if libc5 was usedRiku Voipio2016-01-161-1/+1
* | | Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds2016-01-171-7/+0
|\ \ \ | |/ / |/| |
| * | init, Documentation: Remove ramdisk_blocksize mentionsRobert Elliott2015-12-261-7/+0
* | | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-01-121-127/+114
|\ \ \
OpenPOWER on IntegriCloud