summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-02-06vm audit: add VM_DONTEXPAND to mmap for drivers that need it (CVE-2008-0007)Nick Piggin
2007-12-14Revert "Fix SMP poweroff hangs"Greg Kroah-Hartman
2007-12-14futex: fix for futex_wait signal stack corruptionSteven Rostedt
2007-12-14hrtimers: avoid overflow for large relative timeouts (CVE-2007-5966)Thomas Gleixner
2007-12-14wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant
2007-11-21fix param_sysfs_builtin name length checkJan Kiszka
2007-11-21Fix compat futex hangs.David Miller
2007-11-16wait_task_stopped: Check p->exit_state instead of TASK_TRACED (CVE-2007-5500)Roland McGrath
2007-11-05param_sysfs_builtin memchr argument fixDave Young
2007-11-05genirq: suppress resend of level interruptsThomas Gleixner
2007-11-05genirq: cleanup mismerge artifactThomas Gleixner
2007-11-02lockdep: fix mismatched lockdep_depth/curr_chain_hashGregory Haskins
2007-10-10Fix timer_stats printout of events/secAnton Blanchard
2007-10-10Fix SMP poweroff hangsMark Lord
2007-09-26futex_compat: fix list traversal bugsArnd Bergmann
2007-09-26sigqueue_free: fix the race with collect_signal()Oleg Nesterov
2007-09-26setpgid(child) fails if the child was forked by sub-threadOleg Nesterov
2007-08-30signalfd: fix interaction with posix-timersOleg Nesterov
2007-08-22Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki
2007-08-15fix oops in __audit_signal_info()Al Viro
2007-08-09destroy_workqueue() can livelockOleg Nesterov
2007-08-09futex: pass nr_wake2 to futex_wake_opAndreas Schwab
2007-08-09Fix leaks on /proc/{*/sched, sched_debug, timer_list, timer_stats}Alexey Dobriyan
2007-08-09Fix leak on /proc/lockdep_statsAlexey Dobriyan
2007-07-03NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner
2007-07-01PM: introduce set_target method in pm_opsRafael J. Wysocki
2007-06-28relayfs: fix overwritesMasami Hiramatsu
2007-06-28relay file read: start-pos fixDavid Wilder
2007-06-24FUTEX: Restore the dropped ERSCH fixThomas Gleixner
2007-06-24audit: fix oops removing watch if audit disabledTony Jones
2007-06-24sched: fix next_interval determination in idle_balance()Christoph Lameter
2007-06-24fix refcounting of nsproxy object when unsharedCedric Le Goater
2007-06-21posix-timers: Prevent softirq starvation by small intervals and SIG_IGNThomas Gleixner
2007-06-18Fix possible runqueue lock starvation in wait_task_inactive()Linus Torvalds
2007-06-18sched: fix SysRq-N (normalize RT tasks)Ingo Molnar
2007-06-18Fix signalfd interaction with thread-private signalsBenjamin Herrenschmidt
2007-06-18Revert "futex_requeue_pi optimization"Thomas Gleixner
2007-06-16swsusp: Fix userland interfaceRafael J. Wysocki
2007-06-16cpuset: zero malloc - fix for old cpusetsPaul Jackson
2007-06-08pi-futex: fix exit races and locking problemsAlexey Kuznetsov
2007-06-08rt-mutex: fix chain walk early wakeup bugThomas Gleixner
2007-06-08rt-mutex: fix stale return valueThomas Gleixner
2007-06-07Restrict clearing TIF_SIGPENDINGRoland McGrath
2007-06-01timer stats: speedupsIngo Molnar
2007-06-01timer statistics: fix raceBjorn Steinbrink
2007-06-01fix compat futex code for private futexesUlrich Drepper
2007-05-30fix possible null ptr deref in kallsyms_lookupKyle McMartin
2007-05-29NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner
2007-05-24Fix crash with irqpoll due to the IRQF_IRQPOLL flag testingLinus Torvalds
2007-05-23Prevent going idle with softirq pendingThomas Gleixner