aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/nvram.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-29nvram: drop useless access_ok()Gravatar Al Viro 1-4/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-01-22powerpc: Adopt nvram module for PPC64Gravatar Finn Thain 1-0/+4
2019-01-22powerpc: Implement nvram ioctlsGravatar Finn Thain 1-0/+38
2019-01-22char/nvram: Add "devname:nvram" module aliasGravatar Finn Thain 1-0/+1
2019-01-22char/nvram: Implement NVRAM read/write methodsGravatar Finn Thain 1-46/+74
2019-01-22char/nvram: Allow the set_checksum and initialize ioctls to be omittedGravatar Finn Thain 1-30/+40
2019-01-22char/nvram: Adopt arch_nvram_opsGravatar Finn Thain 1-6/+24
2019-01-22nvram: Replace nvram_* function exports with static functionsGravatar Finn Thain 1-22/+5
2019-01-22char/nvram: Re-order functions to remove forward declarations and #ifdefsGravatar Finn Thain 1-95/+72
2019-01-22m68k/atari: Move Atari-specific code out of drivers/char/nvram.cGravatar Finn Thain 1-245/+35
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-14/+1
2016-02-08char/nvram: set array of const as constGravatar LABBE Corentin 1-6/+6
2015-12-09don't open-code generic_file_llseek_size()Gravatar Al Viro 1-15/+3
2015-08-05char/nvram: Use bitwise OR to obtain Atari video mode dataGravatar Finn Thain 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-03drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cGravatar Michael Witten 1-1/+1
2011-07-20drivers: fix up various ->llseek() implementationsGravatar Josef Bacik 1-0/+2
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-5/+6
2010-05-17drivers: Push down BKL into various driversGravatar Arnd Bergmann 1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-01Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...Gravatar Linus Torvalds 1-3/+0
2009-12-11nvram: Fix write beyond end condition; prove to gcc copy is safeGravatar H. Peter Anvin 1-4/+10
2009-12-09nvram: Fix missing smp_lock.h in nvramGravatar Frederic Weisbecker 1-0/+1
2009-10-14nvram: Drop the BKL from nvram_open()Gravatar Ingo Molnar 1-3/+0
2009-10-14nvram: Drop the bkl from non-generic nvram_llseek()Gravatar Frederic Weisbecker 1-3/+1
2008-11-11[PATCH] nvram - convert PRINT_PROC to seq_fileGravatar Wim Van Sebroeck 1-78/+82
2008-11-11[PATCH] nvram - CodingStyleGravatar Wim Van Sebroeck 1-74/+52
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-3/+3
2008-07-23drivers/char/nvram.c: Removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-07-20m68k: Return -ENODEV if no device is foundGravatar Geert Uytterhoeven 1-1/+1
2008-07-02nvram: BKL pushdownGravatar Arnd Bergmann 1-0/+4
2007-07-16COBALT: remove all references to Cobalt NVRAMGravatar Robert P. J. Day 1-191/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-07-03[PATCH] make more file_operation structs staticGravatar Arjan van de Ven 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-7/+5
2005-11-04[PATCH] ARM: Reverted 2921/1: Support for the RTC / nvram on the Comdial MP1000Gravatar Russell King 1-109/+1
2005-10-28[ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000Gravatar Jon Ringle 1-1/+109
2005-06-25[PATCH] drivers/char/nvram.c: possible cleanupsGravatar Adrian Bunk 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+926