aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierGravatar Omar Sandoval 2-0/+20
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 1-1/+1
2023-05-19KVM: VMX: Fix header file dependency of asm/vmx.hGravatar Jacob Xu 1-0/+2
2023-05-08perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGGravatar Kan Liang 1-0/+3
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+17
2023-05-03x86-64: mm: clarify the 'positive addresses' user address rulesGravatar Linus Torvalds 1-13/+31
2023-05-03x86: mm: remove 'sign' games from LAM untagged_addr*() macrosGravatar Linus Torvalds 1-15/+3
2023-05-03x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerGravatar Linus Torvalds 3-85/+82
2023-05-03x86: mm: remove architecture-specific 'access_ok()' defineGravatar Linus Torvalds 1-34/+0
2023-05-03x86-64: make access_ok() independent of LAMGravatar Linus Torvalds 1-4/+35
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-45/+72
2023-04-29locking/x86: Define arch_try_cmpxchg_local()Gravatar Uros Bizjak 1-0/+6
2023-04-29locking/arch: Wire up local_try_cmpxchg()Gravatar Uros Bizjak 1-2/+11
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-23/+37
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 9-8/+187
2023-04-28Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+2
2023-04-28Merge tag 'x86_fpu_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-23/+0
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+0
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-18/+7
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-0/+95
2023-04-26Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 4-6/+25
2023-04-26Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-1/+1
2023-04-26Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 2-21/+15
2023-04-26Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-0/+1
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 4-5/+30
2023-04-25Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+2
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-6/+29
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-14/+22
2023-04-25Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-26/+14
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-3/+3
2023-04-24Merge branch 'x86-rep-insns': x86 user copy clarificationsGravatar Linus Torvalds 1-37/+25
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Gravatar Linus Torvalds 1-4/+2
2023-04-18x86: improve on the non-rep 'copy_user' functionGravatar Linus Torvalds 1-4/+4
2023-04-18x86: improve on the non-rep 'clear_user' functionGravatar Linus Torvalds 1-2/+2
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseGravatar Linus Torvalds 1-13/+10
2023-04-18x86: move stac/clac from user copy routines into callersGravatar Linus Torvalds 1-1/+7
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingGravatar Linus Torvalds 1-11/+3
2023-04-18x86: don't use REP_GOOD or ERMS for user memory copiesGravatar Linus Torvalds 1-10/+5
2023-04-18x86/hyperv: VTL support for Hyper-VGravatar Saurabh Sengar 1-0/+10
2023-04-18x86/hyperv: Make hv_get_nmi_reason publicGravatar Saurabh Sengar 1-0/+5
2023-04-18x86/hyperv: Add VTL specific structs and hypercallsGravatar Saurabh Sengar 1-0/+75
2023-04-18x86/init: Make get/set_rtc_noop() publicGravatar Saurabh Sengar 1-0/+2
2023-04-18x86/alternatives: Do not use integer constant suffixes in inline asmGravatar Willy Tarreau 1-1/+1
2023-04-17PCI: hv: Enable PCI pass-thru devices in Confidential VMsGravatar Michael Kelley 1-0/+3
2023-04-17Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextGravatar Wei Liu 6-17/+42
2023-04-14x86/hyperv: Mark hv_ghcb_terminate() as noreturnGravatar Guilherme G. Piccoli 1-1/+1
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnGravatar Josh Poimboeuf 1-1/+0