summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge v6.8.9linux-rolling-stableGreg Kroah-Hartman229-1506/+2385
2024-05-02Linux 6.8.9v6.8.9linux-6.8.yGreg Kroah-Hartman1-1/+1
2024-05-02Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz1-9/+4
2024-05-02Bluetooth: hci_sync: Fix UAF on create_le_conn_completeLuiz Augusto von Dentz1-0/+3
2024-05-02Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz1-0/+3
2024-05-02bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-05-02phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6Johan Hovold2-0/+4
2024-05-02i2c: smbus: fix NULL function pointer dereferenceWolfram Sang1-6/+6
2024-05-02RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Andrew Jones2-1/+11
2024-05-02riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMINClément Léger1-1/+1
2024-05-02sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan1-6/+12
2024-05-02sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding1-5/+6
2024-05-02sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding1-3/+2
2024-05-02dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schemaRob Herring1-4/+1
2024-05-02phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregisteredHans de Goede1-11/+12
2024-05-02riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland2-2/+2
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland1-1/+1
2024-05-02dmaengine: idxd: Fix oops during rmmod on single-CPU platformsFenghua Yu1-6/+3
2024-05-02dma: xilinx_dpdma: Fix lockingSean Anderson1-3/+10
2024-05-02dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang6-13/+12
2024-05-02phy: qcom: m31: match requested regulator name with dt schemaGabor Juhos1-1/+1
2024-05-02phy: rockchip: naneng-combphy: Fix mux on rk3588Sebastian Reichel1-3/+33
2024-05-02phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bitsSebastian Reichel1-3/+6
2024-05-02phy: rockchip-snps-pcie3: fix bifurcation on rk3588Michal Tomek1-16/+8
2024-05-02phy: freescale: imx8m-pcie: fix pcie link-up instabilityMarcel Ziswiler1-2/+4
2024-05-02phy: marvell: a3700-comphy: Fix hardcoded array sizeMikhail Kobuk1-1/+1
2024-05-02phy: marvell: a3700-comphy: Fix out of bounds readMikhail Kobuk1-3/+4
2024-05-02soundwire: amd: fix for wake interrupt handling for clockstop modeVijendar Mukunda2-1/+17
2024-05-02idma64: Don't try to serve interrupts when device is powered offAndy Shevchenko1-0/+4
2024-05-02dmaengine: tegra186: Fix residual calculationAkhil R1-0/+3
2024-05-02dmaengine: owl: fix register access functionsArnd Bergmann1-2/+2
2024-05-02mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner1-9/+16
2024-05-02mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)4-59/+39
2024-05-02phy: qcom: qmp-combo: Fix VCO div offset on v3Stephen Boyd1-1/+5
2024-05-02phy: qcom: qmp-combo: Fix register base for QSERDES_DP_PHY_MODEStephen Boyd1-2/+2
2024-05-02firmware: qcom: uefisecapp: Fix memory related IO errors and crashesMaximilian Luz4-86/+153
2024-05-02mtd: diskonchip: work around ubsan link failureArnd Bergmann1-2/+2
2024-05-02mtd: limit OTP NVMEM cell parse to non-NAND devicesChristian Marangi1-1/+1
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie2-4/+6
2024-05-02fbdev: fix incorrect address computation in deferred IONam Cao1-1/+1
2024-05-02stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-05-02macsec: Detect if Rx skb is macsec-related for offloading devices that update...Rahul Rameshbabu1-10/+36
2024-05-02macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu1-0/+2
2024-05-02net: b44: set pause params only when interface is upPeter Münster1-6/+8
2024-05-02ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2-11/+26
2024-05-02net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu1-0/+1
2024-05-02ACPI: CPPC: Fix access width used for PCC registersVanshidhar Konda1-16/+37
2024-05-02ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macroJarred White1-2/+2
2024-05-02ACPI: CPPC: Use access_width over bit_width for system memory accessesJarred White1-5/+26
2024-05-02irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang1-7/+2