aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.10.216v5.10.216linux-5.10.yGreg Kroah-Hartman5 days1-1/+1
* riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck5 days1-0/+1
* serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap5 days1-1/+1
* udp: preserve the connected status if only UDP cmsgYick Xie5 days2-4/+6
* bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)5 days1-1/+1
* HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao5 days1-8/+0
* i2c: smbus: fix NULL function pointer dereferenceWolfram Sang5 days1-6/+6
* riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland5 days1-1/+1
* riscv: fix VMALLOC_START definitionBaoquan He5 days1-1/+1
* dma: xilinx_dpdma: Fix lockingSean Anderson5 days1-3/+10
* idma64: Don't try to serve interrupts when device is powered offAndy Shevchenko5 days1-0/+4
* dmaengine: owl: fix register access functionsArnd Bergmann5 days1-2/+2
* tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet5 days1-22/+19
* tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima5 days1-1/+14
* mtd: diskonchip: work around ubsan link failureArnd Bergmann5 days1-2/+2
* stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin5 days1-2/+2
* net: b44: set pause params only when interface is upPeter Münster5 days1-6/+8
* ethernet: Add helper for assigning packet type when dest address does not match device addressRahul Rameshbabu5 days2-11/+26
* irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang5 days1-7/+2
* drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi5 days1-0/+1
* drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3Alex Deucher5 days1-11/+15
* arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 PumaIskander Amara5 days1-0/+10
* cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson5 days3-7/+16
* btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn5 days1-9/+3
* Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli5 days1-0/+2
* Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor5 days2-6/+8
* PM / devfreq: Fix buffer overflow in trans_stat_showChristian Marangi5 days2-19/+43
* tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson5 days1-1/+1
* tracing: Show size of requested perf bufferRobin H. Johnson5 days1-1/+2
* net/mlx5e: Fix a race in command alloc flowShifeng Li5 days1-5/+7
* Revert "crypto: api - Disallow identical driver names"Greg Kroah-Hartman5 days1-1/+0
* serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg5 days1-2/+6
* serial: core: Provide port lock wrappersThomas Gleixner5 days1-0/+79
* af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima5 days2-1/+4
* net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packetsJason Reeder5 days1-0/+5
* iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari5 days1-1/+29
* i40e: Report MFS in decimal base instead of hexErwan Velu5 days1-2/+2
* i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale5 days1-1/+1
* netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso5 days1-1/+3
* mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel5 days1-1/+5
* mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel5 days1-0/+7
* mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel5 days1-3/+17
* mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel5 days1-0/+4
* mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel5 days1-1/+1
* mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel5 days1-0/+1
* mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel5 days1-2/+8
* mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel5 days1-2/+2
* net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim5 days1-2/+2
* ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno5 days1-2/+4
* net: gtp: Fix Use-After-Free in gtp_dellinkHyunwoo Kim5 days1-1/+2