aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21timers/x86/hpet: Type adjustmentsJan Beulich1-15/+14
2015-09-01Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-74/+124
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-07-30x86/hpet: Migrate to new set_state interfaceViresh Kumar1-74/+124
2015-07-13x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu1-2/+2
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski1-2/+2
2015-06-21x86/hpet: Use proper hpet device number for MSI allocationThomas Gleixner1-5/+6
2015-06-20x86/hpet: Check for irq==0 when allocating hpet MSI interruptsJiang Liu1-1/+1
2015-04-24x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu1-1/+1
2015-04-24x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsJiang Liu1-43/+14
2015-04-24x86/hpet: Use new irqdomain interfaces to allocate/free IRQJiang Liu1-3/+5
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-1/+1
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-3/+0
2014-05-21Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin1-1/+1
2014-05-16x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner1-3/+2
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang1-1/+1
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski1-3/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+3
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-25x86: hpet: Use proper destructor for delayed workThomas Gleixner1-1/+1
2014-03-20x86, hpet: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+3
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold1-2/+0
2014-03-04x86: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel1-1/+1
2012-11-02x86: hpet: Fix masking of MSI interruptsJan Beulich1-2/+2
2012-05-25x86: hpet: Fix copy-and-paste mistake in earlier changeJan Beulich1-1/+1
2012-05-07x86: Allow multiple values to be specified with "hpet="Jan Beulich1-1/+6
2012-05-07x86: Clear HPET configuration registers on startupJan Beulich1-8/+51
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+0
2011-12-08x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf1-7/+14
2011-12-05x86: Replace the EVT_TO_HPET_DEV() macro with an inline functionFerenc Wagner1-2/+5
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+2
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski1-8/+1
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski1-1/+1
2011-06-09x86: i8253: Consolidate definitions of global_clock_eventRalf Baechle1-0/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-06-05x86-64: Map the HPET NXAndy Lutomirski1-1/+1
2011-05-19x86: hpet: Cleanup the clockevents init and register codeThomas Gleixner1-56/+16
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner1-1/+1
2010-12-13x86: HPET: Chose a paranoid safe value for the ETIME checkThomas Gleixner1-10/+16
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton1-1/+1
2010-10-22Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+21
2010-10-12x86: ioapic/hpet: Convert to new chip functionsThomas Gleixner1-10/+6
2010-09-30x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner1-1/+1