aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore
Commit message (Expand)AuthorAgeFilesLines
* pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-03-031-6/+29
* pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-13/+10
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-3/+3
* Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2012-12-152-12/+34
|\
| * pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov2012-12-121-1/+3
| * pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg2012-12-121-2/+16
| * pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon2012-11-171-4/+8
| * pstore/ram: Fixup section annotationsHannes Reinecke2012-11-161-5/+7
* | efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-264-14/+16
* | efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2012-11-262-2/+3
|/
* pstore: Fix NULL pointer dereference in console writesColin Ian King2012-11-141-1/+2
* pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu2012-09-201-1/+7
* pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov2012-09-074-1/+103
* pstore/ram: Add missing platform_device_unregisterJovi Zhang2012-08-311-0/+1
* pstore/ram: Mark ramoops_pstore_write_buf() as notraceAnton Vorontsov2012-08-041-6/+6
* pstore/ram: Fix printk format warningRandy Dunlap2012-08-041-1/+1
* pstore/ram: Fix possible NULL dereferenceAnton Vorontsov2012-08-041-6/+7
* pstore/ram: Make tracing log versionedAnton Vorontsov2012-07-172-10/+15
* pstore: Headers should include all stuff they useAnton Vorontsov2012-07-171-0/+2
* pstore/ram: Add ftrace messages handlingAnton Vorontsov2012-07-171-4/+33
* pstore/ram: Convert to write_buf callbackAnton Vorontsov2012-07-171-8/+9
* pstore: Add persistent function tracingAnton Vorontsov2012-07-176-5/+199
* pstore: Introduce write_buf backend callbackAnton Vorontsov2012-07-171-0/+10
* pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov2012-07-171-6/+4
* pstore/ram: Make ECC size configurableAnton Vorontsov2012-07-172-15/+22
* pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov2012-07-171-4/+3
* Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-251-22/+12
|\
| * Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-203-11/+21
| |\
| * | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-22/+12
* | | pstore/ram_core: Better ECC size checkingAnton Vorontsov2012-06-201-8/+8
* | | pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov2012-06-201-7/+15
* | | pstore/ram: Fix error handling during przs allocationAnton Vorontsov2012-06-201-1/+1
* | | pstore/ram: Probe as early as possibleAnton Vorontsov2012-06-202-35/+37
* | | pstore/platform: Disable automatic updates by defaultAnton Vorontsov2012-06-131-2/+4
* | | pstore/platform: Make automatic updates interval configurableAnton Vorontsov2012-06-131-4/+11
* | | pstore/ram_core: Remove now unused codeAnton Vorontsov2012-06-131-77/+0
* | | pstore/ram_core: Silence some printksAnton Vorontsov2012-06-131-2/+2
* | | pstore/ram: Add console messages handlingAnton Vorontsov2012-06-131-14/+86
* | | pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov2012-06-131-9/+32
* | | pstore/ram: Factor dmesg przs initialization out of probe()Anton Vorontsov2012-06-131-37/+62
* | | pstore/ram: Give proper names to dump-related variablesAnton Vorontsov2012-06-131-17/+17
* | | pstore: Add console log messages supportAnton Vorontsov2012-06-133-0/+47
| |/ |/|
* | pstore/inode: Make pstore_fill_super() staticAnton Vorontsov2012-06-131-1/+1
* | pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov2012-06-131-0/+1
* | pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov2012-06-131-3/+8
* | pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov2012-06-131-0/+1
* | pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2012-06-132-7/+10
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | pstore/ram: Add ECC supportAnton Vorontsov2012-05-171-3/+12