aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-05-07x86/delay: Preparatory code cleanupThomas Gleixner3-23/+27
2020-05-07x86/platform/uv: Remove the unused _uv_cpu_blade_processor_id() macroChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Unexport uv_apicid_hibitsChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig2-20/+0
2020-05-07x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig2-25/+14
2020-05-07x86/platform/uv: Mark uv_min_hub_revision_id staticChristoph Hellwig1-2/+1
2020-05-07x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig2-4/+1
2020-05-07x86/platform/uv: Remove the UV*_HUB_IS_SUPPORTED macrosChristoph Hellwig2-26/+0
2020-05-07x86/platform/uv: Unexport symbols only used by x2apic_uv_x.cChristoph Hellwig1-6/+0
2020-05-07x86/platform/uv: Unexport sn_coherency_idChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Remove the uv_partition_coherence_id() macroChristoph Hellwig2-2/+1
2020-05-07x86/platform/uv: Mark uv_bios_call() and uv_bios_call_irqsave() staticChristoph Hellwig2-11/+4
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2-3/+3
2020-05-07x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov1-45/+12
2020-05-07x86/cpu: Add a X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macroBorislav Petkov1-0/+4
2020-05-07KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini1-0/+8
2020-05-07Merge 'x86/urgent' into x86/cpuBorislav Petkov22-193/+297
2020-05-07KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu1-1/+1
2020-05-07KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu1-1/+1
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini3-11/+9
2020-05-07KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu1-0/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-20/+35
2020-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-18/+23
2020-05-06x86/resctrl: Support wider MBM countersReinette Chatre2-2/+14
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre2-1/+7
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre4-14/+24
2020-05-06x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre4-2/+11
2020-05-06x86/resctrl: Remove unnecessary RMID checksReinette Chatre1-15/+0
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre3-25/+29
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre6-8/+8
2020-05-06KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu1-0/+1
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini1-15/+5
2020-05-06KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson1-0/+3
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig3-4/+34
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar1-4/+15
2020-05-04x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel1-0/+8
2020-05-04kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini1-5/+5
2020-05-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit1-2/+2
2020-05-04KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini1-0/+2
2020-05-04KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warningSean Christopherson1-1/+1
2020-05-04x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi1-4/+3
2020-05-04x86/boot: Add kstrtoul() from lib/Vamshi K Sthambamkadi2-1/+43
2020-05-04x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe1-0/+1
2020-05-03x86/tlb/uv: Add a forward declaration for struct flush_tlb_infoBorislav Petkov1-0/+1
2020-05-03x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf1-4/+4
2020-05-01x86/apic: Move TSC deadline timer debug printkThomas Gleixner1-13/+14
2020-05-01ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov1-2/+3
2020-04-30perf/x86/intel/pt: Drop pointless NULL assignment.Paul Gortmaker1-2/+0
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc6-0/+639
2020-04-30x86/retpoline: Fix retpoline unwindPeter Zijlstra3-51/+38