index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
hpet.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-06-28
x86/hpet: Restructure init code
Thomas Gleixner
1
-38
/
+43
2019-06-28
x86/hpet: Replace printk(KERN...) with pr_...()
Thomas Gleixner
1
-26
/
+19
2019-06-28
x86/hpet: Simplify CPU online code
Thomas Gleixner
1
-29
/
+2
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-03-21
x86/hpet: Prevent potential NULL pointer dereference
Aditya Pakki
1
-0
/
+2
2018-12-04
x86/hpet: Remove unused FSEC_PER_NSEC define
Roland Dreier
1
-4
/
+0
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
1
-0
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2018-05-13
x86: Remove pr_fmt duplicate logging prefixes
Joe Perches
1
-3
/
+2
2017-08-01
x86/hpet: Cure interface abuse in the resume path
Thomas Gleixner
1
-16
/
+11
2017-06-20
x86/hpet: Do not use smp_processor_id() in preemptible code
Borislav Petkov
1
-1
/
+1
2017-03-02
x86/hpet: Prevent might sleep splat on resume
Thomas Gleixner
1
-1
/
+1
2017-01-31
x86/irq: Make irq activate operations symmetric
Thomas Gleixner
1
-0
/
+1
2016-12-26
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+7
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-7
/
+7
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
1
-2
/
+2
2016-09-09
x86/hpet: Reduce HPET counter read contention
Waiman Long
1
-0
/
+94
2016-08-10
x86/hpet: Fix /dev/rtc breakage caused by RTC cleanup
Arnd Bergmann
1
-1
/
+1
2016-08-05
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-2
/
+1
2016-07-14
x86/hpet: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-35
/
+34
2016-06-04
char/genrtc: x86: remove remnants of asm/rtc.h
Arnd Bergmann
1
-2
/
+1
2016-05-17
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
[next]