aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/rtas_flash.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-17/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-01-22powerpc: Use octal numbers for file permissionsGravatar Russell Currey 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-07-28powerpc: Fix endianness of flash_block_list in rtas_flashGravatar Thomas Falcon 1-2/+4
2014-04-28powerpc: Fix error return in rtas_flash module initGravatar Anton Blanchard 1-1/+1
2013-05-14powerpc/rtas_flash: Fix validate_flash buffer overflow issueGravatar Vasant Hegde 1-4/+6
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-17/+34
2013-05-01ppc: Clean up rtas_flash driver somewhatGravatar David Howells 1-248/+204
2013-04-30powerpc/rtas_flash: Fix bad memory accessGravatar Vasant Hegde 1-10/+4
2013-04-24powerpc/rtas_flash: New return code to indicate FW entitlement expiryGravatar Vasant Hegde 1-0/+5
2013-04-24powerpc/rtas_flash: Update return token commentsGravatar Vasant Hegde 1-7/+20
2013-04-18powerpc/rtas_flash: Free kmem upon module exitGravatar Vasant Hegde 1-0/+5
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-8/+8
2012-11-15powerpc/rtas_flash: Eliminate possible double freeGravatar Julia Lawall 1-3/+1
2012-09-05powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()Gravatar Michael Ellerman 1-4/+3
2012-07-27powerpc: Lack of firmware flash support is not an errorGravatar Anton Blanchard 1-1/+1
2011-11-25powerpc/pseries: Cancel RTAS event scan before firmware flashGravatar Ravi K. Nittala 1-0/+6
2011-07-25notifiers: sys: move reboot notifiers into reboot.hGravatar Amerigo Wang 1-0/+1
2011-01-21powerpc/rtas_flash: Use simple_read_from_bufferGravatar Akinobu Mita 1-47/+6
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+3
2010-06-15powerpc: rtas_flash needs to use rtas_data_bufGravatar Milton Miller 1-18/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-30powerpc: Move /proc/ppc64 to /proc/powerpc and add symlinkGravatar Benjamin Herrenschmidt 1-5/+5
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/kernelGravatar Michael Ellerman 1-2/+2
2008-04-29powerpc: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-9/+4
2008-04-14Merge branch 'linux-2.6'Gravatar Paul Mackerras 1-1/+1
2008-04-03[POWERPC] Fix rtas_flash procfs interfaceGravatar Maxim Shchetynin 1-1/+1
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Gravatar Arjan van de Ven 1-4/+4
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsGravatar Alexey Dobriyan 1-1/+0
2006-12-08[PATCH] struct path: convert powerpcGravatar Josef Sipek 1-8/+8
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-04[POWERPC] Replace kmalloc+memset with kzallocGravatar Yan Burman 1-3/+1
2006-11-10[POWERPC] pseries: Force 4k update_flash block and list sizesGravatar John Rose 1-10/+37
2006-06-09[PATCH] powerpc: reorg RTAS delay codeGravatar John Rose 1-21/+4
2006-02-07[PATCH] Don't check pointer for NULL before passing it to kfree [arch/powerpc...Gravatar Jesper Juhl 1-2/+1
2005-11-03powerpc: Merge remaining RTAS codeGravatar Paul Mackerras 1-0/+834