aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-01-30Merge tag 'rtc-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-6/+0
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+0
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner1-8/+0
2025-01-13rtc: Remove hpet_rtc_dropped_irq()Dr. David Alan Gilbert1-6/+0
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-1/+1
2024-12-18x86/cpu: Remove unnecessary MwAIT leaf checksDave Hansen1-3/+0
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen1-0/+1
2024-02-25x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner1-1/+1
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+1
2024-01-03arch/x86: Fix typosBjorn Helgaas1-2/+2
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+1
2023-10-12x86/msi: Fix compile error caused by CONFIG_GENERIC_MSI_IRQ=y && !CONFIG_X86_LOCAL_APICLu Yao1-2/+2
2023-08-24x86/hpet: Refactor code using deprecated strncpy() interface to use strscpy()Justin Stitt1-1/+1
2023-02-02clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney1-0/+2
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-2/+6
2021-10-01x86/hpet: Use another crystalball to evaluate HPET usabilityThomas Gleixner1-0/+81
2021-08-10x86/msi: Force affinity setup before startupThomas Gleixner1-1/+1
2020-10-28x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse1-10/+14
2020-10-28x86/hpet: Move MSI support into hpet.cDavid Woodhouse1-6/+112
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-07-25x86/hpet: Undo the early counter is counting checkThomas Gleixner1-4/+8
2019-06-28x86/hpet: Use channel for legacy clockevent storageThomas Gleixner1-8/+3
2019-06-28x86/hpet: Use common init for legacy clockeventThomas Gleixner1-33/+54
2019-06-28x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent()Thomas Gleixner1-13/+20
2019-06-28x86/hpet: Consolidate clockevent functionsThomas Gleixner1-67/+25
2019-06-28x86/hpet: Wrap legacy clockevent in hpet_channelThomas Gleixner1-22/+27
2019-06-28x86/hpet: Use cached info instead of extra flagsThomas Gleixner1-53/+23
2019-06-28x86/hpet: Move clockevents into channelsThomas Gleixner1-80/+59
2019-06-28x86/hpet: Rename variables to prepare for switching to channelsIngo Molnar1-62/+62
2019-06-28x86/hpet: Add function to select a /dev/hpet channelThomas Gleixner1-0/+17
2019-06-28x86/hpet: Add mode information to struct hpet_channelThomas Gleixner1-0/+11
2019-06-28x86/hpet: Use cached channel dataThomas Gleixner1-25/+16
2019-06-28x86/hpet: Introduce struct hpet_base and struct hpet_channelThomas Gleixner1-34/+48
2019-06-28x86/hpet: Coding style cleanupIngo Molnar1-17/+26
2019-06-28x86/hpet: Clean up commentsIngo Molnar1-18/+23
2019-06-28x86/hpet: Make naming consistentIngo Molnar1-10/+10
2019-06-28x86/hpet: Remove not required includesIngo Molnar1-11/+1
2019-06-28x86/hpet: Decapitalize and rename EVT_TO_HPET_DEVThomas Gleixner1-17/+10
2019-06-28x86/hpet: Simplify counter validationThomas Gleixner1-6/+4
2019-06-28x86/hpet: Separate counter check out of clocksource register codeThomas Gleixner1-34/+31
2019-06-28x86/hpet: Shuffle code around for readability sakeThomas Gleixner1-40/+41
2019-06-28x86/hpet: Move static and global variables to one placeThomas Gleixner1-28/+22
2019-06-28x86/hpet: Sanitize stub functionsThomas Gleixner1-9/+3
2019-06-28x86/hpet: Mark init functions __initThomas Gleixner1-3/+3
2019-06-28x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner1-7/+0
2019-06-28x86/hpet: Remove unused parameter from hpet_next_event()Thomas Gleixner1-5/+5
2019-06-28x86/hpet: Remove pointless x86-64 specific #includeThomas Gleixner1-4/+0