aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-0/+2
2013-05-08pstore/ram: fix error return code in ramoops_probe()Wei Yongjun1-0/+2
2013-04-03pstore/ram: Restore ecc information blockArve Hjønnevåg2-2/+13
2013-04-03pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg2-37/+42
2013-04-03pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg1-1/+2
2013-03-18pstore: Replace calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu1-2/+1
2013-03-11fs: pstore: Replaced calls to kmalloc and memcpy with kmemdupAlexandru Gheorghiu1-2/+1
2013-02-21Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds2-7/+46
2013-02-12pstore: Create a convenient mount point for pstoreJosh Boyer1-1/+17
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-3/+7
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook1-3/+7
2013-01-11pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi1-6/+29
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman2-13/+10
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-3/+3
2012-12-15Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2-12/+34
2012-12-12pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov1-1/+3
2012-12-12pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftrace_sizeArve Hjønnevåg1-2/+16
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi4-14/+16
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2-2/+3
2012-11-17pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon1-4/+8
2012-11-16pstore/ram: Fixup section annotationsHannes Reinecke1-5/+7
2012-11-14pstore: Fix NULL pointer dereference in console writesColin Ian King1-1/+2
2012-09-20pstore: Avoid recursive spinlocks in the oops_in_progress caseChuansheng Liu1-1/+7
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov4-1/+103
2012-08-31pstore/ram: Add missing platform_device_unregisterJovi Zhang1-0/+1
2012-08-04pstore/ram: Mark ramoops_pstore_write_buf() as notraceAnton Vorontsov1-6/+6
2012-08-04pstore/ram: Fix printk format warningRandy Dunlap1-1/+1
2012-08-04pstore/ram: Fix possible NULL dereferenceAnton Vorontsov1-6/+7
2012-07-17pstore/ram: Make tracing log versionedAnton Vorontsov2-10/+15
2012-07-17pstore: Headers should include all stuff they useAnton Vorontsov1-0/+2
2012-07-17pstore/ram: Add ftrace messages handlingAnton Vorontsov1-4/+33
2012-07-17pstore/ram: Convert to write_buf callbackAnton Vorontsov1-8/+9
2012-07-17pstore: Add persistent function tracingAnton Vorontsov6-5/+199
2012-07-17pstore: Introduce write_buf backend callbackAnton Vorontsov1-0/+10
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov1-6/+4
2012-07-17pstore/ram: Make ECC size configurableAnton Vorontsov2-15/+22
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov1-4/+3
2012-06-25Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman1-22/+12
2012-06-20pstore/ram_core: Better ECC size checkingAnton Vorontsov1-8/+8
2012-06-20pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov1-7/+15
2012-06-20pstore/ram: Fix error handling during przs allocationAnton Vorontsov1-1/+1
2012-06-20pstore/ram: Probe as early as possibleAnton Vorontsov2-35/+37
2012-06-20Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-11/+21
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers1-22/+12
2012-06-13pstore/platform: Disable automatic updates by defaultAnton Vorontsov1-2/+4
2012-06-13pstore/platform: Make automatic updates interval configurableAnton Vorontsov1-4/+11
2012-06-13pstore/ram_core: Remove now unused codeAnton Vorontsov1-77/+0
2012-06-13pstore/ram_core: Silence some printksAnton Vorontsov1-2/+2
2012-06-13pstore/ram: Add console messages handlingAnton Vorontsov1-14/+86
2012-06-13pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov1-9/+32