index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
hpet.c
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-03-21
x86/hpet: Prevent potential NULL pointer dereference
Aditya Pakki
2018-12-04
x86/hpet: Remove unused FSEC_PER_NSEC define
Roland Dreier
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-13
x86: Remove pr_fmt duplicate logging prefixes
Joe Perches
2017-08-01
x86/hpet: Cure interface abuse in the resume path
Thomas Gleixner
2017-06-20
x86/hpet: Do not use smp_processor_id() in preemptible code
Borislav Petkov
2017-03-02
x86/hpet: Prevent might sleep splat on resume
Thomas Gleixner
2017-01-31
x86/irq: Make irq activate operations symmetric
Thomas Gleixner
2016-12-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-09-09
x86/hpet: Reduce HPET counter read contention
Waiman Long
2016-08-10
x86/hpet: Fix /dev/rtc breakage caused by RTC cleanup
Arnd Bergmann
2016-08-05
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2016-07-14
x86/hpet: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-06-04
char/genrtc: x86: remove remnants of asm/rtc.h
Arnd Bergmann
2016-05-16
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-04-16
x86: Fix non-static inlines
Denys Vlasenko
2016-04-13
x86/vdso: Remove direct HPET access through the vDSO
Andy Lutomirski
2016-03-19
x86/hpet: Use proper mask to modify hotplug action
Thomas Gleixner
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2015-10-21
timers/x86/hpet: Type adjustments
Jan Beulich
2015-09-01
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-09-01
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-07-30
x86/hpet: Migrate to new set_state interface
Viresh Kumar
2015-07-13
x86/irq: Use accessor irq_data_get_irq_handler_data()
Jiang Liu
2015-07-06
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
2015-07-06
x86/asm/tsc: Replace rdtscll() with native_read_tsc()
Andy Lutomirski
2015-06-21
x86/hpet: Use proper hpet device number for MSI allocation
Thomas Gleixner
2015-06-20
x86/hpet: Check for irq==0 when allocating hpet MSI interrupts
Jiang Liu
2015-04-24
x86/irq: Move irqdomain specific code into asm/irqdomain.h
Jiang Liu
2015-04-24
x86/hpet: Enhance HPET IRQ to support hierarchical irqdomains
Jiang Liu
2015-04-24
x86/hpet: Use new irqdomain interfaces to allocate/free IRQ
Jiang Liu
2015-02-12
kernel.h: remove ancient __FUNCTION__ hack
Rasmus Villemoes
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
2014-05-21
Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso
H. Peter Anvin
2014-05-16
x86: hpet: Use irq_alloc/free_hwirq()
Thomas Gleixner
2014-05-08
x86/hpet: Make boot_hpet_disable extern
Feng Tang
2014-05-05
x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO
Andy Lutomirski
2014-04-07
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-04-02
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-04-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-03-25
x86: hpet: Use proper destructor for delayed work
Thomas Gleixner
2014-03-20
x86, hpet: Fix CPU hotplug callback registration
Srivatsa S. Bhat
2014-03-18
x86, vdso: Make vsyscall_gtod_data handling x86 generic
Stefani Seibold
2014-03-04
x86: Remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-01-28
x86, hpet: Introduce x86_msi_ops.setup_hpet_msi
Joerg Roedel
[next]