acrn-kernel/drivers/rtc
Arjan van de Ven d54b1fdb1d [PATCH] mark struct file_operations const 5
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
..
Kconfig [PATCH] RTC framework driver for CMOS RTCs 2007-02-11 10:51:32 -08:00
Makefile [PATCH] RTC framework driver for CMOS RTCs 2007-02-11 10:51:32 -08:00
class.c
hctosys.c
interface.c
rtc-at91rm9200.c
rtc-cmos.c [PATCH] RTC framework driver for CMOS RTCs 2007-02-11 10:51:32 -08:00
rtc-dev.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
rtc-ds1307.c
rtc-ds1553.c [PATCH] change __init to __devinit in 2 rtc drivers 2007-02-12 09:48:30 -08:00
rtc-ds1672.c
rtc-ds1742.c [PATCH] change __init to __devinit in 2 rtc drivers 2007-02-12 09:48:30 -08:00
rtc-ep93xx.c
rtc-isl1208.c
rtc-lib.c
rtc-m48t86.c
rtc-max6902.c
rtc-omap.c
rtc-pcf8563.c [PATCH] rtc-pcf8563: detect polarity of century bit automatically 2007-02-09 09:25:46 -08:00
rtc-pcf8583.c
rtc-pl031.c
rtc-proc.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
rtc-rs5c348.c
rtc-rs5c372.c
rtc-s3c.c
rtc-sa1100.c
rtc-sh.c
rtc-sysfs.c [PATCH] RTC gets sysfs wakealarm attribute 2007-02-12 09:48:31 -08:00
rtc-test.c
rtc-v3020.c
rtc-vr41xx.c
rtc-x1205.c