| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 | 11 | -63/+62 |
|\ |
|
| * | irq_work: Use per cpu atomics instead of regular atomics | Christoph Lameter | 2010-12-18 | 1 | -9/+9 |
| * | taskstats: Use this_cpu_ops | Christoph Lameter | 2010-12-17 | 1 | -3/+2 |
| * | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2010-12-17 | 3 | -5/+8 |
| |\ |
|
| * | | core: Replace __get_cpu_var with __this_cpu_read if not used for an address. | Christoph Lameter | 2010-12-17 | 9 | -49/+49 |
| * | | kprobes: Use this_cpu_ops | Christoph Lameter | 2010-12-17 | 1 | -4/+4 |
* | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-07 | 1 | -1/+59 |
|\ \ \ |
|
| * | | | workqueue: allow chained queueing during destruction | Tejun Heo | 2010-12-20 | 1 | -1/+59 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-01-07 | 7 | -35/+33 |
|\ \ \ \ |
|
| * | | | | sched: Constify function scope static struct sched_param usage | Peter Zijlstra | 2011-01-07 | 4 | -4/+4 |
| * | | | | sched: Fix strncmp operation | Hillf Danton | 2011-01-07 | 1 | -1/+1 |
| * | | | | sched: Move sched_autogroup_exit() to free_signal_struct() | Mike Galbraith | 2011-01-07 | 1 | -4/+3 |
| * | | | | sched: Fix struct autogroup memory leak | Mike Galbraith | 2011-01-07 | 1 | -0/+1 |
| * | | | | sched: Mark autogroup_init() __init | Yong Zhang | 2011-01-07 | 1 | -1/+1 |
| * | | | | sched: Consolidate the name of root_task_group and init_task_group | Yong Zhang | 2011-01-07 | 2 | -25/+23 |
* | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-01-07 | 1 | -6/+2 |
|\ \ \ \ \ |
|
| * | | | | | tty: add 'active' sysfs attribute to tty0 and console device | Kay Sievers | 2010-12-16 | 1 | -0/+2 |
| * | | | | | console: move for_each_console to linux/console.h | Jiri Slaby | 2010-11-16 | 1 | -6/+0 |
* | | | | | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-07 | 1 | -15/+39 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs: dcache reduce branches in lookup path | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
| * | | | | | | fs: dcache rationalise dget variants | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
| * | | | | | | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -6/+0 |
| * | | | | | | fs: dcache scale subdirs | Nick Piggin | 2011-01-07 | 1 | -2/+17 |
| * | | | | | | fs: dcache scale dentry refcount | Nick Piggin | 2011-01-07 | 1 | -2/+0 |
| * | | | | | | fs: change d_delete semantics | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
| * | | | | | | cgroup fs: avoid switching ->d_op on live dentry | Nick Piggin | 2011-01-07 | 1 | -5/+22 |
* | | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-01-06 | 1 | -0/+1 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | Merge branch 'clksrc' into devel | Russell King | 2011-01-05 | 1 | -0/+1 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | Fix rounding in clocks_calc_mult_shift() | john stultz | 2010-12-22 | 1 | -0/+1 |
| | | | | | | | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
*---------. \ \ \ \ \ \ | Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-... | Linus Torvalds | 2011-01-06 | 2 | -10/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | |_|/ / / /
| | | | | | |/| | | | | |
|
| | | | | * | | | | | | | locking, lockdep: Convert sprintf_symbol to %pS | Joe Perches | 2010-11-10 | 1 | -10/+6 |
| | | | | |/ / / / / / |
|
| * | | | | | | | | | | x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume | Suresh Siddha | 2010-12-13 | 1 | -0/+11 |
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-01-06 | 1 | -2/+169 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | module: Move RO/NX module protection to after ftrace module update | Steven Rostedt | 2010-12-23 | 1 | -12/+12 |
| * | | | | | | | | | | Merge commit 'v2.6.37-rc7' into x86/security | Ingo Molnar | 2010-12-23 | 27 | -257/+570 |
| |\ \ \ \ \ \ \ \ \ \
| | | |_|_|/ / / / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | x86: Add RO/NX protection for loadable kernel modules | matthieu castet | 2010-11-18 | 1 | -2/+169 |
* | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-01-06 | 6 | -102/+63 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | timers: Use this_cpu_read | Christoph Lameter | 2010-12-12 | 1 | -2/+2 |
| * | | | | | | | | | | | hrtimer: fix timerqueue conversion flub | John Stultz | 2010-12-10 | 1 | -5/+2 |
| * | | | | | | | | | | | hrtimers: Convert hrtimers to use timerlist infrastructure | John Stultz | 2010-12-10 | 2 | -60/+34 |
| * | | | | | | | | | | | timer: Warn when del_timer_sync() is called in hardirq context | Yong Zhang | 2010-10-22 | 1 | -1/+5 |
| * | | | | | | | | | | | timer: Del_timer_sync() can be used in softirq context | Yong Zhang | 2010-10-22 | 1 | -5/+3 |
| * | | | | | | | | | | | timer: Make try_to_del_timer_sync() the same on SMP and UP | Yong Zhang | 2010-10-22 | 1 | -14/+3 |
| * | | | | | | | | | | | posix-timers: Annotate lock_timer() | Namhyung Kim | 2010-10-21 | 1 | -2/+8 |
| * | | | | | | | | | | | timer: Permit statically-declared work with deferrable timers | Phil Carmody | 2010-10-21 | 1 | -14/+1 |
| * | | | | | | | | | | | time: Use ARRAY_SIZE macro in timecompare.c | Nikitas Angelinas | 2010-10-21 | 1 | -2/+3 |
| * | | | | | | | | | | | time: Compensate for rounding on odd-frequency clocksources | Kasper Pedersen | 2010-10-21 | 1 | -2/+7 |
* | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-06 | 19 | -585/+785 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | sched: Change wait_for_completion_*_timeout() to return a signed long | NeilBrown | 2011-01-05 | 1 | -2/+2 |
| * | | | | | | | | | | | | Merge commit 'v2.6.37' into sched/core | Ingo Molnar | 2011-01-05 | 13 | -171/+361 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|/ / / /
| | |/| | | | | | | | | | |
|