index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
pstore
/
ram_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
pstore: Fix kernel-doc warning
Matthew Wilcox (Oracle)
1
-6
/
+4
2023-08-17
pstore: Support record sizes larger than kmalloc() limit
Yuxiao Zhang
1
-2
/
+3
2023-08-04
pstore/ram: Check start of empty przs during init
Enlin Mu
1
-1
/
+1
2023-06-14
pstore/ram: Add check for kstrdup
Jiasheng Jiang
1
-0
/
+2
2022-12-05
pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
Stephen Boyd
1
-1
/
+5
2022-10-19
pstore/ram: Set freed addresses to NULL
Kees Cook
1
-2
/
+9
2022-10-17
pstore/ram: Move internal definitions out of kernel-wide include
Kees Cook
1
-1
/
+2
2022-03-01
pstore: Add prefix to ECC messages
Vincent Whitchurch
1
-2
/
+2
2021-03-31
pstore: Add mem_type property DT parsing support
Mukesh Ojha
1
-2
/
+16
2021-03-02
pstore/ram: Rate-limit "uncorrectable error in header" message
Dmitry Osipenko
1
-1
/
+1
2020-04-23
pstore: switch to copy_from_user()
Al Viro
1
-3
/
+1
2020-03-09
pstore/ram: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-08
pstore/ram: Regularize prz label allocation lifetime
Kees Cook
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
1
-10
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-12-03
pstore/ram: Do not treat empty buffers as valid
Joel Fernandes (Google)
1
-0
/
+5
2018-12-03
pstore: Improve and update some comments and status output
Kees Cook
1
-1
/
+3
2018-12-03
pstore/ram: Add kern-doc for struct persistent_ram_zone
Kees Cook
1
-0
/
+10
2018-12-03
pstore/ram: Report backend assignments with finer granularity
Kees Cook
1
-0
/
+6
2018-12-03
pstore/ram: Standardize module name in ramoops
Kees Cook
1
-2
/
+3
2018-12-03
pstore: Avoid duplicate call of persistent_ram_zap()
Peng Wang
1
-6
/
+9
2018-10-24
Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+7
2018-10-22
pstore/ram: Clarify resource reservation labels
Kees Cook
1
-4
/
+7
2018-09-13
pstore: Fix incorrect persistent ram buffer mapping
Bin Yang
1
-3
/
+14
2018-03-07
pstore/ram: Do not use stack VLA for parity workspace
Kees Cook
1
-7
/
+22
2017-03-07
pstore: Use dynamic spinlock initializer
Kees Cook
1
-1
/
+1
2017-02-13
pstore: Correctly initialize spinlock and flags
Kees Cook
1
-5
/
+7
2016-11-15
pstore: Allow prz to control need for locking
Joel Fernandes
1
-9
/
+15
2016-11-11
pstore: Make spinlock per zone instead of global
Joel Fernandes
1
-6
/
+5
2016-09-08
pstore/ram: Use memcpy_fromio() to save old buffer
Andrew Bresticker
1
-2
/
+2
2016-09-08
pstore/ram: Use memcpy_toio instead of memcpy
Furquan Shaikh
1
-1
/
+1
2016-09-08
pstore/pmsg: drop bounce buffer
Mark Salyzyn
1
-2
/
+45
2016-09-08
pstore/core: drop cmpxchg based updates
Sebastian Andrzej Siewior
1
-41
/
+2
2014-12-11
pstore-ram: Allow optional mapping with pgprot_noncached
Tony Lindgren
1
-9
/
+22
2014-12-11
pstore-ram: Fix hangs by using write-combine mappings
Rob Herring
1
-2
/
+2
2014-08-08
fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array
Fabian Frederick
1
-1
/
+1
2014-06-06
fs/pstore: logging clean-up
Fabian Frederick
1
-19
/
+17
2014-03-17
pstore: Fix buffer overflow while write offset equal to buffer size
Liu ShuoX
1
-2
/
+2
2013-06-14
pstore/ram: avoid atomic accesses for ioremapped regions
Rob Herring
1
-2
/
+52
2013-04-03
pstore/ram: Restore ecc information block
Arve Hjønnevåg
1
-0
/
+3
2013-04-03
pstore/ram: Allow specifying ecc parameters in platform data
Arve Hjønnevåg
1
-30
/
+34
2013-04-03
pstore/ram: Include ecc_size when calculating ecc_block
Arve Hjønnevåg
1
-1
/
+2
2013-01-03
pstore: remove __dev* attributes.
Greg Kroah-Hartman
1
-5
/
+4
2012-07-17
pstore/ram: Make tracing log versioned
Anton Vorontsov
1
-5
/
+7
2012-07-17
pstore/ram_core: Get rid of prz->ecc enable/disable flag
Anton Vorontsov
1
-6
/
+4
2012-07-17
pstore/ram: Make ECC size configurable
Anton Vorontsov
1
-7
/
+8
2012-07-17
pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_poly
Anton Vorontsov
1
-4
/
+3
2012-06-20
pstore/ram_core: Better ECC size checking
Anton Vorontsov
1
-8
/
+8
2012-06-20
pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)
Anton Vorontsov
1
-7
/
+15
2012-06-20
pstore/ram: Probe as early as possible
Anton Vorontsov
1
-4
/
+5
[next]