| Commit message (Expand) | Author | Age | Files | Lines |
* | get rid of timer in kern/acct.c | Al Viro | 2012-01-04 | 1 | -30/+10 |
* | hung_task: fix false positive during vfork | Mandeep Singh Baines | 2012-01-04 | 1 | -4/+10 |
* | futex: Fix uninterruptible loop due to gate_area | Hugh Dickins | 2011-12-31 | 1 | -8/+20 |
* | Revert "clockevents: Set noop handler in clockevents_exchange_device()" | Linus Torvalds | 2011-12-30 | 1 | -1/+0 |
* | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-12-20 | 1 | -5/+0 |
|\ |
|
| * | cgroups: fix a css_set not found bug in cgroup_attach_proc | Mandeep Singh Baines | 2011-12-19 | 1 | -5/+0 |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-12-20 | 1 | -3/+9 |
|\ \ |
|
| * | | time/clocksource: Fix kernel-doc warnings | Kusanagi Kouichi | 2011-12-19 | 1 | -3/+9 |
* | | | binary_sysctl(): fix memory leak | Michel Lespinasse | 2011-12-20 | 1 | -1/+1 |
* | | | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask | David Rientjes | 2011-12-20 | 1 | -5/+24 |
| |/
|/| |
|
| | | |
| \ | |
*-. \ | Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://... | Linus Torvalds | 2011-12-17 | 2 | -8/+14 |
|\ \ \ |
|
| | * | | sched: Fix select_idle_sibling() regression in selecting an idle SMT sibling | Peter Zijlstra | 2011-12-16 | 1 | -6/+8 |
| * | | | perf events: Fix ring_buffer_wakeup() brown paperbag bug | Will Deacon | 2011-12-14 | 1 | -2/+6 |
|/ / / |
|
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-12-09 | 2 | -3/+9 |
|\ \ \ |
|
| * | | | perf: Do no try to schedule task events if there are none | Gleb Natapov | 2011-12-07 | 1 | -2/+2 |
| * | | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map() | Yong Zhang | 2011-12-06 | 1 | -1/+7 |
* | | | | sys_getppid: add missing rcu_dereference | Mandeep Singh Baines | 2011-12-09 | 1 | -1/+1 |
* | | | | printk: avoid double lock acquire | Peter Zijlstra | 2011-12-09 | 1 | -1/+2 |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-12-08 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | alarmtimers: Fix time comparison | Thomas Gleixner | 2011-12-06 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-12-06 | 4 | -5/+11 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ftrace: Fix hash record accounting bug | Steven Rostedt | 2011-12-05 | 1 | -1/+3 |
| * | jump_label: jump_label_inc may return before the code is patched | Gleb Natapov | 2011-12-05 | 1 | -1/+2 |
| * | ftrace: Remove force undef config value left for testing | Steven Rostedt | 2011-12-05 | 1 | -1/+0 |
| * | tracing: Restore system filter behavior | Li Zefan | 2011-12-05 | 1 | -1/+6 |
| * | tracing: fix event_subsystem ref counting | Ilya Dryomov | 2011-12-05 | 1 | -1/+0 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-12-06 | 4 | -6/+95 |
|\| |
|
| * | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-12-05 | 1 | -3/+3 |
| |\ |
|
| | * | trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-... | Tejun Heo | 2011-12-02 | 1 | -3/+3 |
| * | | perf: Fix loss of notification with multi-event | Peter Zijlstra | 2011-12-05 | 3 | -2/+90 |
| |/ |
|
| * | perf: Do not set task_ctx pointer in cpuctx if there are no events in the con... | Gleb Natapov | 2011-11-14 | 1 | -1/+2 |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-12-06 | 3 | -3/+4 |
|\ \ |
|
| * | | clockevents: Set noop handler in clockevents_exchange_device() | Thomas Gleixner | 2011-12-02 | 1 | -0/+1 |
| * | | tick-broadcast: Stop active broadcast device when replacing it | Thomas Gleixner | 2011-12-02 | 1 | -1/+1 |
| * | | clocksource: Fix bug with max_deferment margin calculation | Yang Honggang (Joseph) | 2011-12-02 | 1 | -2/+2 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi... | Linus Torvalds | 2011-12-06 | 1 | -1/+4 |
|\ \ \ \ |
|
| | * | | | genirq: Fix race condition when stopping the irq thread | Ido Yariv | 2011-12-02 | 1 | -1/+4 |
| |/ / / |
|
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-12-06 | 4 | -34/+146 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sched: Fix buglet in return_cfs_rq_runtime() | Paul Turner | 2011-11-16 | 1 | -1/+1 |
| * | | | sched: Avoid SMT siblings in select_idle_sibling() if possible | Peter Zijlstra | 2011-11-16 | 1 | -14/+28 |
| * | | | sched: Set the command name of the idle tasks in SMP kernels | Carsten Emde | 2011-11-14 | 1 | -0/+4 |
| * | | | sched, rt: Provide means of disabling cross-cpu bandwidth sharing | Peter Zijlstra | 2011-11-14 | 2 | -0/+4 |
| * | | | sched: Document wait_for_completion_*() return values | J. Bruce Fields | 2011-11-14 | 1 | -0/+13 |
| * | | | sched_fair: Fix a typo in the comment describing update_sd_lb_stats | Hui Kang | 2011-11-14 | 1 | -1/+1 |
| * | | | sched: Add a comment to effective_load() since it's a pain | Peter Zijlstra | 2011-11-14 | 1 | -18/+95 |
| | |/
| |/| |
|
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-11-29 | 1 | -6/+10 |
|\ \ \ |
|
| * | | | PM / Hibernate: Do not leak memory in error/test code paths | Rafael J. Wysocki | 2011-11-23 | 1 | -6/+10 |
* | | | | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-11-28 | 1 | -2/+9 |
|\ \ \ \ |
|
| * | | | | cgroup_freezer: fix freezing groups with stopped tasks | Michal Hocko | 2011-11-24 | 1 | -2/+9 |
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-11-28 | 3 | -13/+143 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|