summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-02r8152: Run the unload routine if we have errors during probeDouglas Anderson1-0/+2
2023-11-02r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson1-3/+4
2023-11-02net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida1-1/+3
2023-11-02net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats...Christophe JAILLET1-2/+3
2023-11-02net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin1-1/+1
2023-11-02igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-11-02neighbour: fix various data-racesEric Dumazet1-32/+35
2023-11-02net: do not leave an empty skb in write queueEric Dumazet1-3/+5
2023-11-02igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-11-02treewide: Spelling fix in commentKunwu Chan1-1/+1
2023-11-02i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-11-02iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-11-02r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac1-1/+1
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac1-1/+1
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_txMirsad Goran Todorovac1-1/+1
2023-11-02clk: ti: Fix missing omap5 mcbsp functional clock and aliasesTony Lindgren2-0/+10
2023-11-02clk: ti: Fix missing omap4 mcbsp functional clock and aliasesTony Lindgren3-0/+13
2023-11-02firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()Hao Ge1-1/+1
2023-11-02ARM: OMAP: timer32K: fix all kernel-doc warningsRandy Dunlap1-7/+7
2023-11-02btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana5-15/+33
2023-11-02btrfs: remove v0 extent handlingQu Wenruo8-52/+48
2023-11-02drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()Lukasz Majczak1-3/+3
2023-11-02drm/amd: Disable ASPM for VI w/ all Intel systemsMario Limonciello1-1/+1
2023-11-02drm/i915/pmu: Check if pmu is closed before stopping eventUmesh Nerlige Ramappa1-0/+9
2023-11-02accel/ivpu: Don't enter d0i3 during FLRJacek Lawrynowicz5-4/+20
2023-11-02ARM: dts: rockchip: Fix timer clocks for RK3128Alex Bee1-6/+6
2023-11-02ARM: dts: rockchip: Add missing quirk for RK3128's dma engineAlex Bee1-0/+1
2023-11-02ARM: dts: rockchip: Add missing arm timer interrupt for RK3128Alex Bee1-1/+2
2023-11-02ARM: dts: rockchip: Fix i2c0 register address for RK3128Alex Bee1-1/+1
2023-11-02ARM: OMAP1: ams-delta: Fix MODEM initialization failureJanusz Krzysztofik1-44/+16
2023-11-02vdpa/mlx5: Fix double release of debugfs entryDragos Tatulea3-8/+6
2023-11-02vdpa_sim_blk: Fix the potential leak of mgmt_devShawn.Shao1-2/+3
2023-11-02nfsd: lock_rename() needs both directories to live on the same fsAl Viro1-6/+6
2023-11-02maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett3-12/+65
2023-11-02hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel2-4/+43
2023-11-02mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett1-1/+3
2023-11-02selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda1-0/+1
2023-11-02mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12
2023-11-02mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi1-1/+1
2023-11-02hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-11-02mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott1-3/+3
2023-11-02i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar1-1/+8
2023-11-02arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boardsChristopher Obbard1-0/+1
2023-11-02arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399Christopher Obbard1-0/+10
2023-11-02arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-rangesKrzysztof Kozlowski1-1/+1
2023-11-02arm64: dts: rockchip: set codec system-clock-fixed on px30-ringneck-haikouJakob Unterwurzacher1-1/+3
2023-11-02arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikouErmin Sunj1-3/+3
2023-11-02arm64: dts: qcom: msm8996-xiaomi: fix missing clock populateKrzysztof Kozlowski2-27/+23
2023-11-02arm64: dts: qcom: apq8096-db820c: fix missing clock populateKrzysztof Kozlowski1-17/+15
2023-11-02vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger1-3/+1