summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-25Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-25Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-04-25Merge tag 'x86_cpu_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-25Merge tag 'x86_acpi_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-25Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24Merge branch 'x86-rep-insns': x86 user copy clarificationsLinus Torvalds
2023-04-20SVM-SEV: convert the rest of fget() uses to fdget() in thereAl Viro
2023-04-20convert sgx_set_attribute() to fdget()/fdput()Al Viro
2023-04-20x86: rewrite '__copy_user_nocache' functionLinus Torvalds
2023-04-20crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeArd Biesheuvel
2023-04-20crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel
2023-04-20crypto: x86/sha256 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/des3 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/cast5 - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/camellia - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/aria - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel
2023-04-20crypto: x86/aegis128 - Use RIP-relative addressingArd Biesheuvel
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds
2023-04-18x86: set FSRS automatically on AMD CPUs that have FSRMLinus Torvalds
2023-04-18x86: improve on the non-rep 'copy_user' functionLinus Torvalds
2023-04-18x86: improve on the non-rep 'clear_user' functionLinus Torvalds
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds
2023-04-18x86: move stac/clac from user copy routines into callersLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for small memory clearingLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for small memory copiesLinus Torvalds
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra