summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init: skip calibration delay if previously doneSameer Nanda2011-07-261-1/+10
* mm: remove the leftovers of noswapaccountWANG Cong2011-07-261-2/+2
*-----. Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds2011-07-231-0/+2
|\ \ \ \
| | * | | debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug optionsJosh Triplett2011-06-071-0/+2
| |/ / /
* | | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-07-231-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | pcspkr: Cleanup Kconfig dependenciesRalf Baechle2011-06-091-1/+5
| * | | i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle2011-06-091-0/+1
| |/ /
* | / Fix CPU spinlock lockups on secondary CPU bringupRussell King2011-06-231-6/+8
| |/ |/|
* | generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-171-0/+1
* | gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett2011-06-161-1/+0Star
* | init/calibrate.c: remove annoying printkBorislav Petkov2011-06-161-3/+0Star
* | uts: make default hostname configurable, rather than always using "(none)"Josh Triplett2011-06-161-0/+9
|/
* mm: Fix boot crash in mm_alloc()Linus Torvalds2011-05-291-1/+1
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-271-8/+0Star
* printk: allocate kernel log buffer earlierMike Travis2011-05-251-0/+1
* init/calibrate.c: fix for critical bogoMIPS intermittent calculation failureAndrew Worsley2011-05-251-6/+69
* mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-0/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-05-241-18/+12Star
|\
| * kbuild: move KALLSYMS_EXTRA_PASS from Kconfig to MakefileArtem Bityutskiy2011-04-151-12/+0Star
| * Kconfig: improve KALLSYMS_ALL documentationArtem Bityutskiy2011-04-151-6/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-05-231-5/+0Star
|\ \
| * | SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom2011-05-201-5/+0Star
* | | Give up on pushing CC_OPTIMIZE_FOR_SIZELinus Torvalds2011-05-221-1/+0Star
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-201-1/+1
|\ \ \
| * | | rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-061-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-201-0/+5
|\ \ \ \ \
| | * | | | slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM"David Rientjes2011-05-111-1/+0Star
| | |/ / /
| * | / / Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-121-8/+9
| |\| | | | | |/ / | |/| |
| | * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds2011-04-281-0/+1
| | |\ \
| | | * | [PARISC] slub: fix panic with DISCONTIGMEMJames Bottomley2011-04-221-0/+1
| * | | | sched: Move the second half of ttwu() to the remote cpuPeter Zijlstra2011-04-141-0/+5
| | |/ / | |/| |
* | | | kmemleak: Initialise kmemleak after debug_objects_mem_init()Catalin Marinas2011-05-191-1/+1
| |/ / |/| |
* | | init/Kconfig: fix EXPERT menu listRandy Dunlap2011-04-271-8/+8
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-241-0/+1
* pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-241-9/+0Star
* init: return proper error code in do_mounts_rd()Davidlohr Bueso2011-03-231-1/+1
* calibrate: retry with wider bounds when converge seems to failPhil Carmody2011-03-231-4/+18
* calibrate: home in on correct lpj value more quicklyPhil Carmody2011-03-231-23/+34
* calibrate: extract fall-back calculation into own helperPhil Carmody2011-03-231-33/+40
* smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-231-89/+1Star
* fs: use appropriate printk priority levelsMandeep Singh Baines2011-03-231-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-02-153-46/+48
| |\
| * | Kconfig: BLK_THROTTLE -> BLK_DEV_THROTTLINGMichael Witten2011-01-171-1/+1
| * | Kconfig: Typo: seti -> setMichael Witten2011-01-171-2/+2
* | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-171-5/+0Star
|\ \ \
| * | | BKL: That's all, folksArnd Bergmann2011-03-051-5/+0Star
| | |/ | |/|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-161-2/+2
|\ \ \
| * | | sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} optionsFerenc Wagner2011-02-041-2/+2