summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-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-061-17/+1
| * | | | | | mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-061-4/+1
| * | | | | | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-261-1/+1
| * | | | | | x86: mm: accelerate pagefault when badaccessKefeng Wang2024-04-261-9/+14
| * | | | | | x86/mm: care about shadow stack guard gap during placementRick Edgecombe2024-04-261-0/+10
| * | | | | | x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGSRick Edgecombe2024-04-262-5/+21
| * | | | | | treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-262-10/+4
| * | | | | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-263-4/+4
| * | | | | | mm/arch: provide pud_pfn() fallbackPeter Xu2024-04-261-0/+1
| * | | | | | mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig2024-04-261-1/+28
| * | | | | | x86: remove unneeded memblock_find_dma_reserve()Baoquan He2024-04-263-50/+0
| * | | | | | change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-261-1/+1
| * | | | | | fix missing vmalloc.h includesKent Overstreet2024-04-265-0/+5
| * | | | | | mm/treewide: remove pXd_huge()Peter Xu2024-04-261-16/+0
| * | | | | | mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-261-2/+2
| * | | | | | mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu2024-04-261-14/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-183-16/+17
|\ \ \ \ \ \
| * | | | | | x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe2024-04-223-16/+17
* | | | | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-189-85/+6
|\ \ \ \ \ \ \
| * | | | | | | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-146-79/+0
| * | | | | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-096-6/+6
* | | | | | | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-181-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-172-22/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-232-20/+19
| * | | | | | | | crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain2024-04-232-2/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-05-1534-808/+1414
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-126-30/+52
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: x86: Remove VT-d mention in posted interrupt tracepointAlejandro Jimenez2024-05-021-2/+2