index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hpet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-25
#if 0 hpet_unregister()
Adrian Bunk
1
-0
/
+2
2008-06-20
hpet: BKL pushdown
Arnd Bergmann
1
-0
/
+4
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-25
ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0
Zhao Yakui
1
-3
/
+3
2007-08-31
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-03
[PATCH] make more file_operation structs static
Arjan van de Ven
1
-1
/
+1
2006-07-02
[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-01
HPET: fix ACPI memory range length handling
Bjorn Helgaas
1
-4
/
+1
2006-02-14
[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-06
Pull release into acpica branch
Len Brown
1
-56
/
+113
2005-10-30
[PATCH] hpet: hpet driver cleanups
Randy Dunlap
1
-30
/
+35
2005-10-30
[PATCH] hpet: use HPET physical addresses for dup. detection
Randy Dunlap
1
-5
/
+15
2005-10-30
[PATCH] hpet: allow HPET FIXED_MEM32 resource type
Randy Dunlap
1
-0
/
+17
2005-10-30
[PATCH] hpet: simplify initialization message
Clemens Ladisch
1
-5
/
+4
2005-10-30
[PATCH] hpet: remove superfluous indirections
Clemens Ladisch
1
-2
/
+2
2005-10-30
[PATCH] hpet: fix access to multiple HPET devices
Clemens Ladisch
1
-2
/
+2
2005-10-30
[PATCH] hpet: fix uninitialized variable in hpet_register()
Clemens Ladisch
1
-0
/
+2
2005-10-30
[PATCH] hpet: fix division by zero in HPET_INFO
Clemens Ladisch
1
-2
/
+5
2005-10-30
[PATCH] hpet: fix HPET_INFO calls from kernel space
Clemens Ladisch
1
-2
/
+6
2005-10-30
[PATCH] hpet: allow shared interrupts
Clemens Ladisch
1
-7
/
+21
2005-10-30
[PATCH] hpet: allow non-power-of-two frequencies
Clemens Ladisch
1
-1
/
+1
2005-10-30
[PATCH] hpet: remove superfluous register reads
Clemens Ladisch
1
-4
/
+0
2005-10-30
[PATCH] hpet: remove unused variable
Clemens Ladisch
1
-3
/
+2
2005-10-30
[PATCH] HPET: make frequency calculations 32 bit safe
Clemens Ladisch
1
-13
/
+19
2005-10-30
[PATCH] hpet: disallow zero interrupt frequency
Clemens Ladisch
1
-1
/
+4
2005-09-22
[PATCH] Fix mmap() of /dev/hpet
Keir Fraser
1
-1
/
+0
2005-09-22
[ACPI] handle ACPICA 20050916's acpi_resource.type rename
Len Brown
1
-1
/
+1
2005-09-10
[PATCH] fix unusual placement of inline keyword in hpet
Adrian Bunk
1
-2
/
+2
2005-09-08
Merge linux-2.6 with linux-acpi-2.6
Len Brown
1
-2
/
+2
2005-09-07
[PATCH] hpet: fix drift and url
Alex Williamson
1
-2
/
+2
2005-08-05
[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3
Len Brown
1
-2
/
+6
2005-08-04
[ACPI] HPET driver now checks for acpi_register_gsi() errors
Kenji Kaneshige
1
-2
/
+6
2005-06-25
[PATCH] hpet: do_div fix
Jon Smirl
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+994