aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hpet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25hpet: Fix division by zero in hpet_time_div()Kefeng Wang1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-28char: hpet: fix a missing check of ioremapKangjie Lu1-0/+2
2019-02-26hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva1-5/+2
2019-01-22hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh1-1/+1
2018-07-03hpet: remove redundant pointer hpetColin Ian King1-2/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-03-17hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin1-1/+1
2015-09-20drivers/char: make hpet.c explicitly non-modularPaul Gortmaker1-22/+3
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng1-2/+2
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-5/+2
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava1-2/+22
2013-10-16hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-09-26hpet: remove useless check if fixmem32 is NULLTomas Winkler1-2/+0
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-04-19vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1
2012-11-26drivers/char: for hpet, add count checking, and ~0UL instead of -1Chen Gang1-1/+4
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