aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hpet.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-04hpet: remove unused writeq/readq function definitionsGravatar Corentin Labbe 1-16/+1
2022-02-04hpet: fix style issue about braces and alignmentGravatar Corentin Labbe 1-5/+6
2022-01-22hpet: simplify subdirectory registration with register_sysctl()Gravatar Luis Chamberlain 1-21/+1
2021-05-21char: hpet: Remove unused variable 'm'Gravatar Lee Jones 1-2/+2
2021-05-13char: hpet: add checks after calling ioremapGravatar Tom Seewald 1-0/+4
2021-05-13Revert "char: hpet: fix a missing check of ioremap"Gravatar Greg Kroah-Hartman 1-2/+0
2020-01-30char: hpet: Fix out-of-bounds read bugGravatar Gustavo A. R. Silva 1-1/+1
2020-01-23char: hpet: Use flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-07-25hpet: Fix division by zero in hpet_time_div()Gravatar Kefeng Wang 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-03-28char: hpet: fix a missing check of ioremapGravatar Kangjie Lu 1-0/+2
2019-02-26hpet: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-5/+2
2019-01-22hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableGravatar Buland Singh 1-1/+1
2018-07-03hpet: remove redundant pointer hpetGravatar Colin Ian King 1-2/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-03-17hpet: Make cmd parameter of hpet_ioctl_common() unsignedGravatar Matthias Kaehlcke 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2016-02-17hpet: Drop stale URLsGravatar Michael S. Tsirkin 1-1/+1
2015-09-20drivers/char: make hpet.c explicitly non-modularGravatar Paul Gortmaker 1-22/+3
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Gravatar Lv Zheng 1-2/+2
2013-12-07ACPI: Clean up inclusions of ACPI header filesGravatar Lv Zheng 1-5/+2
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesGravatar Prarit Bhargava 1-2/+22
2013-10-16hpet: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+1
2013-09-26hpet: remove useless check if fixmem32 is NULLGravatar Tomas Winkler 1-2/+0
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-3/+3
2013-04-19vm: convert HPET mmap to vm_iomap_memory() helperGravatar Linus Torvalds 1-13/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationGravatar Rafael J. Wysocki 1-1/+1
2012-11-26drivers/char: for hpet, add count checking, and ~0UL instead of -1Gravatar Chen Gang 1-1/+4
2012-04-09printk(): add KERN_CONT where needed in hpet and vt codeGravatar Kay Sievers 1-2/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataGravatar Andy Lutomirski 1-1/+1
2011-06-15drivers/char/hpet.c: fix periodic-emulation for delayed interruptsGravatar Nils Carlson 1-2/+23
2011-02-21ia64: convert to clocksource_register_hz/khzGravatar John Stultz 1-5/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-26drivers/char/hpet.c: fix information leak to userlandGravatar Vasiliy Kulikov 1-2/+1
2010-10-26hpet: fix style problemsGravatar Jaswinder Singh Rajput 1-10/+10
2010-10-26hpet: fix unwanted interrupt due to stale irq status bitGravatar Clemens Ladisch 1-0/+15
2010-10-26hpet: unmap unused I/O spaceGravatar Jiri Slaby 1-0/+2
2010-09-15hpet: kill BKL, add compat_ioctlGravatar Arnd Bergmann 1-34/+64
2010-05-17drivers: Push down BKL into various driversGravatar Arnd Bergmann 1-5/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-17hpet: use for_each_set_bit()Gravatar Akinobu Mita 1-3/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-12sysctl drivers: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-6/+3
2009-09-24hpet: hpet driver periodic timer setup bug fixesGravatar Nils Carlson 1-9/+12
2009-04-28irq: change ACPI GSI APIs to also take a device argumentGravatar Yinghai Lu 1-2/+2
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 1-1/+1