aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas_flash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-07-28powerpc: Fix endianness of flash_block_list in rtas_flashThomas Falcon1-2/+4
2014-04-28powerpc: Fix error return in rtas_flash module initAnton Blanchard1-1/+1
2013-05-14powerpc/rtas_flash: Fix validate_flash buffer overflow issueVasant Hegde1-4/+6
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-17/+34
2013-05-01ppc: Clean up rtas_flash driver somewhatDavid Howells1-248/+204
2013-04-30powerpc/rtas_flash: Fix bad memory accessVasant Hegde1-10/+4
2013-04-24powerpc/rtas_flash: New return code to indicate FW entitlement expiryVasant Hegde1-0/+5
2013-04-24powerpc/rtas_flash: Update return token commentsVasant Hegde1-7/+20
2013-04-18powerpc/rtas_flash: Free kmem upon module exitVasant Hegde1-0/+5
2013-02-22new helper: file_inode(file)Al Viro1-8/+8
2012-11-15powerpc/rtas_flash: Eliminate possible double freeJulia Lawall1-3/+1
2012-09-05powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman1-4/+3
2012-07-27powerpc: Lack of firmware flash support is not an errorAnton Blanchard1-1/+1
2011-11-25powerpc/pseries: Cancel RTAS event scan before firmware flashRavi K. Nittala1-0/+6
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang1-0/+1
2011-01-21powerpc/rtas_flash: Use simple_read_from_bufferAkinobu Mita1-47/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-06-15powerpc: rtas_flash needs to use rtas_data_bufMilton Miller1-18/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-30powerpc: Move /proc/ppc64 to /proc/powerpc and add symlinkBenjamin Herrenschmidt1-5/+5
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/kernelMichael Ellerman1-2/+2
2008-04-29powerpc: use non-racy method for proc entries creationDenis V. Lunev1-9/+4
2008-04-14Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-04-03[POWERPC] Fix rtas_flash procfs interfaceMaxim Shchetynin1-1/+1
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-4/+4
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2006-12-08[PATCH] struct path: convert powerpcJosef Sipek1-8/+8
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-04[POWERPC] Replace kmalloc+memset with kzallocYan Burman1-3/+1
2006-11-10[POWERPC] pseries: Force 4k update_flash block and list sizesJohn Rose1-10/+37
2006-06-09[PATCH] powerpc: reorg RTAS delay codeJohn Rose1-21/+4
2006-02-07[PATCH] Don't check pointer for NULL before passing it to kfree [arch/powerpc/kernel/rtas_flash.c]Jesper Juhl1-2/+1
2005-11-03powerpc: Merge remaining RTAS codePaul Mackerras1-0/+834