index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
rtas_flash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2014-07-28
powerpc: Fix endianness of flash_block_list in rtas_flash
Thomas Falcon
1
-2
/
+4
2014-04-28
powerpc: Fix error return in rtas_flash module init
Anton Blanchard
1
-1
/
+1
2013-05-14
powerpc/rtas_flash: Fix validate_flash buffer overflow issue
Vasant Hegde
1
-4
/
+6
2013-05-02
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-17
/
+34
2013-05-02
ppc: Clean up rtas_flash driver somewhat
David Howells
1
-248
/
+204
2013-04-30
powerpc/rtas_flash: Fix bad memory access
Vasant Hegde
1
-10
/
+4
2013-04-24
powerpc/rtas_flash: New return code to indicate FW entitlement expiry
Vasant Hegde
1
-0
/
+5
2013-04-24
powerpc/rtas_flash: Update return token comments
Vasant Hegde
1
-7
/
+20
2013-04-18
powerpc/rtas_flash: Free kmem upon module exit
Vasant Hegde
1
-0
/
+5
2013-02-23
new helper: file_inode(file)
Al Viro
1
-8
/
+8
2012-11-15
powerpc/rtas_flash: Eliminate possible double free
Julia Lawall
1
-3
/
+1
2012-09-05
powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()
Michael Ellerman
1
-4
/
+3
2012-07-27
powerpc: Lack of firmware flash support is not an error
Anton Blanchard
1
-1
/
+1
2011-11-25
powerpc/pseries: Cancel RTAS event scan before firmware flash
Ravi K. Nittala
1
-0
/
+6
2011-07-26
notifiers: sys: move reboot notifiers into reboot.h
Amerigo Wang
1
-0
/
+1
2011-01-21
powerpc/rtas_flash: Use simple_read_from_buffer
Akinobu Mita
1
-47
/
+6
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+3
2010-06-15
powerpc: rtas_flash needs to use rtas_data_buf
Milton Miller
1
-18
/
+21
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-30
powerpc: Move /proc/ppc64 to /proc/powerpc and add symlink
Benjamin Herrenschmidt
1
-5
/
+5
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-1
/
+0
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+1
2008-05-14
[POWERPC] Fix sparse warnings in arch/powerpc/kernel
Michael Ellerman
1
-2
/
+2
2008-04-29
powerpc: use non-racy method for proc entries creation
Denis V. Lunev
1
-9
/
+4
2008-04-14
Merge branch 'linux-2.6'
Paul Mackerras
1
-1
/
+1
2008-04-03
[POWERPC] Fix rtas_flash procfs interface
Maxim Shchetynin
1
-1
/
+1
2008-04-01
[POWERPC] Replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-1
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 2
Arjan van de Ven
1
-4
/
+4
2007-02-11
[PATCH] proc: remove useless (and buggy) ->nlink settings
Alexey Dobriyan
1
-1
/
+0
2006-12-08
[PATCH] struct path: convert powerpc
Josef Sipek
1
-8
/
+8
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-2
/
+2
2006-12-04
[POWERPC] Replace kmalloc+memset with kzalloc
Yan Burman
1
-3
/
+1
2006-11-10
[POWERPC] pseries: Force 4k update_flash block and list sizes
John Rose
1
-10
/
+37
2006-06-09
[PATCH] powerpc: reorg RTAS delay code
John Rose
1
-21
/
+4
2006-02-07
[PATCH] Don't check pointer for NULL before passing it to kfree [arch/powerpc...
Jesper Juhl
1
-2
/
+1
2005-11-03
powerpc: Merge remaining RTAS code
Paul Mackerras
1
-0
/
+834