summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | tracing: Remove boot tracerAmérico Wang2010-06-081-17/+10
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-08-041-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | percpu: allow limited allocation before slab is onlineTejun Heo2010-06-271-0/+1
| | |/ / | |/| |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-021-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | init: Fix commentPeter Zijlstra2010-06-301-1/+1
| * | | init, sched: Fix race between init and kthreaddPeter Zijlstra2010-06-281-0/+12
| |/ /
* | | ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger2010-06-091-1/+3
|/ /
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-0/+8
|\ \ | |/ |/|
| * kconfig CROSS_COMPILE optionRoland McGrath2010-02-021-0/+8
* | mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2010-05-251-1/+1
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-212-2/+3
|\ \
| * | x86, kgdb, init: Add early and late debug statesJason Wessel2010-05-201-2/+2
| * | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+2
| * | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-071-1/+2
| |\ \
| * \ \ Merge branch 'linus' into sched/coreIngo Molnar2010-04-153-1/+3
| |\ \ \
| * | | | sched: Remove remaining USER_SCHED codeLi Zefan2010-04-021-2/+1
* | | | | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-291-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | initramfs: handle unrecognised decompressor when unpackingPhillip Lougher2010-04-241-1/+2
| | |/ / | |/| |
* | | | blk-cgroup: config options re-arrangementVivek Goyal2010-04-261-0/+27
|/ / /
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-1/+3
|/ /
* | cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-03-241-1/+1
* | cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov2010-03-121-0/+1
* | init/main.c: make setup_max_cpus static for !SMPH Hartley Sweeten2010-03-061-1/+1
* | init/initramfs.c: fix "symbol shadows an earlier one" noiseH Hartley Sweeten2010-03-061-6/+6
* | init/main.c: improve usability in case of init binary failureAndreas Mohr2010-03-061-1/+2
* | mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-042-9/+6
|\ \
| * | init: Open /dev/console from rootfsEric W. Biederman2010-03-032-9/+6
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-1/+15
|\ \ \
| * | | smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-171-0/+14
OpenPOWER on IntegriCloud