Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
32e8d18683adb322c994d1a0fe02d66380991f45
/
arch
/
x86
/
kernel
/
hpet.c
39c04b5
x86: make sure we really have an hpet mapping before using it
by Jeremy Fitzhardinge
· 16 years ago
bacbe99
x86: enable HPET on Fujitsu u9200
by Janne Kulmala
· 16 years ago
5ceb1a0
x86: HPET: enter hpet_interrupt_handler with interrupts disabled
by Matt Fleming
· 16 years ago
89d77a1
x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMP
by Matt Fleming
· 16 years ago
1de5b08
x86: HPET: convert WARN_ON to WARN_ON_ONCE
by Matt Fleming
· 16 years ago
5f79f2f
hpet: clean up warning
by Venki Pallipadi
· 16 years ago
c81bba4
x86: print out irq nr for msi/ht, v3
by Yinghai Lu
· 16 years ago
ba374c9
x86: fix HPET compiler error when not using CONFIG_PCI_MSI
by Steven Noonan
· 16 years ago
f0ed4e6
x86: using HPET in MSI mode and setting up per CPU HPET timers, fix
by Venki Pallipadi
· 16 years ago
26afe5f
x86: HPET_MSI Initialise per-cpu HPET timers
by venkatesh.pallipadi@intel.com
· 16 years ago
4588c1f
x86: HPET_MSI Basic HPET_MSI setup code, cleanups
by Ingo Molnar
· 16 years ago
58ac1e7
x86: HPET_MSI Basic HPET_MSI setup code
by venkatesh.pallipadi@intel.com
· 16 years ago
b40d575
x86: HPET_MSI Refactor code in preparation for HPET_MSI
by venkatesh.pallipadi@intel.com
· 16 years ago
83bd699
Merge commit 'v2.6.27-rc6' into timers/hpet
by Ingo Molnar
· 16 years ago
72d43d9
x86: HPET: read back compare register before reading counter
by Thomas Gleixner
· 16 years ago
f767625
x86: HPET fix moronic 32/64bit thinko
by Thomas Gleixner
· 16 years ago
7cfb0435
HPET: make minimum reprogramming delta useful
by Thomas Gleixner
· 16 years ago
a6825f1
x86: hpet: workaround SB700 BIOS
by Thomas Gleixner
· 16 years ago
64a76f6
hpet: /dev/hpet - fixes and cleanup
by David Brownell
· 16 years ago
7e2a31d
rtc-cmos: avoid spurious irqs
by David Brownell
· 16 years ago
2387ce5
x86: make 64bit hpet_set_mapping to use ioremap too, v2
by Yinghai Lu
· 17 years ago
6fd592d
x86: clean up computation of HPET .mult variables
by Carlos R. Mafra
· 17 years ago
fc3fbc4
hpet: fix
by Ingo Molnar
· 17 years ago
877084f
x86: cleanup div_sc() usage
by Akinobu Mita
· 17 years ago
5761d64
x86: revert assign IRQs to hpet timer
by Thomas Gleixner
· 17 years ago
b02a7f2
x86: hpet fix docbook comment
by Pavel Machek
· 17 years ago
f8f7648
rtc: use the IRQ callback interface in (old) RTC driver
by Bernhard Walle
· 17 years ago
1bdbdaa
x86, rtc: make CONFIG_HPET_EMULATE_RTC usable from modules
by Bernhard Walle
· 17 years ago
201c199
x86: remove duplicate includes
by Lucas Woods
· 17 years ago
37a47db8
x86: assign IRQs to HPET timers, fix
by Balaji Rao
· 17 years ago
e3f37a5
x86: assign IRQs to HPET timers
by Balaji Rao
· 17 years ago
b10db7f
time: more timer related cleanups
by Pavel Machek
· 17 years ago
8ee291f
x86: fix RTC_AIE with CONFIG_HPET_EMULATE_RTC
by Bernhard Walle
· 17 years ago
c86c7fb
x86: disable hpet on shutdown
by OGAWA Hirofumi
· 17 years ago
c00046c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 17 years ago
27b46d7
spelling fixes: arch/i386/
by Simon Arlott
· 17 years ago
b17530b
x86: add force_hpet boot option
by Thomas Gleixner
· 17 years ago
bfe0c1c
x86: HPET force enable for ICH5
by Venki Pallipadi
· 17 years ago
59c69f2
x86: HPET try to activate force detected hpet
by Venki Pallipadi
· 17 years ago
610bf2f
x86: HPET restructure hpet code for hpet force enable
by Venki Pallipadi
· 17 years ago
31c435d
i386/x8664: cleanup the shared hpet code
by Chris Wright
· 17 years ago
9f75e9b
x86_64: remove now unused code
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86/kernel/hpet_32.c]
2876914
i386: prepare sharing the hpet code with x86_64
by Thomas Gleixner
· 17 years ago
06a24de
i386: prepare sharing the hpet code with x86_64
by Thomas Gleixner
· 17 years ago
9a163ed
i386: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/hpet_32.c]
ae47fd4
i386: prepare shared kernel/hpet.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/hpet.c]
43d6ca0
i386: hpet assumes boot cpu is 0
by Chris Wright
· 17 years ago
075bcd1
i386: HPET, check if the counter works
by Thomas Gleixner
· 17 years ago
0655d7c
x86: share hpet.h with i386
by Thomas Gleixner
· 17 years ago
18de5bc
clockevents: fix resume logic
by Thomas Gleixner
· 17 years ago
399afa4
[PATCH] Add suspend/resume for HPET
by Maxim Levitsky
· 18 years ago
c7f6d15
[PATCH] i386: Fix bogus return value in hpet_next_event()
by Thomas Gleixner
· 18 years ago
6bb74df
[PATCH] clocksource init adjustments (fix bug #7426)
by john stultz
· 18 years ago
e9e2cdb
[PATCH] clockevents: i386 drivers
by Thomas Gleixner
· 18 years ago
73b08d2
[PATCH] clocksource: replace is_continuous by a flag field
by Thomas Gleixner
· 18 years ago
5b71bdd
[PATCH] hpet: trivial __iomem annotations
by Al Viro
· 18 years ago
fa5cecd
[PATCH] i386: add missing iounmap in i386 hpet clocksource code
by Amol Lad
· 18 years ago
30f3174
[PATCH] Fix faulty HPET clocksource usage (fix for bug #7062)
by john stultz
· 18 years ago
7f9f303
[PATCH] generic-time: add macro to simplify/hide mask constants
by Jim Cromie
· 19 years ago
a275254
[PATCH] time: rename clocksource functions
by john stultz
· 19 years ago
5d0cf41
[PATCH] Time: i386 Clocksource Drivers
by john stultz
· 19 years ago