summaryrefslogtreecommitdiff
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-4/+3
|\
| * pstore: Revert pmsg_lock back to a normal mutexJohn Stultz2023-03-081-4/+3
* | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
|/
* Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-233-4/+6
|\
| * pstore: Properly assign mem_type propertyLuca Stefani2022-12-231-1/+1
| * pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz2022-12-231-0/+1
| * pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz2022-12-141-3/+4
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\ \ | |/ |/|
| * driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* | pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd2022-12-051-1/+5
* | pstore/ram: Fix error return code in ramoops_probe()Wang Yufen2022-12-021-0/+2
* | pstore: Alert on backend write errorGuilherme G. Piccoli2022-10-191-0/+10
* | pstore/ram: Set freed addresses to NULLKees Cook2022-10-193-8/+18
* | pstore/ram: Move internal definitions out of kernel-wide includeKees Cook2022-10-173-2/+102
* | pstore/ram: Move pmsg init earlierKees Cook2022-10-171-5/+5
* | pstore/ram: Consolidate kfree() pathsKees Cook2022-10-171-11/+11
* | pstore: Inform unregistered backend names as wellGuilherme G. Piccoli2022-10-171-0/+2
* | pstore: Expose kmsg_bytes as a module parameterGuilherme G. Piccoli2022-10-171-3/+5
* | pstore: Improve error reporting in case of backend overlapGuilherme G. Piccoli2022-10-171-2/+3
* | pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang2022-10-171-1/+1
|/
* Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli2022-09-301-51/+12
* Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-032-0/+2
|\
| * pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel2022-06-242-0/+2
* | pstore/zone: cleanup "rcnt" typeDan Carpenter2022-06-231-6/+6
* | pstore: migrate to crypto acomp interfaceArd Biesheuvel2022-05-121-12/+51
|/
* pstore: Don't use semaphores in always-atomic-context codeJann Horn2022-03-151-20/+18
* pstore: Add prefix to ECC messagesVincent Whitchurch2022-03-011-2/+2
* Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-101-16/+30
|\
| * pstore/ftrace: Allow immediate recordingUwe Kleine-König2021-11-181-16/+30
* | pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven2021-11-211-1/+1
* | Revert "mark pstore-blk as broken"Kees Cook2021-11-161-1/+0
|/
* lib: zstd: Add kernel-specific APINick Terrell2021-11-081-1/+1
* pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-5/+3
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-0/+1
|\
| * mark pstore-blk as brokenChristoph Hellwig2021-06-141-0/+1
* | pstore/blk: Include zone in pstore_device_infoKees Cook2021-06-161-64/+79
* | pstore/blk: Fix kerndoc and redundancy on blkdev paramKees Cook2021-06-161-23/+1
* | pstore/blk: Use the normal block device I/O pathKees Cook2021-06-161-181/+83
* | pstore/blk: Move verify_size() macro out of functionKees Cook2021-06-161-11/+11
* | pstore/blk: Improve failure reportingKees Cook2021-06-161-1/+15
|/
* Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-1/+4
|\
| * printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-1/+4
* | pstore: Add mem_type property DT parsing supportMukesh Ojha2021-03-312-3/+22
* | Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-052-2/+2
|\ \ | |/ |/|
| * pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko2021-03-021-1/+1
| * pstore: Fix warning in pstore_kill_sb()Tetsuo Handa2021-02-231-1/+1
* | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-221-1/+1
|\ \ | |/ |/|
| * pstore/zone: fix a kernel-doc markupMauro Carvalho Chehab2021-01-211-1/+1
* | pstore: Fix typo in compression option nameJiri Bohac2021-02-181-2/+2
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-1/+7
|\