Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*---------. | 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-14 | 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-11 | 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 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | sched, autogroup: Fix reference leak | Mike Galbraith | 2011-01-04 | 1 | -1/+1 |
| * | | | | | | | | | sched, autogroup: Fix potential access to freed memory | Mike Galbraith | 2011-01-04 | 1 | -8/+17 |
| * | | | | | | | | | sched: Remove redundant CONFIG_CGROUP_SCHED ifdef | Yong Zhang | 2011-01-04 | 1 | -4/+0 |
| * | | | | | | | | | sched: Fix interactivity bug by charging unaccounted run-time on entity re-we... | Paul Turner | 2010-12-19 | 1 | -1/+5 |
| * | | | | | | | | | sched: Move periodic share updates to entity_tick() | Paul Turner | 2010-12-19 | 1 | -4/+17 |
| * | | | | | | | | | Merge commit 'v2.6.37-rc6' into sched/core | Ingo Molnar | 2010-12-19 | 1 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | printk: Use this_cpu_{read|write} api on printk_pending | Eric Dumazet | 2010-12-08 | 1 | -4/+4 |
| * | | | | | | | | | | sched: Make pushable_tasks CONFIG_SMP dependant | Dario Faggioli | 2010-12-08 | 1 | -0/+2 |
| * | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-12-08 | 14 | -60/+188 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | sched: Add 'autogroup' scheduling feature: automated per session task groups | Mike Galbraith | 2010-11-30 | 7 | -49/+292 |
| * | | | | | | | | | | | sched: Fix unregister_fair_sched_group() | Paul Turner | 2010-11-30 | 1 | -2/+1 |
| * | | | | | | | | | | | sched: Remove unused argument dest_cpu to migrate_task() | Nikanth Karthikesan | 2010-11-26 | 1 | -5/+3 |
| * | | | | | | | | | | | mutexes, sched: Introduce arch_mutex_cpu_relax() | Gerald Schaefer | 2010-11-26 | 2 | -2/+3 |
| * | | | | | | | | | | | Merge commit 'v2.6.37-rc3' into sched/core | Ingo Molnar | 2010-11-26 | 11 | -39/+84 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | sched: Add some clock info to sched_debug | Peter Zijlstra | 2010-11-23 | 2 | -5/+28 |
| * | | | | | | | | | | | | cpu: Remove incorrect BUG_ON | Peter Zijlstra | 2010-11-23 | 1 | -1/+4 |
| * | | | | | | | | | | | | cpu: Remove unused variable | Dhaval Giani | 2010-11-23 | 1 | -1/+0 |
| * | | | | | | | | | | | | sched: Fix UP build breakage | Peter Zijlstra | 2010-11-23 | 1 | -1/+1 |
| * | | | | | | | | | | | | sched: Make task dump print all 15 chars of proc comm | Erik Gilling | 2010-11-23 | 1 | -1/+1 |
| * | | | | | | | | | | | | sched: Update tg->shares after cpu.shares write | Paul Turner | 2010-11-18 | 1 | -31/+11 |
| * | | | | | | | | | | | | sched: Allow update_cfs_load() to update global load | Paul Turner | 2010-11-18 | 1 | -15/+29 |
| * | | | | | | | | | | | | sched: Implement demand based update_cfs_load() | Paul Turner | 2010-11-18 | 2 | -1/+20 |
| * | | | | | | | | | | | | sched: Update shares on idle_balance | Paul Turner | 2010-11-18 | 1 | -0/+1 |
| * | | | | | | | | | | | | sched: Add sysctl_sched_shares_window | Paul Turner | 2010-11-18 | 2 | -1/+15 |
| * | | | | | | | | | | | | sched: Introduce hierarchal order on shares update list | Paul Turner | 2010-11-18 | 1 | -10/+16 |
| * | | | | | | | | | | | | sched: Fix update_cfs_load() synchronization | Paul Turner | 2010-11-18 | 2 | -13/+22 |
| * | | | | | | | | | | | | sched: Fix load corruption from update_cfs_shares() | Paul Turner | 2010-11-18 | 1 | -8/+8 |
| * | | | | | | | | | | | | sched: Make tg_shares_up() walk on-demand | Peter Zijlstra | 2010-11-18 | 2 | -67/+58 |
| * | | | | | | | | | | | | sched: Implement on-demand (active) cfs_rq list | Peter Zijlstra | 2010-11-18 | 3 | -83/+92 |