Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | [PATCH] hrtimers: fixup itimer conversion | Thomas Gleixner | 2006-02-01 | 1 | -1/+10 | |
* | | | | | | | [PATCH] swsusp: use bytes as image size units | Rafael J. Wysocki | 2006-02-01 | 3 | -9/+9 | |
* | | | | | | | [PATCH] "Fix uidhash_lock <-> RXU deadlock" fix | Andrew Morton | 2006-02-01 | 1 | -10/+17 | |
* | | | | | | | [PATCH] rcu_torture_lock deadlock fix | Ingo Molnar | 2006-01-31 | 1 | -5/+5 | |
* | | | | | | | [PATCH] fix uidhash_lock <-> RCU deadlock | Ingo Molnar | 2006-01-31 | 1 | -8/+17 | |
* | | | | | | | [PATCH] Fix boot-time slowdown for measure_migration_cost | Ingo Molnar | 2006-01-31 | 1 | -3/+3 | |
* | | | | | | | Don't try to "validate" a non-existing timeval. | Linus Torvalds | 2006-01-31 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | [PATCH] EDAC: atomic scrub operations | Alan Cox | 2006-01-19 | 2 | -2/+2 | |
* | | | | | | [PATCH] Generic sys_rt_sigsuspend() | David Woodhouse | 2006-01-19 | 2 | -0/+54 | |
* | | | | | | [PATCH] fix sched_setscheduler semantics | Jason Baron | 2006-01-19 | 1 | -0/+4 | |
* | | | | | | [PATCH] Zone reclaim: proc override | Christoph Lameter | 2006-01-19 | 1 | -0/+11 | |
* | | | | | | [PATCH] kernel/hrtimer.c sparse warning fix | Ingo Molnar | 2006-01-17 | 1 | -1/+2 | |
* | | | | | | [PATCH] build kernel/intermodule.c only when required | Adrian Bunk | 2006-01-17 | 1 | -1/+2 | |
* | | | | | | [PATCH] hrtimer comment tweak | Jonathan Corbet | 2006-01-17 | 1 | -1/+1 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-16 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | correct email address of Manfred Spraul | Christian Kujau | 2006-01-15 | 1 | -1/+1 | |
| * | | | | | | SOFTWARE_SUSPEND: fix a typo in the dependencies | Adrian Bunk | 2006-01-15 | 1 | -1/+1 | |
* | | | | | | | [PATCH] cpuset oom lock fix | Paul Jackson | 2006-01-15 | 1 | -5/+28 | |
* | | | | | | | [PATCH] s390: spinlock fixes | Martin Schwidefsky | 2006-01-15 | 1 | -1/+1 | |
* | | | | | | | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-15 | 6 | -21/+21 | |
* | | | | | | | [PATCH] sched: add new SCHED_BATCH policy | Ingo Molnar | 2006-01-15 | 2 | -16/+36 | |
|/ / / / / / | ||||||
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6 | Linus Torvalds | 2006-01-12 | 1 | -15/+19 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [hrtimer] Enforce resolution as lower limit of intervals | Thomas Gleixner | 2006-01-12 | 1 | -1/+4 | |
| * | | | | | | [hrtimer] Change resolution storage to ktime_t format | Thomas Gleixner | 2006-01-12 | 1 | -2/+1 | |
| * | | | | | | [hrtimer] Remove listhead from hrtimer struct | Thomas Gleixner | 2006-01-12 | 1 | -12/+14 | |
* | | | | | | | [PATCH] sched: filter affine wakeups | akpm@osdl.org | 2006-01-12 | 1 | -1/+9 | |
* | | | | | | | [PATCH] scheduler cache-hot-autodetect | akpm@osdl.org | 2006-01-12 | 1 | -0/+468 | |
|/ / / / / / | ||||||
* | | | | | | [PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_align | Ravikiran G Thirumalai | 2006-01-12 | 1 | -1/+5 | |
* | | | | | | [PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly | Andi Kleen | 2006-01-12 | 1 | -3/+3 | |
* | | | | | | [PATCH] move capable() to capability.h | Randy.Dunlap | 2006-01-12 | 13 | -0/+13 | |
* | | | | | | [PATCH] uninline capable() | Ingo Molnar | 2006-01-12 | 1 | -0/+12 | |
* | | | | | | [PATCH] kprobes: fix unloading of self probed module | Keshavamurthy Anil S | 2006-01-12 | 1 | -10/+32 | |
* | | | | | | [PATCH] fix/simplify mutex debugging code | David Woodhouse | 2006-01-11 | 1 | -2/+3 | |
* | | | | | | [PATCH] mutex: trivial whitespace cleanups | Ingo Molnar | 2006-01-10 | 2 | -5/+1 | |
* | | | | | | [PATCH] mark mutex_lock*() as might_sleep() | Ingo Molnar | 2006-01-10 | 1 | -0/+2 | |
* | | | | | | [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXES | Ingo Molnar | 2006-01-10 | 1 | -9/+0 | |
* | | | | | | [PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.c | Ingo Molnar | 2006-01-10 | 1 | -2/+0 | |
* | | | | | | [PATCH] rcu: fix hotplug-cpu ->donelist leak | Oleg Nesterov | 2006-01-10 | 1 | -1/+2 | |
* | | | | | | [PATCH] rcu: join rcu_ctrlblk and rcu_state | Oleg Nesterov | 2006-01-10 | 1 | -44/+38 | |
* | | | | | | [PATCH] kernel/resource.c: __check_region(): remove pointless __deprecated | Adrian Bunk | 2006-01-10 | 1 | -1/+1 | |
* | | | | | | [PATCH] Decrease number of pointer derefs in exit.c | Jesper Juhl | 2006-01-10 | 1 | -16/+21 | |
* | | | | | | [PATCH] Kprobes: conversion from kcalloc to kzalloc | Keshavamurthy Anil S | 2006-01-10 | 1 | -1/+1 | |
* | | | | | | [PATCH] kprobes: fix build breakage | Ananth N Mavinakayanahalli | 2006-01-10 | 1 | -2/+2 | |
* | | | | | | [PATCH] kprobes: arch_remove_kprobe | Anil S Keshavamurthy | 2006-01-10 | 1 | -3/+1 | |
* | | | | | | [PATCH] kprobes-changed-from-using-spinlock-to-mutex fix | Keshavamurthy Anil S | 2006-01-10 | 1 | -14/+18 | |
* | | | | | | [PATCH] kprobes: changed from using spinlock to mutex | Anil S Keshavamurthy | 2006-01-10 | 1 | -48/+43 | |
* | | | | | | [PATCH] kprobes: enable funcions only for required arch | Anil S Keshavamurthy | 2006-01-10 | 1 | -0/+2 | |
* | | | | | | [PATCH] Remove getnstimestamp() | Matt Helsley | 2006-01-10 | 1 | -22/+0 | |
* | | | | | | [PATCH] Export ktime_get_ts() | Matt Helsley | 2006-01-10 | 1 | -0/+1 | |
* | | | | | | [PATCH] hrtimer: convert posix timers completely | Thomas Gleixner | 2006-01-10 | 1 | -582/+135 |