Age | Commit message (Expand) | Author | Files | Lines |
2010-12-22 | kthread_work: make lockdep happy | Yong Zhang | 1 | -0/+11 |
2010-12-20 | workqueue: allow chained queueing during destruction | Tejun Heo | 1 | -1/+59 |
2010-12-20 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2010-12-20 | sched: Remove debugging check | Ingo Molnar | 1 | -1/+0 |
2010-12-19 | Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.... | Linus Torvalds | 2 | -8/+39 |
2010-12-19 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -52/+245 |
2010-12-19 | sched: Fix interactivity bug by charging unaccounted run-time on entity re-we... | Paul Turner | 1 | -1/+5 |
2010-12-19 | sched: Move periodic share updates to entity_tick() | Paul Turner | 1 | -4/+17 |
2010-12-19 | Merge commit 'v2.6.37-rc6' into sched/core | Ingo Molnar | 1 | -3/+4 |
2010-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -94/+10 |
2010-12-18 | irq_work: Use per cpu atomics instead of regular atomics | Christoph Lameter | 1 | -9/+9 |
2010-12-17 | rcu: reduce __call_rcu()-induced contention on rcu_node structures | Paul E. McKenney | 1 | -17/+21 |
2010-12-17 | rcu: limit rcu_node leaf-level fanout | Paul E. McKenney | 2 | -21/+27 |
2010-12-17 | rcu: fine-tune grace-period begin/end checks | Paul E. McKenney | 1 | -9/+18 |
2010-12-17 | rcu: Keep gpnum and completed fields synchronized | Frederic Weisbecker | 1 | -0/+9 |
2010-12-17 | rcu: Stop chasing QS if another CPU did it for us | Frederic Weisbecker | 1 | -0/+8 |
2010-12-17 | rcu: increase synchronize_sched_expedited() batching | Tejun Heo | 1 | -20/+62 |
2010-12-17 | resources: add arch hook for preventing allocation in reserved areas | Bjorn Helgaas | 1 | -0/+6 |
2010-12-17 | Revert "resources: support allocating space within a region from the top down" | Bjorn Helgaas | 1 | -94/+4 |
2010-12-17 | taskstats: Use this_cpu_ops | Christoph Lameter | 1 | -3/+2 |
2010-12-17 | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 3 | -5/+8 |
2010-12-17 | core: Replace __get_cpu_var with __this_cpu_read if not used for an address. | Christoph Lameter | 9 | -49/+49 |
2010-12-17 | kprobes: Use this_cpu_ops | Christoph Lameter | 1 | -4/+4 |
2010-12-17 | tty: add 'active' sysfs attribute to tty0 and console device | Kay Sievers | 1 | -0/+2 |
2010-12-16 | PM / Hibernate: Restore old swap signature to avoid user space breakage | Rafael J. Wysocki | 1 | -1/+1 |
2010-12-16 | PM / Hibernate: Fix PM_POST_* notification with user-space suspend | Takashi Iwai | 1 | -1/+1 |
2010-12-16 | perf: Sysfs enumeration | Peter Zijlstra | 1 | -1/+94 |
2010-12-16 | perf: Dynamic pmu types | Peter Zijlstra | 2 | -7/+43 |
2010-12-16 | perf: Move perf_event_init() into main.c | Peter Zijlstra | 1 | -2/+0 |
2010-12-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 4 | -10/+43 |
2010-12-16 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 1 | -1/+9 |
2010-12-16 | sched: Fix the irqtime code for 32bit | Peter Zijlstra | 1 | -6/+45 |
2010-12-16 | sched: Fix the irqtime code to deal with u64 wraps | Peter Zijlstra | 1 | -33/+50 |
2010-12-16 | perf: Fix off by one in perf_swevent_init() | Dan Carpenter | 1 | -1/+1 |
2010-12-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -3/+4 |
2010-12-14 | workqueue: It is likely that WORKER_NOT_RUNNING is true | Steven Rostedt | 1 | -2/+2 |
2010-12-14 | x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume | Suresh Siddha | 1 | -0/+11 |
2010-12-12 | timers: Use this_cpu_read | Christoph Lameter | 1 | -2/+2 |
2010-12-11 | hrtimer: fix timerqueue conversion flub | John Stultz | 1 | -5/+2 |
2010-12-10 | hrtimers: Convert hrtimers to use timerlist infrastructure | John Stultz | 2 | -60/+34 |
2010-12-10 | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 3 | -1/+18 |
2010-12-09 | syslog: check cap_syslog when dmesg_restrict | Serge E. Hallyn | 1 | -10/+10 |
2010-12-08 | perf: Stop all counters on reboot | Peter Zijlstra | 1 | -1/+23 |
2010-12-08 | printk: Use this_cpu_{read|write} api on printk_pending | Eric Dumazet | 1 | -4/+4 |
2010-12-08 | sched: Make pushable_tasks CONFIG_SMP dependant | Dario Faggioli | 1 | -0/+2 |
2010-12-08 | Merge branch 'linus' into sched/core | Ingo Molnar | 14 | -60/+188 |
2010-12-08 | nohz: Fix get_next_timer_interrupt() vs cpu hotplug | Heiko Carstens | 1 | -0/+6 |
2010-12-08 | Sched: fix skip_clock_update optimization | Mike Galbraith | 2 | -12/+15 |
2010-12-08 | sched: Cure more NO_HZ load average woes | Peter Zijlstra | 2 | -12/+140 |
2010-12-08 | perf: Fix duplicate events with multiple-pmu vs software events | Peter Zijlstra | 1 | -6/+29 |