kernel-hacking-2024-linux-s.../drivers/input
Arjan van de Ven 2b8693c061 [PATCH] mark struct file_operations const 3
Many struct file_operations in the kernel can be "const".  Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data.  In addition it'll catch accidental writes at compile time to
these shared resources.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:45 -08:00
..
gameport [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. 2007-02-11 10:51:31 -08:00
joystick Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2006-12-08 01:07:56 -05:00
keyboard Input: HIL - handle erros from input_register_device() 2007-02-10 01:29:19 -05:00
misc [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
mouse Input: inport - use correct config option for ATIXL 2007-02-10 01:29:31 -05:00
serio [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
touchscreen Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2007-02-10 01:26:32 -05:00
evbug.c
evdev.c
ff-core.c
ff-memless.c
fixp-arith.h
input.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
joydev.c
Kconfig
Makefile [PATCH] Generic HID layer - build 2006-12-08 10:43:20 -08:00
mousedev.c
power.c
tsdev.c Input: tsdev - schedule removal 2007-02-10 01:29:11 -05:00