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
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-03
docs: kdoc_re: better show KernRe() at documentation
Mauro Carvalho Chehab
1
-1
/
+22
2026-03-03
docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
Randy Dunlap
1
-0
/
+1
2026-03-03
docs: kdoc_parser: add support for LIST_HEAD
Mauro Carvalho Chehab
1
-0
/
+1
2026-03-03
docs: kdoc_parser: fix parser to support multi-word types
Mauro Carvalho Chehab
1
-2
/
+2
2026-03-03
docs: kdoc_parser: don't exclude defaults from prototype
Mauro Carvalho Chehab
1
-1
/
+0
2026-03-03
docs: kdoc_parser: fix the default_value logic for variables
Mauro Carvalho Chehab
1
-2
/
+2
2026-03-03
docs: kdoc_parser: fix variable regexes to work with size_t
Mauro Carvalho Chehab
1
-3
/
+4
2026-03-03
docs: kdoc_parser: don't mangle with function defines
Mauro Carvalho Chehab
1
-5
/
+7
2026-03-03
docs: kdoc_parser: move var transformers to the beginning
Mauro Carvalho Chehab
1
-10
/
+13
2026-03-03
docs: kdoc_re: don't go past the end of a line
Mauro Carvalho Chehab
1
-1
/
+1
2026-03-03
docs: kdoc_re: add support for groups()
Mauro Carvalho Chehab
1
-0
/
+7
2026-03-03
selftests/bpf: Split module_attach into subtests
Viktor Malik
2
-86
/
+148
2026-03-03
selftests: bpf: Add tests for void global subprogs
Emil Tsalapatis
7
-3
/
+111
2026-03-03
bpf: Allow void global functions in the verifier
Emil Tsalapatis
2
-2
/
+2
2026-03-03
selftests/bpf: drop test_bpftool.sh
Alexis Lothoré (eBPF Foundation)
3
-188
/
+1
2026-03-03
selftests/bpf: Add tests for ctx fixed offset support
Kumar Kartikeya Dwivedi
1
-0
/
+76
2026-03-03
bpf, arm64: Use ORR-based MOV for general-purpose registers
Puranjay Mohan
1
-4
/
+4
2026-03-03
tools/build: Reject unexpected values for LLVM=
Thomas Weißschuh
1
-0
/
+2
2026-03-03
selftests/bpf: Add usdt trigger bench
Jiri Olsa
5
-2
/
+76
2026-03-03
selftests/bpf: Add test for checking correct nop of optimized usdt
Jiri Olsa
6
-1
/
+142
2026-03-03
selftests/bpf: Emit nop,nop5 instructions combo for x86_64 arch
Jiri Olsa
1
-0
/
+2
2026-03-03
libbpf: Add support to detect nop,nop5 instructions combo for usdt probe
Jiri Olsa
1
-4
/
+43
2026-03-03
libbpf: Add uprobe syscall feature detection
Jiri Olsa
2
-0
/
+26
2026-03-03
selftests/bpf: factor out get_func_* tests for fsession
Menglong Dong
6
-64
/
+108
2026-03-03
bpf/s390: Implement get_preempt_count()
Ilya Leoshkevich
1
-0
/
+7
2026-03-03
s390: Introduce bpf_get_lowcore() kfunc
Ilya Leoshkevich
1
-0
/
+4
2026-03-03
selftests/bpf: add test for xdp_bonding xmit_hash_policy compat
Jiayuan Chen
1
-0
/
+58
2026-03-02
selftests/sched_ext: Fix peek_dsq.bpf.c compile error for clang 17
Zhao Mengmeng
1
-2
/
+2
2026-03-02
selftests/sched_ext: Add -fms-extensions to bpf build flags
Zhao Mengmeng
1
-0
/
+2
2026-03-02
tools/sched_ext: Add -fms-extensions to bpf build flags
Zhao Mengmeng
1
-0
/
+2
2026-03-02
selftest: net: Add basic functionality tests for ipmr.
Kuniyuki Iwashima
3
-0
/
+460
2026-03-02
selftests/net: packetdrill: restore tcp_rcv_big_endseq.pkt
Simon Baatz
1
-0
/
+44
2026-03-02
selftests: drv-net: iou-zcrx: allocate hugepages for large chunks test
Jakub Kicinski
1
-1
/
+9
2026-03-02
selftests: drv-net: iou-zcrx: rework large chunks test to use common setup
Jakub Kicinski
1
-25
/
+6
2026-03-02
selftests: drv-net: iou-zcrx: wait for memory provider cleanup
Jakub Kicinski
1
-1
/
+17
2026-03-02
perf trace: Avoid an ERR_PTR in syscall_stats
Ian Rogers
1
-5
/
+7
2026-03-02
perf kvm stat: Fix relative paths for including headers
Leo Yan
1
-3
/
+3
2026-03-02
KVM: selftests: Extend state_test to check next_rip
Yosry Ahmed
1
-0
/
+11
2026-03-02
KVM: selftests: Extend state_test to check vGIF
Yosry Ahmed
1
-0
/
+24
2026-03-02
kbuild: Leave objtool binary around with 'make clean'
Nathan Chancellor
1
-3
/
+5
2026-03-02
KVM: selftests: Fix reserved value WRMSR testcase for multi-feature MSRs
Sean Christopherson
1
-1
/
+1
2026-03-02
KVM: selftests: Allow the PMU event filter test for Hygon
Zhiquan Li
1
-1
/
+2
2026-03-02
KVM: selftests: Add a flag to identify AMD compatible test cases
Zhiquan Li
5
-7
/
+12
2026-03-02
KVM: selftests: Add CPU vendor detection for Hygon
Zhiquan Li
2
-0
/
+9
2026-03-02
kunit: tool: copy caller args in run_kernel to prevent mutation
Shuvam Pandey
2
-2
/
+30
2026-03-02
tools/rtla: Generate optstring from long options
Costa Shulyupin
6
-9
/
+37
2026-03-02
selftests/filesystems: Assume that TIOCGPTPEER is defined
Mark Brown
1
-2
/
+0
2026-03-02
selftests/xattr: test xattrs on various socket families
Christian Brauner
3
-1
/
+179
2026-03-02
selftests/xattr: sockfs socket xattr tests
Christian Brauner
3
-1
/
+365
2026-03-02
selftests/xattr: path-based AF_UNIX socket xattr tests
Christian Brauner
3
-0
/
+477
[prev]
[next]