summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Linux 5.15.158v5.15.158Greg Kroah-Hartman1-1/+1
2024-05-02serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap1-1/+1
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie2-4/+6
2024-05-02bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-05-02HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao1-8/+0
2024-05-02fbdev: fix incorrect address computation in deferred IONam Cao1-1/+1
2024-05-02i2c: smbus: fix NULL function pointer dereferenceWolfram Sang1-6/+6
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland1-1/+1
2024-05-02riscv: fix VMALLOC_START definitionBaoquan He1-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-02idma64: Don't try to serve interrupts when device is powered offAndy Shevchenko1-0/+4
2024-05-02dmaengine: owl: fix register access functionsArnd Bergmann1-2/+2
2024-05-02tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet1-22/+19
2024-05-02tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima1-1/+14
2024-05-02mtd: diskonchip: work around ubsan link failureArnd Bergmann1-2/+2
2024-05-02stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+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-02irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang1-7/+2
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi1-0/+1
2024-05-02drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3Alex Deucher1-11/+15
2024-05-02arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 PumaIskander Amara1-0/+10
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson3-7/+16
2024-05-02btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn1-9/+3
2024-05-02mmc: sdhci-msm: pervent access to suspended controllerMantas Pucka1-1/+15
2024-05-02Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold1-0/+3
2024-05-02Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli1-0/+2
2024-05-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2-6/+8
2024-05-02x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan1-1/+1
2024-05-02tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson1-1/+1
2024-05-02tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2024-05-02net/mlx5e: Fix a race in command alloc flowShifeng Li1-5/+7
2024-05-02Revert "crypto: api - Disallow identical driver names"Greg Kroah-Hartman1-1/+0
2024-05-02drm/vmwgfx: Fix crtc's atomic check conditionalZack Rusin1-3/+8
2024-05-02drm-print: add drm_dbg_driver to improve namespace symmetryJim Cromie1-1/+2
2024-05-02serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg1-2/+6
2024-05-02serial: core: Provide port lock wrappersThomas Gleixner1-0/+79
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2-1/+4
2024-05-02net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packetsJason Reeder1-0/+5
2024-05-02iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2024-05-02i40e: Report MFS in decimal base instead of hexErwan Velu1-2/+2
2024-05-02i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale1-1/+1
2024-05-02netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso1-1/+3
2024-05-02mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel1-1/+5
2024-05-02mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel1-0/+7
2024-05-02mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel1-3/+17
2024-05-02mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel1-0/+4
2024-05-02mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel1-1/+1
2024-05-02mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel1-0/+1