summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Make irq activate operations symmetricThomas Gleixner2017-01-311-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-7/+7
|\
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-7/+7
* | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-2/+2
|/
* x86/hpet: Reduce HPET counter read contentionWaiman Long2016-09-091-0/+94
* x86/hpet: Fix /dev/rtc breakage caused by RTC cleanupArnd Bergmann2016-08-101-1/+1
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-2/+1
|\
| * char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-041-2/+1
* | x86/hpet: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-35/+34
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-1/+1
|\
| * x86: Fix non-static inlinesDenys Vlasenko2016-04-161-1/+1
* | x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-131-1/+0
|/
* x86/hpet: Use proper mask to modify hotplug actionThomas Gleixner2016-03-191-1/+1
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-0/+1
* timers/x86/hpet: Type adjustmentsJan Beulich2015-10-211-15/+14
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-74/+124
|\
| * x86/hpet: Migrate to new set_state interfaceViresh Kumar2015-07-301-74/+124
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-2/+2
|\ \
| * | x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu2015-07-131-2/+2
| |/
* | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
* | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-2/+2
|/
* x86/hpet: Use proper hpet device number for MSI allocationThomas Gleixner2015-06-211-5/+6
* x86/hpet: Check for irq==0 when allocating hpet MSI interruptsJiang Liu2015-06-201-1/+1
* x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu2015-04-241-1/+1
* x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsJiang Liu2015-04-241-43/+14
* x86/hpet: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-3/+5
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-121-1/+1
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-3/+0
|\
| * Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-211-1/+1
| |\
| * | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-051-3/+0
* | | x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-3/+2
| |/ |/|
* | x86/hpet: Make boot_hpet_disable externFeng Tang2014-05-081-1/+1
|/
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+3
|\
| * x86, hpet: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+3
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-2/+0
|\ \
| * | x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold2014-03-181-2/+0
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-1/+1
|\ \
| * | x86: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-041-1/+1
| |/
* / x86: hpet: Use proper destructor for delayed workThomas Gleixner2014-03-251-1/+1
|/
* x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-281-1/+1
* x86: hpet: Fix masking of MSI interruptsJan Beulich2012-11-021-2/+2
* x86: hpet: Fix copy-and-paste mistake in earlier changeJan Beulich2012-05-251-1/+1
* x86: Allow multiple values to be specified with "hpet="Jan Beulich2012-05-071-1/+6
* x86: Clear HPET configuration registers on startupJan Beulich2012-05-071-8/+51
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+0
|\
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-1/+0
| |\
| | * driver-core: remove sysdev.h usage.Kay Sievers2011-12-211-1/+0
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-061-2/+5
|\ \ \ | |/ / |/| |
| * | x86: Replace the EVT_TO_HPET_DEV() macro with an inline functionFerenc Wagner2011-12-051-2/+5
| |/
* / x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf2011-12-081-7/+14
|/