summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-07selftests: net: add tests for PPPQingfang Deng-0/+181
2026-04-07Merge branch 'intel-sst' of https://github.com/spandruvada/linux-kernel into ...Ilpo Järvinen-17/+24
2026-04-07firmware: arm_ffa: Use the correct buffer size during RXTX_MAPSebastian Ene-1/+1
2026-04-07platform/x86: asus-wireless: Convert ACPI driver to a platform oneRafael J. Wysocki-18/+21
2026-04-07platform/x86: asus-wireless: Register ACPI notify handler directlyRafael J. Wysocki-4/+16
2026-04-07platform/x86: asus-laptop: Convert ACPI driver to a platform oneRafael J. Wysocki-17/+18
2026-04-07platform/x86: asus-laptop: Register ACPI notify handler directlyRafael J. Wysocki-3/+8
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee-42/+0
2026-04-07ntfs: add bound checking to ntfs_external_attr_findHyunchul Lee-14/+69
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee-12/+72
2026-04-07pinctrl: mcp23s08: Disable all pin interrupts during probeFrancesco Lavra-0/+9
2026-04-07pinctrl: sophgo: pinctrl-sg2044: Fix wrong module descriptionInochi Amaoto-1/+1
2026-04-07pinctrl: sophgo: pinctrl-sg2042: Fix wrong module descriptionInochi Amaoto-1/+1
2026-04-07fs: attr: fix comment formatting and spelling issuesChelsy Ratnawat-3/+3
2026-04-07lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolockHarry Yoo (Oracle)-0/+92
2026-04-07MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR sectionHarry Yoo (Oracle)-0/+1
2026-04-07irqchip/irq-pic32-evic: Add __maybe_unused for board_bind_eic_interrupt in CO...Brian Masney-1/+1
2026-04-07irqchip/renesas-rzv2h: Kill icu_err stringGeert Uytterhoeven-6/+3
2026-04-07irqchip/renesas-rzv2h: Kill swint_names[]Geert Uytterhoeven-10/+4
2026-04-07irqchip/renesas-rzv2h: Kill swint_idx[]Geert Uytterhoeven-3/+2
2026-04-07slub: use N_NORMAL_MEMORY in can_free_to_pcs to handle remote freesHao Li-2/+3
2026-04-07net: af_key: zero aligned sockaddr tail in PF_KEY exportsZhengchuan Liang-18/+34
2026-04-07xfrm: Drop support for HMAC-RIPEMD-160Eric Biggers-26/+2
2026-04-07Merge patch series "rust: bump minimum Rust and `bindgen` versions"Miguel Ojeda-451/+88
2026-04-07xfrm_user: fix info leak in build_report()Greg Kroah-Hartman-0/+1
2026-04-07xfrm_user: fix info leak in build_mapping()Greg Kroah-Hartman-0/+1
2026-04-07xfrm: fix refcount leak in xfrm_migrate_policy_findKotlyarov Mihail-3/+0
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang-6/+22
2026-04-07xfrm: Wait for RCU readers during policy netns exitSteffen Klassert-0/+2
2026-04-07Merge tag 'icc-7.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-461/+4014
2026-04-07Merge tag 'extcon-next-for-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-17/+75
2026-04-07rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0Miguel Ojeda-1/+7
2026-04-07rust: kbuild: support global per-version flagsMiguel Ojeda-1/+9
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl-45/+10
2026-04-07docs: rust: general-information: use real exampleMiguel Ojeda-2/+2
2026-04-07docs: rust: general-information: simplify Kconfig exampleMiguel Ojeda-1/+1
2026-04-07docs: rust: quick-start: remove GDB/Binutils mentionMiguel Ojeda-9/+0
2026-04-07docs: rust: quick-start: remove Nix "unstable channel" noteMiguel Ojeda-2/+2
2026-04-07docs: rust: quick-start: remove Gentoo "testing" noteMiguel Ojeda-2/+2
2026-04-07docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection titleMiguel Ojeda-4/+1
2026-04-07docs: rust: quick-start: update minimum Ubuntu versionMiguel Ojeda-1/+1
2026-04-07docs: rust: quick-start: update Ubuntu versioned packagesMiguel Ojeda-14/+14
2026-04-07docs: rust: quick-start: openSUSE provides `rust-src` package nowadaysMiguel Ojeda-1/+1
2026-04-07rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1Miguel Ojeda-13/+2
2026-04-07rust: kbuild: update `bindgen --rust-target` version and replace commentMiguel Ojeda-14/+2
2026-04-07rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >=...Miguel Ojeda-51/+1
2026-04-07rust: rust_is_available: remove warning for `bindgen` 0.66.[01]Miguel Ojeda-38/+3
2026-04-07rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)Miguel Ojeda-2/+2
2026-04-07rust: block: update `const_refs_to_static` MSRV TODO commentMiguel Ojeda-3/+1
2026-04-07rust: macros: simplify code using `feature(extract_if)`Miguel Ojeda-4/+8