summaryrefslogtreecommitdiffstats
path: root/drivers/char/nvram.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cMichael Witten2012-02-031-1/+1
* drivers: fix up various ->llseek() implementationsJosef Bacik2011-07-201-0/+2
* drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-3/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
*-. Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...Linus Torvalds2010-03-011-3/+0
|\ \
| | * nvram: Drop the BKL from nvram_open()Ingo Molnar2009-10-141-3/+0
* | | nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin2009-12-111-4/+10
* | | nvram: Fix missing smp_lock.h in nvramFrederic Weisbecker2009-12-091-0/+1
| |/ |/|
* | nvram: Drop the bkl from non-generic nvram_llseek()Frederic Weisbecker2009-10-141-3/+1
|/
* [PATCH] nvram - convert PRINT_PROC to seq_fileWim Van Sebroeck2008-11-111-78/+82
* [PATCH] nvram - CodingStyleWim Van Sebroeck2008-11-111-74/+52
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-3/+3
* drivers/char/nvram.c: Removed duplicated includeHuang Weiyi2008-07-231-1/+0
* m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-07-201-1/+1
* nvram: BKL pushdownArnd Bergmann2008-07-021-0/+4
* COBALT: remove all references to Cobalt NVRAMRobert P. J. Day2007-07-161-191/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser2006-01-101-7/+5
* [PATCH] ARM: Reverted 2921/1: Support for the RTC / nvram on the Comdial MP1000Russell King2005-11-041-109/+1
* [ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000Jon Ringle2005-10-281-1/+109
* [PATCH] drivers/char/nvram.c: possible cleanupsAdrian Bunk2005-06-251-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+926