aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-12-20Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...HEADmasterLinus Torvalds1-2/+1
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-102/+91
2022-12-19Merge tag 'soc-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-6/+24
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-2/+2
2022-12-19Merge tag 'v6.1-dts64-fixes' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-3/+3
2022-12-19ARM: disallow pre-ARMv5 builds with ld.lldArnd Bergmann1-0/+2
2022-12-19ARM: pxa: fix building with clangArnd Bergmann2-0/+16
2022-12-19ARM: dts: spear: drop 0x from unit addressKrzysztof Kozlowski3-3/+3
2022-12-19parisc: Show MPE/iX model string at bootupHelge Deller3-5/+10
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-40/+61
2022-12-19Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds68-182/+3588
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds5-18/+7
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds133-1083/+3062
2022-12-18parisc: Add missing FORCE prerequisites in MakefileHelge Deller2-4/+4
2022-12-18parisc: Move pdc_result struct to firmware.cHelge Deller2-17/+4
2022-12-18parisc: Drop locking in pdc console codeHelge Deller1-13/+3
2022-12-18parisc: Drop duplicate kgdb_pdc consoleHelge Deller1-20/+0
2022-12-18parisc: Fix locking in pdc_iodc_print() firmware callHelge Deller1-11/+13
2022-12-17parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller1-2/+2
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller3-16/+43
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds34-308/+257
2022-12-17Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-0/+5
2022-12-17parisc: Fix inconsistent indenting in setup_cmdline()Helge Deller1-14/+12
2022-12-17powerpc/msi: Fix deassociation of MSI descriptorsMarc Zyngier5-0/+5
2022-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-85/+1
2022-12-16powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman1-3/+7
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+5
2022-12-16Merge tag 'staging-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+0
2022-12-16arm64: dts: mt8183: Fix Mali GPU clockChen-Yu Tsai1-1/+1
2022-12-16arm64: dts: mediatek: mt8195-demo: fix the memory size of node secmonMacpaul Lin1-2/+2
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-20/+32
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds123-2650/+6096
2022-12-15x86/mm: Ensure forced page table splittingDave Hansen1-1/+2
2022-12-15x86/kasan: Populate shadow for shared chunk of the CPU entry areaSean Christopherson1-1/+11
2022-12-15x86/kasan: Add helpers to align shadow addresses up and downSean Christopherson1-18/+22
2022-12-15x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten namesSean Christopherson1-11/+11
2022-12-15x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry areaSean Christopherson1-5/+3
2022-12-15x86/mm: Recompute physical address for every page of per-CPU CEA mappingSean Christopherson1-1/+1
2022-12-15x86/mm: Rename __change_page_attr_set_clr(.checkalias)Peter Zijlstra1-4/+4
2022-12-15x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()Peter Zijlstra1-5/+23
2022-12-15x86/mm: Untangle __change_page_attr_set_clr(.checkalias)Peter Zijlstra1-19/+11
2022-12-15x86/mm: Add a few commentsPeter Zijlstra1-0/+20
2022-12-15x86/mm: Fix CR3_ADDR_MASKKirill A. Shutemov1-1/+1
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin7-26/+20
2022-12-15mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra1-1/+1
2022-12-15x86/mm/pae: Get rid of set_64bit()Peter Zijlstra2-39/+12
2022-12-15x86_64: Remove pointless set_64bit() usagePeter Zijlstra2-13/+0
2022-12-15x86/mm/pae: Be consistent with pXXp_get_and_clear()Peter Zijlstra1-50/+17
2022-12-15x86/mm/pae: Use WRITE_ONCE()Peter Zijlstra1-6/+6
2022-12-15x86/mm/pae: Don't (ab)use atomic64Peter Zijlstra1-5/+4
2022-12-15mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra3-3/+3
2022-12-15mm: Fix pmd_read_atomic()Peter Zijlstra1-56/+0
2022-12-15sh/mm: Make pmd_t similar to pte_tPeter Zijlstra1-2/+8
2022-12-15x86/mm/pae: Make pmd_t similar to pte_tPeter Zijlstra4-31/+23
2022-12-15x86/mm: Implement native set_memory_rox()Peter Zijlstra2-0/+13
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra5-25/+14
2022-12-15x86/mm: Do verify W^X at boot upPeter Zijlstra1-4/+0
2022-12-15x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra2-12/+1
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-1/+1
2022-12-15x86/mm: Randomize per-cpu entry areaPeter Zijlstra4-10/+50
2022-12-15x86/kasan: Map shadow for percpu pages on demandAndrey Ryabinin3-4/+22
2022-12-15Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon7-84/+0
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-39/+0
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds46-217/+549
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds79-399/+1902
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds50-882/+4555
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-16/+23
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-23/+74
2022-12-14ftrace: Allow WITH_ARGS flavour of graph tracer with shadow call stackArd Biesheuvel1-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds53-498/+189
2022-12-14LoongArch: Update Loongson-3 default config fileHuacai Chen1-24/+32
2022-12-14LoongArch: modules/ftrace: Initialize PLT at load timeQing Zhang8-2/+148
2022-12-14LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportQing Zhang5-6/+19
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportQing Zhang3-0/+29
2022-12-14LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_REGS supportQing Zhang4-2/+51
2022-12-14LoongArch/ftrace: Add dynamic function graph tracer supportQing Zhang3-0/+101
2022-12-14LoongArch/ftrace: Add dynamic function tracer supportQing Zhang10-10/+367
2022-12-14LoongArch/ftrace: Add recordmcount supportQing Zhang1-0/+2
2022-12-14LoongArch/ftrace: Add basic supportQing Zhang5-0/+200
2022-12-14LoongArch: module: Use got/plt section indices for relocationsHuacai Chen3-47/+68
2022-12-14LoongArch: Add basic STACKPROTECTOR supportHuacai Chen5-0/+53
2022-12-14LoongArch: Add hibernation (ACPI S4) supportHuacai Chen7-0/+154
2022-12-14LoongArch: Add suspend (ACPI S3) supportHuacai Chen13-3/+260
2022-12-14LoongArch: Add processing ISA Node in DeviceTreeBinbin Zhou1-0/+75
2022-12-14LoongArch: Add FDT booting support from efi system tableBinbin Zhou10-7/+145
2022-12-14LoongArch: Use alternative to optimize librariesHuacai Chen7-11/+465
2022-12-14LoongArch: Add alternative runtime patching mechanismHuacai Chen9-1/+507
2022-12-14LoongArch: Add unaligned access supportHuacai Chen8-3/+630
2022-12-14LoongArch: BPF: Add BPF exception tablesYouling Tang5-5/+96
2022-12-14LoongArch: Remove the .fixup section usageYouling Tang2-19/+11
2022-12-14LoongArch: extable: Add a dedicated uaccess handlerYouling Tang5-29/+76
2022-12-14LoongArch: extable: Add `type` and `data` fieldsYouling Tang4-7/+29
2022-12-14LoongArch: Switch to relative exception tablesYouling Tang4-17/+55
2022-12-14LoongArch: Consolidate __ex_table constructionYouling Tang6-23/+49
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds39-77/+512
2022-12-13Merge tag 'xtensa-20221213' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds9-10/+233
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds64-329/+389
2022-12-13Merge tag 'x86_paravirt_for_v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-49/+12
2022-12-13Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-327/+203
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds29-662/+537
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-511/+546
2022-12-13Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-187/+201
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-190/+910
2022-12-13Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+7
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+44
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-3/+0
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-8/+0
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds1-17/+0
2022-12-13riscv: Fixup compile error with !MMUGuo Ren1-1/+1
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada2-2/+2
2022-12-13Merge tags 'acpi-6.2-rc1' and 'irq-core-2022-12-10' into loongarch-nextHuacai Chen17-252/+261
2022-12-12riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti1-1/+5
2022-12-12riscv: Apply a static assert to riscv_isa_ext_idAndrew Jones1-1/+2
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-4/+4
2022-12-12Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+7
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-23/+10
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-98/+82
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds35-147/+42
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-164/+536
2022-12-12Merge tag 'x86_alternatives_for_v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+5
2022-12-12Merge tag 'ras_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+25
2022-12-12Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-31/+67
2022-12-12Merge tag 'x86_splitlock_for_6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+53
2022-12-12Merge tag 'x86_cache_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-28/+22
2022-12-12Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+42
2022-12-12arm64: dts: apple: t8103: Add Bluetooth controllerSven Peter6-0/+28
2022-12-12Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-28/+66
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2-0/+19
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-146/+109
2022-12-12Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-0/+60
2022-12-12Merge tag 'x86-misc-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-719/+492
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini16-235/+546
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-113/+4
2022-12-12Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-95/+115
2022-12-12Merge tag 'x86-apic-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-17/+21
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+28
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-106/+152
2022-12-12Merge tag 'x86-urgent-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+6
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds28-1037/+1309
2022-12-12Merge tag 'm68k-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-261/+253
2022-12-12Merge tag 'mips_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds19-54/+101
2022-12-12Merge tag 'for-linus-6.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-22/+22
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds829-13019/+46431
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+7
2022-12-12Merge tag 'soc-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds15-326/+7
2022-12-12Merge tag 'soc-defconfig-6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-15/+69
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds78-1288/+2413
2022-12-12Merge tag 'microblaze-v6.2' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds9-1527/+37
2022-12-12Merge tag 'hyperv-next-signed-20221208' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-7/+21
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt3-3/+41
2022-12-12RISC-V: Add some comments about the shadow and overflow stacksPalmer Dabbelt1-7/+13
2022-12-12RISC-V: Align the shadow stackPalmer Dabbelt1-1/+1
2022-12-12Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-17/+34
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-11/+22
2022-12-12Merge tag 'unsigned-char-6.2-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2022-12-12x86/mm/kmmio: Remove redundant preempt_disable()Steven Rostedt (Google)1-8/+5
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-0/+7
2022-12-12Merge branch 'pm-cpufreq'Rafael J. Wysocki2-0/+60
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki3-4/+109
2022-12-12Merge branch 'acpica'Rafael J. Wysocki1-142/+0
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel4-40/+61
2022-12-11LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPFeiyang Chen1-0/+1
2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen3-143/+63
2022-12-11LoongArch: add sparse memory vmemmap supportFeiyang Chen4-4/+84
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen11-57/+46
2022-12-12powerpc/qspinlock: Fix 32-bit buildNicholas Piggin1-0/+1
2022-12-10x86/mm/kmmio: Use rcu_read_lock_sched_notrace()Steven Rostedt1-3/+3
2022-12-10Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+22
2022-12-10x86/PCI: Use pr_info() when possibleBjorn Helgaas1-21/+18
2022-12-10x86/PCI: Fix log message typoBjorn Helgaas1-1/+1
2022-12-10x86/PCI: Tidy E820 removal messagesBjorn Helgaas1-2/+10
2022-12-10efi/x86: Remove EfiMemoryMappedIO from E820 mapBjorn Helgaas1-0/+46
2022-12-09x86/mm/kmmio: Switch to arch_spin_lock()Steven Rostedt1-9/+22
2022-12-09Merge patch series "riscv: alternative-macros.h cleanups"Palmer Dabbelt1-69/+30
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt4-59/+71
2022-12-09RISC-V: Ensure Zicbom has a valid block sizeAndrew Jones1-0/+13
2022-12-09RISC-V: Introduce riscv_isa_extension_checkAndrew Jones1-3/+11
2022-12-09RISC-V: Improve use of isa2hwcap[]Andrew Jones1-9/+11
2022-12-09riscv: Don't duplicate _ALTERNATIVE_CFG* macrosAndrew Jones1-36/+17
2022-12-09riscv: alternatives: Drop the underscores from the assembly macro namesAndrew Jones1-10/+10
2022-12-09riscv: alternatives: Don't name unused macro parametersAndrew Jones1-13/+7
2022-12-09riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2Andrew Jones1-16/+2
2022-12-09MIPS: OCTEON: warn only once if deprecated link status is being usedLadislav Michl2-2/+2
2022-12-09MIPS: BCM63xx: Add check for NULL for clk in clk_enableAnastasia Belova1-0/+2
2022-12-09riscv: mm: call best_map_size many times during linear-mappingQinglin Pan1-4/+5
2022-12-09Merge tag 'soc-fixes-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-12-09ftrace/x86: Add back ftrace_expected for ftrace bug reportsSteven Rostedt (Google)1-0/+2
2022-12-09x86/vdso: Conditionally export __vdso_sgx_enter_enclave()Nathan Chancellor1-0/+2
2022-12-09crypto: arm64/ghash-ce - use frame_push/pop macros consistentlyArd Biesheuvel1-5/+3
2022-12-09crypto: arm64/crct10dif - use frame_push/pop macros consistentlyArd Biesheuvel1-3/+2
2022-12-09crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel1-22/+12
2022-12-09crypto: arm64/aes-neonbs - use frame_push/pop consistentlyArd Biesheuvel1-9/+7
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini50-1233/+3647
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski34-162/+290
2022-12-08Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt3-18/+18
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland2-17/+17
2022-12-08riscv: Fix crash during early errata patchingSamuel Holland1-1/+1
2022-12-08riscv: boot: add zstd supportJisheng Zhang1-0/+3
2022-12-08Merge patch series "RISC-V interrupt controller select cleanup"Palmer Dabbelt2-5/+1