aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-32/+31
2024-04-26bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan1-32/+25
2024-04-26bpf: verifier: prevent userspace memory accessPuranjay Mohan1-0/+6
2024-04-26crypto: x86/aes-gcm - simplify GCM hash subkey derivationEric Biggers1-18/+8
2024-04-26crypto: x86/aes-gcm - delete unused GCM assembly codeEric Biggers1-186/+0
2024-04-26crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()Eric Biggers1-8/+5
2024-04-25x86: call instrumentation hooks from copy_mc.cAlexander Potapenko1-4/+17
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-25x86: mm: accelerate pagefault when badaccessKefeng Wang1-9/+14
2024-04-25x86/mm: care about shadow stack guard gap during placementRick Edgecombe1-0/+10
2024-04-25x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGSRick Edgecombe2-5/+21
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2-10/+4
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe3-4/+4
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu1-0/+1
2024-04-25mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig1-1/+28
2024-04-25x86: remove unneeded memblock_find_dma_reserve()Baoquan He3-50/+0
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2024-04-25fix missing vmalloc.h includesKent Overstreet5-0/+5
2024-04-25mm/treewide: remove pXd_huge()Peter Xu1-16/+0
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-2/+2
2024-04-25mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu1-14/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-125/+247
2024-04-25perf/x86/intel/pt: Switch to new Intel CPU model definesTony Luck1-6/+6
2024-04-25perf/x86/lbr: Switch to new Intel CPU model definesTony Luck1-1/+2
2024-04-25perf/x86/intel/cstate: Switch to new Intel CPU model definesTony Luck1-72/+72
2024-04-25x86/sev: Make the VMPL0 checking more straight forwardTom Lendacky1-21/+14
2024-04-25x86/sev: Rename snp_init() in boot/compressed/sev.cTom Lendacky1-81/+81
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky2-4/+4
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-2/+6
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-5/+6
2024-04-25x86/bugs: Switch to new Intel CPU model definesTony Luck1-78/+76
2024-04-25x86/bugs: Switch to new Intel CPU model definesTony Luck1-15/+15
2024-04-24x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2-1/+3
2024-04-24x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan1-1/+1
2024-04-24x86/resctrl: Add tracepoint for llc_occupancy trackingHaifeng Xu2-0/+27
2024-04-24x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu2-5/+5
2024-04-24x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang1-2/+1
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck3-27/+18
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck4-52/+17
2024-04-24locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macroUros Bizjak1-1/+1
2024-04-24locking/qspinlock/x86: Micro-optimize virt_spin_lock()Uros Bizjak1-4/+9
2024-04-24locking/atomic/x86: Merge __arch{,_try}_cmpxchg64_emu_local() with __arch{,_t...Uros Bizjak1-46/+10
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain2-20/+19
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain2-2/+4
2024-04-22um: signal: move pid variable where neededJohannes Berg1-5/+4
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe3-16/+17
2024-04-22um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie2-0/+6
2024-04-22um: Move declarations to proper headersTiwei Bie2-2/+6
2024-04-22um: Add missing headersTiwei Bie6-0/+6
2024-04-22um: Make local functions and variables staticTiwei Bie2-2/+2