aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-14x86: hpet: Mark per cpu interrupts IRQF_TIMER to prevent resume failureThomas Gleixner1-1/+2
2009-04-22x86: hpet: fix periodic mode programming on AMD 81xxAndreas Herrmann1-1/+17
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-3/+3
2009-02-22x86: hpet: stop HPET_COUNTER when programming periodic modeAndreas Herrmann1-10/+3
2009-02-22x86: hpet: provide separate functions to stop and start the counterAndreas Herrmann1-6/+16
2009-02-22x86: hpet: print HPET registers during setup (if hpet=verbose is used)Andreas Herrmann1-0/+45
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-02-13x86, hpet: fix for LS21 + HPET = boot hangjohn stultz1-0/+2
2009-02-06x86: clean up hpet timer reinitPavel Emelyanov1-2/+10
2009-02-05x86: fix hpet timer reinit for x86_64Pavel Emelyanov1-1/+1
2009-01-22debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner1-1/+2
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2008-12-16x86: make sure we really have an hpet mapping before using itJeremy Fitzhardinge1-2/+3
2008-12-16x86: enable HPET on Fujitsu u9200Janne Kulmala1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-2/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-2/+2
2008-11-25x86: fix unused variable warning in arch/x86/kernel/hpet.cIngo Molnar1-0/+2
2008-11-23x86: HPET: fix sparse warningHannes Eder1-1/+1
2008-11-10x86: HPET: enter hpet_interrupt_handler with interrupts disabledMatt Fleming1-1/+1
2008-11-10x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMPMatt Fleming1-1/+1
2008-11-10x86: HPET: convert WARN_ON to WARN_ON_ONCEMatt Fleming1-1/+1
2008-10-16hpet: clean up warningVenki Pallipadi1-22/+35
2008-10-16x86: print out irq nr for msi/ht, v3Yinghai Lu1-0/+3
2008-10-16x86: fix HPET compiler error when not using CONFIG_PCI_MSISteven Noonan1-0/+4
2008-10-16x86: using HPET in MSI mode and setting up per CPU HPET timers, fixVenki Pallipadi1-9/+19
2008-10-16x86: HPET_MSI Initialise per-cpu HPET timersvenkatesh.pallipadi@intel.com1-2/+293
2008-10-16x86: HPET_MSI Basic HPET_MSI setup code, cleanupsIngo Molnar1-25/+25
2008-10-16x86: HPET_MSI Basic HPET_MSI setup codevenkatesh.pallipadi@intel.com1-0/+54
2008-10-16x86: HPET_MSI Refactor code in preparation for HPET_MSIvenkatesh.pallipadi@intel.com1-15/+27
2008-09-14Merge commit 'v2.6.27-rc6' into timers/hpetIngo Molnar1-6/+37
2008-09-06x86: HPET: read back compare register before reading counterThomas Gleixner1-0/+7
2008-09-06x86: HPET fix moronic 32/64bit thinkoThomas Gleixner1-4/+4
2008-09-05HPET: make minimum reprogramming delta usefulThomas Gleixner1-2/+2
2008-08-14x86: hpet: workaround SB700 BIOSThomas Gleixner1-0/+24
2008-07-31hpet: /dev/hpet - fixes and cleanupDavid Brownell1-1/+5
2008-07-24rtc-cmos: avoid spurious irqsDavid Brownell1-3/+7
2008-07-14x86: make 64bit hpet_set_mapping to use ioremap too, v2Yinghai Lu1-16/+4
2008-05-12x86: clean up computation of HPET .mult variablesCarlos R. Mafra1-25/+18
2008-04-30hpet: fixIngo Molnar1-2/+3
2008-04-26x86: cleanup div_sc() usageAkinobu Mita1-1/+1
2008-04-04x86: revert assign IRQs to hpet timerThomas Gleixner1-3/+6
2008-02-26x86: hpet fix docbook commentPavel Machek1-2/+2
2008-01-30rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle1-2/+0
2008-01-30x86, rtc: make CONFIG_HPET_EMULATE_RTC usable from modulesBernhard Walle1-1/+46
2008-01-30x86: remove duplicate includesLucas Woods1-1/+0
2008-01-30x86: assign IRQs to HPET timers, fixBalaji Rao1-5/+5
2008-01-30x86: assign IRQs to HPET timersBalaji Rao1-8/+5
2008-01-30time: more timer related cleanupsPavel Machek1-1/+2
2008-01-15x86: fix RTC_AIE with CONFIG_HPET_EMULATE_RTCBernhard Walle1-1/+1