summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto
2006-10-01[PATCH] kernel/time/ntp.c: possible cleanupsAdrian Bunk
2006-10-01[PATCH] ntp: convert to the NTP4 reference modelRoman Zippel
2006-10-01[PATCH] ntp: convert time_freq to nsec valueRoman Zippel
2006-10-01[PATCH] ntp: remove time_toleranceRoman Zippel
2006-10-01[PATCH] ntp: add time_adjust to tick lengthRoman Zippel
2006-10-01[PATCH] ntp: prescale time_offsetRoman Zippel
2006-10-01[PATCH] ntp: add time_freq to tick lengthRoman Zippel
2006-10-01[PATCH] ntp: add time_adj to tick lengthRoman Zippel
2006-10-01[PATCH] ntp: add ntp_update_frequencyRoman Zippel
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz
2006-10-01[PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky
2006-10-01[PATCH] CodingStyle cleanup for kernel/sys.cCal Peake
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells
2006-09-30[PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen
2006-09-29[PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson
2006-09-29[PATCH] lockdep core: improve the lock-chain-hashIngo Molnar
2006-09-29[PATCH] audit/accounting: tty lockingAlan Cox
2006-09-29[PATCH] stop_machine.c copyrightRusty Russell
2006-09-29[PATCH] /sys/modules: allow full length section namesIan S. Nelson
2006-09-29[PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov
2006-09-29[PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov
2006-09-29[PATCH] sys_get_robust_list(): don't take tasklist_lockOleg Nesterov
2006-09-29[PATCH] futex_find_get_task(): don't take tasklist_lockOleg Nesterov
2006-09-29[PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov
2006-09-29[PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov
2006-09-29[PATCH] sched_setscheduler: fix? policy checksOleg Nesterov
2006-09-29[PATCH] introduce is_rt_policy() helperOleg Nesterov
2006-09-29[PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov
2006-09-29[PATCH] kill extraneous printk in kernel_restart()Cal Peake
2006-09-29[PATCH] Fix ____call_usermodehelper errors being silently ignoredBjörn Steinbrink
2006-09-29[PATCH] exit: fix crash caseAlan Cox
2006-09-29[PATCH] kexec warning fixRoland McGrath
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto
2006-09-29[PATCH] __dequeue_signal() cleanupRoland McGrath
2006-09-29[PATCH] has_stopped_jobs() cleanupRoland McGrath
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita
2006-09-29[PATCH] memory ordering in __kfifo primitivesPaul E. McKenney
2006-09-29[PATCH] lockdep: print kernel versionDave Jones
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev