| Commit message (Expand) | Author | Age | Files | Lines |
* | initramfs: handle unrecognised decompressor when unpacking | Phillip Lougher | 2010-04-24 | 1 | -1/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 3 | -1/+3 |
* | cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node | Miao Xie | 2010-03-24 | 1 | -1/+1 |
* | cgroup: implement eventfd-based generic API for notifications | Kirill A. Shutemov | 2010-03-12 | 1 | -0/+1 |
* | init/main.c: make setup_max_cpus static for !SMP | H Hartley Sweeten | 2010-03-06 | 1 | -1/+1 |
* | init/initramfs.c: fix "symbol shadows an earlier one" noise | H Hartley Sweeten | 2010-03-06 | 1 | -6/+6 |
* | init/main.c: improve usability in case of init binary failure | Andreas Mohr | 2010-03-06 | 1 | -1/+2 |
* | mm/pm: force GFP_NOIO during suspend/hibernation and resume | Rafael J. Wysocki | 2010-03-06 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | 2 | -9/+6 |
|\ |
|
| * | init: Open /dev/console from rootfs | Eric W. Biederman | 2010-03-03 | 2 | -9/+6 |
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-03 | 1 | -1/+15 |
|\ \ |
|
| * | | smp: Use nr_cpus= to set nr_cpu_ids early | Yinghai Lu | 2010-02-17 | 1 | -0/+14 |
| * | | init: Move radix_tree_init() early | Yinghai Lu | 2010-02-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-28 | 1 | -51/+30 |
|\ \ |
|
| * \ | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2010-02-08 | 1 | -4/+14 |
| |\ \ |
|
| * | | | sched: Remove USER_SCHED | Dhaval Giani | 2010-01-21 | 1 | -51/+30 |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-02-28 | 1 | -13/+0 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-13 | 5 | -22/+25 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | perf events: Remove CONFIG_EVENT_PROFILE | Li Zefan | 2009-12-28 | 1 | -13/+0 |
* | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-02-28 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | oprofile: remove EXPERIMENTAL from the config option description | Robert Richter | 2010-02-26 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-02-28 | 2 | -0/+18 |
|\ \ \ \ \ |
|
| * | | | | | rcu: Accelerate grace period if last non-dynticked CPU | Paul E. McKenney | 2010-02-25 | 1 | -0/+16 |
| * | | | | | sched: Use lockdep-based checking on rcu_dereference() | Paul E. McKenney | 2010-02-25 | 1 | -0/+2 |
| |/ / / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-02-26 | 1 | -0/+4 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | padata: Generic parallelization/serialization interface | Steffen Klassert | 2010-01-06 | 1 | -0/+4 |
* | | | | | ima: initialize ima before inodes can be allocated | Eric Paris | 2010-02-07 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | lib: add support for LZO-compressed kernels | Albin Tonnerre | 2010-01-11 | 1 | -4/+14 |
| |_|/
|/| | |
|
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | initramfs: add missing decompressor error check | Phillip Lougher | 2009-12-15 | 1 | -4/+6 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-19 | 1 | -6/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | sched: Mark boot-cpu active before smp_init() | Peter Zijlstra | 2009-12-16 | 1 | -6/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2009-12-17 | 2 | -8/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | kbuild: move utsrelease.h to include/generated | Sam Ravnborg | 2009-12-12 | 1 | -1/+1 |
| * | | kbuild: move compile.h to include/generated | Sam Ravnborg | 2009-12-12 | 2 | -7/+3 |
| |/ |
|
* | | init/main.c: fix symbol shadows noise | H Hartley Sweeten | 2009-12-15 | 1 | -9/+9 |
* | | nommu: fix malloc performance by adding uninitialized flag | Jie Zhang | 2009-12-15 | 1 | -0/+22 |
|/ |
|
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 1 | -9/+15 |
|\ |
|
| * | timers, init: Limit the number of per cpu calibration bootup messages | Mike Travis | 2009-11-26 | 1 | -9/+15 |
* | | sysfs: deprecated features are to help old tools not to confuse them | Uwe Kleine-König | 2009-12-08 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge commit 'v2.6.32-rc7' | Eric W. Biederman | 2009-11-17 | 1 | -2/+2 |
| |\ \ |
|
| * | | | sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sys | Eric W. Biederman | 2009-11-11 | 1 | -0/+1 |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-05 | 1 | -0/+9 |
|\ \ \ \ |
|
| * | | | | rcu: "Tiny RCU", The Bloatwatch Edition | Paul E. McKenney | 2009-10-26 | 1 | -0/+9 |
* | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-05 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | locking: Make inlining decision Kconfig based | Thomas Gleixner | 2009-11-13 | 1 | -0/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | param: don't complain about unused module parameters. | Rusty Russell | 2009-12-02 | 1 | -8/+3 |
* | | | | | sysfs: fix SYSFS_DEPRECATED_V2 prompt | Randy Dunlap | 2009-12-01 | 1 | -1/+1 |
* | | | | | SLOW_WORK: Move slow_work's proc file to debugfs | David Howells | 2009-12-01 | 1 | -4/+4 |