| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2007-03-07 | 1 | -1/+2 |
|\ |
|
| * | sysctl: Support vdso_enabled sysctl on SH. | Paul Mundt | 2007-03-05 | 1 | -1/+2 |
* | | [PATCH] kconfig: Update swsusp description | Rafael J. Wysocki | 2007-03-06 | 1 | -16/+21 |
* | | [PATCH] Publish rcutorture module parameters via sysfs, read-only | Josh Triplett | 2007-03-06 | 1 | -7/+7 |
* | | [PATCH] fix vsyscall settimeofday | Daniel Walker | 2007-03-06 | 1 | -0/+2 |
* | | [PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres mode | Thomas Gleixner | 2007-03-06 | 1 | -5/+10 |
* | | [PATCH] Save/restore periodic tick information over suspend/resume | Thomas Gleixner | 2007-03-06 | 4 | -0/+78 |
* | | [PATCH] timer/hrtimer: take per cpu locks in sane order | Heiko Carstens | 2007-03-05 | 2 | -9/+8 |
* | | [PATCH] clocksource init adjustments (fix bug #7426) | john stultz | 2007-03-05 | 1 | -3/+5 |
* | | [PATCH] sched: remove SMT nice | Con Kolivas | 2007-03-05 | 1 | -154/+1 |
|/ |
|
* | [PATCH] sched: fix SMT scheduler bug | Ingo Molnar | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] fix section mismatch warning in lockdep | Sam Ravnborg | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] fix the SYSCTL=n compilation | Adrian Bunk | 2007-03-01 | 1 | -2/+1 |
* | [PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value | Thomas Gleixner | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) | Randy Dunlap | 2007-03-01 | 2 | -2/+2 |
* | [PATCH] update timekeeping_is_continuous comment | Daniel Walker | 2007-03-01 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2007-02-26 | 1 | -1/+2 |
|\ |
|
| * | Revert "[PATCH] make kernel/signal.c:kill_proc_info() static" | Matthew Wilcox | 2007-02-17 | 1 | -1/+2 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6 | Linus Torvalds | 2007-02-26 | 2 | -2/+5 |
|\ \ |
|
| * | | [TICK] tick-common: Fix one-shot handling in tick_handle_periodic(). | David S. Miller | 2007-02-26 | 1 | -2/+3 |
| * | | [TIME] tick-sched: Add missing asm/irq_regs.h include. | David S. Miller | 2007-02-26 | 1 | -0/+2 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-02-26 | 4 | -138/+20 |
|\ \ \ |
|
| * | | | Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" | Greg Kroah-Hartman | 2007-02-23 | 3 | -137/+10 |
| * | | | make kernel/kmod.c:kmod_mk static | Adrian Bunk | 2007-02-23 | 1 | -1/+1 |
| * | | | power management: no valid states w/o pm_ops | Johannes Berg | 2007-02-23 | 1 | -1/+4 |
| * | | | driver core: refcounting fix | Mike Galbraith | 2007-02-23 | 1 | -0/+6 |
| |/ / |
|
* | | | [PATCH] genirq: Mask irqs when migrating them. | Eric W. Biederman | 2007-02-26 | 1 | -5/+4 |
|/ / |
|
* | | [PATCH] lockdep: debug_locks check after check_chain_key | Jarek Poplawski | 2007-02-20 | 1 | -0/+4 |
* | | [PATCH] kprobes: list all active probes in the system | Srinivasa Ds | 2007-02-20 | 1 | -2/+111 |
* | | [PATCH] NOHZ: Produce debug output instead of a BUG() | Thomas Gleixner | 2007-02-19 | 1 | -1/+3 |
* | | [PATCH] NOHZ: Fix RCU handling | Ingo Molnar | 2007-02-19 | 1 | -4/+4 |
* | | Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2007-02-19 | 3 | -63/+202 |
|\ \ |
|
| * | | [PATCH] AUDIT_FD_PAIR | Al Viro | 2007-02-17 | 1 | -0/+40 |
| * | | [PATCH] audit config lockdown | Steve Grubb | 2007-02-17 | 1 | -59/+157 |
| * | | [PATCH] minor update to rule add/delete messages (ver 2) | Steve Grubb | 2007-02-17 | 1 | -4/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-02-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | kernel/printk.c: comment fix | Patrick Pletscher | 2007-02-17 | 1 | -1/+1 |
| |/ / |
|
* | | | sysfs: fix build errors: uevent with CONFIG_SYSFS=n | Randy Dunlap | 2007-02-16 | 2 | -17/+25 |
* | | | Driver: remove redundant kobject_unregister checks | Mariusz Kozlowski | 2007-02-16 | 1 | -5/+2 |
* | | | Driver core: let request_module() send a /sys/modules/kmod/-uevent | Kay Sievers | 2007-02-16 | 3 | -10/+137 |
|/ / |
|
* | | [PATCH] small irq management simplification | Jan Beulich | 2007-02-16 | 1 | -4/+2 |
* | | [PATCH] IRQ kernel-doc fixes | Randy Dunlap | 2007-02-16 | 1 | -1/+1 |
* | | [PATCH] genirq: do not mask interrupts by default | Ingo Molnar | 2007-02-16 | 1 | -7/+10 |
* | | [PATCH] posix timers: RCU optimization for clock_gettime() | Paul E. McKenney | 2007-02-16 | 1 | -5/+10 |
* | | [PATCH] time: x86_64: split x86_64/kernel/time.c up | john stultz | 2007-02-16 | 1 | -2/+0 |
* | | [PATCH] generic: vsyscall-gtod support for GENERIC_TIME | john stultz | 2007-02-16 | 1 | -0/+1 |
* | | [PATCH] Add debugging feature /proc/timer_list | Ingo Molnar | 2007-02-16 | 5 | -1/+322 |
* | | [PATCH] Add debugging feature /proc/timer_stat | Ingo Molnar | 2007-02-16 | 5 | -4/+472 |
* | | [PATCH] hrtimers: prevent possible itimer DoS | Thomas Gleixner | 2007-02-16 | 2 | -25/+47 |
* | | [PATCH] hrtimers: add high resolution timer support | Thomas Gleixner | 2007-02-16 | 4 | -50/+532 |