summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-231-1/+1
|\
| * tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-1/+1
* | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-224-3/+37
|\ \ | |/ |/|
| * x86: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-0/+34
| * x86/fpu: fix asm/fpu/types.h include guardSamuel Holland2024-05-191-3/+3
* | Merge local branch 'x86-codegen'Linus Torvalds2024-05-222-19/+15
|\ \
| * | x86: improve bitop code generation with clangLinus Torvalds2024-05-221-5/+5
| * | x86: improve array_index_mask_nospec() code generationLinus Torvalds2024-05-221-14/+10
* | | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-10/+3
|\ \ \
| * | | perf: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-10/+3
* | | | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-213-19/+29
|\ \ \ \
| * \ \ \ Merge branch 'pci/misc'Bjorn Helgaas2024-05-161-3/+0
| |\ \ \ \
| | * | | | x86/pci: Remove OLPC dead codeKunwu Chan2024-05-031-3/+0
| * | | | | Merge branch 'pci/ims-removal'Bjorn Helgaas2024-05-161-5/+0
| |\ \ \ \ \
| | * | | | | Revert "x86/apic/msi: Enable PCI/IMS"Bjorn Helgaas2024-05-151-5/+0
| | |/ / / /
| * / / / / x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas2024-05-161-11/+29
| |/ / / /
* | | | | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-205-33/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | arch: Fix name collision with ACPI's video.oThomas Zimmermann2024-05-202-1/+1
| * | | | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-033-6/+7
| * | | | arch: Remove struct fb_info from video helpersThomas Zimmermann2024-05-032-14/+12
| * | | | arch: Select fbdev helpers with CONFIG_VIDEOThomas Zimmermann2024-05-032-2/+3
* | | | | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-4/+17
|\ \ \ \ \
| * | | | | x86: call instrumentation hooks from copy_mc.cAlexander Potapenko2024-04-251-4/+17
* | | | | | Merge tag 'x86-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-193-1/+5
|\ \ \ \ \ \
| * | | | | | x86/alternatives: Use the correct length when optimizing NOPsBorislav Petkov (AMD)2024-05-171-1/+1
| * | | | | | x86/boot: Address clang -Wimplicit-fallthrough in vsprintf()Nathan Chancellor2024-05-171-0/+2
| * | | | | | x86/boot: Add a fallthrough annotationBorislav Petkov2024-05-162-0/+2
* | | | | | | Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-197-111/+319
|\ \ \ \ \ \ \
| * | | | | | | perf/x86/cstate: Remove unused 'struct perf_cstate_msr'Ingo Molnar2024-05-081-6/+0
| * | | | | | | perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idxDhananjay Ugwekar2024-05-021-8/+8
| * | | | | | | Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar2024-05-0236-472/+694
| |\ \ \ \ \ \ \
| * | | | | | | | x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter2024-05-021-0/+93
| * | | | | | | | x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter2024-05-024-0/+21
| * | | | | | | | x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter2024-05-021-72/+76
| * | | | | | | | x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter2024-05-024-6/+66
| * | | | | | | | x86/insn: Add misc new Intel instructionsAdrian Hunter2024-05-021-12/+45
| * | | | | | | | x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter2024-05-021-4/+4
| * | | | | | | | x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter2024-05-021-1/+1
| * | | | | | | | x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae2024-05-021-4/+7
| * | | | | | | | Merge tag 'v6.9-rc6' into perf/core, to pick up fixesIngo Molnar2024-05-0230-138/+268
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1917-126/+91
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-071-0/+2
| * | | | | | | | | mm/page_table_check: support userfault wr-protect entriesPeter Xu2024-05-051-17/+1
| * | | | | | | | | mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-051-4/+1
| * | | | | | | | | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-1/+1
| * | | | | | | | | x86: mm: accelerate pagefault when badaccessKefeng Wang2024-04-251-9/+14
| * | | | | | | | | x86/mm: care about shadow stack guard gap during placementRick Edgecombe2024-04-251-0/+10
| * | | | | | | | | x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGSRick Edgecombe2024-04-252-5/+21
| * | | | | | | | | treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-252-10/+4
| * | | | | | | | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-253-4/+4