summaryrefslogtreecommitdiff
path: root/drivers/char/hpet.c
AgeCommit message (Expand)Author
2024-03-07hpet: remove hpets::hp_clocksourceJiri Slaby (SUSE)
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-10-11hpet: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-10-05hpet: Annotate struct hpets with __counted_byKees Cook
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2022-02-04hpet: remove unused writeq/readq function definitionsCorentin Labbe
2022-02-04hpet: fix style issue about braces and alignmentCorentin Labbe
2022-01-22hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2021-05-21char: hpet: Remove unused variable 'm'Lee Jones
2021-05-13char: hpet: add checks after calling ioremapTom Seewald
2021-05-13Revert "char: hpet: fix a missing check of ioremap"Greg Kroah-Hartman
2020-01-30char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva
2020-01-23char: hpet: Use flexible-array memberGustavo A. R. Silva
2019-07-25hpet: Fix division by zero in hpet_time_div()Kefeng Wang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
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