summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds15-19/+19
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+0
2023-04-24Merge branch 'x86-rep-insns': x86 user copy clarificationsLinus Torvalds9-600/+454
2023-04-21x86: rewrite '__copy_user_nocache' functionLinus Torvalds3-214/+243
2023-04-20x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds3-7/+5
2023-04-19x86: set FSRS automatically on AMD CPUs that have FSRMLinus Torvalds1-0/+4
2023-04-19x86: improve on the non-rep 'copy_user' functionLinus Torvalds2-160/+137
2023-04-19x86: improve on the non-rep 'clear_user' functionLinus Torvalds2-46/+72
2023-04-19x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds2-47/+31
2023-04-19x86: move stac/clac from user copy routines into callersLinus Torvalds3-12/+12
2023-04-19x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds2-86/+3
2023-04-19x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds2-54/+12
2023-04-19x86: don't use REP_GOOD or ERMS for small memory clearingLinus Torvalds1-36/+11
2023-04-19x86: don't use REP_GOOD or ERMS for small memory copiesLinus Torvalds1-24/+10
2023-04-18x86/alternatives: Do not use integer constant suffixes in inline asmWilly Tarreau1-1/+1
2023-04-16Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-16Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-04-13x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic1-2/+2
2023-04-11Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+21
2023-04-10Merge tag 'uml-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2023-04-09Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+9
2023-04-08purgatory: fix disabling debug infoAlyssa Ross1-2/+1
2023-04-07x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar1-0/+21
2023-04-05arch/x86: Remove "select SRCU"Paul E. McKenney1-2/+0
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-04-05x86/cpu: Add model number for Intel Arrow Lake processorTony Luck1-0/+2
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-9/+105
2023-04-04um: Only disable SSE on clang to work around old GCC bugsDavid Gow1-0/+5
2023-04-03Merge tag 'hyperv-fixes-signed-20230402' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+8
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy1-0/+1
2023-03-31Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini18-55/+112
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet15-19/+19
2023-03-30x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder1-1/+2
2023-03-30x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello1-1/+5
2023-03-27KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real ModeSean Christopherson1-1/+6
2023-03-27KVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionSean Christopherson1-2/+9
2023-03-27KVM: x86: Suppress pending MMIO write exits if emulator detects exceptionSean Christopherson1-0/+2
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka1-3/+33
2023-03-27KVM: SVM: Flush Hyper-V TLB when requiredJeremi Piotrowski3-3/+54
2023-03-26Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2023-03-26Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-16/+21
2023-03-24Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-03-22x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Chang S. Bae1-16/+14
2023-03-22x86/mm: Do not shuffle CPU entry areas without KASLRMichal Koutný1-0/+7
2023-03-22x86/PVH: avoid 32-bit build warning when obtaining VGA console infoJan Beulich1-1/+1
2023-03-21perf/x86/amd/core: Always clear status for idxBreno Leitao1-2/+1
2023-03-19Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-20/+45
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+42
2023-03-17x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley1-4/+8