summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* clockevents: warn once when program_event() is called with negative expiryThomas Gleixner2007-12-071-0/+5
* softlockup: fix false positives on CONFIG_NOHZThomas Gleixner2007-11-281-0/+2
* time: add ADJ_OFFSET_SS_READJohn Stultz2007-11-261-3/+6
* ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed2007-11-171-1/+1
* time: fix inconsistent function names in commentsLi Zefan2007-11-052-2/+2
* timer_list: Fix printk format stringsVegard Nossum2007-10-291-2/+4
* clockevents: unexport tick_nohz_get_sleep_lengthAdrian Bunk2007-10-291-2/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-191-0/+16
|\
| * cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown2007-10-101-0/+16
* | kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-10-191-15/+7
* | x86: C1E late detection fix. Really switch off lapic timerThomas Gleixner2007-10-171-14/+4
* | Use num_possible_cpus() instead of NR_CPUS for timer distributionjohn stultz2007-10-171-1/+1
* | kernel/time/timekeeping.c: cleanupsAdrian Bunk2007-10-171-4/+1
* | time: simplify smp_call_function_single() call sequenceAvi Kivity2007-10-171-13/+4
* | time: introduce xtime_secondsIngo Molnar2007-10-161-7/+0
* | clockevents: introduce force broadcast notifierThomas Gleixner2007-10-142-6/+24
* | clock events: allow replacement of broadcast timerVenki Pallipadi2007-10-122-9/+8
* | clockevents: fix periodic broadcast for oneshot devicesThomas Gleixner2007-10-121-2/+0
* | clockevents: Allow build w/o run-tine usage for migration purposesThomas Gleixner2007-10-123-2/+8
|/
* Fix timer_stats printout of events/secAnton Blanchard2007-10-071-2/+3
* clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner2007-09-221-16/+1
* clockevents: prevent stale tick update on offline cpuThomas Gleixner2007-09-161-0/+12
* clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner2007-09-161-7/+4
* clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner2007-09-161-1/+12
* timekeeping: Prevent time going backwards on resumeThomas Gleixner2007-09-161-0/+7
* timekeeping: access rtc outside of xtime lockThomas Gleixner2007-09-161-1/+2
* Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cTony Breeds2007-09-111-1/+1
* timer: remove clockevents_unregister_notifierMiao Xie2007-08-111-10/+0
* Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2007-07-312-2/+2
* Cache xtime every call to update_wall_timejohn stultz2007-07-251-3/+23
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-251-0/+16
* NTP: move the cmos update code into ntp.cThomas Gleixner2007-07-211-3/+56
* highres: improve debug outputIngo Molnar2007-07-211-1/+14
* tick management: spread timer interruptjohn stultz2007-07-211-1/+6
* clockevents: fix device replacementThomas Gleixner2007-07-211-1/+28
* clockevents: fix resume logicThomas Gleixner2007-07-212-8/+14
* Pull ia64-clocksource into release branchTony Luck2007-07-202-14/+0
|\
| * [IA64] remove time interpolatorBob Picco2007-07-202-14/+0
* | timekeeping: fixup shadow variable argumentThomas Gleixner2007-07-191-2/+2
|/
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-172-2/+2
* Remove capability.h from mm.hAlexey Dobriyan2007-07-161-1/+1
* Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi2007-07-161-3/+11
* Remove clockevents_{release,request}_deviceAndi Kleen2007-07-161-41/+0
* Introduce boot based timeTomas Janousek2007-07-161-0/+37
* NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner2007-07-031-2/+0
* timer stats: speedupsIngo Molnar2007-06-011-1/+6
* timer statistics: fix raceBjorn Steinbrink2007-06-011-16/+21
* NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner2007-05-291-1/+15
* NOHZ: Rate limit the local softirq pending warning outputThomas Gleixner2007-05-231-3/+9
* Ignore bogus ACPI info for offline CPUsThomas Gleixner2007-05-231-5/+12