summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-03-31Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-03-31perf: Fix tear-down of inherited group eventsPeter Zijlstra
2011-03-31PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki
2011-03-31PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki
2011-03-31perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker
2011-03-31Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-31smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-03-31call_function_many: add missing orderingMilton Miller
2011-03-31call_function_many: fix list delete vs add raceMilton Miller
2011-03-31ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-31cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan
2011-03-31clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner
2011-03-31genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-03-31PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka
2011-03-31CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-03-31CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-03-31kernel/user.c: add lock release annotation on free_user()Namhyung Kim
2011-03-31sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha
2011-03-31sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2011-03-31sched: Export account_system_vtime()Ingo Molnar
2011-03-31sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi
2011-03-31sched: Remove irq time from available CPU powerVenkatesh Pallipadi
2011-03-31sched: Do not account irq time to current taskVenkatesh Pallipadi
2011-03-31sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi
2011-03-31sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi
2011-03-31sched: Fix softirq time accountingVenkatesh Pallipadi
2011-03-31sched: Drop group_capacity to 1 only if local group has extra capacityNikhil Rao
2011-03-31sched: Force balancing on newidle balance if local group has capacityNikhil Rao
2011-03-31sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao
2011-03-31sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao
2011-03-31sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney
2011-03-31sched: Give CPU bound RT tasks preferencestable-bot for Steven Rostedt
2011-03-31sched: Try not to migrate higher priority RT tasksSteven Rostedt
2011-03-31sched: Increment cache_nice_tries only on periodic lbVenkatesh Pallipadi
2011-03-31sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2011-03-31kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard
2011-03-31ptrace: use safer wake up on ptrace_detach()Tejun Heo
2011-02-06posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov
2011-02-06Sched: fix skip_clock_update optimizationMike Galbraith
2011-02-06fix freeing user_struct in user cacheHillf Danton
2011-02-06tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2011-02-06sched: Cure more NO_HZ load average woesPeter Zijlstra
2011-02-06printk: Fix wake_up_klogd() vs cpu hotplugHeiko Carstens
2011-02-06user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman
2011-02-06PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai
2011-02-06nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens
2011-02-06nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens
2010-12-14genirq: Fix incorrect proc spurious outputKenji Kaneshige
2010-12-14PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki
2010-12-14perf: Fix inherit vs. context rotation bugThomas Gleixner