summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-23Merge tag 'drm-misc-next-2026-03-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov
2026-03-22ublk: move cold paths out of __ublk_batch_dispatch() for icache efficiencyMing Lei
2026-03-22selftests/sched_ext: Add tests for SCX_ENQ_IMMED and scx_bpf_dsq_reenq()zhidao su
2026-03-22ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon
2026-03-22sched_ext: Use irq_work_queue_on() in schedule_deferred()Tejun Heo
2026-03-23rust: str: improve safety comment for CString::try_from_fmtNakamura Shuta
2026-03-22ksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman
2026-03-22ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman
2026-03-22ksmbd: do not expire session on binding failureHyunwoo Kim
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich
2026-03-22Linux 7.0-rc5v7.0-rc5Linus Torvalds
2026-03-22tools headers: Synchronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22docs: use logo.svg as faviconRito Rhymes
2026-03-22Merge branch 'mauro' into docs-mwJonathan Corbet
2026-03-22docs: kernel-doc: add support to store output on a YAML fileMauro Carvalho Chehab
2026-03-22docs: add a new file to write kernel-doc output to a YAML fileMauro Carvalho Chehab
2026-03-22docs: test_kdoc_parser: add support for dynamic test creationMauro Carvalho Chehab
2026-03-22docs: add a simple kdoc-test.yaml together with a validation toolMauro Carvalho Chehab
2026-03-22docs: add a schema to help creating unittests for kernel-docMauro Carvalho Chehab
2026-03-22docs: unittests: add a parser to test kernel-doc parser logicMauro Carvalho Chehab
2026-03-22docs: kdoc_item: fix a typo on sections_start_linesMauro Carvalho Chehab
2026-03-22docs: kdoc_item: add support to generate a KdocItem from a dictMauro Carvalho Chehab
2026-03-22docs: kdoc_item: fix initial value for parameterdesc_start_linesMauro Carvalho Chehab
2026-03-22docs: kdoc_files: move output symbols logic to kdoc_outputMauro Carvalho Chehab
2026-03-22docs: kdoc_files: use a class to group config parametersMauro Carvalho Chehab
2026-03-22docs: kdoc: add c_lex to generated documentationMauro Carvalho Chehab
2026-03-22docs: kdoc_re: better represent long regular expressionsMauro Carvalho Chehab
2026-03-22unittests: test_tokenizer: better handle mismatch errorMauro Carvalho Chehab
2026-03-22Merge branch 'mauro' into docs-mwJonathan Corbet
2026-03-22docs: xforms_lists: use CMatch for all identifiersMauro Carvalho Chehab
2026-03-22docs: kdoc_parser: avoid tokenizing structs everytimeMauro Carvalho Chehab
2026-03-22docs: kdoc: ensure that comments are dropped before calling split_struct_proto()Mauro Carvalho Chehab
2026-03-22docs: kernel-doc.rst: document private: scope propagationMauro Carvalho Chehab
2026-03-22docs: c_lex: setup a logger to report tokenizer issuesMauro Carvalho Chehab
2026-03-22docs: xforms_lists: better evaluate struct_group macrosMauro Carvalho Chehab
2026-03-22docs: xforms_lists: handle struct_group directlyMauro Carvalho Chehab
2026-03-22docs: kdoc_re: get rid of NestedMatch classMauro Carvalho Chehab
2026-03-22docs: kdoc: replace NestedMatch with CMatchMauro Carvalho Chehab
2026-03-22unittests: test_cmatch: add tests for sub()Mauro Carvalho Chehab
2026-03-22docs: c_lex: properly implement a sub() method for CMatchMauro Carvalho Chehab
2026-03-22tools: unittests: add tests for CMatchMauro Carvalho Chehab
2026-03-22docs: kdoc: create a CMatch to match nested C blocksMauro Carvalho Chehab
2026-03-22unittests: add a runner to execute all unittestsMauro Carvalho Chehab
2026-03-22unittests: test_tokenizer: check if the tokenizer worksMauro Carvalho Chehab
2026-03-22unittests: test_private: modify it to use CTokenizer directlyMauro Carvalho Chehab
2026-03-22docs: kdoc: use tokenizer to handle comments on structsMauro Carvalho Chehab