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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-29
riscv: add documentation for shadow stack
Deepak Gupta
2
-0
/
+195
2026-01-29
riscv: add documentation for landing pad / indirect branch tracking
Deepak Gupta
2
-0
/
+123
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
4
-13
/
+69
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
5
-76
/
+121
2026-01-29
riscv/ptrace: expose riscv CFI status and state via ptrace and in core files
Deepak Gupta
3
-0
/
+127
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
prctl: add arch-agnostic prctl()s for indirect branch tracking
Deepak Gupta
3
-0
/
+61
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
apparmor: cleanup remove unused percpu critical sections in buffer management
John Johansen
1
-5
/
+0
2026-01-29
apparmor: document the buffer hold, add an overflow guard
John Johansen
1
-2
/
+26
2026-01-29
apparmor: avoid per-cpu hold underflow in aa_get_buffer
Zhengmian Hu
1
-1
/
+2
2026-01-29
apparmor: split xxx_in_ns into its two separate semantic use cases
John Johansen
5
-46
/
+61
2026-01-29
apparmor: make label_match return a consistent value
John Johansen
1
-11
/
+9
2026-01-29
apparmor: remove apply_modes_to_perms from label_match
John Johansen
1
-3
/
+0
2026-01-29
apparmor: fix fast path cache check for unix sockets
John Johansen
1
-14
/
+21
2026-01-29
apparmor: fix rlimit for posix cpu timers
John Johansen
1
-0
/
+5
2026-01-29
apparmor: refactor/cleanup cred helper fns.
John Johansen
1
-31
/
+69
2026-01-29
apparmor: fix label and profile debug macros
John Johansen
1
-1
/
+3
2026-01-29
apparmor: move check for aa_null file to cover all cases
John Johansen
2
-6
/
+10
2026-01-29
apparmor: guard against free routines being called with a NULL
John Johansen
1
-0
/
+6
2026-01-29
apparmor: return -ENOMEM in unpack_perms_table upon alloc failure
Ryan Lee
1
-2
/
+4
2026-01-29
apparmor: account for in_atomic removal in common_file_perm
Ryan Lee
1
-3
/
+2
2026-01-29
apparmor: drop in_atomic flag in common_mmap, and common_file_perm
John Johansen
1
-12
/
+9
2026-01-29
apparmor: fix boolean argument in apparmor_mmap_file
Ryan Lee
1
-1
/
+1
2026-01-29
apparmor: userns: Add support for execpath in userns
Maxime Bélair
1
-0
/
+32
2026-01-29
apparmor: add support loading per permission tagging
John Johansen
8
-18
/
+269
2026-01-29
Merge tag 'reset-for-v6.20' of https://git.pengutronix.de/git/pza/linux into soc/drivers
Arnd Bergmann
17
-195
/
+1103
2026-01-29
dma/pool: distinguish between missing and exhausted atomic pools
Sai Sree Kartheek Adivi
1
-1
/
+6
2026-01-29
riscv/mm: Implement map_shadow_stack() syscall
Deepak Gupta
2
-0
/
+141
2026-01-29
Merge tag 'memory-controller-drv-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers
Arnd Bergmann
9
-107
/
+181
2026-01-29
Merge tag 'amlogic-drivers-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into soc/drivers
Arnd Bergmann
1
-0
/
+1
2026-01-29
Merge tag 'omap-for-v6.20/drivers-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/drivers
Arnd Bergmann
3
-13
/
+6
2026-01-29
slub: avoid list_lock contention from __refill_objects_any()
Vlastimil Babka
1
-6
/
+13
2026-01-29
Merge tag 'mtk-soc-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/drivers
Arnd Bergmann
8
-41
/
+598
2026-01-29
Merge patch series "name_is_dot* cleanup"
Christian Brauner
9
-35
/
+35
2026-01-29
ovl: use name_is_dot* helpers in readdir code
Amir Goldstein
1
-25
/
+13
2026-01-29
Merge tag 'apple-soc-drivers-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into soc/drivers
Arnd Bergmann
2
-0
/
+23
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
9
-10
/
+22
2026-01-29
ovl: Fix uninit-value in ovl_fill_real
Qing Wang
1
-1
/
+1
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
[prev]
[next]