summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-248-7/+1
| * | | | | | | | | | | binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-245-6/+0
| * | | | | | | | | | | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-247-11/+0
| * | | | | | | | | | | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-247-7/+0
* | | | | | | | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-0930-40/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | docs: kdump: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-144-5/+5
| * | | | | | | | | | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-148-8/+8
| * | | | | | | | | | | | docs: ide: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | | | | | | | | | | | docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab2019-06-144-4/+4
| * | | | | | | | | | | | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-143392-23922/+4732
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-0814-20/+20
| * | | | | | | | | | | | | docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab2019-06-082-2/+2
| * | | | | | | | | | | | | treewide: trivial: fix s/poped/popped/ typoGeorge G. Davis2019-06-071-1/+1
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-0913-61/+350
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | parisc: asm: psw.h: missing header guardDenis Efremov2019-06-251-1/+1
| * | | | | | | | | | | | | parisc: add dynamic ftraceSven Schnelle2019-06-0810-18/+252
| * | | | | | | | | | | | | 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-098-34/+142
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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-201-26/+45
| * | | | | | | | | | | | | | x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDLianbo Jiang2019-06-201-1/+1
| * | | | | | | | | | | | | | 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-098-43/+233
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/kdump/64: Restrict kdump kernel reservation to <64TBBaoquan He2019-06-281-3/+12
| * | | | | | | | | | | | | | | 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-0913-545/+1336
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-0848-164/+487
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/cpu' into perf/core, to pick up revertIngo Molnar2019-07-049-316/+85
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | perf/x86/rapl: Get quirk state from new probe frameworkJiri Olsa2019-06-241-79/+3
| * | | | | | | | | | | | | | | | | | perf/x86/rapl: Get attributes from new probe frameworkJiri Olsa2019-06-241-89/+0
| * | | | | | | | | | | | | | | | | | perf/x86/rapl: Get MSR values from new probe frameworkJiri Olsa2019-06-241-42/+11
| * | | | | | | | | | | | | | | | | | perf/x86/rapl: Get rapl_cntr_mask from new probe frameworkJiri Olsa2019-06-241-36/+2
| * | | | | | | | | | | | | | | | | | perf/x86/rapl: Use new MSR detection interfaceJiri Olsa2019-06-241-1/+191
| * | | | | | | | | | | | | | | | | | perf/x86/cstate: Use new probe functionJiri Olsa2019-06-241-65/+87
| * | | | | | | | | | | | | | | | | | perf/x86/msr: Use new probe functionJiri Olsa2019-06-241-50/+60
| * | | | | | | | | | | | | | | | | | perf/x86: Add MSR probe interfaceJiri Olsa2019-06-243-1/+75
| * | | | | | | | | | | | | | | | | | Merge branch 'x86/cpu' into perf/core, to pick up dependent patchesIngo Molnar2019-06-2423-92/+791
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \