aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-19rust: build_assert: add instructions for use with function argumentsAlexandre Courbot1-1/+6
2026-01-19rust: conclude the Rust experimentMiguel Ojeda2-19/+1
2026-01-19pinctrl: st: Annotate st_pinconf_dbg_show() as holding mutexKrzysztof Kozlowski1-0/+1
2026-01-19pinctrl: rockchip: Simplify locking with scoped_guard()Krzysztof Kozlowski1-10/+9
2026-01-19pinctrl: tegra-xusb: Simplify locking with guard()Krzysztof Kozlowski1-11/+5
2026-01-19pinctrl: tegra-xusb: Return void in padctl enable/disable functionsKrzysztof Kozlowski1-6/+8
2026-01-19pinctrl: tb10x: Simplify locking with guard()Krzysztof Kozlowski1-13/+4
2026-01-19pinctrl: microchip-sgpio: Simplify locking with guard()Krzysztof Kozlowski1-4/+2
2026-01-19pinctrl: aw9523: Simplify locking with guard()Krzysztof Kozlowski1-30/+23
2026-01-19pinctrl: amd: Cleanup header includesKrzysztof Kozlowski1-2/+0
2026-01-19pinctrl: sophgo: Cleanup header includesKrzysztof Kozlowski2-10/+0
2026-01-19pinctrl: starfive: jh7110-sys: Cleanup header includesKrzysztof Kozlowski1-3/+0
2026-01-19pinctrl: aspeed: Cleanup header includesKrzysztof Kozlowski3-9/+3
2026-01-18drm/mediatek: mtk_gem: Partial refactor and use drm_gem_dma_objectAngeloGioacchino Del Regno4-198/+109
2026-01-19Merge tag 'samsung-pinctrl-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into develLinus Walleij5-0/+122
2026-01-19i2c: imx-lpi2c: Add runtime PM support for IRQ and clock management on i.MX8QXP/8QMCarlos Song1-13/+71
2026-01-18Linux 6.19-rc6Linus Torvalds1-1/+1
2026-01-19driver core: make pinctrl_bind_pins() privateBartosz Golaszewski3-6/+11
2026-01-18drm/mediatek: dpi: Find next bridge during probeChen-Yu Tsai1-14/+9
2026-01-19Merge tag 'renesas-pinctrl-for-v6.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij3-9/+254
2026-01-18Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds14-269/+170
2026-01-18Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-16/+4
2026-01-18Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-1/+4
2026-01-18Merge tag 'dmaengine-fix-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds20-73/+168
2026-01-18Merge tag 'phy-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds11-50/+33
2026-01-19Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie101-1230/+1942
2026-01-18Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds1-1/+1
2026-01-18mailbox: mtk-cmdq: Add driver data to support for MT8196Jason-JH Lin1-0/+12
2026-01-18mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transactionJason-JH Lin2-2/+5
2026-01-18mailbox: mtk-cmdq: Add GCE hardware virtualization configurationJason-JH Lin1-0/+48
2026-01-18mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating instructionJason-JH Lin2-0/+26
2026-01-18mailbox: pcc: Clear any pending responder interrupts before enabling itSudeep Holla1-0/+6
2026-01-18mailbox: pcc: Initialize SHMEM before binding the channel with the clientSudeep Holla1-8/+10
2026-01-18mailbox: pcc: Mark Tx as complete in PCC IRQ handlerSudeep Holla1-0/+1
2026-01-18mailbox: pcc: Set txdone_irq/txdone_poll based on PCCT flagsSudeep Holla1-1/+6
2026-01-18mailbox: pcc: Wire up ->last_tx_done() for PCC channelsSudeep Holla1-0/+8
2026-01-18Revert "mailbox/pcc: support mailbox management of the shared buffer"Sudeep Holla2-127/+4
2026-01-18mailbox: mpfs: drop POLARFIRE from ARCH_MICROCHIP_POLARFIREConor Dooley1-1/+1
2026-01-18dt-bindings: mbox: add pic64gx mailbox compatibility to mpfs mailboxPierre-Henry Moussay1-1/+5
2026-01-18mailbox: mchp-ipc-sbi: fix out-of-bounds access in mchp_ipc_get_cluster_aggr_irq()Valentina Fernandez1-11/+11
2026-01-18Merge tag 'usb-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds22-67/+166
2026-01-18Merge tag 'i2c-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-12/+62
2026-01-18rust: num: bounded: add missing comment for always inlined functionAlexandre Courbot1-0/+1
2026-01-18rust: sync: refcount: always inline functions using build_assert with argumentsAlexandre Courbot1-1/+2
2026-01-18rust: bits: always inline functions using build_assert with argumentsAlexandre Courbot1-2/+4
2026-01-18Merge tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds2-8/+12
2026-01-18Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+21
2026-01-18soc: apple: rtkit: Add function to poweroffSven Peter2-0/+23
2026-01-18scripts: generate_rust_analyzer: compile sysroot with correct editionTamir Duberstein1-3/+26
2026-01-18scripts: generate_rust_analyzer: compile quote with correct editionTamir Duberstein1-0/+1