aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/nvram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-01-22powerpc: Adopt nvram module for PPC64Finn Thain1-0/+4
2019-01-22powerpc: Implement nvram ioctlsFinn Thain1-0/+38
2019-01-22char/nvram: Add "devname:nvram" module aliasFinn Thain1-0/+1
2019-01-22char/nvram: Implement NVRAM read/write methodsFinn Thain1-46/+74
2019-01-22char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain1-30/+40
2019-01-22char/nvram: Adopt arch_nvram_opsFinn Thain1-6/+24
2019-01-22nvram: Replace nvram_* function exports with static functionsFinn Thain1-22/+5
2019-01-22char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain1-95/+72
2019-01-22m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain1-245/+35
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+1
2016-02-08char/nvram: set array of const as constLABBE Corentin1-6/+6
2015-12-09don't open-code generic_file_llseek_size()Al Viro1-15/+3
2015-08-05char/nvram: Use bitwise OR to obtain Atari video mode dataFinn Thain1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-03drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cMichael Witten1-1/+1
2011-07-20drivers: fix up various ->llseek() implementationsJosef Bacik1-0/+2
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
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