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-08-04
kho: extend scratch
Pratyush Yadav (Google)
1
-17
/
+153
2026-08-04
kho: initialize preserved memory map radix tree earlier
Pratyush Yadav (Google)
1
-17
/
+26
2026-08-04
kho: initialize kho_scratch pointer earlier in boot
Pratyush Yadav (Google)
1
-2
/
+13
2026-08-04
kho: expose kho_scratch_overlap() to kexec_handover.h
Pratyush Yadav (Google)
4
-37
/
+20
2026-08-04
kho: add kho_radix_init_tree()
Pratyush Yadav (Google)
1
-18
/
+44
2026-08-04
kho: allow destroying KHO radix tree
Pratyush Yadav (Google)
1
-0
/
+35
2026-08-04
kho: allow early-boot usage of the KHO radix tree
Pratyush Yadav (Google)
1
-2
/
+22
2026-08-04
kho: add data argument to radix walk callback
Pratyush Yadav (Google)
1
-11
/
+13
2026-08-04
kho: add callback for table pages
Pratyush Yadav (Google)
1
-0
/
+12
2026-08-04
kho: add a struct for radix callbacks
Pratyush Yadav (Google)
1
-12
/
+15
2026-08-04
kho: move all memory retrieval logic to kho_mem_retrieve()
Pratyush Yadav (Google)
1
-13
/
+19
2026-08-04
kho: store incoming radix tree in kho_in
Pratyush Yadav (Google)
1
-16
/
+22
2026-08-03
taskstats: return -EBADF when cgroupstats receives an invalid fd
Yiyang Chen
1
-1
/
+1
2026-08-03
kernel/fork: declare max_threads __read_mostly
JianChunfu
1
-1
/
+1
2026-08-03
kernel: refactor: shorten has_pending_signals
Andrea Calabrese
1
-22
/
+4
2026-08-03
signal: avoid unconditional siginfo copy in send_signal_locked()
Oleg Nesterov
1
-8
/
+15
2026-08-03
signal: change sys_kill() to use SEND_SIG_NOINFO
Oleg Nesterov
1
-5
/
+1
2026-08-03
signal: avoid shared siginfo namespace rewrites
Bradley Morgan
1
-0
/
+4
2026-08-03
watchdog/softlockup: fix softlockup typos
Matthew Chen
1
-8
/
+8
2026-08-03
kernel/params: fix a pr_debug(" %p ") in parse_one()
Jim Cromie
1
-2
/
+2
2026-08-03
resource: downgrade "resource sanity check" warning to debug level
Manuel Quintero Fonseca
1
-1
/
+1
2026-08-03
binfmt_misc: correctly account pre-opened interpreters
Christian Brauner
1
-0
/
+6
2026-08-03
sched_ext: Eject the top rescue consumer on overload
Tejun Heo
5
-11
/
+141
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
6
-33
/
+558
2026-08-03
sched_ext: Add SCX_TASK_PROTECTED
Tejun Heo
2
-24
/
+143
2026-08-03
sched_ext: Synchronize slice and dsq_vtime writes
Tejun Heo
2
-70
/
+118
2026-08-03
sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap too
Tejun Heo
3
-6
/
+10
2026-08-03
sched_ext: Reject internal enq_flags in the dsq move kfuncs
Tejun Heo
1
-8
/
+13
2026-08-03
sched_ext: Factor out __scx_bpf_now()
Tejun Heo
2
-30
/
+30
2026-08-03
sched_ext: Make several ext.c helpers available outside ext.c
Tejun Heo
2
-90
/
+90
2026-08-03
sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()
Tejun Heo
3
-8
/
+8
2026-08-03
kho: disallow wide keys in radix tree
Pratyush Yadav (Google)
1
-0
/
+12
2026-08-03
kho: make radix max key width more obvious
Pratyush Yadav (Google)
1
-8
/
+11
2026-08-03
kho: generalize radix tree APIs
Pratyush Yadav (Google)
1
-40
/
+36
2026-08-03
Merge tag 'liveupdate-fixes-2026-08-03' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+16
2026-08-03
sched_ext: Initialize idle masks as busy
Andrea Righi
1
-8
/
+8
2026-08-03
Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-10
/
+41
2026-08-03
Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-17
/
+81
2026-08-03
bpf: Remove unused BTF_FMODEL_STRUCT_ARG
Yonghong Song
1
-2
/
+0
2026-08-03
uprobes: Switch uretprobes_srcu to SRCU-fast-updown
Puranjay Mohan
1
-12
/
+17
2026-08-03
binfmt_misc: use RCU for the handler lookup
Christian Brauner
1
-1
/
+1
2026-08-03
binfmt_misc: convert entry list to an hlist
Christian Brauner
1
-1
/
+1
2026-08-03
bpf: Fix mmap_lock deadlock on arena lock failure
Jiayuan Chen
1
-2
/
+6
2026-08-03
bpf: Generate kfunc argument prototype at add-call time
Amery Hung
2
-17
/
+85
2026-08-03
bpf: Classify scalar kfunc arguments from BTF
Amery Hung
1
-50
/
+91
2026-08-03
bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULL
Amery Hung
1
-80
/
+67
2026-08-03
bpf: Classify kfunc pointer arguments from BTF, resolve type against the regi...
Amery Hung
1
-54
/
+76
2026-08-03
bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
Amery Hung
1
-17
/
+21
2026-08-03
bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL type
Amery Hung
1
-22
/
+15
2026-08-03
bpf: Classify kfunc mem_size args from BTF without register state
Amery Hung
1
-11
/
+9
[prev]
[next]