summaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-191-5/+5
|\
| * Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-5/+5
| |\
| | * printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-171-5/+5
* | | pstore: replace spinlock_t by raw_spinlock_tWen Yang2024-08-261-4/+4
|/ /
* | Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-181-0/+14
|\ \
| * | pstore/ramoops: Add ramoops.mem_name= command line optionSteven Rostedt (Google)2024-06-191-0/+14
| |/
* | pstore: platform: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-171-0/+1
* | pstore/blk: replace deprecated strncpy with strscpyJustin Stitt2024-04-111-1/+1
|/
* pstore/zone: Don't clear memory twiceChristophe JAILLET2024-03-091-1/+0
* pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan2024-02-221-0/+2
* pstore/ram: Register to module device tableNícolas F. R. A. Prado2024-02-221-0/+1
* pstore: inode: Only d_invalidate() is neededKees Cook2024-02-221-7/+3
* pstore: inode: Use cleanup.h for struct pstore_privateKees Cook2023-12-081-9/+4
* pstore: inode: Use __free(pstore_iput) for inode allocationsKees Cook2023-12-081-5/+5
* pstore: inode: Convert mutex usage to guard(mutex)Kees Cook2023-12-081-45/+31
* pstore: inode: Convert kfree() usage to __free(kfree)Kees Cook2023-12-081-6/+4
* pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov2023-12-081-1/+1
* pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen2023-12-081-0/+1
* Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-1/+8
|\
| * pstore/platform: Add check for kstrdupJiasheng Jiang2023-10-121-1/+8
* | pstore: convert to new timestamp accessorsJeff Layton2023-10-181-2/+3
|/
* Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-021-7/+27
|\
| * pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel2023-08-311-7/+27
* | Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-285-346/+137
|\|
| * pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)2023-08-181-6/+4
| * pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang2023-08-174-21/+24
| * pstore/ram: Check start of empty przs during initEnlin Mu2023-08-041-1/+1
| * pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel2023-07-172-139/+97
| * pstore: Remove worst-case compression size logicArd Biesheuvel2023-07-171-187/+19
* | pstore: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
|/
* Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-272-4/+4
|\
| * pstore/ram: Add check for kstrdupJiasheng Jiang2023-06-141-0/+2
| * pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König2023-05-101-4/+2
* | init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-2/+2
|/
* 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