summaryrefslogtreecommitdiffstats
path: root/drivers/char/hpet.c
Commit message (Expand)AuthorAgeFilesLines
* hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-251-2/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* char: hpet: fix a missing check of ioremapKangjie Lu2019-03-271-0/+2
* hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-261-5/+2Star
* hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-01-221-1/+1
* hpet: remove redundant pointer hpetColin Ian King2018-07-031-2/+0Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke2017-03-171-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* hpet: Drop stale URLsMichael S. Tsirkin2016-02-171-1/+1
* drivers/char: make hpet.c explicitly non-modularPaul Gortmaker2015-09-211-22/+3Star
* ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-261-2/+2
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-5/+2Star
* drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava2013-11-131-2/+22
* hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-2/+1Star
* hpet: remove useless check if fixmem32 is NULLTomas Winkler2013-09-261-2/+0Star
* char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-181-3/+3
* vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-13/+1Star
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
* drivers/char: for hpet, add count checking, and ~0UL instead of -1Chen Gang2012-11-271-1/+4
* printk(): add KERN_CONT where needed in hpet and vt codeKay Sievers2012-04-091-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-231-1/+1
|\
| * ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2011-07-151-1/+1
* | drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson2011-06-161-2/+23
|/
* ia64: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov2010-10-271-2/+1Star
* hpet: fix style problemsJaswinder Singh Rajput2010-10-271-10/+10
* hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch2010-10-271-0/+15
* hpet: unmap unused I/O spaceJiri Slaby2010-10-271-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-181-3/+1Star
* 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/+3Star
* 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-031-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/+0Star
* drivers/char: use nr_irqsYinghai Lu2008-10-161-1/+1
* HPET: Remove spurious HPET busy warning message.David John2008-10-101-4/+0Star
* hpet: /dev/hpet - fixes and cleanup, fixDavid Brownell2008-07-311-2/+4
* hpet: /dev/hpet - fixes and cleanupDavid Brownell2008-07-311-66/+24Star
* Merge branch 'linus' into timers/hpetIngo Molnar2008-07-311-0/+6
|\