summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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-0817-100/+140
| |\ \ \
| * \ \ \ 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
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-24103-444/+252
| |\ \ \ \ \ \
| * | | | | | | perf/x86/intel: Disable check_msr for real HWJiri Olsa2019-06-171-0/+8
| * | | | | | | perf/x86/intel: Use ->is_visible callback for default groupJiri Olsa2019-06-171-3/+12
| * | | | | | | perf/x86/intel/uncore: Add IMC uncore support for Snow RidgeKan Liang2019-06-173-1/+201
| * | | | | | | perf/x86/intel/uncore: Clean up client IMCKan Liang2019-06-173-15/+22
| * | | | | | | perf/x86/intel/uncore: Support MMIO type uncore blocksKan Liang2019-06-172-12/+60
| * | | | | | | perf/x86/intel/uncore: Factor out box ref/unref functionsKan Liang2019-06-171-18/+36
| * | | | | | | perf/x86/intel/uncore: Add uncore support for Snow Ridge serverKan Liang2019-06-173-0/+411
| * | | | | | | perf/x86/intel/uncore: Handle invalid event coding for free-running counterKan Liang2019-06-172-0/+11
| * | | | | | | perf/x86/intel: Add more Icelake CPUIDsKan Liang2019-06-171-4/+9
| * | | | | | | perf/x86/intel: Add Icelake desktop CPUIDKan Liang2019-06-173-0/+3
| * | | | | | | Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-1798-651/+169
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/topology' into perf/core, to prepare for new patchesIngo Molnar2019-06-0312-77/+226
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf/x86: Use update attribute groups for default attributesJiri Olsa2019-06-033-41/+5
| * | | | | | | | | perf/x86/intel: Use update attributes for skylake formatJiri Olsa2019-06-031-5/+10
| * | | | | | | | | perf/x86: Use update attribute groups for extra formatJiri Olsa2019-06-031-5/+13
| * | | | | | | | | perf/x86: Use update attribute groups for capsJiri Olsa2019-06-033-14/+20
| * | | | | | | | | perf/x86: Add is_visible attribute_group callback for base eventsJiri Olsa2019-06-031-38/+15
| * | | | | | | | | perf/x86: Use the new pmu::update_attrs attribute groupJiri Olsa2019-06-033-46/+52
| * | | | | | | | | perf/x86: Get rid of x86_pmu::event_attrsJiri Olsa2019-06-032-4/+0