aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-19/+19
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-37/+60
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-21clockevents: remove sysdev.hKay Sievers1-1/+0
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+9
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar5-15/+144
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers1-18/+19
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-7/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-12/+13
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-36/+57
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-3/+3
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha1-0/+9
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+4
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-5/+5
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-11-29clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGRPaul Bolle1-1/+1
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+139
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz1-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee1-1/+1
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/coreIngo Molnar2-10/+55
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz2-10/+55
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz1-1/+80
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-213/+364
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex1-6/+0
2011-09-14alarmtimers: Fix error handlingThomas Gleixner1-10/+31
2011-09-13locking, timer_stats: Annotate table_lock as rawThomas Gleixner1-3/+3
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner1-20/+18
2011-09-08clockevents: Add direct ktime programming functionMartin Schwidefsky1-0/+4
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky6-93/+121
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens1-5/+1
2011-09-08nohz: Make idle/iowait counter update conditionalMichal Hocko1-6/+35
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko1-4/+4
2011-08-10alarmtimers: Rework RTC device selection using class interfaceJohn Stultz1-38/+40
2011-08-10alarmtimers: Add try_to_cancel functionalityJohn Stultz1-6/+37
2011-08-10alarmtimers: Add more refined alarm state trackingJohn Stultz1-7/+14
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz1-16/+14
2011-08-10alarmtimers: Remove interval cap limit hackJohn Stultz1-9/+0
2011-08-10alarmtimers: Add alarm_forward functionalityJohn Stultz1-1/+36
2011-08-10alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz1-7/+13
2011-08-10alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz1-4/+9
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz1-0/+9
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz1-0/+2