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
/
drivers
/
char
/
hpet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-27
drivers/char/hpet.c: fix information leak to userland
Vasiliy Kulikov
1
-2
/
+1
2010-10-27
hpet: fix style problems
Jaswinder Singh Rajput
1
-10
/
+10
2010-10-27
hpet: fix unwanted interrupt due to stale irq status bit
Clemens Ladisch
1
-0
/
+15
2010-10-27
hpet: unmap unused I/O space
Jiri Slaby
1
-0
/
+2
2010-09-15
hpet: kill BKL, add compat_ioctl
Arnd Bergmann
1
-34
/
+64
2010-05-17
drivers: Push down BKL into various drivers
Arnd Bergmann
1
-5
/
+9
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-18
hpet: use for_each_set_bit()
Akinobu Mita
1
-3
/
+1
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
1
-1
/
+1
2009-11-12
sysctl drivers: Remove dead binary sysctl support
Eric W. Biederman
1
-6
/
+3
2009-09-24
hpet: hpet driver periodic timer setup bug fixes
Nils Carlson
1
-9
/
+12
2009-04-28
irq: change ACPI GSI APIs to also take a device argument
Yinghai Lu
1
-2
/
+2
2009-04-22
clocksource: pass clocksource to read() callback
Magnus Damm
1
-1
/
+1
2009-04-03
hpet: fix the possibility of insane return value of hpet_calibrate() against SMI
Yasunori Goto
1
-1
/
+21
2008-11-24
x86: correct link to HPET timer specification
Denis V. Lunev
1
-1
/
+1
2008-11-01
saner FASYNC handling on file close
Al Viro
1
-3
/
+0
2008-10-16
drivers/char: use nr_irqs
Yinghai Lu
1
-1
/
+1
2008-10-10
HPET: Remove spurious HPET busy warning message.
David John
1
-4
/
+0
2008-08-01
hpet: /dev/hpet - fixes and cleanup, fix
David Brownell
1
-2
/
+4
2008-07-31
hpet: /dev/hpet - fixes and cleanup
David Brownell
1
-66
/
+24
2008-07-31
Merge branch 'linus' into timers/hpet
Ingo Molnar
1
-0
/
+6
2008-07-25
#if 0 hpet_unregister()
Adrian Bunk
1
-0
/
+2
2008-06-21
hpet: BKL pushdown
Arnd Bergmann
1
-0
/
+4
2008-06-02
x86: get irq for hpet timer
Kevin Hao
1
-0
/
+63
2008-04-30
drivers/char: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2008-04-04
x86: revert assign IRQs to hpet timer
Thomas Gleixner
1
-44
/
+7
2008-01-30
x86: nuke a ton of dead hpet code
Thomas Gleixner
1
-75
/
+0
2008-01-30
x86: assign IRQs to HPET timers, fix
Balaji Rao
1
-0
/
+6
2008-01-30
x86: assign IRQs to HPET timers
Balaji Rao
1
-7
/
+38
2007-09-26
Silent drivers/char/hpet.c build warnings on i386
S.Çağlar Onur
1
-0
/
+3
2007-09-26
ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0
Zhao Yakui
1
-3
/
+3
2007-09-01
Do not use the ia64 clocksource on non-ia64 architectures
Linus Torvalds
1
-0
/
+3
2007-07-26
use CLOCKSOURCE_MASK() instead of too large constant
Al Viro
1
-1
/
+1
2007-07-23
ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...
Thomas Renninger
1
-1
/
+7
2007-07-20
[IA64] Convert to generic timekeeping/clocksource
Tony Luck
1
-31
/
+39
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove sys_sysctl support from the hpet timer driver
Eric W. Biederman
1
-2
/
+2
2006-12-04
[PATCH] severing poll.h -> mm.h
Al Viro
1
-0
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-09-26
[PATCH] Don't print virtual address in HPET initialization
Andi Kleen
1
-2
/
+2
2006-07-04
[PATCH] make more file_operation structs static
Arjan van de Ven
1
-1
/
+1
2006-07-03
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-02
HPET: fix ACPI memory range length handling
Bjorn Helgaas
1
-4
/
+1
2006-02-15
[PATCH] HPET: handle multiple ACPI EXTENDED_IRQ resources
Bjorn Helgaas
1
-13
/
+9
2005-12-10
[ACPI] ACPICA 20050930
Bob Moore
1
-13
/
+13
2005-12-07
Pull release into acpica branch
Len Brown
1
-56
/
+113
2005-10-31
[PATCH] hpet: hpet driver cleanups
Randy Dunlap
1
-30
/
+35
2005-10-31
[PATCH] hpet: use HPET physical addresses for dup. detection
Randy Dunlap
1
-5
/
+15
[next]