index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
pseries
/
nvram.c
Age
Commit message (
Expand
)
Author
2023-02-13
powerpc/rtas: arch-wide function token lookup conversions
Nathan Lynch
2022-05-08
powerpc: Add missing headers
Christophe Leroy
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-01-22
powerpc: Adopt nvram module for PPC64
Finn Thain
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-06-14
powerpc/pseries: Remove unused pstore headers in nvram.c
Geliang Tang
2015-03-23
powerpc/rtas: Make timestamp related code y2038-safe
Hari Bathini
2015-03-23
powerpc/nvram: Move generic code for nvram and pstore
Hari Bathini
2014-11-19
powerpc/pseries: Initialise nvram_pstore_info's buf_lock
Li Zhong
2014-09-25
powerpc: Make a bunch of things static
Anton Blanchard
2014-04-09
powerpc: Convert last uses of __FUNCTION__ to __func__
Joe Perches
2013-12-13
powerpc/pseries: Fix endian issues in nvram code
Anton Blanchard
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-10-31
powerpc/nvram: Fix endian issue when reading the NVRAM size
Cedric Le Goater
2013-10-31
powerpc/nvram: Scan partitions only once
Cedric Le Goater
2013-10-14
treewide: fix "distingush" typo
Michael Opdenacker
2013-08-19
powerpc/pseries: Read and write to the 'compressed' flag of pstore
Aruna Balakrishnaiah
2013-08-19
pstore: Introduce new argument 'compressed' in the read callback
Aruna Balakrishnaiah
2013-08-19
pstore: Add new argument 'compressed' in pstore write callback
Aruna Balakrishnaiah
2013-08-19
powerpc/pseries: Remove (de)compression in nvram with pstore enabled
Aruna Balakrishnaiah
2013-08-09
powerpc/pseries: Add backward compatibilty to read old kernel oops-log
Aruna Balakrishnaiah
2013-08-09
powerpc/pseries: Fix buffer overflow when reading from pstore
Aruna Balakrishnaiah
2013-07-01
powerpc/pseries: Support compression of oops text via pstore
Aruna Balakrishnaiah
2013-07-01
powerpc/pseries: Re-organise the oops compression code
Aruna Balakrishnaiah
2013-07-01
pstore: Pass header size in the pstore write callback
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Read common partition via pstore
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Read of-config partition via pstore
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Distinguish between a os-partition and non-os partition
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Read rtas partition via pstore
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Read/Write oops nvram partition via pstore
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Introduce generic read function to read nvram-partitions
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Add version and timestamp to oops header
Aruna Balakrishnaiah
2013-06-20
powerpc/pseries: Remove syslog prefix in uncompressed oops text
Aruna Balakrishnaiah
2012-06-15
kmsg - kmsg_dump() use iterator to receive log buffer content
Kay Sievers
2012-01-12
kexec: remove KMSG_DUMP_KEXEC
WANG Cong
2011-12-08
powerpc/nvram: Add spinlock to oops_to_nvram to prevent oops in compression c...
Anton Blanchard
2011-09-20
powerpc/nvram: Add compression to fit more oops output into NVRAM
Jim Keniston
2011-03-30
powerpc/nvram: Don't overwrite oops/panic report on normal shutdown
Jim Keniston
2011-03-04
powerpc/pseries/nvram: Capture oops/panic reports in ibm, oops-log partition
Jim Keniston
2011-03-04
powerpc/nvram: Generalize code for OS partitions in NVRAM
Jim Keniston
2010-11-30
powerpc/nvram: Rename ppc64,linux partition to ibm,rtas-log
Benjamin Herrenschmidt
2010-11-30
powerpc/nvram: Move the log partition stuff to pseries
Benjamin Herrenschmidt
2010-11-30
powerpc/nvram: More flexible nvram_create_partition()
Benjamin Herrenschmidt
2010-11-30
powerpc/nvram: Move things out of asm/nvram.h
Benjamin Herrenschmidt
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2008-06-16
[POWERPC] Add missing of_node_put in pseries/nvram.c
Julia Lawall
2007-04-13
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
2006-07-31
[POWERPC] pseries: Constify & voidify get_property()
Jeremy Kerr
2005-10-10
powerpc: move pSeries files to arch/powerpc/platforms/pseries
Paul Mackerras