| Age | Commit message (Expand) | Author |
| 2024-10-15 | Input: switch back to struct platform_driver::remove() | Uwe Kleine-König |
| 2024-06-07 | Input: serio - use sizeof(*pointer) instead of sizeof(type) | Erick Archer |
| 2023-09-23 | Input: rpckbd - convert to platform remove callback returning void | Uwe Kleine-König |
| 2023-08-01 | Input: rpckbd - fix the return value handle for platform_get_irq() | Ruan Jinjie |
| 2022-09-29 | input: drop empty comment blocks | Christophe JAILLET |
| 2022-08-18 | Input: move from strlcpy with unused retval to strscpy | Wolfram Sang |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
| 2018-07-26 | Input: stop telling users to snail-mail Vojtech | Dmitry Torokhov |
| 2014-10-20 | input: serio: drop owner assignment from platform_drivers | Wolfram Sang |
| 2014-01-06 | Input: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
| 2012-11-24 | Input: remove use of __devexit | Bill Pemberton |
| 2012-11-24 | Input: remove use of __devinit | Bill Pemberton |
| 2012-11-24 | Input: remove use of __devexit_p | Bill Pemberton |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
| 2012-03-24 | ARM: riscpc: pass IRQ resources into keyboard driver | Russell King |
| 2011-11-30 | Input: serio - use macro module_platform_driver() | JJ Ding |
| 2011-04-02 | Input: rpckbd - fix a leak of the IRQ during init failure | Axel Lin |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
| 2009-03-25 | [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h | Russell King |
| 2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King |
| 2008-08-07 | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King |
| 2008-05-20 | Input: remove CVS keywords | Adrian Bunk |
| 2008-04-24 | Input: add MODULE_ALIAS() to hotpluggable platform modules | Kay Sievers |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells |
| 2006-03-14 | Input: use kzalloc() throughout the code | Eric Sesterhenn |
| 2005-11-09 | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King |
| 2005-10-29 | Create platform_device.h to contain all the platform device details. | Russell King |
| 2005-02-04 | Input: replace serio's type field with serio_id structure and | Dmitry Torokhov |
| 2004-10-31 | [ARM] riscpc: add iomd, keyboard and acornfb platform devices. | Russell King |
| 2004-07-19 | Input: integrate ct82c710, maceps2, q40kbd and rpckbd with sysfs | Dmitry Torokhov |
| 2004-06-28 | Input: switch to dynamic (heap) serio port allocation in preparation | Dmitry Torokhov |
| 2004-05-09 | Input: trailing whitespace fixes in drivers/input/serio | Dmitry Torokhov |
| 2003-05-13 | [ARM] Update a variety of ARM drivers to use irqreturn_t. | Russell King |
| 2003-02-12 | input: Get rid of the kbd_pt_regs variable, and instead pass the | Vojtech Pavlik |
| 2002-11-09 | Some fixes after conflict merge, in rpcmouse.c and rpckbd.c | Vojtech Pavlik |
| 2002-10-13 | Here's a patch that makes the RiscPC input bits work in 2.5: | Russell King |
| 2002-07-25 | Apply Rusty's C99 initializer patch to input drivers. | Vojtech Pavlik |
| 2002-07-25 | The following fixes compilation errors in the Acorn | Vojtech Pavlik |
| 2002-07-11 | Add a wrapper function for serio ->interrupt callback. | Vojtech Pavlik |
| 2002-07-03 | Add new serio modules for PS/2 AUX/KBD. | Vojtech Pavlik |