aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala2009-10-071-2/+7
* const: constify remaining file_operationsAlexey Dobriyan2009-10-012-2/+2
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-261-4/+0
|\
| * clocksource: Resume clocksource without taking the clocksource mutexMartin Schwidefsky2009-09-241-4/+0
* | time: add function to convert between calendar time and broken-down time for ...Zhaolei2009-09-242-1/+128
|/
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-184-365/+712
|\
| * clocksource: Delay clocksource down rating to late bootThomas Gleixner2009-09-141-10/+18
| * clocksource: clocksource_select must be called with mutex lockedThomas Gleixner2009-09-141-0/+2
| * clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crashMartin Schwidefsky2009-09-111-2/+3
| * clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner2009-08-281-3/+30
| * timekeeping: Fix invalid getboottime() valueHiroshi Shimamoto2009-08-251-2/+4
| * time: Introduce CLOCK_REALTIME_COARSEjohn stultz2009-08-211-0/+21
| * clocksource: Avoid clocksource watchdog circular locking dependencyMartin Schwidefsky2009-08-191-3/+16
| * clocksource: Protect the watchdog rating changes with clocksource_mutexThomas Gleixner2009-08-191-5/+13
| * clocksource: Call clocksource_change_rating() outside of watchdog_lockThomas Gleixner2009-08-151-2/+9
| * timekeeping: Introduce read_boot_clockMartin Schwidefsky2009-08-151-2/+22
| * timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-23/+29
| * timekeeping: Update clocksource with stop_machineMartin Schwidefsky2009-08-152-83/+70
| * timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky2009-08-151-53/+38
| * timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky2009-08-151-29/+24
| * timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky2009-08-151-14/+19
| * timekeeping: Introduce struct timekeeperMartin Schwidefsky2009-08-152-81/+160
| * clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky2009-08-151-17/+39
| * 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-153-86/+58
| * timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky2009-08-151-1/+0
| * timekeeping: Remove clocksource inline functionsMartin Schwidefsky2009-08-151-13/+28
| * timekeeping: Introduce timekeeping_leap_insertJohn Stultz2009-08-152-5/+9
| * Merge branch 'linus' into timers/coreThomas Gleixner2009-08-142-12/+1
| |\
| * | timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner2009-07-071-2/+57
| * | timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky2009-07-071-0/+69
* | | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-192-10/+13
* | | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
| |/ |/|
* | clocksource: Prevent NULL pointer dereferenceThomas Gleixner2009-07-191-1/+1
* | hrtimer: Fix migration expiry checkThomas Gleixner2009-07-101-11/+0
|/
* timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens2009-06-241-8/+8
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-201-3/+9
|\
| * NOHZ: Properly feed cpufreq ondemand governorEero Nurkkala2009-05-271-3/+9
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-152-3/+16
|\ \
| * | timers: Logic to move non pinned timersArun R Bharadwaj2009-05-131-0/+12
| * | timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-3/+4
* | | Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-152-1/+3
|\ \ \
| * | | clockevent: export register_device and delta2nsMagnus Damm2009-05-021-0/+2
| * | | clockevents: tick_broadcast_device can become staticDmitri Vorobiev2009-05-021-1/+1
| |/ /
* | | Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-152-1/+36
|\ \ \
| * | | clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner2009-06-132-8/+27
| * | | clocksource: sanity check sysfs clocksource changesjohn stultz2009-06-111-1/+17