aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hpet.c
AgeCommit message (Expand)Author
2019-03-28char: hpet: fix a missing check of ioremapKangjie Lu
2019-02-26hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-22hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh
2018-07-03hpet: remove redundant pointer hpetColin Ian King
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-03-17hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin
2015-09-20drivers/char: make hpet.c explicitly non-modularPaul Gortmaker
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava
2013-10-16hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-26hpet: remove useless check if fixmem32 is NULLTomas Winkler
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-04-19vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki
2012-11-26drivers/char: for hpet, add count checking, and ~0UL instead of -1Chen Gang
2012-04-09printk(): add KERN_CONT where needed in hpet and vt codeKay Sievers
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski
2011-06-15drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson
2011-02-21ia64: convert to clocksource_register_hz/khzJohn Stultz
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-26drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov
2010-10-26hpet: fix style problemsJaswinder Singh Rajput
2010-10-26hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch
2010-10-26hpet: unmap unused I/O spaceJiri Slaby
2010-09-15hpet: kill BKL, add compat_ioctlArnd Bergmann
2010-05-17drivers: Push down BKL into various driversArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-17hpet: use for_each_set_bit()Akinobu Mita
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-09-24hpet: hpet driver periodic timer setup bug fixesNils Carlson
2009-04-28irq: change ACPI GSI APIs to also take a device argumentYinghai Lu
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm
2009-04-02hpet: fix the possibility of insane return value of hpet_calibrate() against SMIYasunori Goto
2008-11-24x86: correct link to HPET timer specificationDenis V. Lunev
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-16drivers/char: use nr_irqsYinghai Lu
2008-10-10HPET: Remove spurious HPET busy warning message.David John
2008-07-31hpet: /dev/hpet - fixes and cleanup, fixDavid Brownell
2008-07-31hpet: /dev/hpet - fixes and cleanupDavid Brownell
2008-07-31Merge branch 'linus' into timers/hpetIngo Molnar
2008-07-25#if 0 hpet_unregister()Adrian Bunk
2008-06-20hpet: BKL pushdownArnd Bergmann