summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* name_to_dev_t() must not call __init codeJan Beulich2011-01-031-1/+1
* cgroups: make swap accounting default behavior configurableMichal Hocko2010-11-251-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
| * | | | 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