summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-04net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Cond...Kaixin Wang1-0/+2
2024-10-04netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-10-04net: xilinx: axienet: Fix packet countingSean Anderson1-9/+14
2024-10-04net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson1-6/+8
2024-10-04Revert "dm: requeue IO if mapping table not yet available"Mikulas Patocka2-4/+11
2024-10-04ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()Dan Carpenter1-1/+1
2024-10-04vhost_vdpa: assign irq bypass producer token correctlyJason Wang1-3/+13
2024-10-04vdpa/mlx5: Fix invalid mr resource destroyDragos Tatulea1-0/+3
2024-10-04cxl/pci: Fix to record only non-zero rangesYanfei Xu1-7/+1
2024-10-04interconnect: qcom: sm8250: Enable sync_stateDmitry Baryshkov1-0/+1
2024-10-04interconnect: icc-clk: Add missed num_nodes initializationKees Cook1-2/+1
2024-10-04coresight: tmc: sg: Do not leak sg_tableSuzuki K Poulose1-1/+1
2024-10-04Coresight: Set correct cs_mode for dummy source to fix disable issueJie Gan1-0/+4
2024-10-04Coresight: Set correct cs_mode for TPDM to fix disable issueJie Gan1-0/+6
2024-10-04serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann1-1/+1
2024-10-04driver core: Fix a potential null-ptr-deref in module_add_driver()Jinjie Ruan1-5/+9
2024-10-04dt-bindings: iio: asahi-kasei,ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
2024-10-04iio: magnetometer: ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
2024-10-04iio: chemical: bme680: Fix read/write ops to device by adding mutexesVasileios Amoiridis1-0/+7
2024-10-04ABI: testing: fix admv8818 attr descriptionAntoniu Miclaus1-1/+1
2024-10-04driver core: Fix error handling in driver API device_rename()Zijun Hu1-5/+10
2024-10-04iio: adc: ad7606: fix standby gpio state to match the documentationGuillaume Stols1-2/+2
2024-10-04iio: adc: ad7606: fix oversampling gpio arrayGuillaume Stols2-4/+5
2024-10-04nvme-multipath: system fails to create generic nvme deviceHannes Reinecke1-1/+1
2024-10-04spi: atmel-quadspi: Avoid overwriting delay register settingsAlexander Dahl1-6/+8
2024-10-04spi: airoha: remove read cache in airoha_snand_dirmap_read()Lorenzo Bianconi1-21/+0
2024-10-04lib/sbitmap: define swap_lock as raw_spinlock_tMing Lei2-3/+3
2024-10-04spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-04spi: atmel-quadspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-04spi: airoha: fix airoha_snand_{write,read}_data data_len estimationLorenzo Bianconi1-2/+2
2024-10-04spi: airoha: fix dirmap_{read,write} operationsLorenzo Bianconi1-4/+14
2024-10-04f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu3-80/+1
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong3-1/+14
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil3-26/+61
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu3-4/+11
2024-10-04f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu1-0/+4
2024-10-04f2fs: fix to wait page writeback before setting gcing flagChao Yu1-0/+4
2024-10-04f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil1-9/+3
2024-10-04f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu4-3/+19
2024-10-04f2fs: atomic: fix to avoid racing w/ GCChao Yu2-2/+16
2024-10-04crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10Danny Tsen1-0/+1
2024-10-04crypto: caam - Pad SG length when allocating hash edescHerbert Xu1-0/+1
2024-10-04nfsd: fix initial getattr on write delegationJeff Layton1-8/+25
2024-10-04nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown1-69/+62
2024-10-04nfsd: return -EINVAL when namelen is 0Li Lingfeng1-0/+8
2024-10-04nfsd: call cache_put if xdr_reserve_space returns NULLGuoqing Jiang1-4/+9
2024-10-04ntb: Force physically contiguous allocation of rx ring buffersDave Jiang1-5/+18
2024-10-04ntb_perf: Fix printk formatMax Hawking1-1/+1