summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-01-16[PATCH] kernel/hrtimer.c sparse warning fixIngo Molnar1-1/+2
2006-01-16[PATCH] build kernel/intermodule.c only when requiredAdrian Bunk1-1/+2
2006-01-16[PATCH] hrtimer comment tweakJonathan Corbet1-1/+1
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson1-5/+28
2006-01-14[PATCH] s390: spinlock fixesMartin Schwidefsky1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven6-21/+21
2006-01-14[PATCH] sched: add new SCHED_BATCH policyIngo Molnar2-16/+36
2006-01-15correct email address of Manfred SpraulChristian Kujau1-1/+1
2006-01-15SOFTWARE_SUSPEND: fix a typo in the dependenciesAdrian Bunk1-1/+1
2006-01-12Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6Linus Torvalds1-15/+19
2006-01-12[PATCH] sched: filter affine wakeupsakpm@osdl.org1-1/+9
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-0/+468
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner1-1/+4
2006-01-12[hrtimer] Change resolution storage to ktime_t formatThomas Gleixner1-2/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structThomas Gleixner1-12/+14
2006-01-11[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignRavikiran G Thirumalai1-1/+5
2006-01-11[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostlyAndi Kleen1-3/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap13-0/+13
2006-01-11[PATCH] uninline capable()Ingo Molnar1-0/+12
2006-01-11[PATCH] kprobes: fix unloading of self probed moduleKeshavamurthy Anil S1-10/+32
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse1-2/+3
2006-01-10[PATCH] mutex: trivial whitespace cleanupsIngo Molnar2-5/+1
2006-01-10[PATCH] mark mutex_lock*() as might_sleep()Ingo Molnar1-0/+2
2006-01-10[PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar1-9/+0
2006-01-10[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.cIngo Molnar1-2/+0
2006-01-10[PATCH] rcu: fix hotplug-cpu ->donelist leakOleg Nesterov1-1/+2
2006-01-10[PATCH] rcu: join rcu_ctrlblk and rcu_stateOleg Nesterov1-44/+38
2006-01-10[PATCH] kernel/resource.c: __check_region(): remove pointless __deprecatedAdrian Bunk1-1/+1
2006-01-10[PATCH] Decrease number of pointer derefs in exit.cJesper Juhl1-16/+21
2006-01-10[PATCH] Kprobes: conversion from kcalloc to kzallocKeshavamurthy Anil S1-1/+1
2006-01-10[PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli1-2/+2
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy1-3/+1
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S1-14/+18
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy1-48/+43
2006-01-10[PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy1-0/+2
2006-01-10[PATCH] Remove getnstimestamp()Matt Helsley1-22/+0
2006-01-10[PATCH] Export ktime_get_ts()Matt Helsley1-0/+1
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-582/+135
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner2-133/+41
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner2-56/+14
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner1-0/+127
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner3-59/+55
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner3-1/+682
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner1-0/+36
2006-01-10[PATCH] hrtimer: validate timespec of do_sys_settimeofdayThomas Gleixner1-0/+3
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner1-3/+2
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner2-35/+43
2006-01-10[PATCH] hrtimer: export deinlined mktimeAndrew Morton1-0/+2
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constIngo Molnar1-6/+9