summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-06-15ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov
2009-06-15ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit()Oleg Nesterov
2009-06-15ptrace: simplify ptrace_exit()->ignoring_children() pathOleg Nesterov
2009-06-15ptrace: kill __ptrace_detach(), fix ->exit_state checkOleg Nesterov
2009-06-15futex: setup writeable mapping for futex ops which modify user space dataThomas Gleixner
2009-05-08sched: account system time properlyEric Dumazet
2009-05-08clockevents: prevent endless loop in tick_handle_periodic()john stultz
2009-05-08New locking/refcounting for fs_structAl Viro
2009-05-08Take fs_struct handling to new file (fs/fs_struct.c)Al Viro
2009-05-08Kill unsharing fs_struct in __set_personality()Al Viro
2009-05-08ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov
2009-05-08exit_notify: kill the wrong capable(CAP_KILL) check (CVE-2009-1337)Oleg Nesterov
2009-04-27hrtimer: fix rq->lock inversion (again)Peter Zijlstra
2009-04-27posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)Oleg Nesterov
2009-04-27posix-timers: fix RLIMIT_CPU && fork()Oleg Nesterov
2009-04-27posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto
2009-04-27kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli
2009-04-27sysctl: fix suid_dumpable and lease-break-time sysctlsMatthew Wilcox
2009-04-27tracing/core: fix early free of cpumasksFrederic Weisbecker
2009-03-23fix ptrace slownessMiklos Szeredi
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov
2009-03-09Fix fixpoint divide exception in acct_update_integralsHeiko Carstens
2009-03-04rcu: increment quiescent state counter in ksoftirqd()Eric Dumazet
2009-03-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-03-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-03-02x86-64: seccomp: fix 32/64 syscall holeRoland McGrath
2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani
2009-02-26sched_rt: don't start timer when rt bandwidth disabledHiroshi Shimamoto
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki
2009-02-21Merge branch 'hibernate'Linus Torvalds
2009-02-21PM: Fix suspend_console and resume_console to use only one semaphoreArve Hjønnevåg
2009-02-21PM: Wait for console in resumeArve Hjønnevåg
2009-02-21PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov
2009-02-21PM: fix build for CONFIG_PM unsetRafael J. Wysocki
2009-02-21PM/resume: wait for device probing to finishArjan van de Ven
2009-02-19Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-02-18tracing: limit the number of loops the ring buffer self test can makeSteven Rostedt
2009-02-18tracing: have function trace select kallsymsSteven Rostedt
2009-02-18tracing: disable tracing while testing ring bufferSteven Rostedt
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-02-18pm: fix build for CONFIG_PM unsetRafael J. Wysocki
2009-02-18cgroups: fix possible use after freeLi Zefan
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe
2009-02-17Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-02-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-02-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds