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
/
platforms
/
pseries
/
nvram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-23
powerpc/rtas: Make timestamp related code y2038-safe
Hari Bathini
1
-5
/
+5
2015-03-23
powerpc/nvram: Move generic code for nvram and pstore
Hari Bathini
1
-661
/
+5
2014-11-19
powerpc/pseries: Initialise nvram_pstore_info's buf_lock
Li Zhong
1
-0
/
+2
2014-09-25
powerpc: Make a bunch of things static
Anton Blanchard
1
-5
/
+7
2014-04-09
powerpc: Convert last uses of __FUNCTION__ to __func__
Joe Perches
1
-6
/
+5
2013-12-13
powerpc/pseries: Fix endian issues in nvram code
Anton Blanchard
1
-23
/
+23
2013-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-10-31
powerpc/nvram: Fix endian issue when reading the NVRAM size
Cedric Le Goater
1
-2
/
+2
2013-10-31
powerpc/nvram: Scan partitions only once
Cedric Le Goater
1
-3
/
+3
2013-10-14
treewide: fix "distingush" typo
Michael Opdenacker
1
-1
/
+1
2013-08-19
powerpc/pseries: Read and write to the 'compressed' flag of pstore
Aruna Balakrishnaiah
1
-0
/
+8
2013-08-19
pstore: Introduce new argument 'compressed' in the read callback
Aruna Balakrishnaiah
1
-1
/
+1
2013-08-19
pstore: Add new argument 'compressed' in pstore write callback
Aruna Balakrishnaiah
1
-2
/
+2
2013-08-19
powerpc/pseries: Remove (de)compression in nvram with pstore enabled
Aruna Balakrishnaiah
1
-90
/
+12
2013-08-09
powerpc/pseries: Add backward compatibilty to read old kernel oops-log
Aruna Balakrishnaiah
1
-4
/
+14
2013-08-09
powerpc/pseries: Fix buffer overflow when reading from pstore
Aruna Balakrishnaiah
1
-46
/
+24
2013-07-01
powerpc/pseries: Support compression of oops text via pstore
Aruna Balakrishnaiah
1
-14
/
+117
2013-07-01
powerpc/pseries: Re-organise the oops compression code
Aruna Balakrishnaiah
1
-52
/
+52
2013-07-01
pstore: Pass header size in the pstore write callback
Aruna Balakrishnaiah
1
-1
/
+3
2013-06-20
powerpc/pseries: Read common partition via pstore
Aruna Balakrishnaiah
1
-1
/
+16
2013-06-20
powerpc/pseries: Read of-config partition via pstore
Aruna Balakrishnaiah
1
-9
/
+46
2013-06-20
powerpc/pseries: Distinguish between a os-partition and non-os partition
Aruna Balakrishnaiah
1
-2
/
+5
2013-06-20
powerpc/pseries: Read rtas partition via pstore
Aruna Balakrishnaiah
1
-7
/
+26
2013-06-20
powerpc/pseries: Read/Write oops nvram partition via pstore
Aruna Balakrishnaiah
1
-15
/
+157
2013-06-20
powerpc/pseries: Introduce generic read function to read nvram-partitions
Aruna Balakrishnaiah
1
-10
/
+22
2013-06-20
powerpc/pseries: Add version and timestamp to oops header
Aruna Balakrishnaiah
1
-19
/
+38
2013-06-20
powerpc/pseries: Remove syslog prefix in uncompressed oops text
Aruna Balakrishnaiah
1
-1
/
+1
2012-06-16
kmsg - kmsg_dump() use iterator to receive log buffer content
Kay Sievers
1
-54
/
+7
2012-01-13
kexec: remove KMSG_DUMP_KEXEC
WANG Cong
1
-1
/
+0
2011-12-08
powerpc/nvram: Add spinlock to oops_to_nvram to prevent oops in compression c...
Anton Blanchard
1
-0
/
+7
2011-09-20
powerpc/nvram: Add compression to fit more oops output into NVRAM
Jim Keniston
1
-7
/
+164
2011-03-30
powerpc/nvram: Don't overwrite oops/panic report on normal shutdown
Jim Keniston
1
-0
/
+24
2011-03-04
powerpc/pseries/nvram: Capture oops/panic reports in ibm, oops-log partition
Jim Keniston
1
-3
/
+115
2011-03-04
powerpc/nvram: Generalize code for OS partitions in NVRAM
Jim Keniston
1
-59
/
+84
2010-11-30
powerpc/nvram: Rename ppc64,linux partition to ibm,rtas-log
Benjamin Herrenschmidt
1
-10
/
+13
2010-11-30
powerpc/nvram: Move the log partition stuff to pseries
Benjamin Herrenschmidt
1
-0
/
+200
2010-11-30
powerpc/nvram: More flexible nvram_create_partition()
Benjamin Herrenschmidt
1
-3
/
+3
2010-11-30
powerpc/nvram: Move things out of asm/nvram.h
Benjamin Herrenschmidt
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2008-06-16
[POWERPC] Add missing of_node_put in pseries/nvram.c
Julia Lawall
1
-1
/
+3
2007-04-12
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
1
-1
/
+1
2006-07-31
[POWERPC] pseries: Constify & voidify get_property()
Jeremy Kerr
1
-2
/
+3
2005-10-10
powerpc: move pSeries files to arch/powerpc/platforms/pseries
Paul Mackerras
1
-0
/
+148