aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/nvram_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27powerpc/nvram: use memdup_userGeliang Tang1-9/+5
2017-04-27pstore: Fix flags to enable dumps on powerpcAnkit Kumar1-0/+1
2017-03-07pstore: Replace arguments for write() APIKees Cook1-19/+8
2017-03-07pstore: Replace arguments for read() APIKees Cook1-32/+29
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20powerpc/nvram: Fix an incorrect partition mergePan Xinhui1-3/+3
2016-09-20powerpc/nvram: Fix a memory leak in err pathPan Xinhui1-1/+1
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens1-1/+1
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang1-1/+3
2016-04-11powerpc: make kernel/nvram_64.c explicitly non-modularPaul Gortmaker1-11/+1
2015-12-09don't open-code generic_file_llseek_size()Al Viro1-16/+3
2015-10-02powerpc/nvram: Fix function name in some errors messages.Christophe Jaillet1-7/+7
2015-10-02powerpc/nvram: Add missing kfree in error pathChristophe Jaillet1-0/+1
2015-08-19powerpc/nvram: print no error when pstore backend is not nvramHari Bathini1-3/+4
2015-08-18powerpc/nvram: use kmemdup rather than duplicating its implementationAndrzej Hajda1-2/+1
2015-03-23powerpc/rtas: Make timestamp related code y2038-safeHari Bathini1-3/+3
2015-03-23powerpc/powernv: Add pstore support on powernvHari Bathini1-2/+23
2015-03-23powerpc/nvram: Move generic code for nvram and pstoreHari Bathini1-0/+656
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2013-11-25arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflowChen Gang1-1/+1
2013-10-31powerpc/nvram: Fix endian issue when using the partition lengthCedric Le Goater1-2/+8
2013-07-01powerpc/nvram64: Need return the related error code on failure occursChen Gang1-6/+14
2013-03-18powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei1-2/+1
2011-03-04powerpc/nvram: Generalize code for OS partitions in NVRAMJim Keniston1-4/+27
2010-11-30powerpc/nvram: Handle partition names >= 12 charsJim Keniston1-2/+3
2010-11-30powerpc/nvram: Fix NVRAM partition list setupJim Keniston1-18/+8
2010-11-30powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt1-236/+18
2010-11-30powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt1-39/+32
2010-11-30powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt1-0/+22
2010-11-30powerpc/nvram: Improve partition removalBenjamin Herrenschmidt1-48/+43
2010-11-30powerpc/nvram: Shuffle code around in nvram_create_partition()Benjamin Herrenschmidt1-46/+62
2010-11-30powerpc/nvram: Completely clear a new partitionBenjamin Herrenschmidt1-9/+10
2010-11-30powerpc/nvram: Ensure that the partition header/block size is rightBenjamin Herrenschmidt1-0/+2
2010-11-30powerpc/nvram: nvram_create_partitions() now uses bytesBenjamin Herrenschmidt1-6/+14
2010-11-30powerpc/nvram: More flexible nvram_create_partition()Benjamin Herrenschmidt1-18/+28
2010-11-30powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt1-1/+20
2010-02-09arch/powerpc: Fix continuation line formatsJoe Perches1-3/+3
2009-11-24powerpc: Use unlocked ioctl in nvram_64Thomas Gleixner1-7/+7
2009-10-30powerpc/nvram_64: Mark init code __initThomas Gleixner1-7/+7
2009-10-30powerpc/nvram_64: Check nvram_error_log_index in nvram_clear_error_log()Thomas Gleixner1-0/+3
2009-10-30powerpc/nvram_64: Remove unused codeThomas Gleixner1-25/+0
2007-08-17[POWERPC] pseries: Eliminate global error_log_cnt variableLinas Vepstas1-5/+5
2007-08-17[POWERPC] pseries: Fix jumbled no_logging flagLinas Vepstas1-8/+0
2007-08-17[POWERPC] Remove nvram forward declarationsLinas Vepstas1-5/+0
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-04-29[PATCH] nvram_print_partitions cosmetic fixupWill Schmidt1-1/+1
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-2/+2
2006-03-27[PATCH] powerpc: fix various sparse warningsStephen Rothwell1-1/+2
2006-01-09[PATCH] powerpc: fix large nvram accessArnd Bergmann1-56/+50