| Commit message (Expand) | Author | Age | Files | Lines |
* | namespaces Kconfig: move namespace menu location after the cgroup | Daniel Lezcano | 2010-10-27 | 1 | -52/+52 |
* | namespaces Kconfig: remove the cgroup device whitelist experimental tag | Daniel Lezcano | 2010-10-27 | 1 | -1/+0 |
* | namespaces Kconfig: remove pointless cgroup dependency | Daniel Lezcano | 2010-10-27 | 1 | -10/+4 |
* | namespaces Kconfig: make namespace a submenu | Daniel Lezcano | 2010-10-27 | 1 | -6/+8 |
* | namespaces: default all the namespaces to 'yes' when CONFIG_NAMESPACES is sel... | Daniel Lezcano | 2010-10-27 | 1 | -2/+5 |
* | namespaces: remove pid_ns and net_ns experimental status | Daniel Lezcano | 2010-10-27 | 1 | -6/+3 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | Kconfig: delete duplicate word | Stephan Sperber | 2010-08-23 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-10-22 | 1 | -31/+33 |
|\ \ |
|
| * | | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 2010-10-22 | 1 | -4/+22 |
| * | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 2010-10-22 | 1 | -31/+15 |
* | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 1 | -3/+6 |
|\ \ \ |
|
| * | | | blkio: Core implementation of throttle policy | Vivek Goyal | 2010-09-16 | 1 | -3/+6 |
| |/ / |
|
* | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | BKL: introduce CONFIG_BKL. | Arnd Bergmann | 2010-10-21 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | genirq: Provide Kconfig | Thomas Gleixner | 2010-10-04 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2010-10-18 | 1 | -0/+8 |
| |/ / |
|
* | | | rcu: Add a TINY_PREEMPT_RCU | Paul E. McKenney | 2010-08-20 | 1 | -1/+15 |
* | | | rcu: Fix RCU_FANOUT help message | Paul E. McKenney | 2010-08-19 | 1 | -3/+6 |
* | | | rcu: restrict TREE_RCU to SMP builds with !PREEMPT | Paul E. McKenney | 2010-08-19 | 1 | -0/+1 |
|/ / |
|
* | | memcg: remove experimental from swap account config | KAMEZAWA Hiroyuki | 2010-08-11 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 | 1 | -3/+7 |
|\ |
|
| * | Audit: split audit watch Kconfig | Eric Paris | 2010-07-28 | 1 | -1/+5 |
| * | Audit: audit watches depend on fsnotify | Eric Paris | 2010-07-28 | 1 | -2/+2 |
| * | audit: reimplement audit_trees using fsnotify rather than inotify | Eric Paris | 2010-07-28 | 1 | -1/+1 |
* | | slow-work: kill it | Tejun Heo | 2010-07-23 | 1 | -24/+0 |
|/ |
|
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2010-06-01 | 1 | -0/+8 |
|\ |
|
| * | kconfig CROSS_COMPILE option | Roland McGrath | 2010-02-02 | 1 | -0/+8 |
* | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-05-21 | 1 | -2/+1 |
|\ \ |
|
| * | | sched: Remove remaining USER_SCHED code | Li Zefan | 2010-04-02 | 1 | -2/+1 |
* | | | blk-cgroup: config options re-arrangement | Vivek Goyal | 2010-04-26 | 1 | -0/+27 |
|/ / |
|
* | | cgroup: implement eventfd-based generic API for notifications | Kirill A. Shutemov | 2010-03-12 | 1 | -0/+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 | 1 | -4/+14 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | 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 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | rcu: Accelerate grace period if last non-dynticked CPU | Paul E. McKenney | 2010-02-25 | 1 | -0/+16 |
| |/ / |
|
* | | | 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 |
| |/ |
|
* | | lib: add support for LZO-compressed kernels | Albin Tonnerre | 2010-01-11 | 1 | -4/+14 |
|/ |
|
* | nommu: fix malloc performance by adding uninitialized flag | Jie Zhang | 2009-12-15 | 1 | -0/+22 |
* | 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 |
|\ |
|