summaryrefslogtreecommitdiffstats
path: root/drivers/input/gameport
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-06-07Input: gameport - use sizeof(*pointer) instead of sizeof(type)Erick Archer-5/+5
2024-02-06Input: gameport - make gameport_bus constRicardo B. Marliere-2/+2
2023-07-05Input: gameport - add ISA and HAS_IOPORT dependenciesNiklas Schnelle-6/+24
2023-06-06Input: gameport - provide default trigger() and read()Dmitry Torokhov-2/+16
2022-09-29input: drop empty comment blocksChristophe JAILLET-9/+0
2021-07-21bus: Make remove callback return voidUwe Kleine-König-2/+1
2021-06-17um: allow disabling NO_IOMEMJohannes Berg-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-39/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-16/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov-12/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-04-10Input: gameport - use setup_timerGeliang Tang-3/+2
2017-03-17Input: convert remaining uses of pr_warning to pr_warnJoe Perches-2/+2
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski-2/+2
2015-07-06x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc()Andy Lutomirski-2/+2
2014-12-03Input: initialize device counter variables with -1Aniroop Mathur-2/+2
2014-09-11Input: joystick - use ktime for measuring timingTakashi Iwai-1/+40
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-2/+0
2013-10-19input: gameport: convert bus code to use dev_groupsGreg Kroah-Hartman-7/+10
2013-08-25Input: gameport: convert bus code to use drv_groupsGreg Kroah-Hartman-5/+7
2012-11-24Input: remove use of __devexitBill Pemberton-2/+2
2012-11-24Input: remove use of __devinitBill Pemberton-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton-2/+2
2012-04-21Input: use module_pci_driverAxel Lin-26/+3
2012-01-24Driver core: driver_find() drops reference before returningAlan Stern-1/+0
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle-1/+1
2011-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2011-02-23Input: serio/gameport - use 'long' system workqueueDmitry Torokhov-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-1/+1
2011-01-04gameport: use this_cpu_read instead of lookupChristoph Lameter-1/+1
2010-11-18Input: gameport - convert to use common workqueue instead of a threadDmitry Torokhov-84/+68
2010-10-13Input: emu10k1 - do not leave device enabled when probe failsDmitry Torokhov-18/+25
2010-09-29Input: fm801-gp - add missing call to pci_disable_device()Dmitry Torokhov-6/+7
2010-09-29Input: emu10k1-gp - add missing calls to pci_disable_device()Rahul Ruikar-0/+2
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner-2/+2
2010-01-09Input: ns558 - make pnp device ids constantMárton Németh-1/+1
2010-01-09Input: make PCI device ids constantMárton Németh-2/+2