aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hpet.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07hpet: remove hpets::hp_clocksourceJiri Slaby (SUSE)1-1/+0
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-10-11hpet: Remove now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-10-05hpet: Annotate struct hpets with __counted_byKees Cook1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-30/+0
2022-02-04hpet: remove unused writeq/readq function definitionsCorentin Labbe1-16/+1
2022-02-04hpet: fix style issue about braces and alignmentCorentin Labbe1-5/+6
2022-01-22hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2021-05-21char: hpet: Remove unused variable 'm'Lee Jones1-2/+2
2021-05-13char: hpet: add checks after calling ioremapTom Seewald1-0/+4
2021-05-13Revert "char: hpet: fix a missing check of ioremap"Greg Kroah-Hartman1-2/+0
2020-01-30char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva1-1/+1
2020-01-23char: hpet: Use flexible-array memberGustavo A. R. Silva1-1/+1
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...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 struc...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/kerne...Linus 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 imp...Tejun 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
2008-07-25#if 0 hpet_unregister()Adrian Bunk1-0/+2
2008-06-20hpet: BKL pushdownArnd Bergmann1-0/+4
2008-06-02x86: get irq for hpet timerKevin Hao1-0/+63
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-04-04x86: revert assign IRQs to hpet timerThomas Gleixner1-44/+7
2008-01-30x86: nuke a ton of dead hpet codeThomas Gleixner1-75/+0
2008-01-30x86: assign IRQs to HPET timers, fixBalaji Rao1-0/+6
2008-01-30x86: assign IRQs to HPET timersBalaji Rao1-7/+38
2007-09-26Silent drivers/char/hpet.c build warnings on i386S.Çağlar Onur1-0/+3
2007-09-25ACPI: hpet: ACPI Error (utglobal-0126): Unknown exception code: 0xFFFFFFF0Zhao Yakui1-3/+3
2007-08-31Do not use the ia64 clocksource on non-ia64 architecturesLinus Torvalds1-0/+3
2007-07-26use CLOCKSOURCE_MASK() instead of too large constantAl Viro1-1/+1
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger1-1/+7
2007-07-20[IA64] Convert to generic timekeeping/clocksourceTony Luck1-31/+39
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: remove sys_sysctl support from the hpet timer driverEric W. Biederman1-2/+2
2006-12-04[PATCH] severing poll.h -> mm.hAl Viro1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-26[PATCH] Don't print virtual address in HPET initializationAndi Kleen1-2/+2
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-01HPET: fix ACPI memory range length handlingBjorn Helgaas1-4/+1
2006-02-14[PATCH] HPET: handle multiple ACPI EXTENDED_IRQ resourcesBjorn Helgaas1-13/+9
2005-12-10[ACPI] ACPICA 20050930Bob Moore1-13/+13
2005-12-06Pull release into acpica branchLen Brown1-56/+113
2005-10-30[PATCH] hpet: hpet driver cleanupsRandy Dunlap1-30/+35
2005-10-30[PATCH] hpet: use HPET physical addresses for dup. detectionRandy Dunlap1-5/+15
2005-10-30[PATCH] hpet: allow HPET FIXED_MEM32 resource typeRandy Dunlap1-0/+17
2005-10-30[PATCH] hpet: simplify initialization messageClemens Ladisch1-5/+4
2005-10-30[PATCH] hpet: remove superfluous indirectionsClemens Ladisch1-2/+2
2005-10-30[PATCH] hpet: fix access to multiple HPET devicesClemens Ladisch1-2/+2
2005-10-30[PATCH] hpet: fix uninitialized variable in hpet_register()Clemens Ladisch1-0/+2
2005-10-30[PATCH] hpet: fix division by zero in HPET_INFOClemens Ladisch1-2/+5
2005-10-30[PATCH] hpet: fix HPET_INFO calls from kernel spaceClemens Ladisch1-2/+6
2005-10-30[PATCH] hpet: allow shared interruptsClemens Ladisch1-7/+21
2005-10-30[PATCH] hpet: allow non-power-of-two frequenciesClemens Ladisch1-1/+1
2005-10-30[PATCH] hpet: remove superfluous register readsClemens Ladisch1-4/+0
2005-10-30[PATCH] hpet: remove unused variableClemens Ladisch1-3/+2
2005-10-30[PATCH] HPET: make frequency calculations 32 bit safeClemens Ladisch1-13/+19
2005-10-30[PATCH] hpet: disallow zero interrupt frequencyClemens Ladisch1-1/+4
2005-09-22[PATCH] Fix mmap() of /dev/hpetKeir Fraser1-1/+0
2005-09-22[ACPI] handle ACPICA 20050916's acpi_resource.type renameLen Brown1-1/+1
2005-09-10[PATCH] fix unusual placement of inline keyword in hpetAdrian Bunk1-2/+2
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown1-2/+2
2005-09-07[PATCH] hpet: fix drift and urlAlex Williamson1-2/+2
2005-08-05[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3Len Brown1-2/+6
2005-08-04[ACPI] HPET driver now checks for acpi_register_gsi() errorsKenji Kaneshige1-2/+6
2005-06-25[PATCH] hpet: do_div fixJon Smirl1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+994