summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-251-4/+1
|\
| * vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-4/+1
* | Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-2516-104/+185
|\ \
| * | x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley2023-03-278-50/+109
| * | x86/mm: Handle decryption/re-encryption of bss_decrypted consistentlyMichael Kelley2023-03-271-3/+7
| * | Drivers: hv: Explicitly request decrypted in vmap_pfn() callsMichael Kelley2023-03-271-1/+1
| * | x86/hyperv: Reorder code to facilitate future workMichael Kelley2023-03-271-34/+34
| * | x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley2023-03-264-2/+19
| * | x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze2023-03-213-14/+15
| |/
* | Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-256-60/+24
|\ \
| * | x86/paravirt: Convert simple paravirt functions to asmJuergen Gross2023-03-172-22/+13
| * | x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross2023-03-066-38/+11
* | | Merge tag 'x86_cpu_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-255-46/+43
|\ \ \
| * | | x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPINTony Luck2023-04-051-0/+1
| * | | x86/split_lock: Enumerate architectural split lock disable bitFenghua Yu2023-03-161-37/+22
| * | | x86/CPU/AMD: Make sure EFER[AIBRSE] is setBorislav Petkov (AMD)2023-03-163-9/+20
| |/ /
* | | Merge tag 'x86_acpi_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-3/+8
|\ \ \
| * | | x86/ACPI/boot: Improve __acpi_acquire_global_lockUros Bizjak2023-03-221-3/+8
| | |/ | |/|
* | | Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-252-13/+13
|\ \ \
| * | | x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K2023-03-191-7/+7
| * | | x86/mce: Always inline old MCA stubsBorislav Petkov (AMD)2023-03-081-5/+5
| * | | x86/MCE/AMD: Make kobj_type structure constantThomas Weißschuh2023-03-061-1/+1
| | |/ | |/|
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-242-18/+19
|\ \ \
| * | | SVM-SEV: convert the rest of fget() uses to fdget() in thereAl Viro2023-04-201-12/+14
| * | | convert sgx_set_attribute() to fdget()/fdput()Al Viro2023-04-201-6/+5
| |/ /
* | | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-2415-19/+19
|\ \ \
| * | | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-3015-19/+19
| |/ /
* | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-242-3/+0
|\ \ \
| * | | arch/x86: Remove "select SRCU"Paul E. McKenney2023-04-051-2/+0
| * | | kvm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
| |/ /
* | | Merge branch 'x86-rep-insns': x86 user copy clarificationsLinus Torvalds2023-04-249-600/+454
|\ \ \
| * | | x86: rewrite '__copy_user_nocache' functionLinus Torvalds2023-04-203-214/+243
| * | | x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds2023-04-193-7/+5
| * | | x86: set FSRS automatically on AMD CPUs that have FSRMLinus Torvalds2023-04-181-0/+4
| * | | x86: improve on the non-rep 'copy_user' functionLinus Torvalds2023-04-182-160/+137
| * | | x86: improve on the non-rep 'clear_user' functionLinus Torvalds2023-04-182-46/+72
| * | | x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds2023-04-182-47/+31
| * | | x86: move stac/clac from user copy routines into callersLinus Torvalds2023-04-183-12/+12
| * | | x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds2023-04-182-86/+3
| * | | x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds2023-04-182-54/+12
| * | | x86: don't use REP_GOOD or ERMS for small memory clearingLinus Torvalds2023-04-181-36/+11
| * | | x86: don't use REP_GOOD or ERMS for small memory copiesLinus Torvalds2023-04-181-24/+10
* | | | x86/alternatives: Do not use integer constant suffixes in inline asmWilly Tarreau2023-04-181-1/+1
|/ / /
* | | Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-161-2/+2
|\ \ \
| * | | x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic2023-04-131-2/+2
* | | | Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-161-2/+1
|\ \ \ \
| * | | | purgatory: fix disabling debug infoAlyssa Ross2023-04-081-2/+1
* | | | | Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-111-0/+21
|\ \ \ \ \
| * | | | | x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar2023-04-061-0/+21
| | |_|/ / | |/| | |
* | | | | Merge tag 'uml-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-101-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |