aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song2020-10-074-49/+82
* x86/mce: Provide method to find out the type of an exception handlerTony Luck2020-10-073-6/+20
* x86/mce: Pass pointer to saved pt_regs to severity calculation routinesYouquan Song2020-10-073-14/+17
* x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2020-10-062-9/+59
* x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-0615-278/+310
* x86/mce: Drop AMD-specific "DEFERRED" case from Intel severity rule listTony Luck2020-09-301-4/+0
* x86/mce: Add Skylake quirk for patrol scrub reported errorsBorislav Petkov2020-09-301-2/+26
* x86/mce: Annotate mce_rd/wrmsrl() with noinstrBorislav Petkov2020-09-181-6/+21
* x86/mce/dev-mcelog: Do not update kflags on AMD systemsSmita Koralahalli2020-09-151-1/+3
* x86/mce: Stop mce_reign() from re-computing severity for every CPUTony Luck2020-09-141-8/+8
* x86/mce: Make mce_rdmsrl() panic on an inaccessible MSRBorislav Petkov2020-09-112-12/+70
* x86/mce: Increase maximum number of banks to 64Akshay Gupta2020-09-041-6/+2
* x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()Tony Luck2020-08-261-5/+4
* x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam2020-08-202-23/+22
* Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-157-17/+58
|\
| * x86/alternatives: Acquire pte lock with interrupts enabledSebastian Andrzej Siewior2020-08-131-3/+3
| * x86/bugs/multihit: Fix mitigation reporting when VMX is not in usePawan Gupta2020-08-071-1/+7
| * x86/fpu/xstate: Fix an xstate size check warning with architectural LBRsKan Liang2020-08-071-1/+32
| * x86/purgatory: Don't generate debug info for purgatory.roPingfan Liu2020-08-071-1/+4
| * x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoCDilip Kota2020-08-071-2/+7
| * x86/crash: Correct the address boundary of function parametersLianbo Jiang2020-08-071-1/+1
| * x86/acrn: Remove redundant chars from ACRN signatureShuo Liu2020-08-071-2/+2
| * x86/acrn: Allow ACRN guest to use X2APIC modeShuo Liu2020-08-071-6/+2
* | Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-151-10/+36
|\ \
| * | perf/x86/rapl: Add support for Intel SPR platformZhang Rui2020-08-141-0/+20
| * | perf/x86/rapl: Support multiple RAPL unit quirksZhang Rui2020-08-141-9/+15
| * | perf/x86/rapl: Fix missing psys sysfs attributesZhang Rui2020-08-141-1/+1
* | | all arch: remove system call sys_sysctlXiaoming Ni2020-08-142-2/+2
* | | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\ \ \
| * | | vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-1/+2
| |/ /
* | | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-141-0/+1
|\ \ \
| * | | x86: Select POSIX_CPU_TIMERS_TASK_WORKThomas Gleixner2020-08-061-0/+1
* | | | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-1419-1126/+285
|\ \ \ \
| * | | | x86/xen: drop tests for highmem in pv codeJuergen Gross2020-08-112-95/+57
| * | | | x86/xen: eliminate xen-asm_64.SJuergen Gross2020-08-113-195/+180
| * | | | x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-1117-837/+49
* | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-142-7/+12
|\ \ \ \ \
| * | | | | x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley2020-08-112-7/+12
* | | | | | x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet2020-08-141-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-123-13/+15
|\ \ \ \ \ \
| * | | | | | x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabledJon Doron2020-08-101-0/+1
| * | | | | | x86: Expose SERIALIZE for supported cpuidPaolo Bonzini2020-08-091-1/+2
| * | | | | | KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabledSean Christopherson2020-08-091-12/+12
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-124-17/+12
|\ \ \ \ \ \ \
| * | | | | | | mm/x86: use general page fault accountingPeter Xu2020-08-121-15/+2
| * | | | | | | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
| * | | | | | | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
| * | | | | | | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-1/+0
| * | | | | | | x86/mm: use max memory block size on bare metalDaniel Jordan2020-08-121-0/+9
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-2/+10
|\ \ \ \ \ \ \ \