summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/nvram_64.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* powerpc: Adopt nvram module for PPC64Finn Thain2019-01-221-156/+2Star
* Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-271-2/+0Star
|\
| * pstore: Convert buf_lock to semaphoreKees Cook2018-12-041-2/+0Star
* | powerpc: annotate implicit fall throughsStephen Rothwell2018-12-041-0/+1
|/
* powerpc/64: Fix strncpy() related build failures with GCC 8.1Christophe Leroy2018-06-031-2/+2
* powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2018-03-201-6/+3Star
* powerpc/nvram: use memdup_userGeliang Tang2017-06-281-9/+5Star
* pstore: Fix flags to enable dumps on powerpcAnkit Kumar2017-04-271-0/+1
* pstore: Replace arguments for write() APIKees Cook2017-03-071-19/+8Star
* pstore: Replace arguments for read() APIKees Cook2017-03-071-32/+29Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc/nvram: Fix an incorrect partition mergePan Xinhui2016-09-201-3/+3
* powerpc/nvram: Fix a memory leak in err pathPan Xinhui2016-09-201-1/+1
* powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-1/+1
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-021-1/+3
* powerpc: make kernel/nvram_64.c explicitly non-modularPaul Gortmaker2016-04-111-11/+1Star
* don't open-code generic_file_llseek_size()Al Viro2015-12-091-16/+3Star
* powerpc/nvram: Fix function name in some errors messages.Christophe Jaillet2015-10-021-7/+7
* powerpc/nvram: Add missing kfree in error pathChristophe Jaillet2015-10-021-0/+1
* powerpc/nvram: print no error when pstore backend is not nvramHari Bathini2015-08-191-3/+4
* powerpc/nvram: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-181-2/+1Star
* powerpc/rtas: Make timestamp related code y2038-safeHari Bathini2015-03-231-3/+3
* powerpc/powernv: Add pstore support on powernvHari Bathini2015-03-231-2/+23
* powerpc/nvram: Move generic code for nvram and pstoreHari Bathini2015-03-231-0/+656
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflowChen Gang2013-11-251-1/+1
* powerpc/nvram: Fix endian issue when using the partition lengthCedric Le Goater2013-10-311-2/+8
* powerpc/nvram64: Need return the related error code on failure occursChen Gang2013-07-011-6/+14
* powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-2/+1Star
* powerpc/nvram: Generalize code for OS partitions in NVRAMJim Keniston2011-03-041-4/+27
* powerpc/nvram: Handle partition names >= 12 charsJim Keniston2010-11-301-2/+3
* powerpc/nvram: Fix NVRAM partition list setupJim Keniston2010-11-301-18/+8Star
* powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt2010-11-301-236/+18Star
* powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt2010-11-301-39/+32Star
* powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt2010-11-301-0/+22
* powerpc/nvram: Improve partition removalBenjamin Herrenschmidt2010-11-301-48/+43Star
* powerpc/nvram: Shuffle code around in nvram_create_partition()Benjamin Herrenschmidt2010-11-301-46/+62
* powerpc/nvram: Completely clear a new partitionBenjamin Herrenschmidt2010-11-301-9/+10
* powerpc/nvram: Ensure that the partition header/block size is rightBenjamin Herrenschmidt2010-11-301-0/+2
* powerpc/nvram: nvram_create_partitions() now uses bytesBenjamin Herrenschmidt2010-11-301-6/+14
* powerpc/nvram: More flexible nvram_create_partition()Benjamin Herrenschmidt2010-11-301-18/+28
* powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt2010-11-301-1/+20
* arch/powerpc: Fix continuation line formatsJoe Perches2010-02-091-3/+3
* powerpc: Use unlocked ioctl in nvram_64Thomas Gleixner2009-11-241-7/+7
* powerpc/nvram_64: Mark init code __initThomas Gleixner2009-10-301-7/+7
* powerpc/nvram_64: Check nvram_error_log_index in nvram_clear_error_log()Thomas Gleixner2009-10-301-0/+3
* powerpc/nvram_64: Remove unused codeThomas Gleixner2009-10-301-25/+0Star
* [POWERPC] pseries: Eliminate global error_log_cnt variableLinas Vepstas2007-08-171-5/+5
* [POWERPC] pseries: Fix jumbled no_logging flagLinas Vepstas2007-08-171-8/+0Star