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-22
docs: xforms_lists: use CMatch for all identifiers
Mauro Carvalho Chehab
1
-80
/
+79
2026-03-22
docs: kdoc_parser: avoid tokenizing structs everytime
Mauro Carvalho Chehab
2
-7
/
+24
2026-03-22
docs: kdoc: ensure that comments are dropped before calling split_struct_proto()
Mauro Carvalho Chehab
1
-2
/
+4
2026-03-22
docs: c_lex: setup a logger to report tokenizer issues
Mauro Carvalho Chehab
2
-1
/
+19
2026-03-22
docs: xforms_lists: better evaluate struct_group macros
Mauro Carvalho Chehab
1
-4
/
+10
2026-03-22
docs: xforms_lists: handle struct_group directly
Mauro Carvalho Chehab
1
-47
/
+6
2026-03-22
docs: kdoc_re: get rid of NestedMatch class
Mauro Carvalho Chehab
1
-201
/
+0
2026-03-22
docs: kdoc: replace NestedMatch with CMatch
Mauro Carvalho Chehab
2
-16
/
+17
2026-03-22
unittests: test_cmatch: add tests for sub()
Mauro Carvalho Chehab
1
-2
/
+728
2026-03-22
docs: c_lex: properly implement a sub() method for CMatch
Mauro Carvalho Chehab
1
-13
/
+259
2026-03-22
tools: unittests: add tests for CMatch
Mauro Carvalho Chehab
1
-0
/
+95
2026-03-22
docs: kdoc: create a CMatch to match nested C blocks
Mauro Carvalho Chehab
1
-10
/
+111
2026-03-22
unittests: add a runner to execute all unittests
Mauro Carvalho Chehab
1
-0
/
+17
2026-03-22
unittests: test_tokenizer: check if the tokenizer works
Mauro Carvalho Chehab
1
-2
/
+106
2026-03-22
unittests: test_private: modify it to use CTokenizer directly
Mauro Carvalho Chehab
1
-24
/
+51
2026-03-22
docs: kdoc: use tokenizer to handle comments on structs
Mauro Carvalho Chehab
1
-9
/
+4
2026-03-22
docs: add a C tokenizer to be used by kernel-doc
Mauro Carvalho Chehab
1
-0
/
+292
2026-03-22
docs: kdoc: properly handle empty enum arguments
Mauro Carvalho Chehab
1
-2
/
+3
2026-03-22
docs: kdoc: don't add broken comments inside prototypes
Mauro Carvalho Chehab
1
-0
/
+6
2026-03-22
unittests: add a testbench to check public/private kdoc comments
Mauro Carvalho Chehab
1
-0
/
+331
2026-03-22
docs: python: add helpers to run unit tests
Mauro Carvalho Chehab
1
-0
/
+353
2026-03-22
tools/docs/checktransupdate.py: fix all issues reported by pylint
Haoyang LIU
1
-4
/
+4
2026-03-22
tools/sched_ext: Add compat handling for sub-scheduler ops
Andrea Righi
1
-0
/
+16
2026-03-22
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
6
-4
/
+336
2026-03-22
Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-24
/
+7
2026-03-22
tools/nolibc: rename sys_foo() functions to _sys_foo()
Thomas Weißschuh
27
-192
/
+192
2026-03-22
selftests/nolibc: enable -Wundef
Thomas Weißschuh
1
-1
/
+2
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
1
-1
/
+7
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
3
-0
/
+89
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
3
-0
/
+64
2026-03-21
selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagation
Daniel Borkmann
1
-0
/
+108
2026-03-21
selftests/bpf: Test bpf_program__clone() attach_btf_id override
Mykyta Yatsenko
2
-0
/
+91
2026-03-21
selftests/bpf: Use bpf_program__clone() in veristat
Mykyta Yatsenko
1
-60
/
+42
2026-03-21
libbpf: Introduce bpf_program__clone()
Mykyta Yatsenko
3
-0
/
+96
2026-03-21
selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling
Daniel Wade
1
-0
/
+94
2026-03-21
selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
Jenny Guanni Qu
1
-0
/
+58
2026-03-21
selftests/bpf: Add alignment flag for test_verifier 190 testcase
Tiezhu Yang
1
-0
/
+1
2026-03-21
bpf: Consolidate sleepable checks in check_func_call()
Puranjay Mohan
2
-5
/
+5
2026-03-21
bpf: Consolidate sleepable checks in check_helper_call()
Puranjay Mohan
2
-3
/
+3
2026-03-21
selftests/bpf: Add tests for bpf_throw lock leak from subprogs
Ihor Solodrai
1
-0
/
+47
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-3
/
+6
2026-03-21
tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()
Ke Zhao
1
-1
/
+1
2026-03-21
selftests/sched_ext: Return non-zero exit code on test failure
zhidao su
1
-1
/
+1
2026-03-21
Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+5
2026-03-20
tc-testing: add a test case for ETS offload
Davide Caratti
3
-0
/
+27
2026-03-20
selftests/vsock: fix vsock_test path shadowing in nested VMs
Bobby Eshleman
1
-2
/
+3
2026-03-20
selftests/vsock: fix vmtest.sh for read-only nested VM runners
Bobby Eshleman
1
-2
/
+19
2026-03-20
vfio: selftests: Support DMR and GNR-D DSA devices
Yi Lai
1
-2
/
+13
2026-03-20
vfio: selftests: Build tests on aarch64
Ted Logan
1
-1
/
+1
2026-03-20
selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
Thomas Weißschuh
2
-1
/
+7
[prev]
[next]