aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-06-25[PATCH] sched: add debuggingGravatar Nick Piggin 1-10/+4
2005-06-25[PATCH] sched: fix SMT scheduling problemsGravatar Nick Piggin 1-45/+31
2005-06-25[PATCH] sched: reduce active load balancingGravatar Nick Piggin 1-6/+10
2005-06-25[PATCH] sched: improve load balancing pinned tasksGravatar Nick Piggin 1-23/+39
2005-06-25[PATCH] sched: cleanup wake_idleGravatar Nick Piggin 1-3/+3
2005-06-25[PATCH] swsusp: only allow it when it makes senseGravatar Pavel Machek 1-2/+2
2005-06-25[PATCH] CPU hotplug printk fixGravatar Shaohua Li 1-2/+1
2005-06-25[PATCH] swsusp: fix nr_copy_pagesGravatar Pavel Machek 1-3/+3
2005-06-25[PATCH] swsusp: cleanup whitespaceGravatar Pavel Machek 1-33/+33
2005-06-25[PATCH] swsusp: kill unneccessary does_collide_orderGravatar Pavel Machek 1-17/+2
2005-06-25[PATCH] properly stop devices before poweroffGravatar Pavel Machek 1-0/+3
2005-06-25[PATCH] suspend/resume SMP supportGravatar Li Shaohua 6-82/+72
2005-06-25[PATCH] i386 CPU hotplugGravatar Zwane Mwaikambo 1-9/+5
2005-06-24[PATCH] make various thing staticGravatar Adrian Bunk 3-3/+3
2005-06-24[PATCH] modules: add version and srcversion to sysfsGravatar Matt Domsch 1-0/+95
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyGravatar David Howells 1-1/+1
2005-06-24[PATCH] Keys: Pass session keyring to call_usermodehelper()Gravatar David Howells 1-4/+13
2005-06-23[PATCH] aio: make wait_queue ->task ->privateGravatar Benjamin LaHaise 1-1/+1
2005-06-23[PATCH] Optimize sys_times for a single thread processGravatar Christoph Lameter 2-26/+65
2005-06-23[PATCH] Software suspend and recalc sigpending bug fixGravatar Kirill Korotaev 1-0/+1
2005-06-23[PATCH] setuid core dumpGravatar Alan Cox 2-11/+20
2005-06-23[PATCH] jprobes: allow a jprobe to coexist with muliple kprobesGravatar Prasanna S Panchamukhi 1-10/+51
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probeGravatar Prasanna S Panchamukhi 1-0/+1
2005-06-23[PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskGravatar Hien Nguyen 1-1/+4
2005-06-23[PATCH] Move kprobe [dis]arming into arch specific codeGravatar Rusty Lynch 1-8/+4
2005-06-23[PATCH] kprobes: function-return probesGravatar Hien Nguyen 1-5/+208
2005-06-23[PATCH] avoid resursive oopsesGravatar Alexander Nyberg 1-0/+11
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesGravatar Christoph Hellwig 1-7/+1
2005-06-23[PATCH] preempt_count is int - remove cast and don't assign to unsigned typeGravatar Jesper Juhl 2-3/+7
2005-06-23[PATCH] CON_CONSDEV bit not set correctly on last consoleGravatar Greg Edwards 1-2/+10
2005-06-23[PATCH] posix-timers: use try_to_del_timer_sync()Gravatar Oleg Nesterov 1-27/+7
2005-06-23[PATCH] timers: introduce try_to_del_timer_sync()Gravatar Oleg Nesterov 1-20/+33
2005-06-23[PATCH] timers fixes/improvementsGravatar Oleg Nesterov 1-171/+157
2005-06-23[PATCH] i386: Selectable Frequency of the Timer InterruptGravatar Christoph Lameter 1-0/+46
2005-06-21[PATCH] uml: make hw_controller_type->release exist only for archs needing itGravatar Paolo 'Blaisorblade' Giarrusso 1-0/+4
2005-06-21[PATCH] uml: add and use generic hw_controller_type->releaseGravatar Paolo 'Blaisorblade' Giarrusso 1-0/+4
2005-06-21[PATCH] dup_mmap: update comment on new vmaGravatar Hugh Dickins 1-2/+3
2005-06-21[PATCH] Avoiding mmap fragmentationGravatar Wolfgang Wander 1-0/+2
2005-06-21[PATCH] VM: early zone reclaimGravatar Martin Hicks 1-0/+1
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 4-7/+7
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIOGravatar Dmitry Torokhov 1-2/+2
2005-06-18Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitGravatar David Woodhouse 3-5/+7
2005-06-17[PATCH] timer exit cleanupGravatar Ingo Molnar 2-3/+2
2005-06-13[PATCH] cond_resched_lock() fixGravatar Jan Kara 1-2/+5
2005-06-02Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitGravatar David Woodhouse 6-13/+40
2005-05-31[PATCH] flush icache in correct contextGravatar Roman Zippel 1-0/+6
2005-05-28[PATCH] drop note_interrupt() for per-CPU for proper scalingGravatar John Hawkes 1-2/+0
2005-05-27[PATCH] cpuset exit NULL dereference fixGravatar Paul Jackson 1-5/+19
2005-05-27AUDIT: Record working directory when syscall arguments are pathnamesGravatar David Woodhouse 1-0/+23
2005-05-26AUDIT: Defer freeing aux items until audit_free_context()Gravatar David Woodhouse 1-8/+2