index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2006-02-01
[PATCH] zone_reclaim: configurable off node allocation period.
Christoph Lameter
1
-0
/
+9
2006-02-01
[PATCH] zone_reclaim: minor fixes
Christoph Lameter
1
-1
/
+2
2006-02-01
[PATCH] swsusp: do not change log level during suspend/resume
Rafael J. Wysocki
2
-11
/
+6
2006-02-01
[PATCH] sys_sched_getaffinity() & hotplug
Jack Steiner
1
-1
/
+1
2006-02-01
[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()
Adrian Bunk
1
-6
/
+0
2006-02-01
[PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timers
Thomas Gleixner
1
-1
/
+6
2006-02-01
[PATCH] hrtimers: add back lost credit lines
Thomas Gleixner
1
-0
/
+6
2006-02-01
[PATCH] hrtimers: cleanups and simplifications
George Anzinger
3
-64
/
+34
2006-02-01
[PATCH] hrtimers: fix posix-timer requeue race
akpm@osdl.org
1
-0
/
+5
2006-02-01
[PATCH] hrtimers: fix oldvalue return in setitimer
Thomas Gleixner
1
-5
/
+5
2006-02-01
[PATCH] hrtimers: fix possible use of NULL pointer in posix-timers
Thomas Gleixner
1
-1
/
+2
2006-02-01
[PATCH] hrtimers: fixup itimer conversion
Thomas Gleixner
1
-1
/
+10
2006-02-01
[PATCH] swsusp: use bytes as image size units
Rafael J. Wysocki
3
-9
/
+9
2006-01-31
[PATCH] "Fix uidhash_lock <-> RXU deadlock" fix
Andrew Morton
1
-10
/
+17
2006-01-31
[PATCH] rcu_torture_lock deadlock fix
Ingo Molnar
1
-5
/
+5
2006-01-31
[PATCH] fix uidhash_lock <-> RCU deadlock
Ingo Molnar
1
-8
/
+17
2006-01-31
[PATCH] Fix boot-time slowdown for measure_migration_cost
Ingo Molnar
1
-3
/
+3
2006-01-31
Don't try to "validate" a non-existing timeval.
Linus Torvalds
1
-1
/
+1
2006-01-18
[PATCH] EDAC: atomic scrub operations
Alan Cox
2
-2
/
+2
2006-01-18
[PATCH] Generic sys_rt_sigsuspend()
David Woodhouse
2
-0
/
+54
2006-01-18
[PATCH] fix sched_setscheduler semantics
Jason Baron
1
-0
/
+4
2006-01-18
[PATCH] Zone reclaim: proc override
Christoph Lameter
1
-0
/
+11
2006-01-16
[PATCH] kernel/hrtimer.c sparse warning fix
Ingo Molnar
1
-1
/
+2
2006-01-16
[PATCH] build kernel/intermodule.c only when required
Adrian Bunk
1
-1
/
+2
2006-01-16
[PATCH] hrtimer comment tweak
Jonathan Corbet
1
-1
/
+1
2006-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2
-2
/
+2
2006-01-14
[PATCH] cpuset oom lock fix
Paul Jackson
1
-5
/
+28
2006-01-14
[PATCH] s390: spinlock fixes
Martin Schwidefsky
1
-1
/
+1
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
6
-21
/
+21
2006-01-14
[PATCH] sched: add new SCHED_BATCH policy
Ingo Molnar
2
-16
/
+36
2006-01-15
correct email address of Manfred Spraul
Christian Kujau
1
-1
/
+1
2006-01-15
SOFTWARE_SUSPEND: fix a typo in the dependencies
Adrian Bunk
1
-1
/
+1
2006-01-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6
Linus Torvalds
1
-15
/
+19
2006-01-12
[PATCH] sched: filter affine wakeups
akpm@osdl.org
1
-1
/
+9
2006-01-12
[PATCH] scheduler cache-hot-autodetect
akpm@osdl.org
1
-0
/
+468
2006-01-12
[hrtimer] Enforce resolution as lower limit of intervals
Thomas Gleixner
1
-1
/
+4
2006-01-12
[hrtimer] Change resolution storage to ktime_t format
Thomas Gleixner
1
-2
/
+1
2006-01-12
[hrtimer] Remove listhead from hrtimer struct
Thomas Gleixner
1
-12
/
+14
2006-01-11
[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_align
Ravikiran G Thirumalai
1
-1
/
+5
2006-01-11
[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly
Andi Kleen
1
-3
/
+3
2006-01-11
[PATCH] move capable() to capability.h
Randy.Dunlap
13
-0
/
+13
2006-01-11
[PATCH] uninline capable()
Ingo Molnar
1
-0
/
+12
2006-01-11
[PATCH] kprobes: fix unloading of self probed module
Keshavamurthy Anil S
1
-10
/
+32
2006-01-11
[PATCH] fix/simplify mutex debugging code
David Woodhouse
1
-2
/
+3
2006-01-10
[PATCH] mutex: trivial whitespace cleanups
Ingo Molnar
2
-5
/
+1
2006-01-10
[PATCH] mark mutex_lock*() as might_sleep()
Ingo Molnar
1
-0
/
+2
2006-01-10
[PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXES
Ingo Molnar
1
-9
/
+0
2006-01-10
[PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.c
Ingo Molnar
1
-2
/
+0
2006-01-10
[PATCH] rcu: fix hotplug-cpu ->donelist leak
Oleg Nesterov
1
-1
/
+2
2006-01-10
[PATCH] rcu: join rcu_ctrlblk and rcu_state
Oleg Nesterov
1
-44
/
+38
[next]