summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.10.216v5.10.216Greg Kroah-Hartman2024-05-021-1/+1
* riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck2024-05-021-0/+1
* serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap2024-05-021-1/+1
* udp: preserve the connected status if only UDP cmsgYick Xie2024-05-022-4/+6
* bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-05-021-1/+1
* HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao2024-05-021-8/+0
* i2c: smbus: fix NULL function pointer dereferenceWolfram Sang2024-05-021-6/+6
* riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland2024-05-021-1/+1
* riscv: fix VMALLOC_START definitionBaoquan He2024-05-021-1/+1
* dma: xilinx_dpdma: Fix lockingSean Anderson2024-05-021-3/+10
* idma64: Don't try to serve interrupts when device is powered offAndy Shevchenko2024-05-021-0/+4
* dmaengine: owl: fix register access functionsArnd Bergmann2024-05-021-2/+2
* tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet2024-05-021-22/+19
* tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2024-05-021-1/+14
* mtd: diskonchip: work around ubsan link failureArnd Bergmann2024-05-021-2/+2
* stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin2024-05-021-2/+2
* net: b44: set pause params only when interface is upPeter Münster2024-05-021-6/+8
* ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2024-05-022-11/+26
* irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang2024-05-021-7/+2
* drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi2024-05-021-0/+1
* drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3Alex Deucher2024-05-021-11/+15
* arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 PumaIskander Amara2024-05-021-0/+10
* cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson2024-05-023-7/+16
* btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn2024-05-021-9/+3
* Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli2024-05-021-0/+2
* Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2024-05-022-6/+8
* PM / devfreq: Fix buffer overflow in trans_stat_showChristian Marangi2024-05-022-19/+43
* tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson2024-05-021-1/+1
* tracing: Show size of requested perf bufferRobin H. Johnson2024-05-021-1/+2
* net/mlx5e: Fix a race in command alloc flowShifeng Li2024-05-021-5/+7
* Revert "crypto: api - Disallow identical driver names"Greg Kroah-Hartman2024-05-021-1/+0
* serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg2024-05-021-2/+6
* serial: core: Provide port lock wrappersThomas Gleixner2024-05-021-0/+79
* af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-05-022-1/+4
* net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packetsJason Reeder2024-05-021-0/+5
* iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari2024-05-021-1/+29
* i40e: Report MFS in decimal base instead of hexErwan Velu2024-05-021-2/+2
* i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale2024-05-021-1/+1
* netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso2024-05-021-1/+3
* mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel2024-05-021-1/+5
* mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel2024-05-021-0/+7
* mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel2024-05-021-3/+17
* mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel2024-05-021-0/+4
* mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel2024-05-021-1/+1
* mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel2024-05-021-0/+1
* mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel2024-05-021-2/+8
* mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel2024-05-021-2/+2
* net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim2024-05-021-2/+2
* ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-05-021-2/+4
* net: gtp: Fix Use-After-Free in gtp_dellinkHyunwoo Kim2024-05-021-1/+2