aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-09printk(): add KERN_CONT where needed in hpet and vt codeKay Sievers1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski1-1/+1
2011-06-15drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson1-2/+23
2011-02-21ia64: convert to clocksource_register_hz/khzJohn Stultz1-5/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-26drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov1-2/+1
2010-10-26hpet: fix style problemsJaswinder Singh Rajput1-10/+10
2010-10-26hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch1-0/+15
2010-10-26hpet: unmap unused I/O spaceJiri Slaby1-0/+2
2010-09-15hpet: kill BKL, add compat_ioctlArnd Bergmann1-34/+64
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-5/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-17hpet: use for_each_set_bit()Akinobu Mita1-3/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-6/+3
2009-09-24hpet: hpet driver periodic timer setup bug fixesNils Carlson1-9/+12
2009-04-28irq: change ACPI GSI APIs to also take a device argumentYinghai Lu1-2/+2
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2009-04-02hpet: fix the possibility of insane return value of hpet_calibrate() against SMIYasunori Goto1-1/+21
2008-11-24x86: correct link to HPET timer specificationDenis V. Lunev1-1/+1
2008-11-01saner FASYNC handling on file closeAl Viro1-3/+0
2008-10-16drivers/char: use nr_irqsYinghai Lu1-1/+1
2008-10-10HPET: Remove spurious HPET busy warning message.David John1-4/+0
2008-07-31hpet: /dev/hpet - fixes and cleanup, fixDavid Brownell1-2/+4
2008-07-31hpet: /dev/hpet - fixes and cleanupDavid Brownell1-66/+24
2008-07-31Merge branch 'linus' into timers/hpetIngo Molnar1-0/+6
2008-07-25#if 0 hpet_unregister()Adrian Bunk1-0/+2
2008-06-20hpet: BKL pushdownArnd Bergmann1-0/+4
2008-06-02x86: get irq for hpet timerKevin Hao1-0/+63
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-04-04x86: revert assign IRQs to hpet timerThomas Gleixner1-44/+7
2008-01-30x86: nuke a ton of dead hpet codeThomas Gleixner1-75/+0
2008-01-30x86: assign IRQs to HPET timers, fixBalaji Rao1-0/+6
2008-01-30x86: assign IRQs to HPET timersBalaji Rao1-7/+38
2007-09-26Silent drivers/char/hpet.c build warnings on i386S.Çağlar Onur1-0/+3
2007-09-25ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0Zhao Yakui1-3/+3
2007-08-31Do not use the ia64 clocksource on non-ia64 architecturesLinus Torvalds1-0/+3
2007-07-26use CLOCKSOURCE_MASK() instead of too large constantAl Viro1-1/+1
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-1/+7
2007-07-20[IA64] Convert to generic timekeeping/clocksourceTony Luck1-31/+39
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: remove sys_sysctl support from the hpet timer driverEric W. Biederman1-2/+2
2006-12-04[PATCH] severing poll.h -> mm.hAl Viro1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-26[PATCH] Don't print virtual address in HPET initializationAndi Kleen1-2/+2
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0