summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: afs: Use pr_warn instead of pr_warningKefeng Wang2019-10-183-11/+10
* sh/intc: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* scsi: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* platform/x86: intel_oaktrail: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-5/+5
* platform/x86: asus-laptop: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* platform/x86: eeepc-laptop: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* oprofile: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-4/+4
* of: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-10/+10
* macintosh: Use pr_warn instead of pr_warningKefeng Wang2019-10-184-19/+17
* idsn: Use pr_warn instead of pr_warningKefeng Wang2019-10-189-37/+35
* ide: Use pr_warn instead of pr_warningKefeng Wang2019-10-182-4/+4
* crypto: n2: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-6/+6
* clocksource: samsung_pwm_timer: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+1
* gdrom: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* drbd: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-7/+6
* acpi: Use pr_warn instead of pr_warningKefeng Wang2019-10-187-50/+48
* x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-1814-65/+57
* sparc: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+3
* sh: Use pr_warn instead of pr_warningKefeng Wang2019-10-185-7/+6
* riscv: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* ia64: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* arm64: Use pr_warn instead of pr_warningKefeng Wang2019-10-182-10/+9
* alpha: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* Merge branch 'for-5.4' into for-linusPetr Mladek2019-09-165-21/+49
|\
| * ABI: Update dev-kmsg documentation to match current kernel behaviourJames Byrne2019-09-061-8/+7
| * printk: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-08-162-10/+27
| * lib/test_printf: Remove obvious comments from %pd and %pD testsPetr Mladek2019-08-151-2/+0
| * lib/test_printf: Add test of null/invalid pointer dereference for dentryJia He2019-08-151-0/+7
| * vsprintf: Prevent crash when dereferencing invalid pointers for %pDJia He2019-08-151-3/+10
* | printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-07-121-1/+1
|/
* Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-07-091-2/+2
|\
| * lib/vsprintf: Reinstate printing of legacy clock IDsGeert Uytterhoeven2019-07-041-1/+1
| * vsprintf: fix data type of variable in string_nocheck()Youngmin Nam2019-06-121-1/+1
* | Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-07-091-3/+3
|\ \
| * | security/commoncap: Use xattr security prefix lenCarmeli Tamir2019-07-071-2/+2
| * | security: Make capability_hooks staticYueHaibing2019-06-111-1/+1
* | | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-0915-61/+359
|\ \ \
| * | | parisc: asm: psw.h: missing header guardDenis Efremov2019-06-251-1/+1
| * | | parisc: add dynamic ftraceSven Schnelle2019-06-0811-18/+259
| * | | compiler.h: add CC_USING_PATCHABLE_FUNCTION_ENTRYSven Schnelle2019-06-081-0/+2
| * | | parisc: use pr_debug() in kernel/module.cSven Schnelle2019-06-081-25/+19
| * | | parisc: add WARN_ON() to clear_fixmapSven Schnelle2019-06-081-0/+3
| * | | parisc: add spinlock to patch functionSven Schnelle2019-06-081-6/+19
| * | | parisc: add support for patching multiple wordsSven Schnelle2019-06-082-17/+62
* | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-0910-37/+155
|\ \ \ \
| * | | | fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeLianbo Jiang2019-06-201-3/+3
| * | | | x86/kexec: Set the C-bit in the identity map page table when SEV is activeLianbo Jiang2019-06-201-3/+13
| * | | | x86/kexec: Do not map kexec area as decrypted when SEV is activeLianbo Jiang2019-06-201-0/+15
| * | | | x86/crash: Add e820 reserved ranges to kdump kernel's e820 tableLianbo Jiang2019-06-201-0/+6
| * | | | x86/mm: Rework ioremap resource mapping determinationLianbo Jiang2019-06-202-26/+54