summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2012-05-17futex: Fix uninterruptible loop due to gate_areaHugh Dickins
2012-05-17futex: Fix regression with read only mappingsShawn Bohrer
2012-05-17PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki
2012-05-17PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki
2012-05-17PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek
2012-05-17clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2012-05-17time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen
2012-05-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2012-05-17genirq: Add IRQF_FORCE_RESUMEThomas Gleixner
2012-05-17lockdep: Fix lock_is_held() on recursionPeter Zijlstra
2012-05-17ftrace: Only update the function code on write to filter filesSteven Rostedt
2012-03-14taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov
2012-03-14tick: Clear broadcast active bit when switching to oneshotThomas Gleixner
2012-03-14clocksource: Install completely before selectingjohn stultz
2012-03-14next_pidmap: fix overflow conditionLinus Torvalds
2012-03-14repair gdbstub to match the gdbserial protocol specificationJason Wessel
2012-03-14perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker
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