summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-03docs: kdoc_parser: fix the default_value logic for variablesMauro Carvalho Chehab-2/+2
2026-03-03docs: kdoc_parser: fix variable regexes to work with size_tMauro Carvalho Chehab-3/+4
2026-03-03docs: kdoc_parser: don't mangle with function definesMauro Carvalho Chehab-5/+7
2026-03-03docs: kdoc_parser: move var transformers to the beginningMauro Carvalho Chehab-10/+13
2026-03-03docs: kdoc_re: don't go past the end of a lineMauro Carvalho Chehab-1/+1
2026-03-03docs: kdoc_re: add support for groups()Mauro Carvalho Chehab-0/+7
2026-03-03spi: dt-bindings: mpfs-spi: remove clock-namesConor Dooley-3/+0
2026-03-03spi: dt-bindings: mpfs-spi: permit resetsConor Dooley-0/+3
2026-03-03docs: sysctl: add documentation for crypto and debugShubham Chakraborty-2/+103
2026-03-03docs: ja_JP: process: translate first half of 'Describe your changes'Akiyoshi Kurita-1/+43
2026-03-03Documentation: process: backporting: fix missing subjectAriful Islam Shoikot-1/+1
2026-03-03selftests/bpf: Split module_attach into subtestsViktor Malik-86/+148
2026-03-03cxl/port: Fix use after free of parent_port in cxl_detach_ep()Alison Schofield-2/+6
2026-03-03drm/i915/overlay: Fix oops on unloadVille Syrjälä-2/+2
2026-03-03soc: microchip: mpfs-sys-controller: add support for pic64gxPierre-Henry Moussay-20/+54
2026-03-03dt-bindings: soc: microchip: mpfs-sys-controller: Add pic64gx compatibilityPierre-Henry Moussay-1/+3
2026-03-03dt-bindings: soc: microchip: add compatible for the mss-top-sysreg on pic64gxConor Dooley-4/+10
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-28/+67
2026-03-03docs: pt_BR: Add translation for maintainer-handbooksDaniel Pereira-0/+9
2026-03-03Documentation/maintainer-tip: Fix grammarThorsten Blum-1/+1
2026-03-03ixgbe: refactor: use DECLARE_BITMAP for ring state fieldAleksandr Loktionov-44/+45
2026-03-03i40e: Add missing wordpart.h headerAndy Shevchenko-0/+2
2026-03-03i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()Yury Norov (NVIDIA)-13/+8
2026-03-03ice: Make name member of struct ice_cgu_pin_desc constSimon Horman-1/+1
2026-03-03Merge branch 'bpf-allow-void-return-type-for-global-subprogs'Alexei Starovoitov-129/+344
2026-03-03selftests: bpf: Add tests for void global subprogsEmil Tsalapatis-3/+111
2026-03-03bpf: Allow void global functions in the verifierEmil Tsalapatis-12/+60
2026-03-03bpf: extract check_global_subprog_return_code() for clarityEduard Zingerman-18/+44
2026-03-03bpf: Extract program_returns_void() for clarityEduard Zingerman-28/+36
2026-03-03bpf: Factor out program return value calculationEmil Tsalapatis-101/+126
2026-03-03selftests/bpf: drop test_bpftool.shAlexis Lothoré (eBPF Foundation)-188/+1
2026-03-03Merge branch 'allow-fixed-offsets-for-ptr_to_ctx'Alexei Starovoitov-1/+88
2026-03-03selftests/bpf: Add tests for ctx fixed offset supportKumar Kartikeya Dwivedi-0/+76
2026-03-03bpf: Relax fixed offset check for PTR_TO_CTXKumar Kartikeya Dwivedi-1/+12
2026-03-03fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques-0/+5
2026-03-03fuse: use offset_in_page() for page offset calculationsJoanne Koong-4/+4
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong-2/+2
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong-24/+16
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan-5/+7
2026-03-03tools/build: Reject unexpected values for LLVM=Thomas Weißschuh-0/+2
2026-03-03Documentation/llvm: drop note about LLVM=0Thomas Weißschuh-4/+0
2026-03-03Merge branch 'libbpf-make-optimized-uprobes-backward-compatible'Alexei Starovoitov-7/+289
2026-03-03selftests/bpf: Add usdt trigger benchJiri Olsa-2/+76
2026-03-03selftests/bpf: Add test for checking correct nop of optimized usdtJiri Olsa-1/+142
2026-03-03selftests/bpf: Emit nop,nop5 instructions combo for x86_64 archJiri Olsa-0/+2
2026-03-03libbpf: Add support to detect nop,nop5 instructions combo for usdt probeJiri Olsa-4/+43
2026-03-03libbpf: Add uprobe syscall feature detectionJiri Olsa-0/+26
2026-03-03bpf: Add missing XDP_ABORTED handling in cpumapAnand Kumar Shaw-1/+4
2026-03-03Merge branch 'bpf-fsession-support-for-s390'Alexei Starovoitov-89/+178
2026-03-03selftests/bpf: factor out get_func_* tests for fsessionMenglong Dong-64/+108