aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-02-03[PATCH] cpuset: fix sparse warningGravatar Randy Dunlap 1-1/+1
2006-02-03[PATCH] Normalize timespec for negative values in ns_to_timespecGravatar George Anzinger 1-6/+7
2006-02-03[PATCH] Tell kallsyms_lookup_name() to ignore type U entriesGravatar Keith Owens 1-1/+2
2006-02-03[PATCH] Kprobes: Fix deadlock in function-return probesGravatar Ananth N Mavinakayanahalli 1-1/+1
2006-02-03[PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBESGravatar Adrian Bunk 1-17/+17
2006-02-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 3-25/+13
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Gravatar Christoph Lameter 1-0/+9
2006-02-01[PATCH] zone_reclaim: minor fixesGravatar Christoph Lameter 1-1/+2
2006-02-01[PATCH] swsusp: do not change log level during suspend/resumeGravatar Rafael J. Wysocki 2-11/+6
2006-02-01[PATCH] sys_sched_getaffinity() & hotplugGravatar Jack Steiner 1-1/+1
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Gravatar Adrian Bunk 1-6/+0
2006-02-01[PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timersGravatar Thomas Gleixner 1-1/+6
2006-02-01[PATCH] hrtimers: add back lost credit linesGravatar Thomas Gleixner 1-0/+6
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGravatar George Anzinger 3-64/+34
2006-02-01[PATCH] hrtimers: fix posix-timer requeue raceGravatar akpm@osdl.org 1-0/+5
2006-02-01[PATCH] hrtimers: fix oldvalue return in setitimerGravatar Thomas Gleixner 1-5/+5
2006-02-01[PATCH] hrtimers: fix possible use of NULL pointer in posix-timersGravatar Thomas Gleixner 1-1/+2
2006-02-01[PATCH] hrtimers: fixup itimer conversionGravatar Thomas Gleixner 1-1/+10
2006-02-01[PATCH] swsusp: use bytes as image size unitsGravatar Rafael J. Wysocki 3-9/+9
2006-01-31[PATCH] "Fix uidhash_lock <-> RXU deadlock" fixGravatar Andrew Morton 1-10/+17
2006-01-31[PATCH] rcu_torture_lock deadlock fixGravatar Ingo Molnar 1-5/+5
2006-01-31[PATCH] fix uidhash_lock <-> RCU deadlockGravatar Ingo Molnar 1-8/+17
2006-01-31[PATCH] Fix boot-time slowdown for measure_migration_costGravatar Ingo Molnar 1-3/+3
2006-01-31Don't try to "validate" a non-existing timeval.Gravatar Linus Torvalds 1-1/+1
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Gravatar Len Brown 3-25/+13
2006-01-18[PATCH] EDAC: atomic scrub operationsGravatar Alan Cox 2-2/+2
2006-01-18[PATCH] Generic sys_rt_sigsuspend()Gravatar David Woodhouse 2-0/+54
2006-01-18[PATCH] fix sched_setscheduler semanticsGravatar Jason Baron 1-0/+4
2006-01-18[PATCH] Zone reclaim: proc overrideGravatar Christoph Lameter 1-0/+11
2006-01-16[PATCH] kernel/hrtimer.c sparse warning fixGravatar Ingo Molnar 1-1/+2
2006-01-16[PATCH] build kernel/intermodule.c only when requiredGravatar Adrian Bunk 1-1/+2
2006-01-16[PATCH] hrtimer comment tweakGravatar Jonathan Corbet 1-1/+1
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 2-2/+2
2006-01-14[PATCH] cpuset oom lock fixGravatar Paul Jackson 1-5/+28
2006-01-14[PATCH] s390: spinlock fixesGravatar Martin Schwidefsky 1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsGravatar Arjan van de Ven 6-21/+21
2006-01-14[PATCH] sched: add new SCHED_BATCH policyGravatar Ingo Molnar 2-16/+36
2006-01-15correct email address of Manfred SpraulGravatar Christian Kujau 1-1/+1
2006-01-15SOFTWARE_SUSPEND: fix a typo in the dependenciesGravatar Adrian Bunk 1-1/+1
2006-01-12Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6Gravatar Linus Torvalds 1-15/+19
2006-01-12[PATCH] sched: filter affine wakeupsGravatar akpm@osdl.org 1-1/+9
2006-01-12[PATCH] scheduler cache-hot-autodetectGravatar akpm@osdl.org 1-0/+468
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsGravatar Thomas Gleixner 1-1/+4
2006-01-12[hrtimer] Change resolution storage to ktime_t formatGravatar Thomas Gleixner 1-2/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structGravatar Thomas Gleixner 1-12/+14
2006-01-11[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignGravatar Ravikiran G Thirumalai 1-1/+5
2006-01-11[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostlyGravatar Andi Kleen 1-3/+3
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 13-0/+13
2006-01-11[PATCH] uninline capable()Gravatar Ingo Molnar 1-0/+12
2006-01-11[PATCH] kprobes: fix unloading of self probed moduleGravatar Keshavamurthy Anil S 1-10/+32