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-03
liveupdate: register luo_ser as KHO subtree
Pasha Tatashin
1
-59
/
+24
2026-06-03
liveupdate: centralize state management into struct luo_ser
Pasha Tatashin
4
-131
/
+65
2026-06-03
liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
Pasha Tatashin
1
-2
/
+3
2026-06-03
liveupdate: change file_set->count type to u64 for type safety
Pasha Tatashin
1
-1
/
+1
2026-06-03
Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+7
2026-06-03
Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+6
2026-06-03
dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_device
Li RongQing
1
-1
/
+1
2026-06-03
rv: Use 0 to check preemption enabled in opid
Gabriele Monaco
1
-7
/
+1
2026-06-03
rv: Add automatic cleanup handlers for per-task HA monitors
Gabriele Monaco
3
-6
/
+6
2026-06-03
rv: Fix __user specifier usage in extract_params()
Gabriele Monaco
1
-1
/
+2
2026-06-03
futex: Provide infrastructure to plug the non contended robust futex unlock race
Thomas Gleixner
2
-3
/
+24
2026-06-03
futex: Add robust futex unlock IP range
Thomas Gleixner
1
-9
/
+37
2026-06-03
futex: Add support for unlocking robust futexes
Thomas Gleixner
5
-11
/
+115
2026-06-03
futex: Provide UABI defines for robust list entry modifiers
Thomas Gleixner
1
-28
/
+25
2026-06-03
futex: Move futex related mm_struct data into a struct
Thomas Gleixner
1
-72
/
+61
2026-06-03
futex: Make futex_mm_init() void
Thomas Gleixner
2
-8
/
+3
2026-06-03
futex: Move futex task related data into a struct
Thomas Gleixner
4
-59
/
+53
2026-06-03
genirq: Move NULL check into irqdesc_lock guard unlock expression
Dmitry Ilvokhin
1
-1
/
+1
2026-06-03
dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segments
Li RongQing
1
-1
/
+1
2026-06-03
dma: map_benchmark: turn dma_sg_map_param buf into a flexible array
Rosen Penev
1
-15
/
+12
2026-06-02
mm: introduce for_each_free_list()
Brendan Jackman
1
-4
/
+4
2026-06-02
sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()
Tejun Heo
1
-4
/
+6
2026-06-02
futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...
Ji'an Zhou
1
-0
/
+6
2026-06-02
vdso/treewide: Drop GENERIC_TIME_VSYSCALL
Thomas Weißschuh
1
-4
/
+0
2026-06-02
timers/migration: Turn tmigr_hierarchy level_list into a flexible array
Rosen Penev
2
-14
/
+7
2026-06-02
timers/migration: Deactivate per-capacity hierarchies under nohz_full
Frederic Weisbecker
1
-7
/
+23
2026-06-02
timers/migration: Fix hotplug migrator selection target on asymetric capacity...
Frederic Weisbecker
1
-10
/
+32
2026-06-02
sched/cputime: Handle dyntick-idle steal time correctly
Frederic Weisbecker
1
-5
/
+23
2026-06-02
sched/cputime: Handle idle irqtime gracefully
Frederic Weisbecker
1
-3
/
+17
2026-06-02
sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-case
Frederic Weisbecker
1
-3
/
+9
2026-06-02
tick/sched: Consolidate idle time fetching APIs
Frederic Weisbecker
1
-21
/
+40
2026-06-02
tick/sched: Account tickless idle cputime only when tick is stopped
Frederic Weisbecker
1
-24
/
+26
2026-06-02
tick/sched: Remove unused fields
Frederic Weisbecker
2
-17
/
+1
2026-06-02
tick/sched: Move dyntick-idle cputime accounting to cputime code
Frederic Weisbecker
3
-139
/
+178
2026-06-02
tick/sched: Remove nohz disabled special case in cputime fetch
Frederic Weisbecker
1
-5
/
+2
2026-06-02
tick/sched: Unify idle cputime accounting
Frederic Weisbecker
2
-82
/
+49
2026-06-02
sched/cputime: Correctly support generic vtime idle time
Frederic Weisbecker
2
-12
/
+38
2026-06-02
sched/cputime: Remove superfluous and error prone kcpustat_field() parameter
Frederic Weisbecker
3
-13
/
+8
2026-06-02
sched/idle: Handle offlining first in idle loop
Frederic Weisbecker
1
-5
/
+8
2026-06-02
tick/sched: Fix TOCTOU in nohz idle time fetch
Frederic Weisbecker
1
-5
/
+6
2026-06-02
time: Fix off-by-one in settimeofday() usec validation
Naveen Kumar Chaudhary
1
-1
/
+1
2026-06-02
clockevents: Fix duplicate type specifier in stub function parameter
Naveen Kumar Chaudhary
1
-1
/
+1
2026-06-02
time/namespace: Export init_time_ns and do_timens_ktime_to_host()
Maoyi Xie
1
-0
/
+2
2026-06-02
cgroup: Migrate tasks to the root css when a controller is rebound
Tejun Heo
1
-4
/
+31
2026-06-02
Merge branches 'rcutorture.2026.05.24' and 'misc.2026.05.24' into rcu-merge.2...
Uladzislau Rezki (Sony)
3
-17
/
+44
2026-06-02
rcu/nocb: reduce stack usage in nocb_gp_wait()
Arnd Bergmann
1
-1
/
+1
2026-06-02
bpf: Reject exclusive maps for bpf_map_elem iterators
Daniel Borkmann
1
-0
/
+4
2026-06-02
tracing/eprobes: Allow use of BTF names to dereference pointers
Steven Rostedt
2
-28
/
+150
2026-06-02
printk: fix typos in comments
Naveen Kumar Chaudhary
2
-6
/
+6
2026-06-02
sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()
Peter Zijlstra
1
-55
/
+46
[prev]
[next]