aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-06-23lockdep: Fix lock_is_held() on recursionPeter Zijlstra
2011-06-23ftrace: Only update the function code on write to filter filesSteven Rostedt
2011-05-23tick: Clear broadcast active bit when switching to oneshotThomas Gleixner
2011-05-23clocksource: Install completely before selectingjohn stultz
2011-05-23Fix time() inconsistencies caused by intermediate xtime_cache values being readjohn stultz
2011-04-22next_pidmap: fix overflow conditionLinus Torvalds
2011-04-14repair gdbstub to match the gdbserial protocol specificationJason Wessel
2011-04-14Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-04-14perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker
2011-03-27Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-24Revert "perf: Handle stopped state with tracepoints"Greg Kroah-Hartman
2011-03-23smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-03-23call_function_many: add missing orderingMilton Miller
2011-03-23call_function_many: fix list delete vs add raceMilton Miller
2011-03-23perf: Handle stopped state with tracepointsFrederic Weisbecker
2011-03-23ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
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