summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-17drm/amdgpu: Replace one-element array with flexible-array memberPaulo Miguel Almeida2-3/+6
2024-10-17drm/stm: Fix an error handling path in stm_drm_platform_probe()Christophe JAILLET1-1/+3
2024-10-17mtd: powernv: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-10-17fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()Christophe JAILLET1-0/+1
2024-10-17power: supply: max17042_battery: Fix SOC threshold calc w/ no current senseArtur Weber1-1/+4
2024-10-17power: supply: axp20x_battery: Remove design from min and max voltageChris Morgan1-8/+8
2024-10-17power: supply: axp20x_battery: allow disabling battery chargingHermann Lauer1-2/+15
2024-10-17hwmon: (ntc_thermistor) fix module autoloadingYuntao Liu1-0/+1
2024-10-17mtd: slram: insert break after errors in parsing the mapMirsad Todorovac1-0/+2
2024-10-17hwmon: (max16065) Fix alarm attributesGuenter Roeck1-2/+10
2024-10-17hwmon: (max16065) Remove use of i2c_match_id()Andrew Davis1-6/+4
2024-10-17i2c: Add i2c_get_match_data()Biju Das2-0/+21
2024-10-17device property: Add const qualifier to device_get_match_data() parameterAndy Shevchenko2-4/+4
2024-10-17hwmon: (max16065) Fix overflows seen when writing limitsGuenter Roeck1-2/+3
2024-10-17m68k: Fix kernel_clone_args.flags in m68k_clone()Finn Thain1-1/+1
2024-10-17clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()Ankit Agrawal1-1/+6
2024-10-17reset: berlin: fix OF node leak in probe() error pathKrzysztof Kozlowski1-1/+2
2024-10-17ARM: versatile: fix OF node leak in CPUs prepareKrzysztof Kozlowski1-0/+1
2024-10-17ARM: dts: imx7d-zii-rmu2: fix Ethernet PHY pinctrl propertyKrzysztof Kozlowski1-1/+1
2024-10-17ARM: dts: microchip: sam9x60: Fix rtc/rtt clocksAlexander Dahl1-2/+2
2024-10-17spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko1-3/+3
2024-10-17spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke1-0/+3
2024-10-17block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman1-3/+5
2024-10-17block: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-10-17block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai1-1/+1
2024-10-17block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai1-2/+6
2024-10-17block, bfq: fix possible UAF for bfqq->bic with merge chainYu Kuai1-1/+2
2024-10-17net: tipc: avoid possible garbage valueSu Hui1-1/+1
2024-10-17net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman1-5/+7
2024-10-17r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-10-17net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-10-17bareudp: Pull inner IP header on xmit.Guillaume Nault1-0/+6
2024-10-17geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman2-6/+9
2024-10-17net: geneve: support IPv4/IPv6 as inner protocolEyal Birger2-19/+64
2024-10-17bareudp: Pull inner IP header in bareudp_udp_encap_recv().Guillaume Nault1-2/+18
2024-10-17bareudp: allow redirecting bareudp packets to eth devicesGuillaume Nault1-0/+1
2024-10-17Bluetooth: btusb: Fix not handling ZPL/short-transferLuiz Augusto von Dentz1-1/+4
2024-10-17can: m_can: m_can_close(): stop clocks after device has been shut downMarc Kleine-Budde1-1/+1
2024-10-17can: m_can: Add support for transceiver as phyFaiz Abbas3-1/+25
2024-10-17can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-10-17sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-10-17wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_paramJiawei Ye1-1/+3
2024-10-17wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-10-17wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2-2/+4
2024-10-17wifi: mt76: mt7915: fix rx filter setting for bfee functionalityHoward Hsu1-2/+1
2024-10-17wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-10-17cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriatelyNishanth Menon1-2/+8
2024-10-17netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso1-0/+3
2024-10-17netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso1-0/+3
2024-10-17netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso1-1/+1