aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-01tick-sched: add more debug informationThomas Gleixner2-0/+4
2008-02-01timekeeping: update xtime_cache when time(zone) changesThomas Gleixner1-2/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi1-22/+48
2008-01-30NTP: correct inconsistent ntp interval/tick_length usagejohn stultz1-2/+4
2008-01-30x86: make clockevents more robustIngo Molnar1-0/+13
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner1-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen1-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar1-1/+1
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven1-17/+5
2008-01-30timer: clean up tick-broadcast.cThomas Gleixner2-7/+2
2008-01-30time: more timer related cleanupsPavel Machek2-2/+2
2008-01-30time: timer cleanupsPavel Machek1-2/+2
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra1-8/+0
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra1-0/+5
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2-2/+2
2007-12-18clockevents: fix reprogramming decision in oneshot broadcastThomas Gleixner1-35/+21
2007-12-07clockevents: warn once when program_event() is called with negative expiryThomas Gleixner1-0/+5
2007-11-28softlockup: fix false positives on CONFIG_NOHZThomas Gleixner1-0/+2
2007-11-26time: add ADJ_OFFSET_SS_READJohn Stultz1-3/+6
2007-11-17ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed1-1/+1
2007-11-05time: fix inconsistent function names in commentsLi Zefan2-2/+2
2007-10-29timer_list: Fix printk format stringsVegard Nossum1-2/+4
2007-10-29clockevents: unexport tick_nohz_get_sleep_lengthAdrian Bunk1-2/+0
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+16
2007-10-19kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-15/+7
2007-10-17x86: C1E late detection fix. Really switch off lapic timerThomas Gleixner1-14/+4
2007-10-17Use num_possible_cpus() instead of NR_CPUS for timer distributionjohn stultz1-1/+1
2007-10-17kernel/time/timekeeping.c: cleanupsAdrian Bunk1-4/+1
2007-10-17time: simplify smp_call_function_single() call sequenceAvi Kivity1-13/+4
2007-10-16time: introduce xtime_secondsIngo Molnar1-7/+0
2007-10-14clockevents: introduce force broadcast notifierThomas Gleixner2-6/+24
2007-10-12clock events: allow replacement of broadcast timerVenki Pallipadi2-9/+8
2007-10-12clockevents: fix periodic broadcast for oneshot devicesThomas Gleixner1-2/+0
2007-10-12clockevents: Allow build w/o run-tine usage for migration purposesThomas Gleixner3-2/+8
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-0/+16
2007-10-07Fix timer_stats printout of events/secAnton Blanchard1-2/+3
2007-09-22clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner1-16/+1
2007-09-16clockevents: prevent stale tick update on offline cpuThomas Gleixner1-0/+12
2007-09-16clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner1-7/+4
2007-09-16clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner1-1/+12
2007-09-16timekeeping: Prevent time going backwards on resumeThomas Gleixner1-0/+7
2007-09-16timekeeping: access rtc outside of xtime lockThomas Gleixner1-1/+2
2007-09-11Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cTony Breeds1-1/+1
2007-08-11timer: remove clockevents_unregister_notifierMiao Xie1-10/+0
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2-2/+2
2007-07-25Cache xtime every call to update_wall_timejohn stultz1-3/+23
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-0/+16
2007-07-21NTP: move the cmos update code into ntp.cThomas Gleixner1-3/+56
2007-07-21highres: improve debug outputIngo Molnar1-1/+14
2007-07-21tick management: spread timer interruptjohn stultz1-1/+6