aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-05-13x86: Remove pr_fmt duplicate logging prefixesJoe Perches1-3/+2
2017-08-01x86/hpet: Cure interface abuse in the resume pathThomas Gleixner1-16/+11
2017-06-20x86/hpet: Do not use smp_processor_id() in preemptible codeBorislav Petkov1-1/+1
2017-03-02x86/hpet: Prevent might sleep splat on resumeThomas Gleixner1-1/+1
2017-01-31x86/irq: Make irq activate operations symmetricThomas Gleixner1-0/+1
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-7/+7
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-2/+2
2016-09-09x86/hpet: Reduce HPET counter read contentionWaiman Long1-0/+94
2016-08-10x86/hpet: Fix /dev/rtc breakage caused by RTC cleanupArnd Bergmann1-1/+1
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-2/+1
2016-07-14x86/hpet: Convert to hotplug state machineSebastian Andrzej Siewior1-35/+34
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann1-2/+1
2016-05-16Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-04-16x86: Fix non-static inlinesDenys Vlasenko1-1/+1
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski1-1/+0
2016-03-19x86/hpet: Use proper mask to modify hotplug actionThomas Gleixner1-1/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-0/+1
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