index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-29
Merge tag 'ti-k3-dt-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/dt
Arnd Bergmann
35
-160
/
+238
2026-01-29
riscv: ptrace: return ENODATA for inactive vector extension
Ilya Mamay
1
-2
/
+8
2026-01-29
riscv: create a Kconfig fragment for shadow stack and landing pad support
Deepak Gupta
2
-0
/
+26
2026-01-29
arch/riscv: add dual vdso creation logic and select vdso based on hw
Deepak Gupta
8
-11
/
+82
2026-01-29
arch/riscv: compile vdso with landing pad and shadow stack note
Jim Shu
9
-3
/
+81
2026-01-29
riscv: enable kernel access to shadow stack memory via the FWFT SBI call
Deepak Gupta
2
-0
/
+33
2026-01-29
riscv: add kernel command line option to opt out of user CFI
Deepak Gupta
3
-13
/
+61
2026-01-29
riscv/hwprobe: add zicfilp / zicfiss enumeration in hwprobe
Deepak Gupta
2
-2
/
+6
2026-01-29
riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1
Paul Walmsley
3
-70
/
+103
2026-01-29
riscv/ptrace: expose riscv CFI status and state via ptrace and in core files
Deepak Gupta
2
-0
/
+125
2026-01-29
riscv/kernel: update __show_regs() to print shadow stack register
Deepak Gupta
1
-2
/
+2
2026-01-29
riscv/signal: save and restore the shadow stack on a signal
Deepak Gupta
5
-0
/
+158
2026-01-29
riscv/traps: Introduce software check exception and uprobe handling
Deepak Gupta
4
-0
/
+60
2026-01-29
riscv: Implement indirect branch tracking prctls
Deepak Gupta
4
-0
/
+102
2026-01-29
riscv: Implement arch-agnostic shadow stack prctls
Deepak Gupta
3
-0
/
+134
2026-01-29
riscv/shstk: If needed allocate a new shadow stack on clone
Deepak Gupta
4
-0
/
+162
2026-01-29
riscv/mm: Implement map_shadow_stack() syscall
Deepak Gupta
2
-0
/
+141
2026-01-29
Merge tag 'omap-for-v6.20/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
Arnd Bergmann
2
-5
/
+10
2026-01-29
Merge tag 'at91-soc-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm
Arnd Bergmann
6
-72
/
+8
2026-01-29
Merge tag 'mtk-defconfig-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/defconfig
Arnd Bergmann
1
-0
/
+1
2026-01-29
riscv: defconfig: spacemit: k3: enable clock support
Yixun Lan
1
-1
/
+1
2026-01-29
Merge tag 'ti-k3-config-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfig
Arnd Bergmann
1
-0
/
+3
2026-01-29
Merge tag 'imx-defconfig-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/defconfig
Arnd Bergmann
3
-11
/
+8
2026-01-29
Merge tag 'qcom-arm64-defconfig-for-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfig
Arnd Bergmann
1
-0
/
+15
2026-01-29
Merge tag 'xilinx-defconfig-for-6.20' of https://github.com/Xilinx/linux-xlnx into soc/defconfig
Arnd Bergmann
1
-0
/
+42
2026-01-29
Merge tag 'apple-soc-defconfig-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into soc/defconfig
Arnd Bergmann
2
-0
/
+28
2026-01-29
Merge tag 'renesas-arm-defconfig-for-v6.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/defconfig
Arnd Bergmann
2
-1
/
+3
2026-01-29
riscv: compat: fix COMPAT_UTS_MACHINE definition
Han Gao
1
-1
/
+1
2026-01-29
ARM: defconfig: turn off CONFIG_EXPERT
Arnd Bergmann
1
-3
/
+13
2026-01-29
ARM: defconfig: move entries
Arnd Bergmann
1
-15
/
+16
2026-01-28
net: ethernet: neterion: s2io: remove unused driver
Ethan Nelson-Moore
8
-8
/
+0
2026-01-29
powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()
Guangshuo Li
1
-0
/
+2
2026-01-29
powerpc: kgdb: Remove OUTBUFMAX constant
Miquel SabatĂ© SolĂ
1
-1
/
+0
2026-01-29
powerpc64/bpf: Additional NVR handling for bpf_throw
Abhishek Dubey
1
-8
/
+81
2026-01-29
powerpc64/bpf: Support exceptions
Abhishek Dubey
3
-18
/
+50
2026-01-29
powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
Abhishek Dubey
1
-0
/
+41
2026-01-29
powerpc64/bpf: Avoid tailcall restore from trampoline
Abhishek Dubey
1
-8
/
+5
2026-01-29
powerpc64/bpf: Support tailcalls with subprogs
Abhishek Dubey
3
-22
/
+122
2026-01-29
powerpc64/bpf: Moving tail_call_cnt to bottom of frame
Abhishek Dubey
3
-14
/
+24
2026-01-28
Merge tag 'riscv-dt-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/dt
Arnd Bergmann
4
-14
/
+29
2026-01-28
arm64: dts: realtek: Add Kent SoC and EVB device trees
Yu-Chun Lin
11
-4
/
+596
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
1
-0
/
+1
2026-01-28
Merge tag 'qcom-arm32-for-6.20-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/dt
Arnd Bergmann
3
-2
/
+207
2026-01-28
Merge tag 'qcom-arm64-for-6.20-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/dt
Arnd Bergmann
18
-275
/
+1502
2026-01-28
Merge tag 'v6.20-rockchip-dts64-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt
Arnd Bergmann
26
-45
/
+2474
2026-01-28
Merge tag 'v6.20-rockchip-dts32-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt
Arnd Bergmann
1
-3
/
+0
2026-01-28
Merge tag 'at91-dt-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt
Arnd Bergmann
4
-94
/
+412
2026-01-28
Merge tag 'cix-dt-v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix into soc/dt
Arnd Bergmann
3
-1
/
+85
2026-01-28
Merge tag 'mvebu-dt64-6.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/dt
Arnd Bergmann
19
-18
/
+242
2026-01-28
Merge tag 'mtk-dts64-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/dt
Arnd Bergmann
30
-220
/
+2781
[prev]
[next]