Age | Commit message (Expand) | Author | Files | Lines |
2011-10-26 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+12 |
2011-09-29 | rcu: Drive configuration directly from SMP and PREEMPT | Paul E. McKenney | 1 | -3/+3 |
2011-08-14 | sched: Introduce primitives to account for CFS bandwidth tracking | Paul Turner | 1 | -0/+12 |
2011-07-26 | mm: remove the leftovers of noswapaccount | WANG Cong | 1 | -2/+2 |
2011-07-23 | Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-... | Linus Torvalds | 1 | -0/+2 |
2011-07-23 | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+6 |
2011-06-16 | gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL | Josh Triplett | 1 | -1/+0 |
2011-06-16 | uts: make default hostname configurable, rather than always using "(none)" | Josh Triplett | 1 | -0/+9 |
2011-06-09 | pcspkr: Cleanup Kconfig dependencies | Ralf Baechle | 1 | -1/+5 |
2011-06-09 | i8253: Consolidate all kernel definitions of i8253_lock | Ralf Baechle | 1 | -0/+1 |
2011-06-07 | debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug options | Josh Triplett | 1 | -0/+2 |
2011-05-27 | cgroup: remove the ns_cgroup | Daniel Lezcano | 1 | -8/+0 |
2011-05-25 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -18/+12 |
2011-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 1 | -5/+0 |
2011-05-23 | Give up on pushing CC_OPTIMIZE_FOR_SIZE | Linus Torvalds | 1 | -1/+0 |
2011-05-21 | SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPI | Daniel Hellstrom | 1 | -5/+0 |
2011-05-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2011-05-20 | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 1 | -0/+5 |
2011-05-12 | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 1 | -8/+9 |
2011-05-11 | slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM" | David Rientjes | 1 | -1/+0 |
2011-05-06 | rcu: priority boosting for TREE_PREEMPT_RCU | Paul E. McKenney | 1 | -1/+1 |
2011-04-28 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa... | Linus Torvalds | 1 | -0/+1 |
2011-04-27 | init/Kconfig: fix EXPERT menu list | Randy Dunlap | 1 | -8/+8 |
2011-04-23 | [PARISC] slub: fix panic with DISCONTIGMEM | James Bottomley | 1 | -0/+1 |
2011-04-15 | kbuild: move KALLSYMS_EXTRA_PASS from Kconfig to Makefile | Artem Bityutskiy | 1 | -12/+0 |
2011-04-15 | Kconfig: improve KALLSYMS_ALL documentation | Artem Bityutskiy | 1 | -6/+12 |
2011-04-14 | sched: Move the second half of ttwu() to the remote cpu | Peter Zijlstra | 1 | -0/+5 |
2011-04-14 | sched: Remove need_migrate_task() | Peter Zijlstra | 0 | -0/+0 |
2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
2011-03-17 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -5/+0 |
2011-03-17 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2011-03-16 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+10 |
2011-03-15 | vfs: Add name to file handle conversion support | Aneesh Kumar K.V | 1 | -0/+12 |
2011-03-05 | BKL: That's all, folks | Arnd Bergmann | 1 | -5/+0 |
2011-03-04 | perf cgroup: Fix a typo in kernel config | Li Zefan | 1 | -1/+1 |
2011-02-16 | perf: Add cgroup support | Stephane Eranian | 1 | -0/+10 |
2011-02-15 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -41/+34 |
2011-02-04 | sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} options | Ferenc Wagner | 1 | -2/+2 |
2011-01-21 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 1 | -26/+34 |
2011-01-17 | Kconfig: BLK_THROTTLE -> BLK_DEV_THROTTLING | Michael Witten | 1 | -1/+1 |
2011-01-17 | Kconfig: Typo: seti -> set | Michael Witten | 1 | -2/+2 |
2011-01-15 | Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f... | Linus Torvalds | 1 | -15/+0 |
2011-01-14 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -15/+0 |
2011-01-14 | rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter status | Paul E. McKenney | 1 | -15/+0 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2011-01-13 | decompressors: add boot-time XZ support | Lasse Collin | 1 | -1/+19 |
2011-01-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+13 |
2010-12-23 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -1/+54 |
2010-12-22 | init/Kconfig: fix typo | Jim Cromie | 1 | -1/+1 |
2010-12-08 | Merge branch 'linus' into sched/core | Ingo Molnar | 1 | -0/+13 |