| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Support piping into commands in /proc/sys/kernel/core_pattern | Andi Kleen | 2006-10-01 | 2 | -1/+5 |
* | [PATCH] Create call_usermodehelper_pipe() | Andi Kleen | 2006-10-01 | 1 | -1/+54 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 1 | -4/+4 |
* | [PATCH] csa accounting taskstats update | Jay Lan | 2006-10-01 | 1 | -11/+14 |
* | [PATCH] csa: convert CONFIG tag for extended accounting routines | Jay Lan | 2006-10-01 | 5 | -31/+33 |
* | [PATCH] csa: Extended system accounting over taskstats | Jay Lan | 2006-10-01 | 2 | -0/+23 |
* | [PATCH] csa: basic accounting over taskstats | Jay Lan | 2006-10-01 | 3 | -1/+77 |
* | [PATCH] Fix taskstats size calculation (use the new genetlink utility functions) | Balbir Singh | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] kill wall_jiffies | Atsushi Nemoto | 2006-10-01 | 1 | -5/+1 |
* | [PATCH] kernel/time/ntp.c: possible cleanups | Adrian Bunk | 2006-10-01 | 1 | -20/+20 |
* | [PATCH] ntp: convert to the NTP4 reference model | Roman Zippel | 2006-10-01 | 1 | -32/+19 |
* | [PATCH] ntp: convert time_freq to nsec value | Roman Zippel | 2006-10-01 | 1 | -14/+22 |
* | [PATCH] ntp: remove time_tolerance | Roman Zippel | 2006-10-01 | 1 | -5/+4 |
* | [PATCH] ntp: add time_adjust to tick length | Roman Zippel | 2006-10-01 | 2 | -55/+18 |
* | [PATCH] ntp: prescale time_offset | Roman Zippel | 2006-10-01 | 1 | -48/+16 |
* | [PATCH] ntp: add time_freq to tick length | Roman Zippel | 2006-10-01 | 1 | -5/+3 |
* | [PATCH] ntp: add time_adj to tick length | Roman Zippel | 2006-10-01 | 1 | -4/+2 |
* | [PATCH] ntp: add ntp_update_frequency | Roman Zippel | 2006-10-01 | 2 | -13/+48 |
* | [PATCH] NTP: Move all the NTP related code to ntp.c | john stultz | 2006-10-01 | 4 | -384/+391 |
* | [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks | Martin Schwidefsky | 2006-10-01 | 1 | -2/+2 |
* | [PATCH] CodingStyle cleanup for kernel/sys.c | Cal Peake | 2006-10-01 | 1 | -50/+30 |
* | [PATCH] maximum latency tracking infrastructure | Arjan van de Ven | 2006-10-01 | 2 | -1/+280 |
* | [PATCH] BLOCK: Make it possible to disable the block layer [try #6] | David Howells | 2006-09-30 | 1 | -0/+5 |
* | [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 |