summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-12pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumersOleg Nesterov2-9/+15
2026-08-12pidfd: hold exec_update_lock around namespace ioctlChen Linxuan1-12/+31
2026-08-12fs: fix user path of nested backing filesBaokun Li1-1/+1
2026-08-12fs: remove stale inode_insert5() kernel-doc parameterYichong Chen1-1/+0
2026-08-12fs: fix switch/case indentation in sysfs() syscallManush Prajwal1-9/+9
2026-08-12fs: document semantics of kstat::{uid,gid} fieldsJann Horn1-2/+2
2026-08-12pmdomain: Merge branch fixes into nextUlf Hansson1-1/+1
2026-08-12pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev()Karl Mehltretter1-1/+1
2026-08-12pmdomain: renesas: Add R-Car X5H MDLC driverGeert Uytterhoeven4-0/+331
2026-08-12dt-bindings: mfd: syscon: Add ESWIN EIC7700 compatiblePinkesh Vaghela1-0/+1
2026-08-12mfd: qnap-mcu: keep the reply buffer alive past a command timeoutAli Ahmet Memis1-6/+7
2026-08-12rust: module: update MAINTAINERS to cover module.rsAlvin Sun1-1/+1
2026-08-12rust: macros: remove `THIS_MODULE` static from `module!`Alvin Sun1-16/+0
2026-08-12rust_binder: use `LocalModule` for `THIS_MODULE`Alvin Sun1-1/+2
2026-08-12rust: configfs: use `LocalModule` for `THIS_MODULE`Alvin Sun2-4/+7
2026-08-12rust: miscdevice: set fops.owner from driver module pointerAlvin Sun1-1/+3
2026-08-12rust: drm: set fops.owner from driver module pointerAlvin Sun2-3/+4
2026-08-12rust: macros: auto-insert OwnerModule in #[vtable]Alvin Sun3-6/+54
2026-08-12rust: doctest: add LocalModule fallback for #[vtable] ThisModuleAlvin Sun1-0/+19
2026-08-12rust: module: add `THIS_MODULE` const to `ModuleMetadata` traitAlvin Sun2-1/+26
2026-08-12rust: module: move module types into `module.rs`Alvin Sun8-74/+88
2026-08-12Merge patch series "fixes for iomap_bio_read_folio_range_sync"Christian Brauner1-1/+2
2026-08-12iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninitChristoph Hellwig1-0/+1
2026-08-12iomap: don't free integrity payload that doesn't existChristoph Hellwig1-1/+1
2026-08-12super: fix dying superblock warning messagesKarl Mehltretter1-2/+2
2026-08-12docs: fix grammatical error in iomap docsBenjamin Wu1-1/+1
2026-08-11Merge tag 'sunxi-clk-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd9-74/+176
2026-08-11Merge tag 'qcom-clk-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd73-884/+17310
2026-08-11Merge tag 'samsung-clk-7.3' of https://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd6-67/+63
2026-08-11Merge tag 'v7.3-rockchip-clk1' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd9-18/+1500
2026-08-12clk: at91: Read "reg" with helperRob Herring (Arm)1-2/+3
2026-08-11Merge tag 'clk-imx-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abel...Stephen Boyd6-3/+146
2026-08-12ALSA: hda/ca0132: replace sprintf() with snprintf()Bob Song1-9/+10
2026-08-12ALSA: hda/ca0132: set codec->spec to NULL after freeingBob Song1-0/+2
2026-08-12ALSA: hda: simplify match functions and remove unreachable returnBob Song1-7/+2
2026-08-12ALSA: usb-audio: Fix sample rates for PreSonus AudioBox USBTrevor Vorhees1-0/+10
2026-08-11Merge tag 'spacemit-clk-for-7.3-1' of https://git.kernel.org/pub/scm/linux/ke...Stephen Boyd3-15/+33
2026-08-11Merge tag 'clk-meson-v7.3-1' of ssh://github.com/BayLibre/clk-meson into clk-...Stephen Boyd9-1/+3275
2026-08-11Merge tag 'clk-eyeq7h-7.3' of ssh://github.com/benoitmonin/linux into clk-mob...Stephen Boyd6-496/+1486
2026-08-11Merge tag 'thead-clk-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd1-1/+1
2026-08-11Merge tag 'renesas-clk-for-v7.3-tag2' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd5-0/+240
2026-08-11Merge tag 'renesas-clk-for-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd15-223/+913
2026-08-11PCI/ASPM: Use pcie_capability_clear_and_set_word() for ASPM disable/restoreKrishna Chaitanya Chundru1-6/+10
2026-08-11cgroup/cpuset: Add test for partition root invalidation returning wrong CPUsShaojie Sun1-0/+6
2026-08-11cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flagGuopeng Zhang4-52/+27
2026-08-11Merge branch 'mptcp-out-of-order-queue-pruning'Jakub Kicinski6-107/+273
2026-08-11mptcp: implemented OoO queue pruningPaolo Abeni3-10/+73
2026-08-11mptcp: avoid code duplication in __mptcp_move_skb()Paolo Abeni1-18/+13
2026-08-11mptcp: enforce hard limit on backlog flushingPaolo Abeni1-15/+6
2026-08-11mptcp: explicitly drop over memory limitsPaolo Abeni4-11/+56