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-06-01
liveupdate: document liveupdate=on
Pratyush Yadav (Google)
1
-0
/
+4
2026-06-01
liveupdate: validate session type before performing operation
Pratyush Yadav (Google)
1
-6
/
+33
2026-05-31
bpf: Fix security_bpf_prog_load() error handling
Paul Moore
1
-3
/
+1
2026-05-31
bpf: reject overlarge global subprog argument sizes
Taegu Ha
1
-0
/
+6
2026-05-31
ring-buffer: Better comment the use of RB_MISSED_EVENTS
Steven Rostedt
1
-0
/
+14
2026-06-01
liveupdate: Reference count incoming FLB data
David Matlack
1
-15
/
+17
2026-06-01
liveupdate: Use refcount_t for FLB reference counts
David Matlack
1
-12
/
+10
2026-06-01
liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Luca Boccassi
1
-0
/
+16
2026-06-01
liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
Luca Boccassi
1
-0
/
+4
2026-06-01
kho: make preserved pages compatible with deferred struct page init
Evangelos Petrongonas
2
-3
/
+26
2026-06-01
kho: fix deferred initialization of scratch areas
Michal Clapinski
1
-25
/
+0
2026-05-31
sched_ext: Guard BPF arena helper calls to fix 32-bit build
Tejun Heo
2
-3
/
+16
2026-05-31
bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat
Yuyang Huang
2
-9
/
+10
2026-05-30
Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-24
/
+32
2026-05-30
tracing/probes: Point the error offset correctly for eprobe argument error
Masami Hiramatsu (Google)
1
-2
/
+0
2026-05-29
cgroup/cpuset: Free sched domains on rebuild guard failure
Guopeng Zhang
1
-1
/
+4
2026-05-29
workqueue: Add warnings and ensure one among WQ_PERCPU or WQ_UNBOUND is present
Marco Crivellari
1
-1
/
+18
2026-05-29
workqueue: Add warnings and fallback if system_{unbound}_wq is used
Marco Crivellari
1
-2
/
+10
2026-05-29
perf/ftrace: Fix WARNING in __unregister_ftrace_function
Rik van Riel
1
-1
/
+11
2026-05-29
tracing: Disable KCOV instrumentation for trace_irqsoff.o
Karl Mehltretter
1
-2
/
+3
2026-05-29
tracing: Turn hist_elt_data field_var_str into a flexible array
Rosen Penev
1
-20
/
+11
2026-05-29
tracing/osnoise: Array printk init and cleanup
Crystal Wood
1
-15
/
+24
2026-05-29
sched/fair: Use rq_clock() in update_tg_load_avg() rate-limit
Rik van Riel
1
-2
/
+2
2026-05-29
sched_ext: Auto-register/unregister dl_server reservations
Andrea Righi
3
-7
/
+272
2026-05-29
sched/deadline: Reject debugfs dl_server writes for offline CPUs
Andrea Righi
1
-0
/
+3
2026-05-29
sched/topology: Provide arch_llc_mask for cache aware scheduling
Shrikanth Hegde
1
-2
/
+11
2026-05-28
kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLE
Jann Horn
1
-42
/
+52
2026-05-28
kcov: refactor common handle ID into kcov_common_handle_id
Jann Horn
1
-3
/
+3
2026-05-28
taskstats: retain dead thread stats in TGID queries
Yiyang Chen
1
-29
/
+33
2026-05-28
kasan: skip HW tagging for all kernel thread stacks
Muhammad Usama Anjum
1
-2
/
+3
2026-05-28
bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()
David Hildenbrand (Arm)
1
-1
/
+1
2026-05-28
bpf: Fix race between bpf_map_new_fd() and close_fd()
Leon Hwang
1
-33
/
+47
2026-05-28
ring-buffer: Show persistent buffer dropped events in trace_pipe file
Steven Rostedt
1
-22
/
+34
2026-05-28
ring-buffer: Show persistent buffer dropped events in trace file
Steven Rostedt
1
-3
/
+10
2026-05-28
ring-buffer: Have dropped subbuffers be persistent across reboots
Steven Rostedt
1
-5
/
+6
2026-05-28
ring-buffer: Cleanup buffer_data_page related code
Masami Hiramatsu (Google)
1
-52
/
+60
2026-05-28
ring-buffer: Cleanup persistent ring buffer validation
Masami Hiramatsu (Google)
1
-92
/
+108
2026-05-28
ring-buffer: Show commit numbers in buffer_meta file
Masami Hiramatsu (Google)
1
-1
/
+4
2026-05-28
ring-buffer: Add persistent ring buffer invalid-page inject test
Masami Hiramatsu (Google)
3
-0
/
+117
2026-05-28
ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer
Masami Hiramatsu (Google)
1
-38
/
+69
2026-05-28
ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
Masami Hiramatsu (Google)
1
-47
/
+73
2026-05-28
bpf: Cache build IDs in sleepable stackmap path
Ihor Solodrai
1
-6
/
+55
2026-05-28
bpf: Avoid faultable build ID reads under mm locks
Ihor Solodrai
1
-0
/
+109
2026-05-28
bpf: Factor out stack_map build ID helpers
Ihor Solodrai
1
-17
/
+40
2026-05-28
timers/migration: Update stale @online doc to @available
Zhan Xusheng
1
-8
/
+10
2026-05-28
cgroup: pair max limit READ_ONCE() with WRITE_ONCE()
Ren Tamura
1
-2
/
+2
2026-05-28
perf/core: out-of-line and export perf_allow_cpu/tracepoint()
John Hubbard
1
-0
/
+18
2026-05-28
dma-contiguous: simplify numa cma area handling
Feng Tang
2
-35
/
+15
2026-05-27
audit: fix recursive locking deadlock in audit_dupe_exe()
Ricardo Robaina
4
-26
/
+57
2026-05-27
bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALL
Tejun Heo
1
-1
/
+2
[prev]
[next]