summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-12pmdomain: Merge branch fixes into nextUlf Hansson
2026-08-12pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev()Karl Mehltretter
2026-08-12pmdomain: renesas: Add R-Car X5H MDLC driverGeert Uytterhoeven
2026-08-12dt-bindings: mfd: syscon: Add ESWIN EIC7700 compatiblePinkesh Vaghela
2026-08-12mfd: qnap-mcu: keep the reply buffer alive past a command timeoutAli Ahmet Memis
2026-08-12rust: module: update MAINTAINERS to cover module.rsAlvin Sun
2026-08-12rust: macros: remove `THIS_MODULE` static from `module!`Alvin Sun
2026-08-12rust_binder: use `LocalModule` for `THIS_MODULE`Alvin Sun
2026-08-12rust: configfs: use `LocalModule` for `THIS_MODULE`Alvin Sun
2026-08-12rust: miscdevice: set fops.owner from driver module pointerAlvin Sun
2026-08-12rust: drm: set fops.owner from driver module pointerAlvin Sun
2026-08-12rust: macros: auto-insert OwnerModule in #[vtable]Alvin Sun
2026-08-12rust: doctest: add LocalModule fallback for #[vtable] ThisModuleAlvin Sun
2026-08-12rust: module: add `THIS_MODULE` const to `ModuleMetadata` traitAlvin Sun
2026-08-12rust: module: move module types into `module.rs`Alvin Sun
2026-08-12Merge patch series "fixes for iomap_bio_read_folio_range_sync"Christian Brauner
2026-08-12iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninitChristoph Hellwig
2026-08-12iomap: don't free integrity payload that doesn't existChristoph Hellwig
2026-08-12super: fix dying superblock warning messagesKarl Mehltretter
2026-08-12docs: fix grammatical error in iomap docsBenjamin Wu
2026-08-11Merge tag 'sunxi-clk-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd
2026-08-11Merge tag 'qcom-clk-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd
2026-08-11Merge tag 'samsung-clk-7.3' of https://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd
2026-08-11Merge tag 'v7.3-rockchip-clk1' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd
2026-08-12clk: at91: Read "reg" with helperRob Herring (Arm)
2026-08-11Merge tag 'clk-imx-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abel...Stephen Boyd
2026-08-12ALSA: hda/ca0132: replace sprintf() with snprintf()Bob Song
2026-08-12ALSA: hda/ca0132: set codec->spec to NULL after freeingBob Song
2026-08-12ALSA: hda: simplify match functions and remove unreachable returnBob Song
2026-08-12ALSA: usb-audio: Fix sample rates for PreSonus AudioBox USBTrevor Vorhees
2026-08-11Merge tag 'spacemit-clk-for-7.3-1' of https://git.kernel.org/pub/scm/linux/ke...Stephen Boyd
2026-08-11Merge tag 'clk-meson-v7.3-1' of ssh://github.com/BayLibre/clk-meson into clk-...Stephen Boyd
2026-08-11Merge tag 'clk-eyeq7h-7.3' of ssh://github.com/benoitmonin/linux into clk-mob...Stephen Boyd
2026-08-11Merge tag 'thead-clk-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd
2026-08-11Merge tag 'renesas-clk-for-v7.3-tag2' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd
2026-08-11Merge tag 'renesas-clk-for-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd
2026-08-11PCI/ASPM: Use pcie_capability_clear_and_set_word() for ASPM disable/restoreKrishna Chaitanya Chundru
2026-08-11cgroup/cpuset: Add test for partition root invalidation returning wrong CPUsShaojie Sun
2026-08-11cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flagGuopeng Zhang
2026-08-11Merge branch 'mptcp-out-of-order-queue-pruning'Jakub Kicinski
2026-08-11mptcp: implemented OoO queue pruningPaolo Abeni
2026-08-11mptcp: avoid code duplication in __mptcp_move_skb()Paolo Abeni
2026-08-11mptcp: enforce hard limit on backlog flushingPaolo Abeni
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni
2026-08-11mptcp: let the retrans scheduler do its jobPaolo Abeni
2026-08-11mptcp: move the stale logic out of retrans schedulerPaolo Abeni
2026-08-11mptcp: move the retrans loop to a separate helperPaolo Abeni
2026-08-11sched_ext: Fix rq->core_pick corruption under core schedulingTejun Heo
2026-08-11sched_ext: Count rq lock releases in rq->scx.lock_drop_seqTejun Heo
2026-08-11sched_ext: Fix this_rq() assumptions in dispatch kfuncsTejun Heo