aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] pid: Properly detect orphaned process groups in exit_notifyEric W. Biederman2007-03-291-1/+1
* [PATCH] hrtimers: fix reprogramming SMP raceIngo Molnar2007-03-281-1/+6
* [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"Rafael J. Wysocki2007-03-272-3/+1
* [PATCH] ntp: avoid time_offset overflowsjohn stultz2007-03-271-14/+16
* [PATCH] clockevents: remove bad designed sysfs support for nowThomas Gleixner2007-03-261-69/+0
* [PATCH] clocksource: Fix thinko in watchdog selectionThomas Gleixner2007-03-251-1/+2
* [PATCH] dynticks: fix hrtimer rounding error in next_timer_interruptThomas Gleixner2007-03-251-3/+16
* [PATCH] time: fix formatting in /proc/timer_listJames Morris2007-03-231-3/+3
* [PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locksJarek Poplawski2007-03-221-0/+8
* [PATCH] fix extra BIOS invocation during resumePavel Machek2007-03-221-8/+0
* [PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctlRafael J. Wysocki2007-03-221-3/+6
* [PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner2007-03-164-12/+51
* [PATCH] initialise pi_lock if CONFIG_RT_MUTEXES=NZilvinas Valinskas2007-03-161-1/+1
* [PATCH] futex: PI state locking fixIngo Molnar2007-03-161-0/+2
* [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson2007-03-161-1/+9
* [PATCH] hrtimer: fix up unlocked access to wall_to_monotonicThomas Gleixner2007-03-161-2/+3
* [PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()Thomas Gleixner2007-03-161-0/+6
* [PATCH] swsusp: disable nonboot CPUs before entering platform suspendRafael J. Wysocki2007-03-162-1/+3
* [PATCH] swsusp: Fix resume error path in platform modeRafael J. Wysocki2007-03-161-0/+1
* [PATCH] fix deadlock in audit_log_task_context()Al Viro2007-03-141-13/+11
* Revert "driver core: refcounting fix"Greg Kroah-Hartman2007-03-091-6/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-03-071-1/+2
|\
| * sysctl: Support vdso_enabled sysctl on SH.Paul Mundt2007-03-051-1/+2
* | [PATCH] kconfig: Update swsusp descriptionRafael J. Wysocki2007-03-061-16/+21
* | [PATCH] Publish rcutorture module parameters via sysfs, read-onlyJosh Triplett2007-03-061-7/+7
* | [PATCH] fix vsyscall settimeofdayDaniel Walker2007-03-061-0/+2
* | [PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres modeThomas Gleixner2007-03-061-5/+10
* | [PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner2007-03-064-0/+78
* | [PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens2007-03-052-9/+8
* | [PATCH] clocksource init adjustments (fix bug #7426)john stultz2007-03-051-3/+5
* | [PATCH] sched: remove SMT niceCon Kolivas2007-03-051-154/+1
|/
* [PATCH] sched: fix SMT scheduler bugIngo Molnar2007-03-011-1/+1
* [PATCH] fix section mismatch warning in lockdepSam Ravnborg2007-03-011-1/+1
* [PATCH] fix the SYSCTL=n compilationAdrian Bunk2007-03-011-2/+1
* [PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran valueThomas Gleixner2007-03-011-1/+1
* [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap2007-03-012-2/+2
* [PATCH] update timekeeping_is_continuous commentDaniel Walker2007-03-011-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-02-261-1/+2
|\
| * Revert "[PATCH] make kernel/signal.c:kill_proc_info() static"Matthew Wilcox2007-02-171-1/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6Linus Torvalds2007-02-262-2/+5
|\ \
| * | [TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller2007-02-261-2/+3
| * | [TIME] tick-sched: Add missing asm/irq_regs.h include.David S. Miller2007-02-261-0/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-264-138/+20
|\ \ \
| * | | Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman2007-02-233-137/+10
| * | | make kernel/kmod.c:kmod_mk staticAdrian Bunk2007-02-231-1/+1
| * | | power management: no valid states w/o pm_opsJohannes Berg2007-02-231-1/+4
| * | | driver core: refcounting fixMike Galbraith2007-02-231-0/+6
| |/ /
* | | [PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman2007-02-261-5/+4
|/ /
* | [PATCH] lockdep: debug_locks check after check_chain_keyJarek Poplawski2007-02-201-0/+4
* | [PATCH] kprobes: list all active probes in the systemSrinivasa Ds2007-02-201-2/+111