summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf
2026-08-03objtool/klp: Skip hidden directories when finding objectsJosh Poimboeuf
2026-08-03objtool/klp: Fix false module dependencies caused by dead relocsJosh Poimboeuf
2026-08-03objtool/klp: Normalize Module.symvers paths to module namesJoe Lawrence
2026-08-03objtool/klp: Fix module name normalization for paths with dotsJosh Poimboeuf
2026-08-03firmware: coreboot: Validate table boundsLaxman Acharya Padhya
2026-08-02fixp-arith: convert comments to kernel-doc formatRandy Dunlap
2026-08-03selftests/bpf: Add IP_TRANSPARENT and IPV6_TRANSPARENT to setget_sockoptShivaji Kant
2026-08-03bpf: Allow IP_TRANSPARENT and IPV6_TRANSPARENT in bpf_{set,get}sockopt()Shivaji Kant
2026-08-02Input: samsung-keypad - use pm_runtime_active guardDmitry Torokhov
2026-08-02Input: samsung-keypad - keep interrupt disabled while closedDmitry Torokhov
2026-08-02Input: samsung-keypad - clean up wakeup configuration logicDmitry Torokhov
2026-08-03bpf: Fix mmap_lock deadlock on arena lock failureJiayuan Chen
2026-08-02smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai
2026-08-02smb/client: show compress mount optionChenXiaoSong
2026-08-02Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packetRichard Davies
2026-08-02arm64: dts: qcom: sm8650: Assign CCI clock rates to 37.5MHzVladimir Zapolskiy
2026-08-02arm64: dts: qcom: eliza-cqs-evk: Enable sound card support with WSA8845 and DMICRavi Hothi
2026-08-02arm64: dts: qcom: eliza: Add LPASS macro and SoundWire supportRavi Hothi
2026-08-02dt-bindings: arm: qcom: Document IMDT QCS8550 SBC/SoMWilliam Bright
2026-08-02dt-bindings: vendor-prefixes: Add IMDTWilliam Bright
2026-08-02arm64: dts: qcom: sdm845: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: qcs615: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sm6375: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sm6350: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sc7180: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sm8350: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sc7280: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sm8550: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: qdu1000: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: qcs8300: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sa8775p: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: sm8450: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: kaanapali: Add minidump SRAM config to SCM nodeMukesh Ojha
2026-08-02arm64: dts: qcom: glymur: Add Asus Zenbook A16 (UX3607OA)Konrad Dybcio
2026-08-03bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)
2026-08-02Linux 7.2-rc6v7.2-rc6Linus Torvalds
2026-08-02Input: atkbd - skip deactivate for HONOR ZQC-PDonglin Lyu
2026-08-02Input: atkbd - skip deactivate for Xiaomi Book Pro 14's internal keyboardZhefu Zhang
2026-08-03Merge branch 'generate-bpf_func_proto-for-kfunc'Kumar Kartikeya Dwivedi
2026-08-03bpf: Generate kfunc argument prototype at add-call timeAmery Hung
2026-08-03bpf: Classify scalar kfunc arguments from BTFAmery Hung
2026-08-03bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULLAmery Hung
2026-08-03bpf: Classify kfunc pointer arguments from BTF, resolve type against the regi...Amery Hung
2026-08-03bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZEAmery Hung
2026-08-03bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL typeAmery Hung
2026-08-03bpf: Classify kfunc mem_size args from BTF without register stateAmery Hung
2026-08-03selftests/bpf: Test __szk precision with a NULL nullable bufferAmery Hung
2026-08-03bpf: Fold __szk const size handling into the scalar arg pathAmery Hung
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung