aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/hpet.c
AgeCommit message (Expand)Author
2011-12-08x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski
2011-06-09x86: i8253: Consolidate definitions of global_clock_eventRalf Baechle
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle
2011-06-05x86-64: Map the HPET NXAndy Lutomirski
2011-05-19x86: hpet: Cleanup the clockevents init and register codeThomas Gleixner
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner
2010-12-13x86: HPET: Chose a paranoid safe value for the ETIME checkThomas Gleixner
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton
2010-10-22Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-12x86: ioapic/hpet: Convert to new chip functionsThomas Gleixner
2010-09-30x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner
2010-09-18x86: Hpet: Avoid the comparator readback penaltyThomas Gleixner
2010-09-15x86: hpet: Work around hardware stupidityThomas Gleixner
2010-08-12x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson
2010-07-27x86: Convert common clocksources to use clocksource_register_hz/khzJohn Stultz
2010-07-23x86: Do not try to disable hpet if it hasn't been initialized beforeStefano Stabellini
2010-04-28x86, hpet: Restrict read back to affected ATI chipsetsThomas Gleixner
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-01x86, hpet: Fix bug in RTC emulationAlok Kataria
2010-04-01x86, hpet: Erratum workaround for read after write of HPET comparatorPallipadi, Venkatesh
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-05clocksource: add argument to resume callbackMagnus Damm
2010-01-23x86: Disable HPET MSI on ATI SB700/SB800Pallipadi, Venkatesh
2009-11-27x86: hpet: Make WARN_ON understandableThomas Gleixner
2009-08-27x86: arch specific support for remapping HPET MSIsSuresh Siddha
2009-08-21x86, hpet: Simplify the HPET codeJan Beulich
2009-08-12x86, hpet: Disable per-cpu hpet timer if ARAT is supportedShaohua Li
2009-06-14x86: hpet: Mark per cpu interrupts IRQF_TIMER to prevent resume failureThomas Gleixner
2009-04-22x86: hpet: fix periodic mode programming on AMD 81xxAndreas Herrmann
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm
2009-02-22x86: hpet: stop HPET_COUNTER when programming periodic modeAndreas Herrmann
2009-02-22x86: hpet: provide separate functions to stop and start the counterAndreas Herrmann
2009-02-22x86: hpet: print HPET registers during setup (if hpet=verbose is used)Andreas Herrmann
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-02-13x86, hpet: fix for LS21 + HPET = boot hangjohn stultz
2009-02-06x86: clean up hpet timer reinitPavel Emelyanov
2009-02-05x86: fix hpet timer reinit for x86_64Pavel Emelyanov
2009-01-22debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-16x86: make sure we really have an hpet mapping before using itJeremy Fitzhardinge
2008-12-16x86: enable HPET on Fujitsu u9200Janne Kulmala
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-11-25x86: fix unused variable warning in arch/x86/kernel/hpet.cIngo Molnar
2008-11-23x86: HPET: fix sparse warningHannes Eder