index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-22
ksmbd: fix memory leaks and NULL deref in smb2_lock()
Werner Kasselman
-9
/
+18
2026-03-22
ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
Werner Kasselman
-27
/
+45
2026-03-22
ksmbd: do not expire session on binding failure
Hyunwoo Kim
-2
/
+8
2026-03-22
Merge tag 'v7.0-rc5' into driver-core-next
Danilo Krummrich
-1498
/
+3559
2026-03-22
Linux 7.0-rc5
v7.0-rc5
Linus Torvalds
-1
/
+1
2026-03-22
tools headers: Synchronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
-1
/
+3
2026-03-22
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+1
2026-03-22
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+8
2026-03-22
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
-1
/
+4
2026-03-22
docs: use logo.svg as favicon
Rito Rhymes
-0
/
+1
2026-03-22
Merge branch 'mauro' into docs-mw
Jonathan Corbet
-58
/
+1322
2026-03-22
docs: kernel-doc: add support to store output on a YAML file
Mauro Carvalho Chehab
-15
/
+107
2026-03-22
docs: add a new file to write kernel-doc output to a YAML file
Mauro Carvalho Chehab
-0
/
+155
2026-03-22
docs: test_kdoc_parser: add support for dynamic test creation
Mauro Carvalho Chehab
-18
/
+350
2026-03-22
docs: add a simple kdoc-test.yaml together with a validation tool
Mauro Carvalho Chehab
-0
/
+248
2026-03-22
docs: add a schema to help creating unittests for kernel-doc
Mauro Carvalho Chehab
-0
/
+156
2026-03-22
docs: unittests: add a parser to test kernel-doc parser logic
Mauro Carvalho Chehab
-0
/
+202
2026-03-22
docs: kdoc_item: fix a typo on sections_start_lines
Mauro Carvalho Chehab
-5
/
+5
2026-03-22
docs: kdoc_item: add support to generate a KdocItem from a dict
Mauro Carvalho Chehab
-1
/
+34
2026-03-22
docs: kdoc_item: fix initial value for parameterdesc_start_lines
Mauro Carvalho Chehab
-1
/
+1
2026-03-22
docs: kdoc_files: move output symbols logic to kdoc_output
Mauro Carvalho Chehab
-16
/
+23
2026-03-22
docs: kdoc_files: use a class to group config parameters
Mauro Carvalho Chehab
-14
/
+31
2026-03-22
docs: kdoc: add c_lex to generated documentation
Mauro Carvalho Chehab
-4
/
+14
2026-03-22
docs: kdoc_re: better represent long regular expressions
Mauro Carvalho Chehab
-2
/
+7
2026-03-22
unittests: test_tokenizer: better handle mismatch error
Mauro Carvalho Chehab
-3
/
+10
2026-03-22
Merge branch 'mauro' into docs-mw
Jonathan Corbet
-342
/
+2469
2026-03-22
docs: xforms_lists: use CMatch for all identifiers
Mauro Carvalho Chehab
-80
/
+79
2026-03-22
docs: kdoc_parser: avoid tokenizing structs everytime
Mauro Carvalho Chehab
-7
/
+24
2026-03-22
docs: kdoc: ensure that comments are dropped before calling split_struct_proto()
Mauro Carvalho Chehab
-2
/
+4
2026-03-22
docs: kernel-doc.rst: document private: scope propagation
Mauro Carvalho Chehab
-0
/
+6
2026-03-22
docs: c_lex: setup a logger to report tokenizer issues
Mauro Carvalho Chehab
-1
/
+19
2026-03-22
docs: xforms_lists: better evaluate struct_group macros
Mauro Carvalho Chehab
-4
/
+10
2026-03-22
docs: xforms_lists: handle struct_group directly
Mauro Carvalho Chehab
-47
/
+6
2026-03-22
docs: kdoc_re: get rid of NestedMatch class
Mauro Carvalho Chehab
-201
/
+0
2026-03-22
docs: kdoc: replace NestedMatch with CMatch
Mauro Carvalho Chehab
-16
/
+17
2026-03-22
unittests: test_cmatch: add tests for sub()
Mauro Carvalho Chehab
-2
/
+728
2026-03-22
docs: c_lex: properly implement a sub() method for CMatch
Mauro Carvalho Chehab
-13
/
+259
2026-03-22
tools: unittests: add tests for CMatch
Mauro Carvalho Chehab
-0
/
+95
2026-03-22
docs: kdoc: create a CMatch to match nested C blocks
Mauro Carvalho Chehab
-10
/
+111
2026-03-22
unittests: add a runner to execute all unittests
Mauro Carvalho Chehab
-0
/
+17
2026-03-22
unittests: test_tokenizer: check if the tokenizer works
Mauro Carvalho Chehab
-2
/
+106
2026-03-22
unittests: test_private: modify it to use CTokenizer directly
Mauro Carvalho Chehab
-24
/
+51
2026-03-22
docs: kdoc: use tokenizer to handle comments on structs
Mauro Carvalho Chehab
-9
/
+4
2026-03-22
docs: add a C tokenizer to be used by kernel-doc
Mauro Carvalho Chehab
-0
/
+292
2026-03-22
docs: kdoc: properly handle empty enum arguments
Mauro Carvalho Chehab
-2
/
+3
2026-03-22
docs: kdoc: don't add broken comments inside prototypes
Mauro Carvalho Chehab
-0
/
+6
2026-03-22
unittests: add a testbench to check public/private kdoc comments
Mauro Carvalho Chehab
-0
/
+331
2026-03-22
docs: python: add helpers to run unit tests
Mauro Carvalho Chehab
-0
/
+379
2026-03-22
tools/docs/checktransupdate.py: fix all issues reported by pylint
Haoyang LIU
-4
/
+4
2026-03-22
docs: path-lookup: fix unrenamed WALK_GET
Daniel Tang
-1
/
+1
[prev]
[next]