aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | clocksource: Refactor clocksource watchdogMartin Schwidefsky2009-08-151-28/+69
| * | | | clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky2009-08-151-8/+15
| * | | | clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky2009-08-151-25/+22
| * | | | clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-155-86/+64
| * | | | timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky2009-08-152-1/+6
| * | | | timekeeping: Remove clocksource inline functionsMartin Schwidefsky2009-08-152-71/+28
| * | | | timekeeping: Introduce timekeeping_leap_insertJohn Stultz2009-08-153-5/+10
| * | | | Merge branch 'linus' into timers/coreThomas Gleixner2009-08-141707-24338/+41906
| |\ \ \ \
| * | | | | timers: Cache __next_timer_interrupt resultMartin Schwidefsky2009-08-041-1/+23
| * | | | | hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra2009-07-222-3/+0
| * | | | | timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner2009-07-072-62/+57
| * | | | | timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky2009-07-072-0/+73
* | | | | | pty_write: don't do a tty_wakeup() when the buffers are fullLinus Torvalds2009-09-181-2/+4
* | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-1720-777/+363
|\ \ \ \ \ \
| * | | | | | x86, mce: Fix compilation with !CONFIG_DEBUG_FS in mce-severity.cAndi Kleen2009-09-141-0/+2
| * | | | | | x86, mce: CE in last bank prevents panic by unknown MCEHidetoshi Seto2009-08-261-4/+4
| * | | | | | x86, mce: Fake panic support for MCE testingHuang Ying2009-08-101-11/+64
| * | | | | | x86, mce: Move debugfs mce dir creating to mce.cHuang Ying2009-08-103-3/+15
| * | | | | | x86, mce: Support specifying raise mode for software MCE injectionHuang Ying2009-08-102-8/+9
| * | | | | | x86, mce: Support specifying context for software mce injectionHuang Ying2009-08-102-32/+135
| * | | | | | x86, mce: fix reporting of Thermal Monitoring mechanism enabledBartlomiej Zolnierkiewicz2009-07-292-3/+14
| * | | | | | x86, mce: remove never executed codeBartlomiej Zolnierkiewicz2009-07-291-2/+0
| * | | | | | x86, mce: add missing __cpuinit tagsBartlomiej Zolnierkiewicz2009-07-291-2/+2
| * | | | | | x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCEBartlomiej Zolnierkiewicz2009-07-291-1/+3
| * | | | | | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-07-291-0/+4
| * | | | | | x86: mce: Lower maximum number of banks to architecture limitAndi Kleen2009-07-091-3/+4
| * | | | | | x86: mce: macros to compute banks MSRsAndi Kleen2009-07-093-22/+29
| * | | | | | x86: mce: Move per bank data in a single datastructureAndi Kleen2009-07-092-56/+67
| * | | | | | x86: mce: Move code in mce.cAndi Kleen2009-07-091-11/+11
| * | | | | | x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen2009-07-097-16/+10
| * | | | | | x86: mce: Remove old i386 machine check codeAndi Kleen2009-07-099-603/+2
| * | | | | | x86: mce: Update X86_MCE description in x86/KconfigAndi Kleen2009-07-091-12/+4
| * | | | | | x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCEAndi Kleen2009-07-091-1/+1
| * | | | | | x86, mce: use atomic_inc_return() instead of add by 1Borislav Petkov2009-06-201-2/+2
| * | | | | | x86, mce: fix typo in comment in asm/mce.hBorislav Petkov2009-06-201-1/+1
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-1721-603/+688
|\ \ \ \ \ \ \
| * | | | | | | sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra2009-09-171-15/+27
| * | | | | | | sched: Stop buddies from hogging the systemPeter Zijlstra2009-09-171-3/+8
| * | | | | | | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-175-10/+29
| * | | | | | | sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar2009-09-171-0/+4
| * | | | | | | sched: Disable wakeup balancingPeter Zijlstra2009-09-167-10/+4
| * | | | | | | sched: Rename flags to wake_flagsPeter Zijlstra2009-09-161-3/+3
| * | | | | | | sched: Clean up the load_idx selection in select_task_rq_fairPeter Zijlstra2009-09-161-19/+8
| * | | | | | | sched: Optimize cgroup vs wakeup a bitPeter Zijlstra2009-09-163-22/+10
| * | | | | | | sched: x86: Name old_perf in a unique wayPeter Zijlstra2009-09-161-2/+2
| * | | | | | | sched: Implement a gentler fair-sleepers featureIngo Molnar2009-09-162-2/+16
| * | | | | | | sched: Add SD_PREFER_LOCALPeter Zijlstra2009-09-163-3/+8
| * | | | | | | sched: Add a few SYNC hint knobs to play withPeter Zijlstra2009-09-152-3/+21
| * | | | | | | sched: Fix sync wakeups againPeter Zijlstra2009-09-151-4/+4
| * | | | | | | sched: Add WF_FORKPeter Zijlstra2009-09-153-2/+3