aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds1-1/+1
2023-03-05cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds1-3/+1
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+18
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-11/+48
2023-03-05Remove Intel compiler supportMasahiro Yamada3-172/+2
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds1-19/+0
2023-03-04Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-1/+2
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-99/+128
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-17/+27
2023-03-02kasan, x86: don't rename memintrinsics in uninstrumented filesMarco Elver1-19/+0
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-13/+22
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds8-31/+31
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-11/+19
2023-03-02openrisc: fix livelock in uaccessAl Viro1-1/+4
2023-03-02nios2: fix livelock in uaccessAl Viro1-1/+4
2023-03-02microblaze: fix livelock in uaccessAl Viro1-1/+4
2023-03-02ia64: fix livelock in uaccessAl Viro1-1/+4
2023-03-02sparc: fix livelock in uaccessAl Viro2-2/+10
2023-03-02alpha: fix livelock in uaccessAl Viro1-1/+4
2023-03-02parisc: fix livelock in uaccessAl Viro1-1/+6
2023-03-02hexagon: fix livelock in uaccessAl Viro1-1/+4
2023-03-02riscv: fix livelock in uaccessAl Viro1-1/+4
2023-03-02m68k: fix livelock in uaccessAl Viro1-1/+4
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1
2023-03-01riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-03-01s390/Kconfig: sort config S390 select list againHeiko Carstens1-3/+3
2023-03-01s390/extmem: return correct segment type in __segment_load()Gerald Schaefer1-5/+7
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds40-129/+2623
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-104/+258
2023-02-28riscv, lib: Fix Zbb strncmpBjörn Töpel1-1/+3
2023-02-28MIPS: Workaround clang inline compat branch issueJiaxun Yang2-1/+5
2023-02-28mips: dts: ralink: mt7621: add phandle to system controller node for watchdogSergio Paracuellos1-0/+1
2023-02-28mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'Sergio Paracuellos1-1/+1
2023-02-28RISC-V: improve string-function assemblyHeiko Stuebner3-16/+16
2023-02-28s390/decompressor: add link map savingVasily Gorbik1-1/+3
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev4-32/+8
2023-02-28s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens1-6/+3
2023-02-28s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens1-0/+31
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel3-2/+13
2023-02-28arm64: ftrace: forbid CALL_OPS with CC_OPTIMIZE_FOR_SIZEMark Rutland1-1/+2
2023-02-28powerpc: Avoid dead code/data elimination when using recordmcountMichael Ellerman1-1/+1
2023-02-28powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman1-0/+1
2023-02-27mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL1-1/+1
2023-02-27mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL1-1/+0
2023-02-27MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang1-2/+2
2023-02-27MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang3-20/+21
2023-02-27Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-19/+18
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-27x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh1-7/+18
2023-02-27Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+5
2023-02-27Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linuxLinus Torvalds1-1/+1
2023-02-27s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger1-48/+52
2023-02-27s390/nmi: fix virtual-physical address confusionNico Boehr1-2/+1
2023-02-27s390/setup: do not complain about parameters handled in decompressorVasily Gorbik1-0/+17
2023-02-27Merge tag 'samsung-dt-fixes-6.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann6-14/+12
2023-02-27ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski1-1/+1
2023-02-27ARM: dts: aspeed: p10bmc: Update battery node nameEddie James3-3/+3
2023-02-27arm64: defconfig: Add IOSCHED_BFQ to the default configsLinus Walleij1-0/+1
2023-02-27arm64: defconfig: Fix unintentional disablement of PCI on i.MXMark Brown1-1/+1
2023-02-27MIPS: Remove DMA_PERDEV_COHERENTJiaxun Yang1-5/+0
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds32-118/+84
2023-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-4/+4
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds25-153/+216
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-4/+6
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds158-2291/+5357
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds44-620/+1399
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds94-1259/+3305
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds35-144/+136
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-25/+130
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang5-0/+21
2023-02-25LoongArch: Add kprobes on ftrace supportTiezhu Yang2-0/+65
2023-02-25LoongArch: Add kretprobes supportTiezhu Yang5-1/+128
2023-02-25LoongArch: Add kprobes supportTiezhu Yang7-6/+466
2023-02-25LoongArch: Simulate branch and PC* instructionsTiezhu Yang3-0/+129
2023-02-25LoongArch: ptrace: Add hardware single step supportQing Zhang7-10/+186
2023-02-25LoongArch: ptrace: Add function argument access APIQing Zhang2-0/+35
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2-0/+411
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang9-22/+713
2023-02-25LoongArch: kdump: Add crashkernel=YM handlingYouling Tang1-3/+11
2023-02-25LoongArch: kdump: Add single kernel image implementationYouling Tang5-16/+5
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang4-6/+179
2023-02-25LoongArch: Add support for kernel relocationYouling Tang8-2/+173
2023-02-25LoongArch: Add la_abs macro implementationYouling Tang4-12/+16
2023-02-25LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang3-11/+15
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao5-50/+48
2023-02-25LoongArch: Make -mstrict-align configurableHuacai Chen4-3/+34
2023-02-25LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang1-5/+6
2023-02-25LoongArch: Fix Chinese comma in cpu.hJinyang He1-1/+1
2023-02-24alpha: in_irq() cleanupChangbin Du1-1/+1
2023-02-24alpha: lazy FPU switchingAl Viro9-119/+192
2023-02-24alpha/boot/misc: trim unused declarationsAl Viro1-2/+0
2023-02-24alpha/boot/tools/objstrip: fix the check for ELF headerAl Viro1-1/+1
2023-02-24alpha/boot: fix the breakage from -isystem series...Al Viro4-5/+5
2023-02-24alpha: fix FEN fault handlingAl Viro1-15/+15
2023-02-24alpha: Avoid comma separated statementsJoe Perches1-3/+5
2023-02-24alpha: fixed a typo in core_cia.crj11-1/+1
2023-02-24Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds7-23/+21
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+17
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-20/+27
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-73/+30
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-0/+80
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-41/+48
2023-02-24arm64: acpi: Fix possible memory leak of ffh_ctxtSudeep Holla1-4/+4
2023-02-24arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAPCatalin Marinas1-1/+0
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds5-72/+72
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds98-401/+1014
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-23/+63
2023-02-23Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-37/+60
2023-02-23Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-3/+3
2023-02-23Merge tag 'nmi.2023.02.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+107
2023-02-23x86: Fix FILL_RETURN_BUFFERPeter Zijlstra1-1/+1
2023-02-23Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2001-117102/+80279
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-12/+0
2023-02-22KVM: SVM: hyper-v: placate modpost section mismatch errorRandy Dunlap1-2/+2
2023-02-22arm64: pass ESR_ELx to die() of cfi_handlerSangmoon Kim1-1/+1
2023-02-22arm64/fpsimd: Remove warning for SME without SVEMark Brown1-3/+0
2023-02-22arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne1-1/+2
2023-02-22RISC-V: add a spin_shadow_stack declarationConor Dooley1-0/+1
2023-02-22powerpc/pseries: Avoid hcall in plpks_is_available() on non-pseriesRussell Currey1-0/+4
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-157/+1357
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds24-435/+3478
2023-02-21riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGuo Ren1-0/+1
2023-02-21riscv: Add header include guards to insn.hLiao Chang1-0/+4
2023-02-21Merge patch series "riscv: Dump faulting instructions in oops handler"Palmer Dabbelt1-1/+24
2023-02-21riscv: alternative: proceed one more instruction for auipc/jalr pairJisheng Zhang1-0/+1
2023-02-21Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"Palmer Dabbelt2-0/+10
2023-02-21riscv: Avoid enabling interrupts in die()Mattias Nissler1-2/+3
2023-02-21riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel1-4/+6
2023-02-21RISC-V: take text_mutex during alternative patchingConor Dooley3-2/+13
2023-02-21riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones1-22/+20
2023-02-21RISC-V: fix ordering of Zbb extensionHeiko Stuebner1-1/+1
2023-02-21riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-02-21RISC-V: Only provide the single-letter extensions in HWCAPPalmer Dabbelt2-12/+6
2023-02-21riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-02-21Merge tag 'for-linus-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-18/+50
2023-02-21Merge tag 'kvm-x86-apic-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-49/+70
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-30/+137
2023-02-21riscv: Add instruction dump to RISC-V splatsBjörn Töpel1-1/+24
2023-02-21riscv: select ARCH_WANT_LD_ORPHAN_WARN for !XIP_KERNELJisheng Zhang1-0/+1
2023-02-21riscv: vmlinux.lds.S: explicitly catch .init.bss sections from EFI stubJisheng Zhang1-0/+3
2023-02-21riscv: vmlinux.lds.S: explicitly catch .riscv.attributes sectionsJisheng Zhang1-0/+1
2023-02-21riscv: vmlinux.lds.S: explicitly catch .rela.dyn symbolsJisheng Zhang1-0/+4
2023-02-21riscv: lds: define RUNTIME_DISCARD_EXITJisheng Zhang1-0/+1
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds58-716/+1654
2023-02-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds14-48/+855
2023-02-21Merge tag 'm68k-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-39/+91
2023-02-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds77-1367/+1935
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds26-88/+210
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-36/+1
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+24
2023-02-21Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+5
2023-02-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-14/+55
2023-02-21Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-28/+18
2023-02-21Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-63/+55
2023-02-21Merge tag 'x86_microcode_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-104/+117
2023-02-21Merge tag 'x86_cache_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-38/+402
2023-02-21Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-112/+215
2023-02-21Merge tag 'ras_core_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-30/+61
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe221-961/+1564
2023-02-21powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-rebootPali Rohár1-0/+23
2023-02-20Merge tag 'x86-platform-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+4
2023-02-20Merge tag 'x86-mm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-02-20Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+4
2023-02-20Merge tag 'x86-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-192/+259
2023-02-20Merge tag 'x86-build-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2023-02-20Merge tag 'x86-boot-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-12/+29
2023-02-20Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+5
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds104-282/+308
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds22-169/+716
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+10
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-35/+464
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-109/+5
2023-02-20Merge tag 'soc-dt-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds830-17552/+70739
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-1/+1
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-2/+2
2023-02-20Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds26-109/+458
2023-02-20Merge tag 'arm-soc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds70-1554/+86
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds519-93361/+140
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-0/+1
2023-02-20arm64: fix .idmap.text assertion for large kernelsMark Rutland1-5/+7
2023-02-20MIPS: vpe-mt: drop physical_memsizeRandy Dunlap3-11/+3
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini58-366/+1875
2023-02-20powerpc/e500: Add missing prototype for 'relocate_init'Christophe Leroy1-0/+1
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois2-4/+4
2023-02-19mips: fix syscall_get_nrElvira Khabirova1-1/+1
2023-02-19MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap1-3/+5
2023-02-19MIPS: DTS: jz4780: add #clock-cells to rtc_devH. Nikolaus Schaller1-0/+2
2023-02-18Merge tag 'x86-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2023-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-14/+27
2023-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-7/+8
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel3-20/+27
2023-02-18x86/Xen: drop leftover VM-assist usesJan Beulich1-4/+0
2023-02-17Merge tag 'powerpc-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2023-02-17riscv, bpf: Add bpf trampoline support for RV64Pu Lehui1-0/+317
2023-02-17riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui2-2/+91
2023-02-17riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui3-15/+21