aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/nvram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-01Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+0
2009-12-11nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin1-4/+10
2009-12-09nvram: Fix missing smp_lock.h in nvramFrederic Weisbecker1-0/+1
2009-10-14nvram: Drop the BKL from nvram_open()Ingo Molnar1-3/+0
2009-10-14nvram: Drop the bkl from non-generic nvram_llseek()Frederic Weisbecker1-3/+1
2008-11-11[PATCH] nvram - convert PRINT_PROC to seq_fileWim Van Sebroeck1-78/+82
2008-11-11[PATCH] nvram - CodingStyleWim Van Sebroeck1-74/+52
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-3/+3
2008-07-23drivers/char/nvram.c: Removed duplicated includeHuang Weiyi1-1/+0
2008-07-20m68k: Return -ENODEV if no device is foundGeert Uytterhoeven1-1/+1
2008-07-02nvram: BKL pushdownArnd Bergmann1-0/+4
2007-07-16COBALT: remove all references to Cobalt NVRAMRobert P. J. Day1-191/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-7/+5
2005-11-04[PATCH] ARM: Reverted 2921/1: Support for the RTC / nvram on the Comdial MP1000Russell King1-109/+1
2005-10-28[ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000Jon Ringle1-1/+109
2005-06-25[PATCH] drivers/char/nvram.c: possible cleanupsAdrian Bunk1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+926