summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/nvram_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* don't open-code generic_file_llseek_size()Al Viro2015-12-091-16/+3
* 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/+1
* 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/+1
* 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/+8
* powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt2010-11-301-236/+18
* powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt2010-11-301-39/+32
* powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt2010-11-301-0/+22
* powerpc/nvram: Improve partition removalBenjamin Herrenschmidt2010-11-301-48/+43
* 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/+0
* [POWERPC] pseries: Eliminate global error_log_cnt variableLinas Vepstas2007-08-171-5/+5
* [POWERPC] pseries: Fix jumbled no_logging flagLinas Vepstas2007-08-171-8/+0
* [POWERPC] Remove nvram forward declarationsLinas Vepstas2007-08-171-5/+0
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-2/+2
* [PATCH] nvram_print_partitions cosmetic fixupWill Schmidt2006-04-291-1/+1
* [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-2/+2
* [PATCH] powerpc: fix various sparse warningsStephen Rothwell2006-03-271-1/+2
* [PATCH] powerpc: fix large nvram accessArnd Bergmann2006-01-091-56/+50
* powerpc: Move remaining .c files from arch/ppc64 to arch/powerpcPaul Mackerras2005-11-181-0/+742