summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-11virtio-pci: Check if is_avq is NULLLi Zhang1-1/+1
2024-07-11vhost_task: Handle SIGKILL by flushing work and exitingMike Christie4-24/+88
2024-07-11vhost: Release worker mutex during flushesMike Christie1-14/+30
2024-07-11vhost: Use virtqueue mutex for swapping workerMike Christie1-6/+12
2024-07-11tools/power turbostat: Avoid possible memory corruption due to sparse topolog...Patryk Wlazlyn1-6/+19
2024-07-11tools/power turbostat: Remember global max_die_idLen Brown1-5/+5
2024-07-11cdrom: rearrange last_media_change check to avoid unintentional overflowJustin Stitt1-1/+1
2024-07-11btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao1-1/+1
2024-07-11s390/pkey: Wipe copies of protected- and secure-keysHolger Dengler1-43/+37
2024-07-11s390/pkey: Wipe copies of clear-key structures on failureHolger Dengler1-7/+9
2024-07-11s390/pkey: Wipe sensitive data on failureHolger Dengler1-2/+2
2024-07-11s390/pkey: Use kfree_sensitive() to fix Coccinelle warningsJules Irenge1-6/+3
2024-07-11s390: Mark psw in __load_psw_mask() as __unitializedSven Schnelle1-1/+1
2024-07-11jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong1-0/+1
2024-07-11serial: imx: Raise TX trigger level to 8Matthias Schiffer1-1/+1
2024-07-11scsi: mpi3mr: Sanitise num_physTomas Henzl1-0/+10
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2024-07-11bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi1-0/+1
2024-07-11igc: fix a log entry using uninitialized netdevCorinna Vinschen1-2/+3
2024-07-11selftests/net: fix uninitialized variablesJohn Hubbard3-2/+5
2024-07-11powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"Greg Kurz1-3/+3
2024-07-11kunit: Fix timeout messageMickaël Salaün1-1/+2
2024-07-11orangefs: fix out-of-bounds fsid accessMike Marshall1-1/+2
2024-07-11powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman1-1/+1
2024-07-11i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit1-1/+1
2024-07-11gve: Account for stopped queues when reading NIC statsShailend Chand1-6/+35
2024-07-11crypto: hisilicon/sec2 - fix for register offsetWenkai Lin1-1/+1
2024-07-11media: dvb-frontends: tda10048: Fix integer overflowRicardo Ribalda1-3/+6
2024-07-11media: tc358746: Use the correct div_ functionRicardo Ribalda1-2/+1
2024-07-11media: i2c: st-mipid02: Use the correct div functionRicardo Ribalda1-1/+1
2024-07-11media: s2255: Use refcount_t instead of atomic_t for num_channelsRicardo Ribalda1-10/+10
2024-07-11media: dvb-frontends: tda18271c2dd: Remove casting during divRicardo Ribalda1-2/+2
2024-07-11net: dsa: mv88e6xxx: Correct check for empty listSimon Horman1-2/+2
2024-07-11thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_dataJulien Panis1-0/+2
2024-07-11wifi: mt76: mt7996: add sanity checks for background radar triggerStanleyYP Wang2-1/+9
2024-07-11wifi: mt76: replace skb_put with skb_put_zeroFelix Fietkau2-6/+6
2024-07-11usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin1-2/+3
2024-07-11Input: ff-core - prefer struct_size over open coded arithmeticErick Archer1-3/+4
2024-07-11kunit/fortify: Do not spam logs with fortify WARNsKees Cook1-1/+8
2024-07-11firmware: dmi: Stop decoding on broken entryJean Delvare1-0/+11
2024-07-11sctp: prefer struct_size over open coded arithmeticErick Archer1-3/+4
2024-07-11media: dw2102: fix a potential buffer overflowMauro Carvalho Chehab1-1/+1
2024-07-11riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vmaSamuel Holland3-25/+29
2024-07-11media: dw2102: Don't translate i2c read into writeMichael Bunk1-47/+73
2024-07-11drm/amdgpu: fix the warning about the expression (int)size - lenJesse Zhang1-2/+3
2024-07-11drm/amdgpu: fix uninitialized scalar variable warningTim Huang1-1/+2
2024-07-11drm/amd/display: Fix uninitialized variables in DMAlex Hung2-6/+6
2024-07-11drm/amd/display: ASSERT when failing to find index by plane/stream idAlex Hung1-2/+4
2024-07-11drm/amd/display: Do not return negative stream id for arrayAlex Hung1-0/+7
2024-07-11drm/amd/display: update pipe topology log to support subvpWenjing Liu1-31/+65