summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-28Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-28smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-03-21call_function_many: add missing orderingMilton Miller
2011-03-21call_function_many: fix list delete vs add raceMilton Miller
2011-03-21sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2011-03-21pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney
2011-03-21hw breakpoints: Fix pid namespace bugMatt Helsley
2011-03-21Fix unprotected access to task credentials in waitid()Daniel J Blueman
2011-03-21ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-21cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan
2011-03-21clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner
2011-03-21genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-03-21PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka
2011-03-21CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-03-21CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-03-21CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2011-03-21kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard
2011-03-21ptrace: use safer wake up on ptrace_detach()Tejun Heo
2011-03-21posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov
2011-03-21tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2011-03-21PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai
2011-03-21nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens
2011-03-21nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens
2011-03-21genirq: Fix incorrect proc spurious outputKenji Kaneshige
2011-03-21Prioritize synchronous signals over 'normal' signalsLinus Torvalds
2011-03-21compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2011-03-21do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage
2011-03-21latencytop: fix per task accumulatorKen Chen
2011-03-21futex: Fix errors in nested key ref-countingDarren Hart
2011-03-21sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2011-03-21hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi
2011-03-21ring-buffer: Fix typo of time extends per pageSteven Rostedt
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-08-02dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron
2010-07-05tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan
2010-07-05perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra
2010-07-05signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov
2010-07-05mutex: Fix optimistic spinning vs. BKLTony Breeds
2010-07-05cpumask: fix compat getaffinityKOSAKI Motohiro
2010-07-05posix_timer: Fix error path in timer_createAndrey Vagin
2010-07-05Fix racy use of anon_inode_getfd() in perf_event.cAl Viro
2010-05-26profile: fix stats and data leakageHugh Dickins
2010-05-26revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt