aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hpet.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-13/+1
* drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson2011-06-151-2/+23
* ia64: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov2010-10-261-2/+1
* hpet: fix style problemsJaswinder Singh Rajput2010-10-261-10/+10
* hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch2010-10-261-0/+15
* hpet: unmap unused I/O spaceJiri Slaby2010-10-261-0/+2
* hpet: kill BKL, add compat_ioctlArnd Bergmann2010-09-151-34/+64
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-5/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hpet: use for_each_set_bit()Akinobu Mita2010-03-171-3/+1
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-1/+1
* sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-121-6/+3
* hpet: hpet driver periodic timer setup bug fixesNils Carlson2009-09-241-9/+12
* irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-281-2/+2
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+1
* hpet: fix the possibility of insane return value of hpet_calibrate() against SMIYasunori Goto2009-04-021-1/+21
* x86: correct link to HPET timer specificationDenis V. Lunev2008-11-241-1/+1
* saner FASYNC handling on file closeAl Viro2008-11-011-3/+0
* drivers/char: use nr_irqsYinghai Lu2008-10-161-1/+1
* HPET: Remove spurious HPET busy warning message.David John2008-10-101-4/+0
* hpet: /dev/hpet - fixes and cleanup, fixDavid Brownell2008-07-311-2/+4
* hpet: /dev/hpet - fixes and cleanupDavid Brownell2008-07-311-66/+24
* Merge branch 'linus' into timers/hpetIngo Molnar2008-07-311-0/+6
|\
| * #if 0 hpet_unregister()Adrian Bunk2008-07-251-0/+2
| * hpet: BKL pushdownArnd Bergmann2008-06-201-0/+4
* | x86: get irq for hpet timerKevin Hao2008-06-021-0/+63
|/
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-5/+5
* x86: revert assign IRQs to hpet timerThomas Gleixner2008-04-041-44/+7
* x86: nuke a ton of dead hpet codeThomas Gleixner2008-01-301-75/+0
* x86: assign IRQs to HPET timers, fixBalaji Rao2008-01-301-0/+6
* x86: assign IRQs to HPET timersBalaji Rao2008-01-301-7/+38
* Silent drivers/char/hpet.c build warnings on i386S.Çağlar Onur2007-09-261-0/+3
* ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0Zhao Yakui2007-09-251-3/+3
* Do not use the ia64 clocksource on non-ia64 architecturesLinus Torvalds2007-08-311-0/+3
* use CLOCKSOURCE_MASK() instead of too large constantAl Viro2007-07-261-1/+1
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-1/+7
* [IA64] Convert to generic timekeeping/clocksourceTony Luck2007-07-201-31/+39
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: remove sys_sysctl support from the hpet timer driverEric W. Biederman2007-02-141-2/+2
* [PATCH] severing poll.h -> mm.hAl Viro2006-12-041-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] Don't print virtual address in HPET initializationAndi Kleen2006-09-261-2/+2
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* HPET: fix ACPI memory range length handlingBjorn Helgaas2006-04-011-4/+1
* [PATCH] HPET: handle multiple ACPI EXTENDED_IRQ resourcesBjorn Helgaas2006-02-141-13/+9
* [ACPI] ACPICA 20050930Bob Moore2005-12-101-13/+13