aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-24tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsetsPavan Chebbi1-0/+3
2024-11-24rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet1-4/+10
2024-11-24selftests: fix nested double quotes in f-stringDavid Wei1-1/+1
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel1-15/+14
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina1-1/+1
2024-11-25docs: rust: remove spurious item in `expect` listMiguel Ojeda1-3/+1
2024-11-25rust: allow `clippy::needless_lifetimes`Miguel Ojeda1-0/+1
2024-11-24mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young2-8/+60
2024-11-24mailbox: Switch back to struct platform_driver::remove()Uwe Kleine-König11-13/+13
2024-11-24mailbox: imx: Modify the incorrect format specifierzhang jiao1-2/+2
2024-11-24mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter1-4/+4
2024-11-24mailbox: zynqmp: setup IPI for each valid child nodeTanmay Shah1-2/+2
2024-11-24dt-bindings: mailbox: Add thead,th1520-mailbox bindingsMichal Wilczynski2-0/+90
2024-11-24mailbox: Introduce support for T-head TH1520 Mailbox driverMichal Wilczynski4-0/+610
2024-11-24mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()Yang Yingliang1-1/+1
2024-11-24dt-bindings: mailbox: qcom-ipcc: Add SM8750Krzysztof Kozlowski1-0/+1
2024-11-24dt-bindings: mailbox: qcom,apcs-kpss-global: correct expected clocks for fall...Krzysztof Kozlowski1-6/+7
2024-11-24dt-bindings: mailbox: qcom-ipcc: Add SAR2130P compatibleDmitry Baryshkov1-0/+1
2024-11-24mailbox: ti-msgmgr: Allow building under COMPILE_TESTAndrew Davis1-1/+1
2024-11-24mailbox: ti-msgmgr: Remove use of of_match_ptr() helperAndrew Davis1-1/+1
2024-11-24mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flagSibi Sankar1-1/+1
2024-11-24mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()Sakari Ailus1-5/+5
2024-11-24mailbox: mpfs: support new, syscon based, devicetree configurationConor Dooley2-14/+68
2024-11-24dt-bindings: mailbox: mpfs: fix reg propertiesConor Dooley1-5/+8
2024-11-24s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik1-1/+11
2024-11-24s390: Add ARCH_HAS_PREEMPT_LAZY supportHeiko Carstens2-3/+6
2024-11-24s390: Add missing _TIF definesHeiko Carstens1-7/+6
2024-11-24hwmon: (aquacomputer_d5next) Fix length of speed_input arrayAleksa Savic1-1/+1
2024-11-24MAINTAINERS: transfer i2c-aspeed maintainership from Brendan to RyanBrendan Higgins1-1/+1
2024-11-24i2c: designware: determine HS tHIGH and tLOW based on HW parametersMichael Wu3-2/+32
2024-11-24dt-bindings: i2c: snps,designware-i2c: declare bus capacitance and clk freq o...Michael Wu1-0/+18
2024-11-24i2c: nomadik: support >=1MHz speed modesThéo Lebrun1-24/+16
2024-11-24i2c: nomadik: fix BRCR computationThéo Lebrun1-1/+5
2024-11-24i2c: nomadik: support Mobileye EyeQ6H I2C controllerThéo Lebrun1-2/+6
2024-11-24i2c: nomadik: switch from of_device_is_compatible() to of_match_device()Théo Lebrun1-8/+27
2024-11-24dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHzThéo Lebrun1-1/+1
2024-11-24dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindingsThéo Lebrun1-5/+6
2024-11-24dt-bindings: i2c: mv64xxx: Add Allwinner A523 compatible stringAndre Przywara1-0/+1
2024-11-24i2c: designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKAYoshihiro Furudera1-0/+1
2024-11-24i2c: qup: use generic device property accessorsBartosz Golaszewski1-2/+2
2024-11-24net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phyde...Heiner Kallweit1-10/+14
2024-11-24selftests/alsa: Add a few missing gitignore filesLi Zhijian1-0/+2
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds183-2525/+9054
2024-11-23tracing: Remove cond argument from __DECLARE_TRACE_SYSCALLMathieu Desnoyers1-12/+13
2024-11-23tracing: Remove conditional locking from __DO_TRACE()Mathieu Desnoyers1-33/+12
2024-11-23rcupdate_trace: Define rcu_tasks_trace lock guardMathieu Desnoyers1-0/+5
2024-11-23tracing: Remove __idx variable from __DO_TRACEMathieu Desnoyers1-2/+0
2024-11-23tracing: Move it_func[0] comment to the relevant contextMathieu Desnoyers1-3/+3
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds164-3583/+3056