aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-5/+5
2006-09-29[PATCH] Fix typo in rtc kconfigPavel Machek1-1/+1
2006-09-29[PATCH] oom: don't kill current when another OOM in progressNick Piggin1-6/+17
2006-09-29[PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov1-5/+2
2006-09-29[PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov1-10/+9
2006-09-29[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov1-6/+6
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov4-6/+7
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov4-15/+12
2006-09-29[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2-3/+1
2006-09-29[PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIsArjan van de Ven2-3/+19
2006-09-29[PATCH] Ban register_filesystem(NULL);Alexey Dobriyan1-2/+0
2006-09-29[PATCH] 9p: fix leak on error pathAlexey Dobriyan1-2/+4
2006-09-29[PATCH] cramfs: make cramfs_uncompress_exit() return voidAlexey Dobriyan2-3/+2
2006-09-29[PATCH] freevxfs: fix leak on error pathAlexey Dobriyan1-3/+8
2006-09-29[PATCH] cramfs: rewrite init_cramfs_fs()Alexey Dobriyan1-2/+9
2006-09-29[PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseJosh Triplett2-7/+7
2006-09-29[PATCH] doc: fix kernel-parameters 'quiet'Randy Dunlap1-1/+1
2006-09-29[PATCH] fix mem_write() return valueFrederik Deweerdt1-1/+2
2006-09-29[PATCH] block_dev.c mutex_lock_nested() fixJason Baron1-1/+1
2006-09-29[PATCH] Replace _spin_trylock with spin_trylock in the IRQ variants to use __cond_lockJosh Triplett1-2/+2
2006-09-29[PATCH] Make spinlock/rwlock annotations more accurate by using parameters, not typesJosh Triplett1-25/+25
2006-09-29[PATCH] windfarm_smu_sat.c: simplify around i2c_add_driver()Alexey Dobriyan1-6/+1
2006-09-29[PATCH] tty: Fix bits and note more bits to fixAlan Cox1-8/+11
2006-09-29[PATCH] solaris emulation: incorrect tty lockingAlan Cox2-0/+4
2006-09-29[PATCH] docbook: fix segfault in docproc.cHenrik Kretzschmar1-0/+1
2006-09-29[PATCH] sys_get_robust_list(): don't take tasklist_lockOleg Nesterov1-3/+3
2006-09-29[PATCH] futex_find_get_task(): don't take tasklist_lockOleg Nesterov1-2/+2
2006-09-29[PATCH] autofs4: pending flag not cleared on mount failIan Kent1-3/+3
2006-09-29[PATCH] autofs4: autofs4_follow_link false negative fixIan Kent1-1/+1
2006-09-29[PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov1-6/+3
2006-09-29[PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov1-3/+1
2006-09-29[PATCH] sched_setscheduler: fix? policy checksOleg Nesterov1-20/+18
2006-09-29[PATCH] introduce is_rt_policy() helperOleg Nesterov2-5/+4
2006-09-29[PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov1-10/+18
2006-09-29[PATCH] kill extraneous printk in kernel_restart()Cal Peake1-1/+0
2006-09-29[PATCH] Fix ____call_usermodehelper errors being silently ignoredBjörn Steinbrink1-1/+11
2006-09-29[PATCH] Return better error codes if drivers/char/raw.c module init failsRolf Eike Beer1-8/+11
2006-09-29[PATCH] Use decimal for PTRACE_ATTACH and PTRACE_DETACH.Roland McGrath1-2/+2
2006-09-29[PATCH] cdev documentationJonathan Corbet2-0/+64
2006-09-29[PATCH] tty: make termios_sem a mutexArjan van de Ven3-20/+22
2006-09-29[PATCH] exit: fix crash caseAlan Cox1-1/+2
2006-09-29[PATCH] tty: stop the tty vanishing under procfs accessAlan Cox1-0/+3
2006-09-29[PATCH] tty: lock ticogwinszAlan Cox1-7/+10
2006-09-29[PATCH] tty: trivial kzalloc opportunityAlan Cox1-7/+1
2006-09-29[PATCH] kexec warning fixRoland McGrath1-2/+4
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto38-60/+52
2006-09-29[PATCH] __dequeue_signal() cleanupRoland McGrath1-4/+2
2006-09-29[PATCH] has_stopped_jobs() cleanupRoland McGrath1-11/+0
2006-09-29[PATCH] I/O Error attempting to read last partial block of a file in an ISO9660 file systemJoel & Rebecca VanderZee1-24/+24
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe1-26/+58