aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2011-09-21init: carefully handle loglevel option on kernel cmdline.Gravatar Alexander Sverdlin 1-2/+13
2011-08-03Boot up with usermodehelper disabledGravatar Linus Torvalds 1-1/+4
2011-08-03tmpfs: miscellaneous trivial cleanupsGravatar Hugh Dickins 1-1/+1
2011-07-25init: skip calibration delay if previously doneGravatar Sameer Nanda 1-1/+10
2011-07-25mm: remove the leftovers of noswapaccountGravatar WANG Cong 1-2/+2
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Gravatar Linus Torvalds 1-0/+2
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+6
2011-06-23Fix CPU spinlock lockups on secondary CPU bringupGravatar Russell King 1-6/+8
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Gravatar Takao Indoh 1-0/+1
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELGravatar Josh Triplett 1-1/+0
2011-06-15init/calibrate.c: remove annoying printkGravatar Borislav Petkov 1-3/+0
2011-06-15uts: make default hostname configurable, rather than always using "(none)"Gravatar Josh Triplett 1-0/+9
2011-06-09pcspkr: Cleanup Kconfig dependenciesGravatar Ralf Baechle 1-1/+5
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockGravatar Ralf Baechle 1-0/+1
2011-06-07debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug optionsGravatar Josh Triplett 1-0/+2
2011-05-29mm: Fix boot crash in mm_alloc()Gravatar Linus Torvalds 1-1/+1
2011-05-26cgroup: remove the ns_cgroupGravatar Daniel Lezcano 1-8/+0
2011-05-25printk: allocate kernel log buffer earlierGravatar Mike Travis 1-0/+1
2011-05-25init/calibrate.c: fix for critical bogoMIPS intermittent calculation failureGravatar Andrew Worsley 1-6/+69
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tGravatar KOSAKI Motohiro 1-0/+2
2011-05-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-18/+12
2011-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Gravatar Linus Torvalds 1-5/+0
2011-05-22Give up on pushing CC_OPTIMIZE_FOR_SIZEGravatar Linus Torvalds 1-1/+0
2011-05-20SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIGravatar Daniel Hellstrom 1-5/+0
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Gravatar Linus Torvalds 1-0/+5
2011-05-19kmemleak: Initialise kmemleak after debug_objects_mem_init()Gravatar Catalin Marinas 1-1/+1
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreGravatar Ingo Molnar 1-8/+9
2011-05-10slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM"Gravatar David Rientjes 1-1/+0
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUGravatar Paul E. McKenney 1-1/+1
2011-04-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Gravatar Linus Torvalds 1-0/+1
2011-04-26init/Kconfig: fix EXPERT menu listGravatar Randy Dunlap 1-8/+8
2011-04-22[PARISC] slub: fix panic with DISCONTIGMEMGravatar James Bottomley 1-0/+1
2011-04-15kbuild: move KALLSYMS_EXTRA_PASS from Kconfig to MakefileGravatar Artem Bityutskiy 1-12/+0
2011-04-15Kconfig: improve KALLSYMS_ALL documentationGravatar Artem Bityutskiy 1-6/+12
2011-04-14sched: Move the second half of ttwu() to the remote cpuGravatar Peter Zijlstra 1-0/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceGravatar Serge E. Hallyn 1-0/+1
2011-03-23pid: remove the child_reaper special case in init/main.cGravatar Eric W. Biederman 1-9/+0
2011-03-22init: return proper error code in do_mounts_rd()Gravatar Davidlohr Bueso 1-1/+1
2011-03-22calibrate: retry with wider bounds when converge seems to failGravatar Phil Carmody 1-4/+18
2011-03-22calibrate: home in on correct lpj value more quicklyGravatar Phil Carmody 1-23/+34
2011-03-22calibrate: extract fall-back calculation into own helperGravatar Phil Carmody 1-33/+40
2011-03-22smp: move smp setup functions to kernel/smp.cGravatar Amerigo Wang 1-89/+1
2011-03-22fs: use appropriate printk priority levelsGravatar Mandeep Singh Baines 1-1/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-5/+0
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+10
2011-03-15vfs: Add name to file handle conversion supportGravatar Aneesh Kumar K.V 1-0/+12