aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-01[PATCH] CodingStyle cleanup for kernel/sys.cCal Peake1-50/+30
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven2-1/+280
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+5
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells1-0/+2
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells1-0/+1
2006-09-30[PATCH] Define vsyscall cache as blob to make clearer that user space shouldn't use itAndi Kleen1-4/+4
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen2-8/+4
2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson1-1/+6
2006-09-29[PATCH] lockdep core: improve the lock-chain-hashIngo Molnar1-2/+2
2006-09-29[PATCH] audit/accounting: tty lockingAlan Cox2-1/+10
2006-09-29[PATCH] stop_machine.c copyrightRusty Russell1-0/+3
2006-09-29[PATCH] /sys/modules: allow full length section namesIan S. Nelson1-6/+20
2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson1-17/+70
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-3/+25
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov2-5/+5
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov2-12/+10
2006-09-29[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2-3/+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] 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 Nesterov1-3/+2
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] exit: fix crash caseAlan Cox1-1/+2
2006-09-29[PATCH] kexec warning fixRoland McGrath1-2/+4
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-13/+6
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] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe1-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility modeToyo Abe4-15/+76
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita4-4/+11
2006-09-29[PATCH] memory ordering in __kfifo primitivesPaul E. McKenney1-0/+28
2006-09-29[PATCH] lockdep: print kernel versionDave Jones1-0/+13
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu6-5/+6
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev1-0/+12
2006-09-29[PATCH] unwind: fix unused variable warning when !CONFIG_MODULESChuck Ebbert1-1/+3
2006-09-29[PATCH] Fix kerneldoc comments in kernel/timer.cRolf Eike Beer1-12/+17
2006-09-29[PATCH] clean up and remove some extra spinlocks from rtmutexSteven Rostedt1-26/+25
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan1-0/+2
2006-09-29[PATCH] timer: add lock annotation to lock_timer_baseJosh Triplett1-0/+1
2006-09-29[PATCH] module_subsys: initialize earlierMark Huang1-1/+1
2006-09-29[PATCH] rcu: add lock annotations to rcu{,_bh}_torture_read_{lock,unlock}Josh Triplett1-4/+4
2006-09-29[PATCH] irq: remove a extra lineYoichi Yuasa1-4/+0
2006-09-29[PATCH] irq: fixed coding styleYoichi Yuasa1-1/+1
2006-09-29[PATCH] kernel-doc for relay interfaceRandy Dunlap1-14/+22
2006-09-29[PATCH] kernel/params: driver layer error checkingRandy Dunlap1-2/+11
2006-09-29[PATCH] remove generic__raw_read_trylock()Matthew Wilcox1-11/+0