| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] sched: uninline task_timeslice | Ingo Molnar | 2005-06-25 | 1 | -1/+1 |
* | [PATCH] sched: schedstats update for balance on fork | Nick Piggin | 2005-06-25 | 1 | -27/+36 |
* | [PATCH] sched: balance on fork | Nick Piggin | 2005-06-25 | 1 | -55/+109 |
* | [PATCH] sched: no aggressive idle balancing | Nick Piggin | 2005-06-25 | 1 | -19/+2 |
* | [PATCH] sched: tweak affine wakeups | Nick Piggin | 2005-06-25 | 1 | -25/+32 |
* | [PATCH] sched: balance timers | Nick Piggin | 2005-06-25 | 1 | -64/+74 |
* | [PATCH] sched: less aggressive idle balancing | Nick Piggin | 2005-06-25 | 1 | -6/+0 |
* | [PATCH] sched: add debugging | Nick Piggin | 2005-06-25 | 1 | -10/+4 |
* | [PATCH] sched: fix SMT scheduling problems | Nick Piggin | 2005-06-25 | 1 | -45/+31 |
* | [PATCH] sched: reduce active load balancing | Nick Piggin | 2005-06-25 | 1 | -6/+10 |
* | [PATCH] sched: improve load balancing pinned tasks | Nick Piggin | 2005-06-25 | 1 | -23/+39 |
* | [PATCH] sched: cleanup wake_idle | Nick Piggin | 2005-06-25 | 1 | -3/+3 |
* | [PATCH] swsusp: only allow it when it makes sense | Pavel Machek | 2005-06-25 | 1 | -2/+2 |
* | [PATCH] CPU hotplug printk fix | Shaohua Li | 2005-06-25 | 1 | -2/+1 |
* | [PATCH] swsusp: fix nr_copy_pages | Pavel Machek | 2005-06-25 | 1 | -3/+3 |
* | [PATCH] swsusp: cleanup whitespace | Pavel Machek | 2005-06-25 | 1 | -33/+33 |
* | [PATCH] swsusp: kill unneccessary does_collide_order | Pavel Machek | 2005-06-25 | 1 | -17/+2 |
* | [PATCH] properly stop devices before poweroff | Pavel Machek | 2005-06-25 | 1 | -0/+3 |
* | [PATCH] suspend/resume SMP support | Li Shaohua | 2005-06-25 | 6 | -82/+72 |
* | [PATCH] i386 CPU hotplug | Zwane Mwaikambo | 2005-06-25 | 1 | -9/+5 |
* | [PATCH] make various thing static | Adrian Bunk | 2005-06-24 | 3 | -3/+3 |
* | [PATCH] modules: add version and srcversion to sysfs | Matt Domsch | 2005-06-24 | 1 | -0/+95 |
* | [PATCH] Keys: Make request-key create an authorisation key | David Howells | 2005-06-24 | 1 | -1/+1 |
* | [PATCH] Keys: Pass session keyring to call_usermodehelper() | David Howells | 2005-06-24 | 1 | -4/+13 |
* | [PATCH] aio: make wait_queue ->task ->private | Benjamin LaHaise | 2005-06-23 | 1 | -1/+1 |
* | [PATCH] Optimize sys_times for a single thread process | Christoph Lameter | 2005-06-23 | 2 | -26/+65 |
* | [PATCH] Software suspend and recalc sigpending bug fix | Kirill Korotaev | 2005-06-23 | 1 | -0/+1 |
* | [PATCH] setuid core dump | Alan Cox | 2005-06-23 | 2 | -11/+20 |
* | [PATCH] jprobes: allow a jprobe to coexist with muliple kprobes | Prasanna S Panchamukhi | 2005-06-23 | 1 | -10/+51 |
* | [PATCH] kprobes: Temporary disarming of reentrant probe | Prasanna S Panchamukhi | 2005-06-23 | 1 | -0/+1 |
* | [PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_task | Hien Nguyen | 2005-06-23 | 1 | -1/+4 |
* | [PATCH] Move kprobe [dis]arming into arch specific code | Rusty Lynch | 2005-06-23 | 1 | -8/+4 |
* | [PATCH] kprobes: function-return probes | Hien Nguyen | 2005-06-23 | 1 | -5/+208 |
* | [PATCH] avoid resursive oopses | Alexander Nyberg | 2005-06-23 | 1 | -0/+11 |
* | [PATCH] remove duplicate get_dentry functions in various places | Christoph Hellwig | 2005-06-23 | 1 | -7/+1 |
* | [PATCH] preempt_count is int - remove cast and don't assign to unsigned type | Jesper Juhl | 2005-06-23 | 2 | -3/+7 |
* | [PATCH] CON_CONSDEV bit not set correctly on last console | Greg Edwards | 2005-06-23 | 1 | -2/+10 |
* | [PATCH] posix-timers: use try_to_del_timer_sync() | Oleg Nesterov | 2005-06-23 | 1 | -27/+7 |
* | [PATCH] timers: introduce try_to_del_timer_sync() | Oleg Nesterov | 2005-06-23 | 1 | -20/+33 |
* | [PATCH] timers fixes/improvements | Oleg Nesterov | 2005-06-23 | 1 | -171/+157 |
* | [PATCH] i386: Selectable Frequency of the Timer Interrupt | Christoph Lameter | 2005-06-23 | 1 | -0/+46 |
* | [PATCH] uml: make hw_controller_type->release exist only for archs needing it | Paolo 'Blaisorblade' Giarrusso | 2005-06-21 | 1 | -0/+4 |
* | [PATCH] uml: add and use generic hw_controller_type->release | Paolo 'Blaisorblade' Giarrusso | 2005-06-21 | 1 | -0/+4 |
* | [PATCH] dup_mmap: update comment on new vma | Hugh Dickins | 2005-06-21 | 1 | -2/+3 |
* | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 2005-06-21 | 1 | -0/+2 |
* | [PATCH] VM: early zone reclaim | Martin Hicks | 2005-06-21 | 1 | -0/+1 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 4 | -7/+7 |
* | [PATCH] sysfs: (rest) if show/store is missing return -EIO | Dmitry Torokhov | 2005-06-20 | 1 | -2/+2 |
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-06-18 | 3 | -5/+7 |
|\ |
|
| * | [PATCH] timer exit cleanup | Ingo Molnar | 2005-06-17 | 2 | -3/+2 |