summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: schedstats update for balance on forkNick Piggin2005-06-261-27/+36
* [PATCH] sched: balance on forkNick Piggin2005-06-261-55/+109
* [PATCH] sched: no aggressive idle balancingNick Piggin2005-06-261-19/+2Star
* [PATCH] sched: tweak affine wakeupsNick Piggin2005-06-261-25/+32
* [PATCH] sched: balance timersNick Piggin2005-06-261-64/+74
* [PATCH] sched: less aggressive idle balancingNick Piggin2005-06-261-6/+0Star
* [PATCH] sched: add debuggingNick Piggin2005-06-261-10/+4Star
* [PATCH] sched: fix SMT scheduling problemsNick Piggin2005-06-261-45/+31Star
* [PATCH] sched: reduce active load balancingNick Piggin2005-06-261-6/+10
* [PATCH] sched: improve load balancing pinned tasksNick Piggin2005-06-261-23/+39
* [PATCH] sched: cleanup wake_idleNick Piggin2005-06-261-3/+3
* [PATCH] swsusp: only allow it when it makes sensePavel Machek2005-06-261-2/+2
* [PATCH] CPU hotplug printk fixShaohua Li2005-06-261-2/+1Star
* [PATCH] swsusp: fix nr_copy_pagesPavel Machek2005-06-261-3/+3
* [PATCH] swsusp: cleanup whitespacePavel Machek2005-06-261-33/+33
* [PATCH] swsusp: kill unneccessary does_collide_orderPavel Machek2005-06-261-17/+2Star
* [PATCH] properly stop devices before poweroffPavel Machek2005-06-261-0/+3
* [PATCH] suspend/resume SMP supportLi Shaohua2005-06-266-82/+72Star
* [PATCH] i386 CPU hotplugZwane Mwaikambo2005-06-261-9/+5Star
* [PATCH] make various thing staticAdrian Bunk2005-06-243-3/+3
* [PATCH] modules: add version and srcversion to sysfsMatt Domsch2005-06-241-0/+95
* [PATCH] Keys: Make request-key create an authorisation keyDavid Howells2005-06-241-1/+1
* [PATCH] Keys: Pass session keyring to call_usermodehelper()David Howells2005-06-241-4/+13
* [PATCH] aio: make wait_queue ->task ->privateBenjamin LaHaise2005-06-231-1/+1
* [PATCH] Optimize sys_times for a single thread processChristoph Lameter2005-06-232-26/+65
* [PATCH] Software suspend and recalc sigpending bug fixKirill Korotaev2005-06-231-0/+1
* [PATCH] setuid core dumpAlan Cox2005-06-232-11/+20
* [PATCH] jprobes: allow a jprobe to coexist with muliple kprobesPrasanna S Panchamukhi2005-06-231-10/+51
* [PATCH] kprobes: Temporary disarming of reentrant probePrasanna S Panchamukhi2005-06-231-0/+1
* [PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskHien Nguyen2005-06-231-1/+4
* [PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch2005-06-231-8/+4Star
* [PATCH] kprobes: function-return probesHien Nguyen2005-06-231-5/+208
* [PATCH] avoid resursive oopsesAlexander Nyberg2005-06-231-0/+11
* [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-231-7/+1Star
* [PATCH] preempt_count is int - remove cast and don't assign to unsigned typeJesper Juhl2005-06-232-3/+7
* [PATCH] CON_CONSDEV bit not set correctly on last consoleGreg Edwards2005-06-231-2/+10
* [PATCH] posix-timers: use try_to_del_timer_sync()Oleg Nesterov2005-06-231-27/+7Star
* [PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov2005-06-231-20/+33
* [PATCH] timers fixes/improvementsOleg Nesterov2005-06-231-171/+157Star
* [PATCH] i386: Selectable Frequency of the Timer InterruptChristoph Lameter2005-06-231-0/+46
* [PATCH] uml: make hw_controller_type->release exist only for archs needing itPaolo 'Blaisorblade' Giarrusso2005-06-221-0/+4
* [PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso2005-06-221-0/+4
* [PATCH] dup_mmap: update comment on new vmaHugh Dickins2005-06-221-2/+3
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-221-0/+2
* [PATCH] VM: early zone reclaimMartin Hicks2005-06-221-0/+1
* [PATCH] smp_processor_id() cleanupIngo Molnar2005-06-224-7/+7
* [PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov2005-06-211-2/+2
* Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-06-183-5/+7
|\
| * [PATCH] timer exit cleanupIngo Molnar2005-06-172-3/+2Star
| * [PATCH] cond_resched_lock() fixJan Kara2005-06-141-2/+5