summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-12-14Revert "Fix SMP poweroff hangs"Greg Kroah-Hartman1-2/+0
2007-12-14futex: fix for futex_wait signal stack corruptionSteven Rostedt1-12/+13
2007-12-14hrtimers: avoid overflow for large relative timeouts (CVE-2007-5966)Thomas Gleixner1-0/+8
2007-12-14wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant1-1/+1
2007-11-21fix param_sysfs_builtin name length checkJan Kiszka1-9/+6
2007-11-21Fix compat futex hangs.David Miller1-5/+19
2007-11-16wait_task_stopped: Check p->exit_state instead of TASK_TRACED (CVE-2007-5500)Roland McGrath1-2/+1
2007-11-05param_sysfs_builtin memchr argument fixDave Young1-1/+7
2007-11-05genirq: suppress resend of level interruptsThomas Gleixner1-1/+6
2007-11-05genirq: cleanup mismerge artifactThomas Gleixner1-4/+1
2007-11-02lockdep: fix mismatched lockdep_depth/curr_chain_hashGregory Haskins1-1/+1
2007-10-10Fix timer_stats printout of events/secAnton Blanchard1-2/+3
2007-10-10Fix SMP poweroff hangsMark Lord1-0/+2
2007-09-26futex_compat: fix list traversal bugsArnd Bergmann1-2/+2
2007-09-26sigqueue_free: fix the race with collect_signal()Oleg Nesterov1-10/+9
2007-09-26setpgid(child) fails if the child was forked by sub-threadOleg Nesterov1-2/+1
2007-08-30signalfd: fix interaction with posix-timersOleg Nesterov1-2/+2
2007-08-22Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki1-1/+2
2007-08-15fix oops in __audit_signal_info()Al Viro1-11/+11
2007-08-09destroy_workqueue() can livelockOleg Nesterov1-6/+5
2007-08-09futex: pass nr_wake2 to futex_wake_opAndreas Schwab1-1/+3
2007-08-09Fix leaks on /proc/{*/sched, sched_debug, timer_list, timer_stats}Alexey Dobriyan2-2/+2
2007-08-09Fix leak on /proc/lockdep_statsAlexey Dobriyan1-1/+1
2007-07-03NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner1-2/+0
2007-07-01PM: introduce set_target method in pm_opsRafael J. Wysocki1-1/+5
2007-06-28relayfs: fix overwritesMasami Hiramatsu1-2/+6
2007-06-28relay file read: start-pos fixDavid Wilder1-0/+3
2007-06-24FUTEX: Restore the dropped ERSCH fixThomas Gleixner1-8/+6
2007-06-24audit: fix oops removing watch if audit disabledTony Jones1-1/+1
2007-06-24sched: fix next_interval determination in idle_balance()Christoph Lameter1-9/+13
2007-06-24fix refcounting of nsproxy object when unsharedCedric Le Goater1-8/+2
2007-06-21posix-timers: Prevent softirq starvation by small intervals and SIG_IGNThomas Gleixner1-2/+33
2007-06-18Fix possible runqueue lock starvation in wait_task_inactive()Linus Torvalds1-9/+60
2007-06-18sched: fix SysRq-N (normalize RT tasks)Ingo Molnar1-3/+5
2007-06-18Fix signalfd interaction with thread-private signalsBenjamin Herrenschmidt1-1/+7
2007-06-18Revert "futex_requeue_pi optimization"Thomas Gleixner4-451/+42
2007-06-16swsusp: Fix userland interfaceRafael J. Wysocki1-1/+3
2007-06-16cpuset: zero malloc - fix for old cpusetsPaul Jackson1-1/+1
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov2-111/+182
2007-06-08rt-mutex: fix chain walk early wakeup bugThomas Gleixner1-0/+13
2007-06-08rt-mutex: fix stale return valueThomas Gleixner1-2/+9
2007-06-07Restrict clearing TIF_SIGPENDINGRoland McGrath1-4/+12
2007-06-01timer stats: speedupsIngo Molnar1-1/+6
2007-06-01timer statistics: fix raceBjorn Steinbrink1-16/+21
2007-06-01fix compat futex code for private futexesUlrich Drepper1-4/+5
2007-05-30fix possible null ptr deref in kallsyms_lookupKyle McMartin1-1/+2
2007-05-29NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner2-2/+24
2007-05-24Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds1-9/+37
2007-05-23Prevent going idle with softirq pendingThomas Gleixner1-3/+1
2007-05-23power: Fix sizeof(PAGE_SIZE) typoOGAWA Hirofumi1-1/+1