aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-16[PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner4-12/+51
2007-03-16[PATCH] initialise pi_lock if CONFIG_RT_MUTEXES=NZilvinas Valinskas1-1/+1
2007-03-16[PATCH] futex: PI state locking fixIngo Molnar1-0/+2
2007-03-16[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson1-1/+9
2007-03-16[PATCH] hrtimer: fix up unlocked access to wall_to_monotonicThomas Gleixner1-2/+3
2007-03-16[PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()Thomas Gleixner1-0/+6
2007-03-16[PATCH] swsusp: disable nonboot CPUs before entering platform suspendRafael J. Wysocki2-1/+3
2007-03-16[PATCH] swsusp: Fix resume error path in platform modeRafael J. Wysocki1-0/+1
2007-03-14[PATCH] fix deadlock in audit_log_task_context()Al Viro1-13/+11
2007-03-09Revert "driver core: refcounting fix"Greg Kroah-Hartman1-6/+0
2007-03-07Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+2
2007-03-06[PATCH] kconfig: Update swsusp descriptionRafael J. Wysocki1-16/+21
2007-03-06[PATCH] Publish rcutorture module parameters via sysfs, read-onlyJosh Triplett1-7/+7
2007-03-06[PATCH] fix vsyscall settimeofdayDaniel Walker1-0/+2
2007-03-06[PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres modeThomas Gleixner1-5/+10
2007-03-06[PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner4-0/+78
2007-03-05[PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens2-9/+8
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)john stultz1-3/+5
2007-03-05[PATCH] sched: remove SMT niceCon Kolivas1-154/+1
2007-03-05sysctl: Support vdso_enabled sysctl on SH.Paul Mundt1-1/+2
2007-03-01[PATCH] sched: fix SMT scheduler bugIngo Molnar1-1/+1
2007-03-01[PATCH] fix section mismatch warning in lockdepSam Ravnborg1-1/+1
2007-03-01[PATCH] fix the SYSCTL=n compilationAdrian Bunk1-2/+1
2007-03-01[PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran valueThomas Gleixner1-1/+1
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap2-2/+2
2007-03-01[PATCH] update timekeeping_is_continuous commentDaniel Walker1-1/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-1/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6Linus Torvalds2-2/+5
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-138/+20
2007-02-26[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller1-2/+3
2007-02-26[TIME] tick-sched: Add missing asm/irq_regs.h include.David S. Miller1-0/+2
2007-02-26[PATCH] genirq: Mask irqs when migrating them.Eric W. Biederman1-5/+4
2007-02-23Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman3-137/+10
2007-02-23make kernel/kmod.c:kmod_mk staticAdrian Bunk1-1/+1
2007-02-23power management: no valid states w/o pm_opsJohannes Berg1-1/+4
2007-02-23driver core: refcounting fixMike Galbraith1-0/+6
2007-02-20[PATCH] lockdep: debug_locks check after check_chain_keyJarek Poplawski1-0/+4
2007-02-20[PATCH] kprobes: list all active probes in the systemSrinivasa Ds1-2/+111
2007-02-19[PATCH] NOHZ: Produce debug output instead of a BUG()Thomas Gleixner1-1/+3
2007-02-19[PATCH] NOHZ: Fix RCU handlingIngo Molnar1-4/+4
2007-02-19Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds3-63/+202
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-02-17[PATCH] AUDIT_FD_PAIRAl Viro1-0/+40
2007-02-17[PATCH] audit config lockdownSteve Grubb1-59/+157
2007-02-17[PATCH] minor update to rule add/delete messages (ver 2)Steve Grubb1-4/+5
2007-02-17kernel/printk.c: comment fixPatrick Pletscher1-1/+1
2007-02-17Revert "[PATCH] make kernel/signal.c:kill_proc_info() static"Matthew Wilcox1-1/+2
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2-17/+25
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski1-5/+2
2007-02-16Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers3-10/+137