summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-04-24net: packetengines: remove obsolete hamachi driverMingyu Wang2-2/+0
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski4-39/+0
2026-04-23Merge tag 'pcmcia-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-4/+1
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski8-43/+0
2026-04-23caif: remove CAIF NETWORK LAYERJakub Kicinski1-1/+0
2026-04-23Merge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds30-303/+49
2026-04-23Merge tag 'amlogic-fixes-v7.1-rc' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann5-9/+20
2026-04-23LoongArch: BPF: Add fsession support for trampolinesHengqi Chen1-10/+66
2026-04-23LoongArch: BPF: Introduce emit_store_stack_imm64() helperHengqi Chen1-11/+13
2026-04-23Merge tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-4/+5
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds15-28/+119
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+13
2026-04-22LoongArch: BPF: Support up to 12 function arguments for trampolineTiezhu Yang1-35/+64
2026-04-22LoongArch: BPF: Support small struct arguments for trampolineTiezhu Yang1-24/+31
2026-04-22LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()Tiezhu Yang1-15/+10
2026-04-22LoongArch: BPF: Support load-acquire and store-release instructionsTiezhu Yang1-1/+97
2026-04-22LoongArch: BPF: Support 8 and 16 bit read-modify-write instructionsTiezhu Yang1-9/+68
2026-04-22LoongArch: BPF: Add the default case in emit_atomic() and rename itTiezhu Yang1-2/+9
2026-04-22LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBARTiezhu Yang6-31/+51
2026-04-22LoongArch: Batch the icache maintenance for jump_labelYouling Tang3-5/+15
2026-04-22LoongArch: Add flush_icache_all()/local_flush_icache_all()Youling Tang2-11/+15
2026-04-22LoongArch: Add spectre boundry for syscall dispatch tableGreg Kroah-Hartman1-1/+2
2026-04-22LoongArch: Show CPU vulnerabilites correctlyHuacai Chen1-0/+7
2026-04-22LoongArch: Make arch_irq_work_has_interrupt() true only if IPI HW existHuacai Chen1-1/+1
2026-04-22LoongArch: Use get_random_canary() for stack canary initLuo Qiu1-8/+1
2026-04-22LoongArch: Improve the logging of disabling KASLRYuqian Yang1-8/+18
2026-04-22LoongArch: Align FPU register state to 32 bytesLisa Robinson3-7/+9
2026-04-22LoongArch: Handle CONFIG_32BIT in syscall_get_arch()Tiezhu Yang1-0/+4
2026-04-22LoongArch: Add HIGHMEM (PKMAP and FIX_KMAP) supportHuacai Chen9-18/+161
2026-04-22LoongArch: Adjust build infrastructure for 32BIT/64BITHuacai Chen6-40/+119
2026-04-22x86/hyperv: Skip LP/VP creation on kexecJork Loeser1-0/+7
2026-04-22x86/hyperv: move stimer cleanup to hv_machine_shutdown()Jork Loeser1-2/+6
2026-04-22x86/cpu: Disable FRED when PTI is forced onDave Hansen1-0/+5
2026-04-21kgdb: update outdated references to kgdb_wait()Kexin Sun1-4/+5
2026-04-21arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt numberJun Yan1-1/+2
2026-04-21arm64: dts: amlogic: meson-axg: Add missing cache information to cpu0Anand Moon1-0/+6
2026-04-21arm64: dts: amlogic: t7: khadas-vim4: fix board model nameNick Xie1-1/+1
2026-04-21arm64: dts: amlogic: Fix GIC register ranges for Amlogic T7Ronald Claveau1-1/+3
2026-04-21arm64: dts: amlogic: t7: khadas-vim4: fix memory layout for 8GB RAMNick Xie1-1/+3
2026-04-21arm64: dts: amlogic: s6: Drop CPU masks from GICv3 PPI interruptsGeert Uytterhoeven1-5/+5
2026-04-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds13-10/+283
2026-04-21Merge tag 'sh-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-11/+5
2026-04-21Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-15/+27
2026-04-20x86/shstk: Prevent deadlock during shstk sigreturnRick Edgecombe2-20/+25
2026-04-20Merge tag 'apple-soc-fixes-7.0' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-1/+1
2026-04-20ARM: dts: bcm4709: fix bus range assignmentArnd Bergmann1-1/+0
2026-04-20Merge tag 'mvebu-dt64-7.1-1' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann8-274/+10
2026-04-20Merge branch 'arm/fixes' into soc/late2Arnd Bergmann15-18/+18
2026-04-20Merge branch 'for-next/c1-pro-erratum-4193714' into for-next/coreCatalin Marinas12-10/+282
2026-04-20Merge branches 'for-next/misc' and 'for-next/mpam' into for-next/coreCatalin Marinas1-0/+1