summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-03-14cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan
2011-03-07clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner
2011-03-02genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-03-02PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka
2011-03-02CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-03-02CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-03-02CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2011-02-17kernel/user.c: add lock release annotation on free_user()Namhyung Kim
2011-02-17sched: Remove some dead codeDan Carpenter
2011-02-17sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2011-02-17sched: Fix idle balancingNikhil Rao
2011-02-17sched: Fix volanomark performance regressionAlex Shi
2011-02-17sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra
2011-02-17sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha
2011-02-17sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2011-02-17sched: Export account_system_vtime()Ingo Molnar
2011-02-17sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi
2011-02-17sched: Remove irq time from available CPU powerVenkatesh Pallipadi
2011-02-17sched: Do not account irq time to current taskVenkatesh Pallipadi
2011-02-17sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi
2011-02-17sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi
2011-02-17sched: Fix softirq time accountingVenkatesh Pallipadi
2011-02-17sched: Drop group_capacity to 1 only if local group has extra capacityNikhil Rao
2011-02-17sched: Force balancing on newidle balance if local group has capacityNikhil Rao
2011-02-17sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao
2011-02-17sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao
2011-02-17sched: fix RCU lockdep splat from task_group()Peter Zijlstra
2011-02-17sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney
2011-02-17sched: Give CPU bound RT tasks preferencestable-bot for Steven Rostedt
2011-02-17sched: Try not to migrate higher priority RT tasksSteven Rostedt
2011-02-17sched: Increment cache_nice_tries only on periodic lbVenkatesh Pallipadi
2011-02-17sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2011-02-17sched: Remove remaining USER_SCHED codeLi Zefan
2011-02-17sched: Remove USER_SCHEDDhaval Giani
2011-02-17kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard
2011-02-17ptrace: use safer wake up on ptrace_detach()Tejun Heo
2011-01-07posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov
2011-01-07tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2011-01-07PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai
2011-01-07nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens
2011-01-07nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens
2010-12-09do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage
2010-12-09latencytop: fix per task accumulatorKen Chen
2010-11-22futex: Fix errors in nested key ref-countingDarren Hart
2010-11-22sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2010-10-28fix 2.6.32.23 suspend regression caused by commit 6f6198aMike Galbraith
2010-10-28hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi
2010-10-28ring-buffer: Fix typo of time extends per pageSteven Rostedt
2010-09-26Fix unprotected access to task credentials in waitid()Daniel J Blueman
2010-09-26sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka