summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2013-01-26userns: Recommend use of memory control groups.Eric W. Biederman1-0/+7
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2-2/+6
2013-01-25MODSIGN: Add option to not sign modules during modules_installMichal Marek1-0/+11
2013-01-25MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek1-0/+9
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-4/+0
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo3-5/+11
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+6
2013-01-19make sure that /linuxrc has std{in,out,err}Al Viro1-0/+4
2013-01-18init, block: try to load default elevator module early during bootTejun Heo3-1/+26
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman1-1/+1
2013-01-16Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZEKirill Smelkov1-1/+1
2013-01-11init: remove depends on CONFIG_EXPERIMENTALKees Cook1-13/+10
2013-01-11make CONFIG_EXPERIMENTAL invisible and defaultKees Cook1-29/+2
2013-01-09sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta1-0/+7
2012-12-26Ensure that kernel_init_freeable() is not inlined into non __init codeVineet Gupta1-2/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+3
2012-12-18memcg: infrastructure to match an allocation to the right cacheGlauber Costa1-1/+0
2012-12-18memcg: kmem accounting basic infrastructureGlauber Costa1-0/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-3/+2
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+40
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+44
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds1-4/+4
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2012-12-12init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman1-0/+8
2012-12-11mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli1-0/+37
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-23/+44
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-14/+14
2012-11-23block: partition: msdos: provide UUIDs for partitionsStephen Warren1-0/+4
2012-11-23init: reduce PARTUUID min length to 1 from 36Stephen Warren1-13/+22
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren1-11/+17
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+2
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman1-1/+0
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker1-0/+1
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-4/+0
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney1-0/+22
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman1-1/+0
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman1-1/+0
2012-11-02FRV: gcc-4.1.2 also inlines weak functionsDavid Howells1-0/+2
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich1-4/+4
2012-10-24rcu: Wordsmith help text for RCU_USER_QS kernel parameterPaul Gortmaker1-3/+3
2012-10-23rcu: Update RCU_FAST_NO_HZ help textPaul E. McKenney1-8/+7
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+68
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-41/+33
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+4
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-8/+12
2012-10-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+12
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton1-3/+4
2012-10-11make sure that we always have a return path from kernel_execve()Al Viro1-8/+5