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