aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-28x86/hpet: Restructure init codeThomas Gleixner1-38/+43
2019-06-28x86/hpet: Replace printk(KERN...) with pr_...()Thomas Gleixner1-26/+19
2019-06-28x86/hpet: Simplify CPU online codeThomas Gleixner1-29/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-21x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki1-0/+2
2018-12-04x86/hpet: Remove unused FSEC_PER_NSEC defineRoland Dreier1-4/+0
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