Age | Commit message (Expand) | Author |
2010-07-23 | x86: Do not try to disable hpet if it hasn't been initialized before | Stefano Stabellini |
2010-04-28 | x86, hpet: Restrict read back to affected ATI chipsets | Thomas Gleixner |
2010-04-07 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-04-01 | x86, hpet: Fix bug in RTC emulation | Alok Kataria |
2010-04-01 | x86, hpet: Erratum workaround for read after write of HPET comparator | Pallipadi, Venkatesh |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-02-05 | clocksource: add argument to resume callback | Magnus Damm |
2010-01-23 | x86: Disable HPET MSI on ATI SB700/SB800 | Pallipadi, Venkatesh |
2009-11-27 | x86: hpet: Make WARN_ON understandable | Thomas Gleixner |
2009-08-27 | x86: arch specific support for remapping HPET MSIs | Suresh Siddha |
2009-08-21 | x86, hpet: Simplify the HPET code | Jan Beulich |
2009-08-12 | x86, hpet: Disable per-cpu hpet timer if ARAT is supported | Shaohua Li |
2009-06-14 | x86: hpet: Mark per cpu interrupts IRQF_TIMER to prevent resume failure | Thomas Gleixner |
2009-04-22 | x86: hpet: fix periodic mode programming on AMD 81xx | Andreas Herrmann |
2009-04-21 | clocksource: pass clocksource to read() callback | Magnus Damm |
2009-02-22 | x86: hpet: stop HPET_COUNTER when programming periodic mode | Andreas Herrmann |
2009-02-22 | x86: hpet: provide separate functions to stop and start the counter | Andreas Herrmann |
2009-02-22 | x86: hpet: print HPET registers during setup (if hpet=verbose is used) | Andreas Herrmann |
2009-02-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2009-02-13 | x86, hpet: fix for LS21 + HPET = boot hang | john stultz |
2009-02-06 | x86: clean up hpet timer reinit | Pavel Emelyanov |
2009-02-05 | x86: fix hpet timer reinit for x86_64 | Pavel Emelyanov |
2009-01-22 | debugobjects: add and use INIT_WORK_ON_STACK | Thomas Gleixner |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2008-12-30 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2008-12-16 | x86: make sure we really have an hpet mapping before using it | Jeremy Fitzhardinge |
2008-12-16 | x86: enable HPET on Fujitsu u9200 | Janne Kulmala |
2008-12-13 | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell |
2008-11-25 | x86: fix unused variable warning in arch/x86/kernel/hpet.c | Ingo Molnar |
2008-11-23 | x86: HPET: fix sparse warning | Hannes Eder |
2008-11-10 | x86: HPET: enter hpet_interrupt_handler with interrupts disabled | Matt Fleming |
2008-11-10 | x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMP | Matt Fleming |
2008-11-10 | x86: HPET: convert WARN_ON to WARN_ON_ONCE | Matt Fleming |
2008-10-16 | hpet: clean up warning | Venki Pallipadi |
2008-10-16 | x86: print out irq nr for msi/ht, v3 | Yinghai Lu |
2008-10-16 | x86: fix HPET compiler error when not using CONFIG_PCI_MSI | Steven Noonan |
2008-10-16 | x86: using HPET in MSI mode and setting up per CPU HPET timers, fix | Venki Pallipadi |
2008-10-16 | x86: HPET_MSI Initialise per-cpu HPET timers | venkatesh.pallipadi@intel.com |
2008-10-16 | x86: HPET_MSI Basic HPET_MSI setup code, cleanups | Ingo Molnar |
2008-10-16 | x86: HPET_MSI Basic HPET_MSI setup code | venkatesh.pallipadi@intel.com |
2008-10-16 | x86: HPET_MSI Refactor code in preparation for HPET_MSI | venkatesh.pallipadi@intel.com |
2008-09-14 | Merge commit 'v2.6.27-rc6' into timers/hpet | Ingo Molnar |
2008-09-06 | x86: HPET: read back compare register before reading counter | Thomas Gleixner |
2008-09-06 | x86: HPET fix moronic 32/64bit thinko | Thomas Gleixner |
2008-09-05 | HPET: make minimum reprogramming delta useful | Thomas Gleixner |
2008-08-14 | x86: hpet: workaround SB700 BIOS | Thomas Gleixner |
2008-07-31 | hpet: /dev/hpet - fixes and cleanup | David Brownell |
2008-07-24 | rtc-cmos: avoid spurious irqs | David Brownell |
2008-07-14 | x86: make 64bit hpet_set_mapping to use ioremap too, v2 | Yinghai Lu |