index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
hpet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clocksource: Verify HPET and PMTMR when TSC unverified
Paul E. McKenney
2023-02-02
1
-0
/
+2
*
rtc: Check return value from mc146818_get_time()
Mateusz Jończyk
2021-12-16
1
-2
/
+6
*
x86/hpet: Use another crystalball to evaluate HPET usability
Thomas Gleixner
2021-10-01
1
-0
/
+81
*
x86/msi: Force affinity setup before startup
Thomas Gleixner
2021-08-10
1
-1
/
+1
*
x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomain
David Woodhouse
2020-10-28
1
-10
/
+14
*
x86/hpet: Move MSI support into hpet.c
David Woodhouse
2020-10-28
1
-6
/
+112
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
*
x86/hpet: Undo the early counter is counting check
Thomas Gleixner
2019-07-25
1
-4
/
+8
*
x86/hpet: Use channel for legacy clockevent storage
Thomas Gleixner
2019-06-28
1
-8
/
+3
*
x86/hpet: Use common init for legacy clockevent
Thomas Gleixner
2019-06-28
1
-33
/
+54
*
x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent()
Thomas Gleixner
2019-06-28
1
-13
/
+20
*
x86/hpet: Consolidate clockevent functions
Thomas Gleixner
2019-06-28
1
-67
/
+25
*
x86/hpet: Wrap legacy clockevent in hpet_channel
Thomas Gleixner
2019-06-28
1
-22
/
+27
*
x86/hpet: Use cached info instead of extra flags
Thomas Gleixner
2019-06-28
1
-53
/
+23
*
x86/hpet: Move clockevents into channels
Thomas Gleixner
2019-06-28
1
-80
/
+59
*
x86/hpet: Rename variables to prepare for switching to channels
Ingo Molnar
2019-06-28
1
-62
/
+62
*
x86/hpet: Add function to select a /dev/hpet channel
Thomas Gleixner
2019-06-28
1
-0
/
+17
*
x86/hpet: Add mode information to struct hpet_channel
Thomas Gleixner
2019-06-28
1
-0
/
+11
*
x86/hpet: Use cached channel data
Thomas Gleixner
2019-06-28
1
-25
/
+16
*
x86/hpet: Introduce struct hpet_base and struct hpet_channel
Thomas Gleixner
2019-06-28
1
-34
/
+48
*
x86/hpet: Coding style cleanup
Ingo Molnar
2019-06-28
1
-17
/
+26
*
x86/hpet: Clean up comments
Ingo Molnar
2019-06-28
1
-18
/
+23
*
x86/hpet: Make naming consistent
Ingo Molnar
2019-06-28
1
-10
/
+10
*
x86/hpet: Remove not required includes
Ingo Molnar
2019-06-28
1
-11
/
+1
*
x86/hpet: Decapitalize and rename EVT_TO_HPET_DEV
Thomas Gleixner
2019-06-28
1
-17
/
+10
*
x86/hpet: Simplify counter validation
Thomas Gleixner
2019-06-28
1
-6
/
+4
*
x86/hpet: Separate counter check out of clocksource register code
Thomas Gleixner
2019-06-28
1
-34
/
+31
*
x86/hpet: Shuffle code around for readability sake
Thomas Gleixner
2019-06-28
1
-40
/
+41
*
x86/hpet: Move static and global variables to one place
Thomas Gleixner
2019-06-28
1
-28
/
+22
*
x86/hpet: Sanitize stub functions
Thomas Gleixner
2019-06-28
1
-9
/
+3
*
x86/hpet: Mark init functions __init
Thomas Gleixner
2019-06-28
1
-3
/
+3
*
x86/hpet: Remove the unused hpet_msi_read() function
Thomas Gleixner
2019-06-28
1
-7
/
+0
*
x86/hpet: Remove unused parameter from hpet_next_event()
Thomas Gleixner
2019-06-28
1
-5
/
+5
*
x86/hpet: Remove pointless x86-64 specific #include
Thomas Gleixner
2019-06-28
1
-4
/
+0
*
x86/hpet: Restructure init code
Thomas Gleixner
2019-06-28
1
-38
/
+43
*
x86/hpet: Replace printk(KERN...) with pr_...()
Thomas Gleixner
2019-06-28
1
-26
/
+19
*
x86/hpet: Simplify CPU online code
Thomas Gleixner
2019-06-28
1
-29
/
+2
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
x86/hpet: Prevent potential NULL pointer dereference
Aditya Pakki
2019-03-21
1
-0
/
+2
*
x86/hpet: Remove unused FSEC_PER_NSEC define
Roland Dreier
2018-12-04
1
-4
/
+0
*
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-08-05
1
-0
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+2
*
x86: Remove pr_fmt duplicate logging prefixes
Joe Perches
2018-05-13
1
-3
/
+2
*
x86/hpet: Cure interface abuse in the resume path
Thomas Gleixner
2017-08-01
1
-16
/
+11
*
x86/hpet: Do not use smp_processor_id() in preemptible code
Borislav Petkov
2017-06-20
1
-1
/
+1
*
x86/hpet: Prevent might sleep splat on resume
Thomas Gleixner
2017-03-02
1
-1
/
+1
*
x86/irq: Make irq activate operations symmetric
Thomas Gleixner
2017-01-31
1
-0
/
+1
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-12-25
1
-7
/
+7
|
\
|
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-7
/
+7
[next]