summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-06-26smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-06-26call_function_many: add missing orderingMilton Miller
2011-06-26call_function_many: fix list delete vs add raceMilton Miller
2011-06-26ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-06-26cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan
2011-06-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner
2011-06-26genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-06-26PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka
2011-06-26CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-06-26CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-06-26CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2011-06-26sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2011-06-26sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2011-06-26sched: fix RCU lockdep splat from task_group()Peter Zijlstra
2011-06-26sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney
2011-06-26sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2011-06-26sched: Remove remaining USER_SCHED codeLi Zefan
2011-06-26sched: Remove some dead codeDan Carpenter
2011-06-26kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard
2011-06-26ptrace: use safer wake up on ptrace_detach()Tejun Heo
2011-04-17Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-04-17Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-04-17posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov
2011-04-17tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2011-04-17PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai
2011-04-17nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens
2011-04-17nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens
2011-04-17sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet
2011-04-17sysctl: min/max bounds are optionalEric Dumazet
2011-04-17do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage
2011-04-17latencytop: fix per task accumulatorKen Chen
2011-04-17CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells
2011-01-06futex: Fix errors in nested key ref-countingDarren Hart
2011-01-06sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2011-01-06hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi
2011-01-06ring-buffer: Fix typo of time extends per pageSteven Rostedt
2011-01-06Fix unprotected access to task credentials in waitid()Daniel J Blueman
2011-01-06sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2011-01-06pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney
2011-01-06sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha
2011-01-06sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2011-01-06sched: Fix select_idle_sibling()Mike Galbraith
2011-01-06rcu: apply RCU protection to wake_affine()Daniel J Blueman
2011-01-06sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra
2011-01-06sched: Fix nr_uninterruptible countPeter Zijlstra
2011-01-06sched: Optimize task_rq_lock()Peter Zijlstra
2011-01-06sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2011-01-06sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2011-01-06sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov
2011-01-06sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov