summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Generic sys_rt_sigsuspend()David Woodhouse2006-01-182-0/+54
* [PATCH] fix sched_setscheduler semanticsJason Baron2006-01-181-0/+4
* [PATCH] Zone reclaim: proc overrideChristoph Lameter2006-01-181-0/+11
* [PATCH] kernel/hrtimer.c sparse warning fixIngo Molnar2006-01-161-1/+2
* [PATCH] build kernel/intermodule.c only when requiredAdrian Bunk2006-01-161-1/+2
* [PATCH] hrtimer comment tweakJonathan Corbet2006-01-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-152-2/+2
|\
| * correct email address of Manfred SpraulChristian Kujau2006-01-151-1/+1
| * SOFTWARE_SUSPEND: fix a typo in the dependenciesAdrian Bunk2006-01-151-1/+1
* | [PATCH] cpuset oom lock fixPaul Jackson2006-01-141-5/+28
* | [PATCH] s390: spinlock fixesMartin Schwidefsky2006-01-141-1/+1
* | [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-146-21/+21
* | [PATCH] sched: add new SCHED_BATCH policyIngo Molnar2006-01-142-16/+36
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6Linus Torvalds2006-01-121-15/+19
|\
| * [hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner2006-01-121-1/+4
| * [hrtimer] Change resolution storage to ktime_t formatThomas Gleixner2006-01-121-2/+1
| * [hrtimer] Remove listhead from hrtimer structThomas Gleixner2006-01-121-12/+14
* | [PATCH] sched: filter affine wakeupsakpm@osdl.org2006-01-121-1/+9
* | [PATCH] scheduler cache-hot-autodetectakpm@osdl.org2006-01-121-0/+468
|/
* [PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignRavikiran G Thirumalai2006-01-111-1/+5
* [PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostlyAndi Kleen2006-01-111-3/+3
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-1113-0/+13
* [PATCH] uninline capable()Ingo Molnar2006-01-111-0/+12
* [PATCH] kprobes: fix unloading of self probed moduleKeshavamurthy Anil S2006-01-111-10/+32
* [PATCH] fix/simplify mutex debugging codeDavid Woodhouse2006-01-111-2/+3
* [PATCH] mutex: trivial whitespace cleanupsIngo Molnar2006-01-102-5/+1
* [PATCH] mark mutex_lock*() as might_sleep()Ingo Molnar2006-01-101-0/+2
* [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar2006-01-101-9/+0
* [PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cIngo Molnar2006-01-101-2/+0
* [PATCH] rcu: fix hotplug-cpu ->donelist leakOleg Nesterov2006-01-101-1/+2
* [PATCH] rcu: join rcu_ctrlblk and rcu_stateOleg Nesterov2006-01-101-44/+38
* [PATCH] kernel/resource.c: __check_region(): remove pointless __deprecatedAdrian Bunk2006-01-101-1/+1
* [PATCH] Decrease number of pointer derefs in exit.cJesper Juhl2006-01-101-16/+21
* [PATCH] Kprobes: conversion from kcalloc to kzallocKeshavamurthy Anil S2006-01-101-1/+1
* [PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli2006-01-101-2/+2
* [PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy2006-01-101-3/+1
* [PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S2006-01-101-14/+18
* [PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy2006-01-101-48/+43
* [PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy2006-01-101-0/+2
* [PATCH] Remove getnstimestamp()Matt Helsley2006-01-101-22/+0
* [PATCH] Export ktime_get_ts()Matt Helsley2006-01-101-0/+1
* [PATCH] hrtimer: convert posix timers completelyThomas Gleixner2006-01-101-582/+135
* [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner2006-01-102-133/+41
* [PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner2006-01-102-56/+14
* [PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner2006-01-101-0/+127
* [PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner2006-01-103-59/+55
* [PATCH] hrtimer: hrtimer core codeThomas Gleixner2006-01-103-1/+682
* [PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner2006-01-101-0/+36
* [PATCH] hrtimer: validate timespec of do_sys_settimeofdayThomas Gleixner2006-01-101-0/+3
* [PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner2006-01-101-3/+2
OpenPOWER on IntegriCloud