aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/hpet.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-01x86/hpet: Cure interface abuse in the resume pathGravatar Thomas Gleixner 1-16/+11
2017-06-20x86/hpet: Do not use smp_processor_id() in preemptible codeGravatar Borislav Petkov 1-1/+1
2017-03-02x86/hpet: Prevent might sleep splat on resumeGravatar Thomas Gleixner 1-1/+1
2017-01-31x86/irq: Make irq activate operations symmetricGravatar Thomas Gleixner 1-0/+1
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-7/+7
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-7/+7
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-2/+2
2016-09-09x86/hpet: Reduce HPET counter read contentionGravatar Waiman Long 1-0/+94
2016-08-10x86/hpet: Fix /dev/rtc breakage caused by RTC cleanupGravatar Arnd Bergmann 1-1/+1
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-2/+1
2016-07-14x86/hpet: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-35/+34
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hGravatar Arnd Bergmann 1-2/+1
2016-05-16Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2016-04-16x86: Fix non-static inlinesGravatar Denys Vlasenko 1-1/+1
2016-04-13x86/vdso: Remove direct HPET access through the vDSOGravatar Andy Lutomirski 1-1/+0
2016-03-19x86/hpet: Use proper mask to modify hotplug actionGravatar Thomas Gleixner 1-1/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Gravatar Borislav Petkov 1-0/+1
2015-10-21timers/x86/hpet: Type adjustmentsGravatar Jan Beulich 1-15/+14
2015-09-01Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-74/+124
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2015-07-30x86/hpet: Migrate to new set_state interfaceGravatar Viresh Kumar 1-74/+124
2015-07-13x86/irq: Use accessor irq_data_get_irq_handler_data()Gravatar Jiang Liu 1-2/+2
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Gravatar Andy Lutomirski 1-2/+2
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Gravatar Andy Lutomirski 1-2/+2
2015-06-21x86/hpet: Use proper hpet device number for MSI allocationGravatar Thomas Gleixner 1-5/+6
2015-06-20x86/hpet: Check for irq==0 when allocating hpet MSI interruptsGravatar Jiang Liu 1-1/+1
2015-04-24x86/irq: Move irqdomain specific code into asm/irqdomain.hGravatar Jiang Liu 1-1/+1
2015-04-24x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsGravatar Jiang Liu 1-43/+14
2015-04-24x86/hpet: Use new irqdomain interfaces to allocate/free IRQGravatar Jiang Liu 1-3/+5
2015-02-12kernel.h: remove ancient __FUNCTION__ hackGravatar Rasmus Villemoes 1-1/+1
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Gravatar Linus Torvalds 1-3/+0
2014-05-21Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoGravatar H. Peter Anvin 1-1/+1
2014-05-16x86: hpet: Use irq_alloc/free_hwirq()Gravatar Thomas Gleixner 1-3/+2
2014-05-08x86/hpet: Make boot_hpet_disable externGravatar Feng Tang 1-1/+1
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOGravatar Andy Lutomirski 1-3/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+3
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2014-03-25x86: hpet: Use proper destructor for delayed workGravatar Thomas Gleixner 1-1/+1
2014-03-20x86, hpet: Fix CPU hotplug callback registrationGravatar Srivatsa S. Bhat 1-1/+3
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericGravatar Stefani Seibold 1-2/+0
2014-03-04x86: Remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiGravatar Joerg Roedel 1-1/+1
2012-11-02x86: hpet: Fix masking of MSI interruptsGravatar Jan Beulich 1-2/+2
2012-05-25x86: hpet: Fix copy-and-paste mistake in earlier changeGravatar Jan Beulich 1-1/+1
2012-05-07x86: Allow multiple values to be specified with "hpet="Gravatar Jan Beulich 1-1/+6
2012-05-07x86: Clear HPET configuration registers on startupGravatar Jan Beulich 1-8/+51
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 1-1/+0