summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2014-11-05init/Kconfig: Hide printk log config if CONFIG_PRINTK=nJosh Triplett1-0/+1
2014-09-14x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin1-1/+1
2014-09-14x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-0/+4
2013-11-28random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-0/+2
2013-02-06efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2012-05-31init: don't try mounting device as nfs root unless type fully matchesSasha Levin1-1/+1
2012-05-31Fix blocking allocations called very early during bootupLinus Torvalds1-3/+4
2012-01-26NFS: Retry mounting NFSROOTChuck Lever1-4/+31
2011-11-07Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+3
2011-11-03sysctl: make CONFIG_SYSCTL_SYSCALL default to nWANG Cong1-2/+2
2011-11-03init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry1-5/+43
2011-11-03init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong1-0/+14
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt1-2/+2
2011-10-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge1-0/+3
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar1-5/+14
2011-10-01Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar1-3/+3
2011-09-30bootup: move 'usermodehelper_enable()' a little earlierwangyanqing1-1/+1
2011-09-29rcu: Drive configuration directly from SMP and PREEMPTPaul E. McKenney1-3/+3
2011-09-28bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()Linus Torvalds1-3/+1
2011-09-22init: carefully handle loglevel option on kernel cmdline.Alexander Sverdlin1-2/+13
2011-08-14sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner1-0/+12
2011-08-04Boot up with usermodehelper disabledLinus Torvalds1-1/+4
2011-08-04tmpfs: miscellaneous trivial cleanupsHugh Dickins1-1/+1
2011-07-26init: skip calibration delay if previously doneSameer Nanda1-1/+10
2011-07-26mm: remove the leftovers of noswapaccountWANG Cong1-2/+2
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds1-0/+2
2011-07-23Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+6
2011-06-23Fix CPU spinlock lockups on secondary CPU bringupRussell King1-6/+8
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh1-0/+1
2011-06-16gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett1-1/+0
2011-06-16init/calibrate.c: remove annoying printkBorislav Petkov1-3/+0
2011-06-16uts: make default hostname configurable, rather than always using "(none)"Josh Triplett1-0/+9
2011-06-09pcspkr: Cleanup Kconfig dependenciesRalf Baechle1-1/+5
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle1-0/+1
2011-06-07debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug optionsJosh Triplett1-0/+2
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-1/+1
2011-05-27cgroup: remove the ns_cgroupDaniel Lezcano1-8/+0
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+1
2011-05-25init/calibrate.c: fix for critical bogoMIPS intermittent calculation failureAndrew Worsley1-6/+69
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-0/+2
2011-05-25Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-18/+12
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-5/+0
2011-05-23Give up on pushing CC_OPTIMIZE_FOR_SIZELinus Torvalds1-1/+0
2011-05-21SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom1-5/+0
2011-05-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2011-05-20Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds1-0/+5
2011-05-19kmemleak: Initialise kmemleak after debug_objects_mem_init()Catalin Marinas1-1/+1
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar1-8/+9