summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/nvram_64.c
AgeCommit message (Expand)Author
2017-06-27powerpc/nvram: use memdup_userGeliang Tang
2017-04-27pstore: Fix flags to enable dumps on powerpcAnkit Kumar
2017-03-07pstore: Replace arguments for write() APIKees Cook
2017-03-07pstore: Replace arguments for read() APIKees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-20powerpc/nvram: Fix an incorrect partition mergePan Xinhui
2016-09-20powerpc/nvram: Fix a memory leak in err pathPan Xinhui
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang
2016-04-11powerpc: make kernel/nvram_64.c explicitly non-modularPaul Gortmaker
2015-12-09don't open-code generic_file_llseek_size()Al Viro
2015-10-02powerpc/nvram: Fix function name in some errors messages.Christophe Jaillet
2015-10-02powerpc/nvram: Add missing kfree in error pathChristophe Jaillet
2015-08-19powerpc/nvram: print no error when pstore backend is not nvramHari Bathini
2015-08-18powerpc/nvram: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-03-23powerpc/rtas: Make timestamp related code y2038-safeHari Bathini
2015-03-23powerpc/powernv: Add pstore support on powernvHari Bathini
2015-03-23powerpc/nvram: Move generic code for nvram and pstoreHari Bathini
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard
2013-11-25arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflowChen Gang
2013-10-31powerpc/nvram: Fix endian issue when using the partition lengthCedric Le Goater
2013-07-01powerpc/nvram64: Need return the related error code on failure occursChen Gang
2013-03-18powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei
2011-03-04powerpc/nvram: Generalize code for OS partitions in NVRAMJim Keniston
2010-11-30powerpc/nvram: Handle partition names >= 12 charsJim Keniston
2010-11-30powerpc/nvram: Fix NVRAM partition list setupJim Keniston
2010-11-30powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt
2010-11-30powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt
2010-11-30powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt
2010-11-30powerpc/nvram: Improve partition removalBenjamin Herrenschmidt
2010-11-30powerpc/nvram: Shuffle code around in nvram_create_partition()Benjamin Herrenschmidt
2010-11-30powerpc/nvram: Completely clear a new partitionBenjamin Herrenschmidt
2010-11-30powerpc/nvram: Ensure that the partition header/block size is rightBenjamin Herrenschmidt
2010-11-30powerpc/nvram: nvram_create_partitions() now uses bytesBenjamin Herrenschmidt
2010-11-30powerpc/nvram: More flexible nvram_create_partition()Benjamin Herrenschmidt
2010-11-30powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt
2010-02-09arch/powerpc: Fix continuation line formatsJoe Perches
2009-11-24powerpc: Use unlocked ioctl in nvram_64Thomas Gleixner
2009-10-30powerpc/nvram_64: Mark init code __initThomas Gleixner
2009-10-30powerpc/nvram_64: Check nvram_error_log_index in nvram_clear_error_log()Thomas Gleixner
2009-10-30powerpc/nvram_64: Remove unused codeThomas Gleixner
2007-08-17[POWERPC] pseries: Eliminate global error_log_cnt variableLinas Vepstas
2007-08-17[POWERPC] pseries: Fix jumbled no_logging flagLinas Vepstas
2007-08-17[POWERPC] Remove nvram forward declarationsLinas Vepstas
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-04-29[PATCH] nvram_print_partitions cosmetic fixupWill Schmidt
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt
2006-03-27[PATCH] powerpc: fix various sparse warningsStephen Rothwell
2006-01-09[PATCH] powerpc: fix large nvram accessArnd Bergmann