summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-01-30pseries/plpks: fix kernel-doc comment inconsistenciesSrish Srinivasan2-87/+318
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-86/+151
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2026-01-29Merge branch 'for-next/misc' into for-next/coreWill Deacon4-6/+8
2026-01-29Merge branch 'for-next/errata' into for-next/coreWill Deacon4-0/+61
2026-01-29Merge branch 'for-next/entry' into for-next/coreWill Deacon5-28/+46
2026-01-29Merge branch 'for-next/cpufreq' into for-next/coreWill Deacon1-3/+63
2026-01-29Merge tag 'ti-k3-dt-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann35-160/+238
2026-01-29riscv: ptrace: return ENODATA for inactive vector extensionIlya Mamay1-2/+8
2026-01-29riscv: create a Kconfig fragment for shadow stack and landing pad supportDeepak Gupta2-0/+26
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta8-11/+82
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu9-3/+81
2026-01-29riscv: enable kernel access to shadow stack memory via the FWFT SBI callDeepak Gupta2-0/+33
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta3-13/+61
2026-01-29riscv/hwprobe: add zicfilp / zicfiss enumeration in hwprobeDeepak Gupta2-2/+6
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley3-70/+103
2026-01-29riscv/ptrace: expose riscv CFI status and state via ptrace and in core filesDeepak Gupta2-0/+125
2026-01-29riscv/kernel: update __show_regs() to print shadow stack registerDeepak Gupta1-2/+2
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta5-0/+158
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta4-0/+60
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta4-0/+102
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta3-0/+134
2026-01-29riscv/shstk: If needed allocate a new shadow stack on cloneDeepak Gupta4-0/+162
2026-01-29riscv/mm: Implement map_shadow_stack() syscallDeepak Gupta2-0/+141
2026-01-29Merge tag 'omap-for-v6.20/soc-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2-5/+10
2026-01-29Merge tag 'at91-soc-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann6-72/+8
2026-01-29Merge tag 'mtk-defconfig-for-v6.20' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+1
2026-01-29riscv: defconfig: spacemit: k3: enable clock supportYixun Lan1-1/+1
2026-01-29Merge tag 'ti-k3-config-for-v6.20' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+3
2026-01-29Merge tag 'imx-defconfig-6.20' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann3-11/+8
2026-01-29Merge tag 'qcom-arm64-defconfig-for-6.20' of https://git.kernel.org/pub/scm/l...Arnd Bergmann1-0/+15
2026-01-29Merge tag 'xilinx-defconfig-for-6.20' of https://github.com/Xilinx/linux-xlnx...Arnd Bergmann1-0/+42
2026-01-29Merge tag 'apple-soc-defconfig-6.20' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2-0/+28
2026-01-29Merge tag 'renesas-arm-defconfig-for-v6.20-tag1' of git://git.kernel.org/pub/...Arnd Bergmann2-1/+3
2026-01-29riscv: compat: fix COMPAT_UTS_MACHINE definitionHan Gao1-1/+1
2026-01-29ARM: defconfig: turn off CONFIG_EXPERTArnd Bergmann1-3/+13
2026-01-29ARM: defconfig: move entriesArnd Bergmann1-15/+16
2026-01-29net: ethernet: neterion: s2io: remove unused driverEthan Nelson-Moore8-8/+0
2026-01-29powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()Guangshuo Li1-0/+2
2026-01-29powerpc: kgdb: Remove OUTBUFMAX constantMiquel Sabaté Solà1-1/+0
2026-01-29powerpc64/bpf: Additional NVR handling for bpf_throwAbhishek Dubey1-8/+81
2026-01-29powerpc64/bpf: Support exceptionsAbhishek Dubey3-18/+50
2026-01-29powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JITAbhishek Dubey1-0/+41
2026-01-29powerpc64/bpf: Avoid tailcall restore from trampolineAbhishek Dubey1-8/+5
2026-01-29powerpc64/bpf: Support tailcalls with subprogsAbhishek Dubey3-22/+122
2026-01-29powerpc64/bpf: Moving tail_call_cnt to bottom of frameAbhishek Dubey3-14/+24
2026-01-29Merge tag 'riscv-dt-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann4-14/+29
2026-01-29arm64: dts: realtek: Add Kent SoC and EVB device treesYu-Chun Lin11-4/+596
2026-01-28bpf,x86: Use single ftrace_ops for direct callsJiri Olsa1-0/+1
2026-01-28Merge tag 'qcom-arm32-for-6.20-2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-2/+207