aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-10-03x86-32, hibernate: Adjust in_suspend after resumed on 32bit systemZhimin Gu1-0/+3
2018-10-03x86-32, hibernate: Set up temporary text mapping for 32bit systemZhimin Gu3-4/+34
2018-10-03x86-32, hibernate: Switch to relocated restore code during resume on 32bit sy...Zhimin Gu3-2/+11
2018-10-03x86-32, hibernate: Switch to original page table after resumedZhimin Gu2-5/+9
2018-10-03x86-32, hibernate: Use the page size macro instead of constant valueZhimin Gu1-1/+1
2018-10-03x86-32, hibernate: Use temp_pgt as the temporary page tableZhimin Gu2-2/+3
2018-10-03x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu4-4/+4
2018-10-03x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit systemZhimin Gu2-2/+10
2018-10-03x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu5-236/+256
2018-10-03x86-32/asm/power: Create stack frames in hibernate_asm_32.SZhimin Gu2-0/+13
2018-10-03PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu1-6/+5
2018-10-03x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu1-1/+1
2018-10-03x86/cpu/amd: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski1-2/+14
2018-10-02x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick1-9/+3
2018-10-02x86/tsc: Fix UV TSC initializationMike Travis1-0/+4
2018-10-02x86/platform/uv: Provide is_early_uv_system()Mike Travis1-0/+6
2018-10-02x86/earlyprintk: Add a force option for pciserial deviceFeng Tang1-10/+19
2018-10-02perf/x86/intel: Add quirk for Goldmont PlusKan Liang1-0/+35
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra11-60/+63
2018-10-02perf/x86/intel: Add a separate Arch Perfmon v4 PMI handlerAndi Kleen3-1/+117
2018-10-02perf/x86/intel: Factor out common code of PMI handlerKan Liang1-49/+60
2018-10-02Merge branch 'x86/cache' into perf/core, to resolve conflictsIngo Molnar3-152/+239
2018-10-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-26/+25
2018-10-02perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2-0/+18
2018-10-02perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang1-6/+6
2018-10-02perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded p...Masayoshi Mizuma1-1/+1
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe50-290/+661
2018-10-01KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson1-4/+20
2018-10-01KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGSLiran Alon1-2/+11
2018-10-01KVM: x86: Do not use kvm_x86_ops->mpx_supported() directlyLiran Alon2-2/+2
2018-10-01KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabledLiran Alon1-6/+20
2018-10-01x86/build: Remove unused CONFIG_AS_CRC32Masahiro Yamada1-1/+0
2018-10-01x86/asm: Use CC_SET()/CC_OUT() in __cmpxchg_double()Uros Bizjak1-4/+6
2018-09-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-19/+0
2018-09-28x86/intel_rdt: Use perf infrastructure for measurementsReinette Chatre1-115/+189
2018-09-28x86/intel_rdt: Create required perf event attributesReinette Chatre1-0/+26
2018-09-28x86/intel_rdt: Remove local register variablesReinette Chatre1-44/+9
2018-09-28perf/x86: Add helper to obtain performance counter indexReinette Chatre2-0/+22
2018-09-28x86: DT: use for_each_of_cpu_node iteratorRob Herring1-1/+1
2018-09-28x86/fpu: Remove VLA usage of skcipherKees Cook1-14/+16
2018-09-27x86/hyperv: Remove unused includeYueHaibing1-1/+0
2018-09-27x86/hyperv: Suppress "PCI: Fatal: No config space access function found"Dexuan Cui1-0/+19
2018-09-27x86/mm/cpa: Optimize __cpa_flush_range()Peter Zijlstra1-1/+1
2018-09-27x86/mm/cpa: Factor common code between cpa_flush_*()Peter Zijlstra1-16/+13
2018-09-27x86/mm/cpa: Move CLFLUSH test into cpa_flush_array()Peter Zijlstra1-11/+16
2018-09-27x86/mm/cpa: Move CLFLUSH test into cpa_flush_range()Peter Zijlstra1-8/+7
2018-09-27x86/mm/cpa: Use flush_tlb_kernel_range()Peter Zijlstra1-4/+5
2018-09-27x86/mm/cpa: Unconditionally avoid WBINDV when we canPeter Zijlstra1-16/+2