| Commit message (Expand) | Author | Age |
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-09-18 |
|\ |
|
| * | time: Prevent 32 bit overflow with set_normalized_timespec() | Thomas Gleixner | 2009-09-15 |
| * | clocksource: Delay clocksource down rating to late boot | Thomas Gleixner | 2009-09-14 |
| * | clocksource: clocksource_select must be called with mutex locked | Thomas Gleixner | 2009-09-14 |
| * | clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crash | Martin Schwidefsky | 2009-09-11 |
| * | timers: Drop a function prototype | Randy Dunlap | 2009-08-30 |
| * | clocksource: Resolve cpu hotplug dead lock with TSC unstable | Thomas Gleixner | 2009-08-28 |
| * | timer.c: Fix S/390 comments | Randy Dunlap | 2009-08-26 |
| * | timekeeping: Fix invalid getboottime() value | Hiroshi Shimamoto | 2009-08-25 |
| * | timekeeping: Fix up read_persistent_clock() breakage on sh | Paul Mundt | 2009-08-25 |
| * | timekeeping: Increase granularity of read_persistent_clock(), build fix | Martin Schwidefsky | 2009-08-23 |
| * | time: Introduce CLOCK_REALTIME_COARSE | john stultz | 2009-08-21 |
| * | x86: Do not unregister PIT clocksource on PIT oneshot setup/shutdown | Thomas Gleixner | 2009-08-21 |
| * | clocksource: Avoid clocksource watchdog circular locking dependency | Martin Schwidefsky | 2009-08-19 |
| * | clocksource: Protect the watchdog rating changes with clocksource_mutex | Thomas Gleixner | 2009-08-19 |
| * | clocksource: Call clocksource_change_rating() outside of watchdog_lock | Thomas Gleixner | 2009-08-15 |
| * | timekeeping: Introduce read_boot_clock | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Increase granularity of read_persistent_clock() | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Update clocksource with stop_machine | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Add timekeeper read_clock helper functions | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Move NTP adjusted clock multiplier to struct timekeeper | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Introduce struct timekeeper | Martin Schwidefsky | 2009-08-15 |
| * | clocksource: Move watchdog downgrade to a work queue thread | Martin Schwidefsky | 2009-08-15 |
| * | clocksource: Refactor clocksource watchdog | Martin Schwidefsky | 2009-08-15 |
| * | clocksource: Simplify clocksource watchdog resume logic | Martin Schwidefsky | 2009-08-15 |
| * | clocksource: Delay clocksource watchdog highres enablement | Martin Schwidefsky | 2009-08-15 |
| * | clocksource: Cleanup clocksource selection | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Move reset of cycle_last for tsc clocksource to tsc | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Remove clocksource inline functions | Martin Schwidefsky | 2009-08-15 |
| * | timekeeping: Introduce timekeeping_leap_insert | John Stultz | 2009-08-15 |
| * | Merge branch 'linus' into timers/core | Thomas Gleixner | 2009-08-14 |
| |\ |
|
| * | | timers: Cache __next_timer_interrupt result | Martin Schwidefsky | 2009-08-04 |
| * | | hrtimer: Remove cb_entry from struct hrtimer | Peter Zijlstra | 2009-07-22 |
| * | | timekeeping: Move ktime_get() functions to timekeeping.c | Thomas Gleixner | 2009-07-07 |
| * | | timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y | Martin Schwidefsky | 2009-07-07 |
* | | | pty_write: don't do a tty_wakeup() when the buffers are full | Linus Torvalds | 2009-09-18 |
* | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-18 |
|\ \ \ |
|
| * | | | x86, mce: Fix compilation with !CONFIG_DEBUG_FS in mce-severity.c | Andi Kleen | 2009-09-14 |
| * | | | x86, mce: CE in last bank prevents panic by unknown MCE | Hidetoshi Seto | 2009-08-26 |
| * | | | x86, mce: Fake panic support for MCE testing | Huang Ying | 2009-08-10 |
| * | | | x86, mce: Move debugfs mce dir creating to mce.c | Huang Ying | 2009-08-10 |
| * | | | x86, mce: Support specifying raise mode for software MCE injection | Huang Ying | 2009-08-10 |
| * | | | x86, mce: Support specifying context for software mce injection | Huang Ying | 2009-08-10 |
| * | | | x86, mce: fix reporting of Thermal Monitoring mechanism enabled | Bartlomiej Zolnierkiewicz | 2009-07-29 |
| * | | | x86, mce: remove never executed code | Bartlomiej Zolnierkiewicz | 2009-07-29 |
| * | | | x86, mce: add missing __cpuinit tags | Bartlomiej Zolnierkiewicz | 2009-07-29 |
| * | | | x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCE | Bartlomiej Zolnierkiewicz | 2009-07-29 |
| * | | | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs | Bartlomiej Zolnierkiewicz | 2009-07-29 |
| * | | | x86: mce: Lower maximum number of banks to architecture limit | Andi Kleen | 2009-07-09 |