aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2-11/+3
2020-08-24kvm: mmu: page_track: Fix RCU list API usageMadhuparna Bhowmik1-2/+4
2020-08-24x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov2-6/+6
2020-08-24x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASEBorislav Petkov1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva31-57/+52
2020-08-23Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2020-08-23Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+49
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-86/+39
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+8
2020-08-22x86/msr: Make source of unrecognised MSR writes unambiguousChris Down1-2/+2
2020-08-22x86/msr: Prevent userspace MSR access from dominating the consoleChris Down1-3/+15
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2-2/+4
2020-08-21Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2020-08-21x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMSean Christopherson1-4/+6
2020-08-21arm64/x86: KVM: Introduce steal-time capAndrew Jones1-0/+3
2020-08-21crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak1-12/+6
2020-08-20amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro3-122/+93
2020-08-20i386: propagate the calling conventions change down to csum_partial_copy_generic()Al Viro2-88/+47
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro4-70/+32
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro3-7/+5
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro2-16/+1
2020-08-20x86/umip: Add emulation/spoofing for SLDT and STR instructionsBrendan Shanks1-13/+27
2020-08-20x86: switch to kernel_clone()Christian Brauner1-1/+1
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel3-86/+37
2020-08-20efi/x86: Mark kernel rodata non-executable for mixed modeArvind Sankar1-0/+2
2020-08-20x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam2-23/+22
2020-08-20x86/build: Declutter the build outputIngo Molnar1-4/+0
2020-08-20Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap1-0/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu6-0/+6
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar2-9/+3
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse1-15/+2
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse3-39/+22
2020-08-19x86/cpu: Fix typos and improve the comments in sync_core()Ingo Molnar1-8/+8
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse3-61/+5
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA differenceJames Morse3-1/+12
2020-08-19x86/resctrl: Use is_closid_match() in more placesJames Morse1-16/+14
2020-08-18x86/resctrl: Use container_of() in delayed_work handlersJames Morse1-11/+2
2020-08-18x86/resctrl: Fix stale commentJames Morse1-1/+1
2020-08-18x86/resctrl: Remove struct rdt_membw::max_delayJames Morse2-7/+4
2020-08-18x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2-4/+1
2020-08-18perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang2-12/+83
2020-08-18perf/x86/intel: Support TopDown metrics on Ice LakeKan Liang4-0/+135
2020-08-18perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang2-1/+5
2020-08-18perf/x86/intel: Generic support for hardware TopDown metricsKan Liang5-15/+257
2020-08-18perf/x86/intel: Use switch in intel_pmu_disable/enable_eventKan Liang1-8/+28
2020-08-18perf/x86/intel: Fix the name of perf METRICSKan Liang1-1/+1
2020-08-18perf/x86/intel: Move BTS index to 47Kan Liang1-2/+2
2020-08-18perf/x86/intel: Introduce the fourth fixed counterKan Liang1-3/+20
2020-08-18perf/x86/intel: Name the global status bit in NMI handlerKan Liang2-11/+13
2020-08-18perf/x86: Use event_base_rdpmc for the RDPMC userspace supportKan Liang1-8/+3