aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31sched: fix kernel-doc warningsRandy Dunlap1-2/+4
2007-07-30modules: better error messages when modules fail to load due to a sysfs problem.Greg Kroah-Hartman1-1/+6
2007-07-29ACPI: restore CONFIG_ACPI_SLEEPLen Brown1-1/+1
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki4-19/+61
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki5-7/+7
2007-07-28audit: fix two bugs in the new execve audit codePeter Zijlstra1-2/+4
2007-07-28rip some includes from linux/interrupt.hAl Viro1-0/+1
2007-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-9/+200
2007-07-26Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare"Rafael J. Wysocki2-0/+4
2007-07-26kernel-doc fix for kmod.cRandy Dunlap1-4/+4
2007-07-26[PATCH] sched: debug feature - make the sched-domains tree runtime-tweakableNick Piggin1-0/+122
2007-07-26[PATCH] sched: mark sysrq_sched_debug_show() staticJosh Triplett1-1/+1
2007-07-26[PATCH] sched: make cpu_clock() not use the rq clockIngo Molnar1-4/+3
2007-07-26[PATCH] sched: remove unused rq->load_balance_classSatoru Takeuchi1-2/+0
2007-07-26[PATCH] sched: arch preempt notifier mechanismAvi Kivity2-2/+74
2007-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2007-07-25Cache xtime every call to update_wall_timejohn stultz2-7/+23
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz5-19/+19
2007-07-25ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown1-1/+1
2007-07-22Merge branch 'audit.b39' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2-50/+14
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani2-0/+20
2007-07-22[PATCH] get rid of AVC_PATH postponed treatmentAl Viro1-47/+0
2007-07-22[PATCH] allow audit filtering on bit & operationsEric Paris1-0/+11
2007-07-22[PATCH] audit: fix broken class-based syscall auditKlaus Weidner1-1/+1
2007-07-22[PATCH] Make IPC mode consistentSteve Grubb1-2/+2
2007-07-21x86: PM_TRACE supportNigel Cunningham1-1/+1
2007-07-21x86_64: Report the pending irq if available in smp_affinityAndi Kleen1-1/+9
2007-07-21NTP: move the cmos update code into ntp.cThomas Gleixner1-3/+56
2007-07-21hrtimer: speedup hrtimer_enqueueIngo Molnar1-4/+6
2007-07-21highres: improve debug outputIngo Molnar2-2/+18
2007-07-21tick management: spread timer interruptjohn stultz1-1/+6
2007-07-21clockevents: fix device replacementThomas Gleixner1-1/+28
2007-07-21clockevents: fix resume logicThomas Gleixner2-8/+14
2007-07-20Revert "sys_time() speedup"Linus Torvalds1-8/+5
2007-07-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds4-290/+0
2007-07-20FRV: Fix linkage problemsDavid Howells1-2/+2
2007-07-20Pull ia64-clocksource into release branchTony Luck4-290/+0
2007-07-20[IA64] remove time interpolatorBob Picco4-290/+0
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt4-12/+12
2007-07-19[PATCH] sched: implement cpu_clock(cpu) high-speed time sourceIngo Molnar1-0/+17
2007-07-19[PATCH] sched: fix the all pinned logic in load_balance_newidle()Suresh Siddha1-2/+4
2007-07-19[PATCH] sched: fix newly idle load balance in case of SMTSuresh Siddha1-3/+5
2007-07-19kernel/sysctl.c: finish off the warning commentsAndrew Morton1-1/+4
2007-07-19lguest: the host codeRusty Russell1-1/+0
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+1
2007-07-19timer.c: cleanup recently introduced whitespace damageThomas Gleixner1-12/+12
2007-07-19timekeeping: fixup shadow variable argumentThomas Gleixner1-2/+2
2007-07-19lockdep debugging: give stacktrace for init_errorJohannes Berg1-2/+11
2007-07-19lockstat: better class name representationPeter Zijlstra1-1/+23
2007-07-19lockstat: measure lock bouncingPeter Zijlstra3-20/+39