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