index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
hpet.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-01-30
Merge tag 'rtc-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
1
-6
/
+0
2025-01-21
Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-8
/
+0
2025-01-15
x86/apic: Convert to IRQCHIP_MOVE_DEFERRED
Thomas Gleixner
1
-8
/
+0
2025-01-13
rtc: Remove hpet_rtc_dropped_irq()
Dr. David Alan Gilbert
1
-6
/
+0
2024-12-18
x86/cpu: Make all all CPUID leaf names consistent
Dave Hansen
1
-1
/
+1
2024-12-18
x86/cpu: Remove unnecessary MwAIT leaf checks
Dave Hansen
1
-3
/
+0
2024-12-18
x86/cpu: Move MWAIT leaf definition to common header
Dave Hansen
1
-0
/
+1
2024-02-25
x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain search
Thomas Gleixner
1
-1
/
+1
2024-01-18
Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
1
-1
/
+1
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-2
/
+2
2023-12-17
rtc: Add support for configuring the UIP timeout for RTC reads
Mario Limonciello
1
-1
/
+1
2023-10-12
x86/msi: Fix compile error caused by CONFIG_GENERIC_MSI_IRQ=y && !CONFIG_X86_LOCAL_APIC
Lu Yao
1
-2
/
+2
2023-08-24
x86/hpet: Refactor code using deprecated strncpy() interface to use strscpy()
Justin Stitt
1
-1
/
+1
2023-02-02
clocksource: Verify HPET and PMTMR when TSC unverified
Paul E. McKenney
1
-0
/
+2
2021-12-16
rtc: Check return value from mc146818_get_time()
Mateusz Jończyk
1
-2
/
+6
2021-10-01
x86/hpet: Use another crystalball to evaluate HPET usability
Thomas Gleixner
1
-0
/
+81
2021-08-10
x86/msi: Force affinity setup before startup
Thomas Gleixner
1
-1
/
+1
2020-10-28
x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomain
David Woodhouse
1
-10
/
+14
2020-10-28
x86/hpet: Move MSI support into hpet.c
David Woodhouse
1
-6
/
+112
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-07-25
x86/hpet: Undo the early counter is counting check
Thomas Gleixner
1
-4
/
+8
2019-06-28
x86/hpet: Use channel for legacy clockevent storage
Thomas Gleixner
1
-8
/
+3
2019-06-28
x86/hpet: Use common init for legacy clockevent
Thomas Gleixner
1
-33
/
+54
2019-06-28
x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent()
Thomas Gleixner
1
-13
/
+20
2019-06-28
x86/hpet: Consolidate clockevent functions
Thomas Gleixner
1
-67
/
+25
2019-06-28
x86/hpet: Wrap legacy clockevent in hpet_channel
Thomas Gleixner
1
-22
/
+27
2019-06-28
x86/hpet: Use cached info instead of extra flags
Thomas Gleixner
1
-53
/
+23
2019-06-28
x86/hpet: Move clockevents into channels
Thomas Gleixner
1
-80
/
+59
2019-06-28
x86/hpet: Rename variables to prepare for switching to channels
Ingo Molnar
1
-62
/
+62
2019-06-28
x86/hpet: Add function to select a /dev/hpet channel
Thomas Gleixner
1
-0
/
+17
2019-06-28
x86/hpet: Add mode information to struct hpet_channel
Thomas Gleixner
1
-0
/
+11
2019-06-28
x86/hpet: Use cached channel data
Thomas Gleixner
1
-25
/
+16
2019-06-28
x86/hpet: Introduce struct hpet_base and struct hpet_channel
Thomas Gleixner
1
-34
/
+48
2019-06-28
x86/hpet: Coding style cleanup
Ingo Molnar
1
-17
/
+26
2019-06-28
x86/hpet: Clean up comments
Ingo Molnar
1
-18
/
+23
2019-06-28
x86/hpet: Make naming consistent
Ingo Molnar
1
-10
/
+10
2019-06-28
x86/hpet: Remove not required includes
Ingo Molnar
1
-11
/
+1
2019-06-28
x86/hpet: Decapitalize and rename EVT_TO_HPET_DEV
Thomas Gleixner
1
-17
/
+10
2019-06-28
x86/hpet: Simplify counter validation
Thomas Gleixner
1
-6
/
+4
2019-06-28
x86/hpet: Separate counter check out of clocksource register code
Thomas Gleixner
1
-34
/
+31
2019-06-28
x86/hpet: Shuffle code around for readability sake
Thomas Gleixner
1
-40
/
+41
2019-06-28
x86/hpet: Move static and global variables to one place
Thomas Gleixner
1
-28
/
+22
2019-06-28
x86/hpet: Sanitize stub functions
Thomas Gleixner
1
-9
/
+3
2019-06-28
x86/hpet: Mark init functions __init
Thomas Gleixner
1
-3
/
+3
2019-06-28
x86/hpet: Remove the unused hpet_msi_read() function
Thomas Gleixner
1
-7
/
+0
2019-06-28
x86/hpet: Remove unused parameter from hpet_next_event()
Thomas Gleixner
1
-5
/
+5
2019-06-28
x86/hpet: Remove pointless x86-64 specific #include
Thomas Gleixner
1
-4
/
+0
[next]