| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] | David Howells | 2006-09-30 | 1 | -0/+2 |
* | [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6] | David Howells | 2006-09-30 | 1 | -0/+1 |
* | [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn... | Andi Kleen | 2006-09-30 | 1 | -4/+4 |
* | [PATCH] x86: Clean up x86 NMI sysctls | Andi Kleen | 2006-09-30 | 2 | -8/+4 |
* | [PATCH] cpuset: fix obscure attach_task vs exiting race | Paul Jackson | 2006-09-29 | 1 | -1/+6 |
* | [PATCH] lockdep core: improve the lock-chain-hash | Ingo Molnar | 2006-09-29 | 1 | -2/+2 |
* | [PATCH] audit/accounting: tty locking | Alan Cox | 2006-09-29 | 2 | -1/+10 |
* | [PATCH] stop_machine.c copyright | Rusty Russell | 2006-09-29 | 1 | -0/+3 |
* | [PATCH] /sys/modules: allow full length section names | Ian S. Nelson | 2006-09-29 | 1 | -6/+20 |
* | [PATCH] cpuset: hotunplug cpus and mems in all cpusets | Paul Jackson | 2006-09-29 | 1 | -17/+70 |
* | [PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_map | Paul Jackson | 2006-09-29 | 1 | -3/+25 |
* | [PATCH] introduce TASK_DEAD state | Oleg Nesterov | 2006-09-29 | 2 | -5/+5 |
* | [PATCH] kill PF_DEAD flag | Oleg Nesterov | 2006-09-29 | 2 | -12/+10 |
* | [PATCH] set EXIT_DEAD state in do_exit(), not in schedule() | Oleg Nesterov | 2006-09-29 | 2 | -3/+1 |
* | [PATCH] sys_get_robust_list(): don't take tasklist_lock | Oleg Nesterov | 2006-09-29 | 1 | -3/+3 |
* | [PATCH] futex_find_get_task(): don't take tasklist_lock | Oleg Nesterov | 2006-09-29 | 1 | -2/+2 |
* | [PATCH] copy_process: cosmetic ->ioprio tweak | Oleg Nesterov | 2006-09-29 | 1 | -6/+3 |
* | [PATCH] reparent_to_init(): use has_rt_policy() | Oleg Nesterov | 2006-09-29 | 1 | -3/+1 |
* | [PATCH] sched_setscheduler: fix? policy checks | Oleg Nesterov | 2006-09-29 | 1 | -20/+18 |
* | [PATCH] introduce is_rt_policy() helper | Oleg Nesterov | 2006-09-29 | 1 | -3/+2 |
* | [PATCH] do_sched_setscheduler(): don't take tasklist_lock | Oleg Nesterov | 2006-09-29 | 1 | -10/+18 |
* | [PATCH] kill extraneous printk in kernel_restart() | Cal Peake | 2006-09-29 | 1 | -1/+0 |
* | [PATCH] Fix ____call_usermodehelper errors being silently ignored | Björn Steinbrink | 2006-09-29 | 1 | -1/+11 |
* | [PATCH] exit: fix crash case | Alan Cox | 2006-09-29 | 1 | -1/+2 |
* | [PATCH] kexec warning fix | Roland McGrath | 2006-09-29 | 1 | -2/+4 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -13/+6 |
* | [PATCH] __dequeue_signal() cleanup | Roland McGrath | 2006-09-29 | 1 | -4/+2 |
* | [PATCH] has_stopped_jobs() cleanup | Roland McGrath | 2006-09-29 | 1 | -11/+0 |
* | [PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep() | Toyo Abe | 2006-09-29 | 1 | -26/+58 |
* | [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time... | Toyo Abe | 2006-09-29 | 4 | -15/+76 |
* | [PATCH] check return value of cpu_callback | Akinobu Mita | 2006-09-29 | 4 | -4/+11 |
* | [PATCH] memory ordering in __kfifo primitives | Paul E. McKenney | 2006-09-29 | 1 | -0/+28 |
* | [PATCH] lockdep: print kernel version | Dave Jones | 2006-09-29 | 1 | -0/+13 |
* | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 6 | -5/+6 |
* | [PATCH] Fix unserialized task->files changing | Kirill Korotaev | 2006-09-29 | 1 | -0/+12 |
* | [PATCH] unwind: fix unused variable warning when !CONFIG_MODULES | Chuck Ebbert | 2006-09-29 | 1 | -1/+3 |
* | [PATCH] Fix kerneldoc comments in kernel/timer.c | Rolf Eike Beer | 2006-09-29 | 1 | -12/+17 |
* | [PATCH] clean up and remove some extra spinlocks from rtmutex | Steven Rostedt | 2006-09-29 | 1 | -26/+25 |
* | [PATCH] ifdef blktrace debugging fields | Alexey Dobriyan | 2006-09-29 | 1 | -0/+2 |
* | [PATCH] timer: add lock annotation to lock_timer_base | Josh Triplett | 2006-09-29 | 1 | -0/+1 |
* | [PATCH] module_subsys: initialize earlier | Mark Huang | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] rcu: add lock annotations to rcu{,_bh}_torture_read_{lock,unlock} | Josh Triplett | 2006-09-29 | 1 | -4/+4 |
* | [PATCH] irq: remove a extra line | Yoichi Yuasa | 2006-09-29 | 1 | -4/+0 |
* | [PATCH] irq: fixed coding style | Yoichi Yuasa | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] kernel-doc for relay interface | Randy Dunlap | 2006-09-29 | 1 | -14/+22 |
* | [PATCH] kernel/params: driver layer error checking | Randy Dunlap | 2006-09-29 | 1 | -2/+11 |
* | [PATCH] remove generic__raw_read_trylock() | Matthew Wilcox | 2006-09-29 | 1 | -11/+0 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-09-28 | 1 | -0/+4 |
|\ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream ... | Russell King | 2006-09-27 | 1 | -1/+1 |
| |\ |
|
| * | | [ARM] Fix kernel/fork.c for lockdep on ARM | Russell King | 2006-09-20 | 1 | -0/+4 |