index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-14
ptrace: slightly saner 'get_dumpable()' logic
Linus Torvalds
2
-6
/
+17
2026-05-14
bpf: Use array_map_meta_equal for percpu array inner map replacement
Guannan Wang
1
-1
/
+1
2026-05-14
slab: support for compiler-assisted type-based slab cache partitioning
Marco Elver
1
-1
/
+1
2026-05-13
bpf: Report maximum combined stack depth
Paul Chaignon
1
-1
/
+5
2026-05-13
Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-82
/
+195
2026-05-13
Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-28
/
+43
2026-05-13
Merge tag 'wq-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+15
2026-05-13
hrtimer: Fix the bogus return type of __hrtimer_start_range_ns()
Thomas Gleixner
1
-2
/
+2
2026-05-13
sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolation
Andrea Righi
1
-2
/
+1
2026-05-13
cgroup/cpuset: Return only actually allocated CPUs during partition invalidation
sunshaojie
1
-1
/
+2
2026-05-13
bpf,x86: Implement JIT support for stack arguments
Yonghong Song
1
-0
/
+10
2026-05-13
bpf: Disable private stack for x86_64 if stack arguments used
Yonghong Song
1
-1
/
+4
2026-05-13
bpf: Reject stack arguments if tail call reachable
Yonghong Song
1
-1
/
+10
2026-05-13
bpf: Support stack arguments for kfunc calls
Yonghong Song
1
-17
/
+60
2026-05-13
bpf: Enable r11 based insns
Yonghong Song
1
-2
/
+3
2026-05-13
bpf: Prepare architecture JIT support for stack arguments
Yonghong Song
2
-1
/
+12
2026-05-13
bpf: Reject stack arguments in non-JITed programs
Yonghong Song
2
-1
/
+7
2026-05-13
bpf: Extend liveness analysis to track stack argument slots
Yonghong Song
2
-15
/
+105
2026-05-13
bpf: Use arg_is_fp() in has_fp_args()
Yonghong Song
1
-1
/
+1
2026-05-13
bpf: Refactor record_call_access() to extract per-arg logic
Yonghong Song
1
-27
/
+38
2026-05-13
bpf: Add precision marking and backtracking for stack argument slots
Yonghong Song
2
-6
/
+84
2026-05-13
bpf: Refactor jmp history to use dedicated spi/frame fields
Yonghong Song
3
-28
/
+21
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
4
-10
/
+255
2026-05-13
bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
Yonghong Song
1
-1
/
+1
2026-05-13
bpf: Remove copy_register_state wrapper function
Yonghong Song
1
-25
/
+19
2026-05-13
Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-05-12
sched_ext: Defer sub_kset base put to scx_sched_free_rcu_work
Tejun Heo
1
-2
/
+4
2026-05-12
sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()
Tejun Heo
1
-0
/
+1
2026-05-12
sched_ext: Drop NONE early return in scx_disable_and_exit_task()
Tejun Heo
1
-10
/
+2
2026-05-12
audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIV
Sergio Correia
1
-0
/
+4
2026-05-12
audit: fix incorrect inheritable capability in CAPSET records
Sergio Correia
1
-1
/
+1
2026-05-12
bpf: Add syscall common attributes support for map_create
Leon Hwang
2
-10
/
+85
2026-05-12
bpf: Add syscall common attributes support for btf_load
Leon Hwang
2
-26
/
+15
2026-05-12
bpf: Add syscall common attributes support for prog_load
Leon Hwang
2
-8
/
+29
2026-05-12
bpf: Refactor reporting log_true_size for prog_load
Leon Hwang
3
-16
/
+42
2026-05-12
bpf: Extend BPF syscall with common attributes support
Leon Hwang
1
-4
/
+21
2026-05-12
Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+23
2026-05-11
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
1
-1
/
+24
2026-05-11
sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path
Tejun Heo
1
-1
/
+1
2026-05-11
sched_ext: Mark !CONFIG_EXT_SUB_SCHED dummy stubs static inline
Tejun Heo
2
-11
/
+11
2026-05-11
fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTED
Christian Brauner
1
-1
/
+1
2026-05-11
cgroup/cpuset: Reserve DL bandwidth only for root-domain moves
Guopeng Zhang
3
-18
/
+29
2026-05-11
sched_ext: Replace tryget_task_struct() with get_task_struct()
Andrea Righi
1
-15
/
+12
2026-05-11
workqueue: drop apply_wqattrs_lock()/unlock() wrappers
Breno Leitao
1
-24
/
+14
2026-05-11
exit: prevent preemption of oopsing TASK_DEAD task
Jann Horn
1
-0
/
+1
2026-05-11
bpf: Fix s16 truncation for large bpf-to-bpf call offsets
Yazhou Tang
3
-10
/
+43
2026-05-11
bpf: Fix out-of-bounds read in bpf_patch_call_args()
Yazhou Tang
2
-2
/
+11
2026-05-11
genirq/proc: Size interrupt directory names for 10-digit interrupt numbers
Pengpeng Hou
1
-3
/
+4
2026-05-11
irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RT
Jiayuan Chen
1
-0
/
+7
2026-05-11
genirq/chip: Don't call add_interrupt_randomness() for NMIs
Mark Rutland
1
-2
/
+7
[prev]
[next]