aboutsummaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* fix jiffy calculations in calibrate_delay_direct to handle overflowTim Deegan2011-02-101-3/+3
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-201-2/+11
|\
| * lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-2/+11
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-26/+34
|/
*-. Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-151-15/+0
|\ \
| * \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2011-01-141-15/+0
| |\ \ | | |/ | |/|
| | * rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter statusPaul E. McKenney2011-01-141-15/+0
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ \
| * | | init/Kconfig: fix typoJim Cromie2010-12-221-1/+1
* | | | decompressors: add boot-time XZ supportLasse Collin2011-01-131-1/+19
* | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | init: don't call flush_scheduled_work() from do_initcalls()Tejun Heo2010-12-241-3/+0
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-0/+13
|\ \ \
| * \ \ Merge commit 'v2.6.37' into sched/coreIngo Molnar2011-01-051-1/+1
| |\ \ \
| * \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2010-12-081-0/+13
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-301-0/+13
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-061-1/+4
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-051-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | init: Initialized IDR earlierPeter Zijlstra2010-12-161-1/+1
| * | | | | perf: Move perf_event_init() into main.cPeter Zijlstra2010-12-161-0/+2
| * | | | | Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar2010-12-071-0/+13
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-061-1/+54
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-12-231-1/+54
| |\ \ \ | | |_|/ | |/| |
| | * | rcu: Make synchronize_srcu_expedited() fast if running readersPaul E. McKenney2010-11-301-0/+15
| | * | rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCUPaul E. McKenney2010-11-301-1/+0
| | * | rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney2010-11-301-0/+39
* | | | name_to_dev_t() must not call __init codeJan Beulich2011-01-031-1/+1
|/ / /
* | / cgroups: make swap accounting default behavior configurableMichal Hocko2010-11-241-0/+13
| |/ |/|
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-281-5/+4
|\ \
| * | initramfs: fix initramfs size calculationHendrik Brueckner2010-09-291-5/+4
* | | namespaces Kconfig: move namespace menu location after the cgroupDaniel Lezcano2010-10-271-52/+52
* | | namespaces Kconfig: remove the cgroup device whitelist experimental tagDaniel Lezcano2010-10-271-1/+0
* | | namespaces Kconfig: remove pointless cgroup dependencyDaniel Lezcano2010-10-271-10/+4
* | | namespaces Kconfig: make namespace a submenuDaniel Lezcano2010-10-271-6/+8
* | | namespaces: default all the namespaces to 'yes' when CONFIG_NAMESPACES is sel...Daniel Lezcano2010-10-271-2/+5
* | | namespaces: remove pid_ns and net_ns experimental statusDaniel Lezcano2010-10-271-6/+3
* | | init: mark __user address space on string literalsNamhyung Kim2010-10-265-10/+11
* | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-251-6/+6
|\ \ \
| * | | NFS: Use super.c for NFSROOT mount option parsingChuck Lever2010-09-171-6/+6
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ \ \
| * | | | Kconfig: delete duplicate wordStephan Sperber2010-08-231-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-31/+33
|\ \ \ \ \
| * | | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-4/+22
| * | | | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-31/+15
| | |/ / / | |/| | |
* | | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-222-3/+76
|\ \ \ \ \
| * | | | | do_mounts: only enable PARTUUID for CONFIG_BLOCKJens Axboe2010-09-171-0/+4
| * | | | | blkio: Core implementation of throttle policyVivek Goyal2010-09-161-3/+6
| * | | | | core: match_dev_by_uuid() should not be marked __initJens Axboe2010-09-161-1/+1