summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-06-26smp_call_function_many: handle concurrent clearing of maskMilton Miller1-3/+10
2011-06-26call_function_many: add missing orderingMilton Miller1-13/+33
2011-06-26call_function_many: fix list delete vs add raceMilton Miller1-7/+13
2011-06-26ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2-8/+46
2011-06-26cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan1-2/+5
2011-06-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner3-1/+18
2011-06-26genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-06-26PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka1-5/+2
2011-06-26CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-06-26CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa1-4/+8
2011-06-26CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-0/+25
2011-06-26sched: Fix wake_affine() vs RT tasksPeter Zijlstra2-24/+23
2011-06-26sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2-10/+23
2011-06-26sched: fix RCU lockdep splat from task_group()Peter Zijlstra1-0/+12
2011-06-26sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney1-1/+4
2011-06-26sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2-2/+6
2011-06-26sched: Remove remaining USER_SCHED codeLi Zefan6-40/+1
2011-06-26sched: Remove some dead codeDan Carpenter1-2/+0
2011-06-26kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard1-0/+30
2011-06-26ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-04-17Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier1-2/+2
2011-04-17Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-4/+12
2011-04-17posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov1-0/+8
2011-04-17tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov1-1/+9
2011-04-17PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai1-1/+1
2011-04-17nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens1-0/+6
2011-04-17nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens1-0/+2
2011-04-17sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet1-1/+1
2011-04-17sysctl: min/max bounds are optionalEric Dumazet1-9/+0
2011-04-17do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage1-0/+9
2011-04-17latencytop: fix per task accumulatorKen Chen1-9/+8
2011-04-17CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells1-3/+6
2011-01-06futex: Fix errors in nested key ref-countingDarren Hart1-15/+16
2011-01-06sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers1-4/+3
2011-01-06hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi1-2/+11
2011-01-06ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2011-01-06Fix unprotected access to task credentials in waitid()Daniel J Blueman1-3/+2
2011-01-06sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2011-01-06pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney1-0/+2
2011-01-06sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha1-42/+40
2011-01-06sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2-7/+8
2011-01-06sched: Fix select_idle_sibling()Mike Galbraith1-4/+10
2011-01-06rcu: apply RCU protection to wake_affine()Daniel J Blueman1-0/+2
2011-01-06sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra1-0/+2
2011-01-06sched: Fix nr_uninterruptible countPeter Zijlstra1-2/+6
2011-01-06sched: Optimize task_rq_lock()Peter Zijlstra1-8/+15
2011-01-06sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra4-47/+34
2011-01-06sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2-3/+43
2011-01-06sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2-13/+7
2011-01-06sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov1-17/+8