summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds23-494/+510
2023-04-26Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+9
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-116/+205
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-104/+185
2023-04-25Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-60/+24
2023-04-25Merge tag 'x86_cpu_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-46/+43
2023-04-25Merge tag 'x86_acpi_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+8
2023-04-25Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+13
2023-04-25Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+19
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-21perf/x86/intel/uncore: Add events for Intel SPR IMC PMUStephane Eranian1-0/+12
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier3-1/+15
2023-04-21SVM-SEV: convert the rest of fget() uses to fdget() in thereAl Viro1-12/+14
2023-04-21convert sgx_set_attribute() to fdget()/fdput()Al Viro1-6/+5
2023-04-21x86: rewrite '__copy_user_nocache' functionLinus Torvalds3-214/+243
2023-04-21um: make stub data pages size tweakableJohannes Berg3-9/+9
2023-04-20crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel7-68/+57
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeArd Biesheuvel2-42/+41
2023-04-20crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel2-207/+207
2023-04-20crypto: x86/sha256 - Use RIP-relative addressingArd Biesheuvel1-6/+12
2023-04-20crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel1-2/+2
2023-04-20crypto: x86/des3 - Use RIP-relative addressingArd Biesheuvel1-32/+64
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingArd Biesheuvel1-1/+2
2023-04-20crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel1-14/+18
2023-04-20crypto: x86/cast5 - Use RIP-relative addressingArd Biesheuvel1-17/+21
2023-04-20crypto: x86/camellia - Use RIP-relative addressingArd Biesheuvel3-32/+34
2023-04-20crypto: x86/aria - Use RIP-relative addressingArd Biesheuvel3-40/+40
2023-04-20crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel2-30/+8
2023-04-20crypto: x86/aegis128 - Use RIP-relative addressingArd Biesheuvel1-3/+3
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-19mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-1/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-04-18x86/hyperv: VTL support for Hyper-VSaurabh Sengar4-0/+239
2023-04-18x86/hyperv: Make hv_get_nmi_reason publicSaurabh Sengar2-5/+5
2023-04-18x86/hyperv: Add VTL specific structs and hypercallsSaurabh Sengar1-0/+75
2023-04-18x86/init: Make get/set_rtc_noop() publicSaurabh Sengar2-2/+4