summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | init: add support for root devices specified by partition UUIDWill Drewry2010-09-151-0/+66
| |/ /
* | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-3/+1
|\ \ \
| * | | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-1/+1
| * | | init/main.c: remove BKL notationsNamhyung Kim2010-10-191-2/+0
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-212-1/+2
|\ \ \
| * | | genirq: Remove early_init_irq_lock_class()Thomas Gleixner2010-10-121-1/+0
| * | | genirq: Provide KconfigThomas Gleixner2010-10-041-0/+2
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-0/+8
|\ \ \
| * | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-0/+8
| |/ /
* | | rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-201-1/+15
* | | rcu: Fix RCU_FANOUT help messagePaul E. McKenney2010-08-191-3/+6
* | | rcu: restrict TREE_RCU to SMP builds with !PREEMPTPaul E. McKenney2010-08-191-0/+1
|/ /
* | Make do_execve() take a const filename pointerDavid Howells2010-08-172-6/+7
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-4/+4
|\ \
| * | param: make param sections const.Rusty Russell2010-08-111-4/+4
| |/
* | memcg: remove experimental from swap account configKAMEZAWA Hiroyuki2010-08-111-2/+2
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-3/+7
|\
| * Audit: split audit watch KconfigEric Paris2010-07-281-1/+5
| * Audit: audit watches depend on fsnotifyEric Paris2010-07-281-2/+2
| * audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris2010-07-281-1/+1
* | init/main.c: mark do_one_initcall* as __init_or_moduleKevin Winchester2010-08-091-2/+2
* | init/main.c: fix warning: 'calltime.tv64' may be used uninitializedKevin Winchester2010-08-091-14/+20
* | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-071-5/+0
|\ \
| * | init: Remove the BKL from startup codeArnd Bergmann2010-07-091-5/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-072-26/+0
|\ \
| * | workqueue: mark init_workqueues() as early_initcall()Suresh Siddha2010-08-011-2/+0
| * | slow-work: kill itTejun Heo2010-07-231-24/+0
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-19/+10
|\ \ \
| * \ \ Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-051-0/+12
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-281-1/+3
| |\ \ \
| * \ \ \ Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-181-0/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | tracing: Remove kmemtrace ftrace pluginLi Zefan2010-06-091-2/+0
OpenPOWER on IntegriCloud