aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds23-26/+26
2022-10-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-8/+8
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-57/+58
2022-10-14Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-10-14Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-11/+10
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-4/+46
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+15
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-246/+61
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds24-90/+613
2022-10-14Merge tag 'powerpc-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-91/+149
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2-1/+14
2022-10-13RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki1-8/+8
2022-10-13RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt1-0/+51
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt2-4/+2
2022-10-13riscv: enable software resend of irqsConor Dooley1-0/+1
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang2-4/+10
2022-10-13Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt2-1/+7
2022-10-13riscv: Add cache information in AUX vectorGreentime Hu2-1/+7
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt3-29/+26
2022-10-13riscv: check for kernel config option in t-head memory types errataHeiko Stuebner1-0/+3
2022-10-13riscv: use BIT() marco for cpufeature probingHeiko Stuebner1-2/+2
2022-10-13riscv: use BIT() macros in t-head errata initHeiko Stuebner1-2/+2
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner3-17/+14
2022-10-13riscv: cleanup svpbmt cpufeature probingHeiko Stuebner1-8/+5
2022-10-13riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song1-0/+2
2022-10-13powerpc/pseries: Fix CONFIG_DTL=n buildNicholas Piggin2-74/+80
2022-10-13powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin1-2/+13
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt1-3/+6
2022-10-12LoongArch: update local TLB if PTE entry existsQi Zheng1-0/+3
2022-10-12mm: free device private pages have zero refcountAlistair Popple1-1/+1
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple1-8/+11
2022-10-12Merge tag 'dt-for-palmer-v6.1-mw1' of git://git.kernel.org/pub/scm/linux/kern...Palmer Dabbelt9-39/+498
2022-10-12Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-60/+123
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds79-171/+69
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds56-685/+4696
2022-10-12arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2-0/+10
2022-10-13powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin4-15/+56
2022-10-12arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2-3/+13
2022-10-12LoongArch: Update Loongson-3 default config fileHuacai Chen1-8/+55
2022-10-12LoongArch: Add BPF JIT supportTiezhu Yang7-0/+1700
2022-10-12LoongArch: Add some instruction opcodes and formatsTiezhu Yang1-5/+174
2022-10-12LoongArch: Move {signed,unsigned}_imm_check() to inst.hTiezhu Yang2-10/+10
2022-10-12LoongArch: Add kdump supportYouling Tang9-8/+227
2022-10-12LoongArch: Add kexec supportYouling Tang6-1/+400
2022-10-12LoongArch: Use generic BUG() handlerYouling Tang4-12/+84
2022-10-12LoongArch: Add SysRq-x (TLB Dump) supportHuacai Chen2-0/+67
2022-10-12LoongArch: Add perf events supportHuacai Chen6-1/+987
2022-10-12LoongArch: Add qspinlock supportHuacai Chen4-3/+26
2022-10-12LoongArch: Use TLB for ioremap()Huacai Chen7-56/+184
2022-10-12LoongArch: Support access filter to /dev/mem interfaceHuacai Chen3-0/+34
2022-10-12LoongArch: Refactor cache probe and flush methodsHuacai Chen10-267/+236
2022-10-12LoongArch: mm: Refactor TLB exception handlersRui Wang1-290/+247
2022-10-12LoongArch: Support R_LARCH_GOT_PC_{LO12,HI20} in modulesXi Ruoyao4-7/+99
2022-10-12LoongArch: Support PC-relative relocations in modulesXi Ruoyao2-1/+75
2022-10-12LoongArch: Define ELF relocation types added in ABIv2.0Xi Ruoyao2-1/+38
2022-10-12LoongArch: Adjust symbol addressing for AS_HAS_EXPLICIT_RELOCSXi Ruoyao4-6/+37
2022-10-12LoongArch: Add Kconfig option AS_HAS_EXPLICIT_RELOCSXi Ruoyao1-0/+3
2022-10-12LoongArch: Kconfig: Fix spelling mistake "delibrately" -> "deliberately"Colin Ian King1-1/+1
2022-10-12LoongArch: Mark __xchg() and __cmpxchg() as __always_inlineHuacai Chen1-4/+4
2022-10-12LoongArch: Flush TLB earlier at initializationHuacai Chen1-2/+3
2022-10-12LoongArch: Do not create sysfs control file for io master CPUsTiezhu Yang3-6/+7
2022-10-12LoongArch: Fix cpu name after CPU-hotplugJianmin Lv1-1/+3
2022-10-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds30-384/+466
2022-10-11riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang1-2/+2
2022-10-11ia64: mca: use strscpy() is more robust and saferxu xin1-1/+1
2022-10-11ia64: update config filesLukas Bulwahn5-10/+0
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld4-5/+5
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld16-17/+17
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-16/+1
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn2-14/+2
2022-10-11powerpc: Fix 85xx buildJoel Stanley1-1/+1
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller4-233/+31
2022-10-11parisc: Reduce kernel size by packing alternative tablesHelge Deller2-12/+16
2022-10-11xen/pv: support selecting safe/unsafe msr accessesJuergen Gross2-10/+23
2022-10-11xen/pv: refactor msr access functions to support safe and unsafe accessesJuergen Gross1-19/+56
2022-10-11xen/pv: fix vendor checks for pmu emulationJuergen Gross1-3/+6
2022-10-11xen/pv: add fault recovery control to pmu msr accessesJuergen Gross1-28/+38
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds79-136/+404
2022-10-10Merge tag 'x86_mm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-15/+64
2022-10-10Merge tag 'xtensa-20221010' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-4/+27
2022-10-10Merge tag 'm68knommu-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-28/+4
2022-10-10Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+4
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2-3/+8
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+1
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds22-166/+2805
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds5-5/+9
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds3-5/+0
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds49-131/+69
2022-10-10Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+7
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds28-542/+1575
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross2-2/+2
2022-10-10ARM: mmp: Make some symbols staticChen Lifu1-4/+4
2022-10-10ARM: spear6xx: Staticize few definitionsViresh Kumar1-4/+4
2022-10-10clk: spear: Move prototype to accessible headerViresh Kumar3-3/+2
2022-10-10alpha: fix marvel_ioread8 build regressionArnd Bergmann1-1/+1
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds290-3686/+4236
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds30-249/+1161
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-47/+15
2022-10-09Merge tag 'microblaze-v6.1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-1/+347
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds37-859/+1474
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds26-70/+364
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-2/+2
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-10/+11
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn1-8/+8
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-17/+67
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds17-641/+177
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds4-12/+3
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-2/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2-0/+19
2022-10-07arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2-0/+22
2022-10-07arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASKMark Brown1-1/+1
2022-10-07riscv: dts: microchip: fix fabric i2c reg sizeConor Dooley1-1/+1
2022-10-07KVM: PPC: Book3S HV: Fix stack frame regs markerNicholas Piggin1-1/+1
2022-10-06riscv: enable THP_SWAP for RV64Jisheng Zhang1-0/+1
2022-10-06RISC-V: Print SSTC in canonical orderPalmer Dabbelt1-1/+1
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-160/+335
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds80-1076/+2079
2022-10-06Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds66-577/+292
2022-10-06Merge tag 'arm-dt-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds525-4385/+26966
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+0
2022-10-06Merge tag 'arm-defconfig-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds54-104/+149
2022-10-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds11-37/+99
2022-10-07powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman4-16/+10
2022-10-06ARM/dma-mapping: remove the dma_coherent member of struct dev_archdataChristoph Hellwig2-4/+1
2022-10-06ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifierChristoph Hellwig1-2/+10
2022-10-05riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang1-1/+1
2022-10-05arm64: alternatives: Use vdso/bits.h instead of linux/bits.hNathan Chancellor1-1/+1
2022-10-05Revert "ARM: dts: BCM5301X: Add basic PCI controller properties"Arnd Bergmann1-12/+0
2022-10-04Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-0/+25
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+5
2022-10-05powerpc/64s/interrupt: Fix stack frame regs markerNicholas Piggin1-1/+0
2022-10-04Merge tag 'samsung-dt-dt64-6.1-2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann4-5/+5
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-87/+213
2022-10-04RISC-V: Increase range and default value of NR_CPUSAnup Patel1-3/+6
2022-10-04x86/mm: Ease W^X enforcement back to just a warningDave Hansen1-5/+9
2022-10-04Merge branches 'clk-ofnode', 'clk-bindings', 'clk-cleanup', 'clk-zynq' and 'c...Stephen Boyd2-2/+2
2022-10-04Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-12/+13
2022-10-04Merge tag 'x86_cache_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-261/+463
2022-10-04Merge tag 'x86_microcode_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-30/+6
2022-10-04Merge tag 'x86_paravirt_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2022-10-04Merge tag 'x86_misc_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2022-10-04Merge tag 'x86_asm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+33
2022-10-04Merge tag 'x86_core_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+19
2022-10-04Merge tag 'x86_apic_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-5/+61
2022-10-04Merge tag 'ras_core_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+12
2022-10-04Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-43/+195
2022-10-04Merge tag 'x86_sgx_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+14
2022-10-04Merge tag 'x86_timers_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-56/+11
2022-10-04Merge tag 'x86_platform_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+17
2022-10-04Merge tag 'edac_updates_for_v6.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2022-10-04powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin2-2/+26
2022-10-04powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARNNicholas Piggin1-2/+6
2022-10-04ARM: 9246/1: dump: show page table level nameWang Kefeng1-1/+5
2022-10-04ARM: 9245/1: dump: show FDT regionWang Kefeng1-1/+1
2022-10-04ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=nAlex Sverdlin1-2/+7
2022-10-04ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page()Linus Walleij1-1/+1
2022-10-04ARM: 9234/1: stacktrace: Avoid duplicate saving of exception PC valueLi Huafei3-14/+37
2022-10-04ARM: 9233/1: stacktrace: Skip frame pointer boundary check for call_with_stack()Li Huafei2-7/+35
2022-10-04alpha: add full ioread64/iowrite64 implementationArnd Bergmann13-23/+175
2022-10-04pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100"Jianlong Huang1-1/+1
2022-10-03RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel1-0/+51
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-55/+69
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds29-40/+222
2022-10-03Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-108/+0
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-0/+17
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner6-6/+0
2022-10-03x86: kmsan: handle CPU entry areaAlexander Potapenko3-0/+55
2022-10-03x86: kmsan: enable KMSAN builds for x86Alexander Potapenko2-0/+56
2022-10-03x86: kmsan: don't instrument stack walking functionsAlexander Potapenko2-0/+17
2022-10-03x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESSAlexander Potapenko1-1/+3
2022-10-03x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko3-6/+16
2022-10-03x86: kmsan: sync metadata pages on page faultAlexander Potapenko1-1/+22
2022-10-03x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko1-2/+21
2022-10-03x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko1-0/+5
2022-10-03x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko1-0/+1
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko7-0/+11
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2-0/+10
2022-10-03x86: kmsan: pgtable: reduce vmalloc spaceAlexander Potapenko2-2/+47
2022-10-03x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko1-7/+15
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko1-1/+2
2022-10-03x86: add missing include to sparsemem.hDmitry Vyukov1-0/+2
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-33/+22
2022-10-03x86/mm: Disable W^X detection and enforcement on 32-bitDave Hansen1-0/+8
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-32/+75
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini51-242/+383
2022-10-03Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini35-580/+915
2022-10-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-1/+7
2022-10-03Merge tag 'm68k-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-46/+50
2022-10-03Merge tag 'mips_6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds73-414/+215
2022-10-03Merge tag 'efi-next-for-v6.1' into loongarch-nextHuacai Chen26-70/+364
2022-10-03x86/hyperv: Replace kmap() with kmap_local_page()Zhao Liu1-2/+2
2022-10-03ia64: simplify esi object addition in MakefileMasahiro Yamada1-4/+1
2022-10-02Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+48