aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Support piping into commands in /proc/sys/kernel/core_patternAndi Kleen2006-10-012-1/+5
* [PATCH] Create call_usermodehelper_pipe()Andi Kleen2006-10-011-1/+54
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-4/+4
* [PATCH] csa accounting taskstats updateJay Lan2006-10-011-11/+14
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-015-31/+33
* [PATCH] csa: Extended system accounting over taskstatsJay Lan2006-10-012-0/+23
* [PATCH] csa: basic accounting over taskstatsJay Lan2006-10-013-1/+77
* [PATCH] Fix taskstats size calculation (use the new genetlink utility functions)Balbir Singh2006-10-011-1/+1
* [PATCH] kill wall_jiffiesAtsushi Nemoto2006-10-011-5/+1
* [PATCH] kernel/time/ntp.c: possible cleanupsAdrian Bunk2006-10-011-20/+20
* [PATCH] ntp: convert to the NTP4 reference modelRoman Zippel2006-10-011-32/+19
* [PATCH] ntp: convert time_freq to nsec valueRoman Zippel2006-10-011-14/+22
* [PATCH] ntp: remove time_toleranceRoman Zippel2006-10-011-5/+4
* [PATCH] ntp: add time_adjust to tick lengthRoman Zippel2006-10-012-55/+18
* [PATCH] ntp: prescale time_offsetRoman Zippel2006-10-011-48/+16
* [PATCH] ntp: add time_freq to tick lengthRoman Zippel2006-10-011-5/+3
* [PATCH] ntp: add time_adj to tick lengthRoman Zippel2006-10-011-4/+2
* [PATCH] ntp: add ntp_update_frequencyRoman Zippel2006-10-012-13/+48
* [PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz2006-10-014-384/+391
* [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky2006-10-011-2/+2
* [PATCH] CodingStyle cleanup for kernel/sys.cCal Peake2006-10-011-50/+30
* [PATCH] maximum latency tracking infrastructureArjan van de Ven2006-10-012-1/+280
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+5
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-0/+2
* [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells2006-09-301-0/+1
* [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen2006-09-301-4/+4
* [PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen2006-09-302-8/+4
* [PATCH] cpuset: fix obscure attach_task vs exiting racePaul Jackson2006-09-291-1/+6
* [PATCH] lockdep core: improve the lock-chain-hashIngo Molnar2006-09-291-2/+2
* [PATCH] audit/accounting: tty lockingAlan Cox2006-09-292-1/+10
* [PATCH] stop_machine.c copyrightRusty Russell2006-09-291-0/+3
* [PATCH] /sys/modules: allow full length section namesIan S. Nelson2006-09-291-6/+20
* [PATCH] cpuset: hotunplug cpus and mems in all cpusetsPaul Jackson2006-09-291-17/+70
* [PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson2006-09-291-3/+25
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-292-5/+5
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-292-12/+10
* [PATCH] set EXIT_DEAD state in do_exit(), not in schedule()Oleg Nesterov2006-09-292-3/+1
* [PATCH] sys_get_robust_list(): don't take tasklist_lockOleg Nesterov2006-09-291-3/+3
* [PATCH] futex_find_get_task(): don't take tasklist_lockOleg Nesterov2006-09-291-2/+2
* [PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov2006-09-291-6/+3
* [PATCH] reparent_to_init(): use has_rt_policy()Oleg Nesterov2006-09-291-3/+1
* [PATCH] sched_setscheduler: fix? policy checksOleg Nesterov2006-09-291-20/+18
* [PATCH] introduce is_rt_policy() helperOleg Nesterov2006-09-291-3/+2
* [PATCH] do_sched_setscheduler(): don't take tasklist_lockOleg Nesterov2006-09-291-10/+18
* [PATCH] kill extraneous printk in kernel_restart()Cal Peake2006-09-291-1/+0
* [PATCH] Fix ____call_usermodehelper errors being silently ignoredBjörn Steinbrink2006-09-291-1/+11
* [PATCH] exit: fix crash caseAlan Cox2006-09-291-1/+2
* [PATCH] kexec warning fixRoland McGrath2006-09-291-2/+4
* [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-13/+6
* [PATCH] __dequeue_signal() cleanupRoland McGrath2006-09-291-4/+2