summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-07-13PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki1-1/+5
2011-07-13PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65
2011-07-13taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12
2011-07-13PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek1-1/+3
2011-07-13clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-11/+13
2011-06-23lockdep: Fix lock_is_held() on recursionPeter Zijlstra1-1/+1
2011-06-23time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen1-2/+7
2011-06-23ftrace: Only update the function code on write to filter filesSteven Rostedt1-5/+7
2011-05-23tick: Clear broadcast active bit when switching to oneshotThomas Gleixner1-1/+11
2011-05-23clocksource: Install completely before selectingjohn stultz1-1/+1
2011-05-23ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker2-1/+18
2011-04-22next_pidmap: fix overflow conditionLinus Torvalds1-1/+4
2011-04-14repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2011-04-14Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier1-2/+2
2011-04-14perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker1-1/+2
2011-03-28Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-4/+12
2011-03-28smp_call_function_many: handle concurrent clearing of maskMilton Miller1-3/+10
2011-03-21call_function_many: add missing orderingMilton Miller1-13/+33
2011-03-21call_function_many: fix list delete vs add raceMilton Miller1-7/+13
2011-03-21sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2011-03-21pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney1-0/+2
2011-03-21hw breakpoints: Fix pid namespace bugMatt Helsley1-1/+2
2011-03-21Fix unprotected access to task credentials in waitid()Daniel J Blueman1-3/+2
2011-03-21ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2-8/+46
2011-03-21cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan1-2/+5
2011-03-21clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner3-1/+18
2011-03-21genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-03-21PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka1-5/+2
2011-03-21CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-03-21CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa1-4/+8
2011-03-21CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-0/+25
2011-03-21kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard1-0/+30
2011-03-21ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-03-21posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov1-0/+8
2011-03-21tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov1-1/+9
2011-03-21PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai1-1/+1
2011-03-21nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens1-0/+6
2011-03-21nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens1-0/+2
2011-03-21genirq: Fix incorrect proc spurious outputKenji Kaneshige1-1/+1
2011-03-21Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30
2011-03-21compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+22
2011-03-21do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage1-0/+9
2011-03-21latencytop: fix per task accumulatorKen Chen1-9/+8
2011-03-21futex: Fix errors in nested key ref-countingDarren Hart1-15/+16
2011-03-21sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers1-4/+3
2011-03-21hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi1-2/+11
2011-03-21ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko1-13/+4
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner1-0/+3
2010-08-02sched: Fix over-scheduling bugAlex,Shi1-3/+0