summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/hpet.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2023-10-12x86/msi: Fix compile error caused by CONFIG_GENERIC_MSI_IRQ=y && !CONFIG_X86_...Lu Yao
2023-08-24x86/hpet: Refactor code using deprecated strncpy() interface to use strscpy()Justin Stitt
2023-02-02clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk
2021-10-01x86/hpet: Use another crystalball to evaluate HPET usabilityThomas Gleixner
2021-08-10x86/msi: Force affinity setup before startupThomas Gleixner
2020-10-28x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse
2020-10-28x86/hpet: Move MSI support into hpet.cDavid Woodhouse
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-07-25x86/hpet: Undo the early counter is counting checkThomas Gleixner
2019-06-28x86/hpet: Use channel for legacy clockevent storageThomas Gleixner
2019-06-28x86/hpet: Use common init for legacy clockeventThomas Gleixner
2019-06-28x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent()Thomas Gleixner
2019-06-28x86/hpet: Consolidate clockevent functionsThomas Gleixner
2019-06-28x86/hpet: Wrap legacy clockevent in hpet_channelThomas Gleixner
2019-06-28x86/hpet: Use cached info instead of extra flagsThomas Gleixner
2019-06-28x86/hpet: Move clockevents into channelsThomas Gleixner
2019-06-28x86/hpet: Rename variables to prepare for switching to channelsIngo Molnar
2019-06-28x86/hpet: Add function to select a /dev/hpet channelThomas Gleixner
2019-06-28x86/hpet: Add mode information to struct hpet_channelThomas Gleixner
2019-06-28x86/hpet: Use cached channel dataThomas Gleixner
2019-06-28x86/hpet: Introduce struct hpet_base and struct hpet_channelThomas Gleixner
2019-06-28x86/hpet: Coding style cleanupIngo Molnar
2019-06-28x86/hpet: Clean up commentsIngo Molnar
2019-06-28x86/hpet: Make naming consistentIngo Molnar
2019-06-28x86/hpet: Remove not required includesIngo Molnar
2019-06-28x86/hpet: Decapitalize and rename EVT_TO_HPET_DEVThomas Gleixner
2019-06-28x86/hpet: Simplify counter validationThomas Gleixner
2019-06-28x86/hpet: Separate counter check out of clocksource register codeThomas Gleixner
2019-06-28x86/hpet: Shuffle code around for readability sakeThomas Gleixner
2019-06-28x86/hpet: Move static and global variables to one placeThomas Gleixner
2019-06-28x86/hpet: Sanitize stub functionsThomas Gleixner
2019-06-28x86/hpet: Mark init functions __initThomas Gleixner
2019-06-28x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner
2019-06-28x86/hpet: Remove unused parameter from hpet_next_event()Thomas Gleixner
2019-06-28x86/hpet: Remove pointless x86-64 specific #includeThomas Gleixner
2019-06-28x86/hpet: Restructure init codeThomas Gleixner
2019-06-28x86/hpet: Replace printk(KERN...) with pr_...()Thomas Gleixner
2019-06-28x86/hpet: Simplify CPU online codeThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-21x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki
2018-12-04x86/hpet: Remove unused FSEC_PER_NSEC defineRoland Dreier
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-13x86: Remove pr_fmt duplicate logging prefixesJoe Perches
2017-08-01x86/hpet: Cure interface abuse in the resume pathThomas Gleixner