summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* next_pidmap: fix overflow conditionLinus Torvalds2011-04-221-1/+4
* repair gdbstub to match the gdbserial protocol specificationJason Wessel2011-04-141-6/+3
* Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier2011-04-141-2/+2
* perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker2011-04-141-1/+2
* Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-281-4/+12
* smp_call_function_many: handle concurrent clearing of maskMilton Miller2011-03-281-3/+10
* call_function_many: add missing orderingMilton Miller2011-03-211-13/+33
* call_function_many: fix list delete vs add raceMilton Miller2011-03-211-7/+13
* sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka2011-03-211-4/+4
* pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney2011-03-211-0/+2
* hw breakpoints: Fix pid namespace bugMatt Helsley2011-03-211-1/+2
* Fix unprotected access to task credentials in waitid()Daniel J Blueman2011-03-211-3/+2
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-03-212-8/+46
* cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-211-2/+5
* clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner2011-03-213-1/+18
* genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-03-211-1/+1
* PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-03-211-5/+2
* CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-03-211-2/+2
* CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-03-211-4/+8
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2011-03-211-0/+25
* kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard2011-03-211-0/+30
* ptrace: use safer wake up on ptrace_detach()Tejun Heo2011-03-211-1/+1
* posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov2011-03-211-0/+8
* tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov2011-03-211-1/+9
* PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2011-03-211-1/+1
* nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens2011-03-211-0/+6
* nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens2011-03-211-0/+2
* genirq: Fix incorrect proc spurious outputKenji Kaneshige2011-03-211-1/+1
* Prioritize synchronous signals over 'normal' signalsLinus Torvalds2011-03-211-13/+30
* compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2011-03-211-0/+22
* do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage2011-03-211-0/+9
* latencytop: fix per task accumulatorKen Chen2011-03-211-9/+8
* futex: Fix errors in nested key ref-countingDarren Hart2011-03-211-15/+16
* sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers2011-03-211-4/+3
* hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi2011-03-211-2/+11
* ring-buffer: Fix typo of time extends per pageSteven Rostedt2011-03-211-1/+1
* futex: futex_find_get_task remove credentails checkMichal Hocko2010-08-021-13/+4
* genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner2010-08-021-0/+3
* sched: Fix over-scheduling bugAlex,Shi2010-08-021-3/+0
* sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon2010-08-021-0/+6
* dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron2010-08-021-1/+3
* tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-07-051-39/+97
* perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra2010-07-051-1/+4
* signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov2010-07-051-2/+4
* mutex: Fix optimistic spinning vs. BKLTony Breeds2010-07-051-0/+7
* cpumask: fix compat getaffinityKOSAKI Motohiro2010-07-051-14/+11
* posix_timer: Fix error path in timer_createAndrey Vagin2010-07-051-7/+4
* Fix racy use of anon_inode_getfd() in perf_event.cAl Viro2010-07-051-18/+22
* profile: fix stats and data leakageHugh Dickins2010-05-261-1/+3
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-261-2/+0