aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-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
2007-12-03x86: disable hpet on shutdownOGAWA Hirofumi1-0/+14
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-20spelling fixes: arch/i386/Simon Arlott1-1/+1
2007-10-19x86: add force_hpet boot optionThomas Gleixner1-0/+3
2007-10-12x86: HPET force enable for ICH5Venki Pallipadi1-1/+1
2007-10-12x86: HPET try to activate force detected hpetVenki Pallipadi1-2/+25