ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / kernel / exit.c
2010-04-15 Ingo MolnarMerge branch 'linus' into sched/core
2010-04-07 KAMEZAWA Hiroyukimm: avoid null-pointer deref in sync_mm_rss()
2010-04-02 Li Zefansched: Remove remaining USER_SCHED code
2010-03-13 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-06 Thiago Farinakernel/exit.c: fix shadows sparse warning
2010-03-06 KAMEZAWA Hiroyukimm: avoid false sharing of mm_counter
2010-03-04 Paul E. McKenneyrcu: Use wrapper function instead of exporting tasklist...
2010-02-25 Paul E. McKenneysched: Use lockdep-based checking on rcu_dereference()
2009-12-17 Oleg Nesterovdo_wait() optimization: do not place sub-threads on...
2009-12-14 Thomas Gleixnersched: Convert pi_lock to raw_spinlock
2009-12-11 Alan Coxtty: Move the leader test in disassociate
2009-12-08 Linus TorvaldsMerge branch 'for-2.6.33' of git://git.kernel.dk/linux...
2009-12-05 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-12-04 Louis Rillingblock: Fix io_context leak after failure of clone with...
2009-12-02 Hidetoshi Setosched, cputime: Introduce thread_group_times()
2009-11-26 Hidetoshi Setosched: Remove task_{u,s,g}time()
2009-11-26 Hidetoshi Setosched: Introduce task_times() to replace task_{u,s...
2009-11-21 Ingo MolnarMerge branch 'tracing/hw-breakpoints' into perf/core
2009-11-08 Frederic Weisbeckerhw-breakpoints: Rewrite the hw-breakpoints layer on...
2009-10-29 Christian Borntraegerconnector: fix regression introduced by sid connector
2009-10-08 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2009-10-06 Thomas Gleixnerfutex: Move exit_pi_state() call to release_mm()
2009-09-24 Hiroshi Shimamototask_struct cleanup: move binfmt field to mm_struct
2009-09-24 Vitaly Mayatskikhwait_noreap_copyout(): check for ->wo_info != NULL
2009-09-24 Vitaly Mayatskikhdo_wait: fix sys_waitid()-specific behaviour
2009-09-24 Oleg Nesterovwait_consider_task: kill "parent" argument
2009-09-24 Oleg Nesterovdo_wait-wakeup-optimization: simplify task_pid_type()
2009-09-24 Oleg Nesterovdo_wait-wakeup-optimization: fix child_wait_callback...
2009-09-24 Oleg Nesterovdo_wait() wakeup optimization: child_wait_callback...
2009-09-24 Oleg Nesterovdo_wait() wakeup optimization: change __wake_up_parent...
2009-09-24 Oleg Nesterovdo_wait() wakeup optimization: shift security_task_wait...
2009-09-24 Oleg Nesterovptrace: __ptrace_detach: do __wake_up_parent() if we...
2009-09-23 Jiri Pirkogetrusage: fill ru_maxrss value
2009-09-23 Scott James Remnantproc connector: add event for process becoming session...
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-11 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-09-02 David HowellsCRED: Add some configurable debugging [try #6]
2009-08-23 Paul E. McKenneyrcu: Merge preemptable-RCU functionality into hierarchi...
2009-07-08 Alexey Dobriyanheaders: mnt_namespace.h redux
2009-06-19 Oleg Nesterovptrace: wait_task_zombie: do not account traced sub...
2009-06-18 Richard Kennedymm: exit.c reorder wait_opts to remove padding on 64...
2009-06-18 Oleg Nesterovdo_wait: fix the theoretical race with stop/trace/cont
2009-06-18 Oleg Nesterovdo_wait: kill the old BUG_ON, use while_each_thread()
2009-06-18 Oleg Nesterovdo_wait: simplify retval/tsk_result/notask_error mess
2009-06-18 Oleg Nesterovintroduce "struct wait_opts" to simplify do_wait()...
2009-06-18 Oleg Nesterovshift "ptrace implies WUNTRACED" from ptrace_do_wait...
2009-06-18 Oleg Nesterovwait_task_zombie: do not use thread_group_cputime()
2009-06-18 Oleg Nesterovptrace: wait_task_zombie: s/->parent/->real_parent/
2009-06-18 Oleg Nesterovptrace: do not use task->ptrace directly in core kernel
2009-06-18 Oleg Nesterovptrace: mm_need_new_owner: use ->real_parent to search...
2009-06-18 Oleg Nesterovallow_signal: kill the bogus ->mm check, add a note...
2009-06-11 Linus TorvaldsMerge branch 'perfcounters-for-linus' of git://git...
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-11 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-05-22 Paul Mackerrasperf_counter: Dynamically allocate tasks' perf_counter_...
2009-05-19 Ingo Molnarperf_counter: fix counter freeing logic
2009-05-17 Ingo Molnarperf_counter: fix threaded task exit
2009-05-17 Peter Zijlstraperf_counter: Fix counter inheritance
2009-05-08 James MorrisMerge branch 'master' into next
2009-04-30 Oleg Nesterovdo_wait: do take security_task_wait() into account
2009-04-15 Steven Rostedttracing/events: move trace point headers into include...
2009-04-14 Steven Rostedttracing: create automated trace defines
2009-04-08 Ingo MolnarMerge commit 'v2.6.30-rc1' into perfcounters/core
2009-04-07 Linus TorvaldsMerge branch 'irq/threaded' of git://git./linux/kernel...
2009-04-07 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-06 Oleg Nesterovexit_notify: kill the wrong capable(CAP_KILL) check
2009-04-06 Ingo MolnarMerge branch 'linus' into perfcounters/core-v2
2009-04-05 Ingo MolnarMerge branch 'linus' into irq/threaded
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Oleg Nesterovpids: kill signal_struct-> __pgrp/__session and friends
2009-04-03 Oleg Nesterovpids: improve get_task_pid() to fix the unsafe sys_wait...
2009-04-03 Oleg Nesterovforget_original_parent: do not abuse child->ptrace_entry
2009-04-03 Oleg Nesterovforget_original_parent: split out the un-ptrace part
2009-04-03 Oleg Nesterovreparent_thread: fix a zombie leak if /sbin/init ignore...
2009-04-03 Oleg Nesterovreparent_thread: fix the "is it traced" check
2009-04-03 Oleg Nesterovreparent_thread: don't call kill_orphaned_pgrp() if...
2009-04-03 Oleg Nesterovptrace: reintroduce __ptrace_detach() as a callee of...
2009-04-03 Oleg Nesterovptrace: simplify ptrace_exit()->ignoring_children(...
2009-04-03 Oleg Nesterovdo_wait: fix waiting for the group stop with the dead...
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-04-01 Al ViroTake fs_struct handling to new file (fs/fs_struct.c)
2009-03-24 Thomas Gleixnergenirq: add threaded interrupt handler support
2009-02-13 Ingo MolnarMerge branch 'linus' into x86/apic
2009-02-13 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-02-05 Peter Zijlstrasignal: re-add dead task accumulation stats.
2009-01-23 Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
2009-01-21 Ingo MolnarMerge commit 'v2.6.29-rc2' into perfcounters/core
2009-01-21 Ingo MolnarMerge branch 'x86/mm' into core/percpu
2009-01-18 Ingo MolnarMerge branch 'core/percpu' into stackprotector
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 08
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 07
2009-01-14 Heiko Carstens[CVE-2009-0029] Convert all system calls to return...
2009-01-11 Ingo MolnarMerge commit 'v2.6.29-rc1' into perfcounters/core
2009-01-06 Oleg Nesterovmm: introduce get_mm_hiwater_xxx(), fix taskstats-...
2009-01-06 Hugh Dickinsmm: remove cgroup_mm_owner_callbacks
2008-12-31 Ingo MolnarMerge branch 'linus' into stackprotector
2008-12-31 Linus TorvaldsMerge branch 'for-2.6.29' of git://git.kernel.dk/linux...
2008-12-31 Linus TorvaldsMerge branch 'core-for-linus' of git://git./linux/kerne...
2008-12-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2008-12-29 Nikanth KarthikesanDo not free io context when taking recursive faults...
next