summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDLianbo Jiang2019-06-202-1/+2
| * | | | x86/mm: Create a workarea in the kernel for SME early encryptionThomas Lendacky2019-06-202-2/+45
| * | | | x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky2019-06-203-2/+17
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-099-43/+234
|\ \ \ \ \
| * | | | | x86/kdump/64: Restrict kdump kernel reservation to <64TBBaoquan He2019-06-282-3/+13
| * | | | | x86/kexec/64: Prevent kexec from 5-level paging to a 4-level only kernelBaoquan He2019-06-281-0/+5
| * | | | | x86/boot: Add xloadflags bits to check for 5-level paging supportBaoquan He2019-06-282-1/+13
| * | | | | x86/boot: Make the GDT 8-byte alignedXiaoyao Li2019-06-271-0/+1
| * | | | | x86/kexec: Add the ACPI NVS region to the ident mapKairui Song2019-06-101-3/+15
| * | | | | x86/boot: Call get_rsdp_addr() after console_init()Borislav Petkov2019-06-061-3/+8
| * | | | | Revert "x86/boot: Disable RSDP parsing temporarily"Borislav Petkov2019-06-061-1/+1
| * | | | | x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura2019-06-061-36/+107
| * | | | | x86/kexec: Add the EFI system tables and ACPI tables to the ident mapKairui Song2019-06-061-0/+75
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-09204-2107/+8977
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'perf-urgent-for-mingo-5.3-20190708-2' of git://git.kernel.org/pub/...Ingo Molnar2019-07-098-30/+90
| |\ \ \ \ \ \
| | * | | | | | tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-07-081-6/+15
| | * | | | | | Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo2019-07-08250-2420/+10221
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-08234-829/+1832
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/cpu' into perf/core, to pick up revertIngo Molnar2019-07-0416-568/+235
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'perf-core-for-mingo-5.3-20190703' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-07-0322-44/+753
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | perf script: Allow specifying the files to process guest samplesArnaldo Carvalho de Melo2019-07-031-0/+19
| | * | | | | | | | | perf tools metric: Don't include duration_time in groupAndi Kleen2019-07-021-2/+17
| | * | | | | | | | | perf list: Avoid extra : for --raw metricsAndi Kleen2019-07-021-1/+1