summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-10selftests/mm/cow: fix the incorrect error handlingCyan Yang1-1/+1
2025-04-10fuse: fix dax truncate/punch_hole fault pathAlistair Popple3-4/+3
2025-04-10NFS: fix open_owner_id_maxsz and related fields.NeilBrown1-9/+9
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for delayed delegationsTrond Myklebust2-6/+13
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for expired delegationsTrond Myklebust2-0/+8
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for returning delegationsTrond Myklebust2-0/+7
2025-04-10NFSv4: Don't trigger uneccessary scans for return-on-close delegationsTrond Myklebust1-15/+18
2025-04-10arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfigAnshuman Khandual1-1/+1
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-04-10kexec: initialize ELF lowest address to ULONG_MAXSourabh Jain1-1/+1
2025-04-10kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand1-1/+12
2025-04-10perf test stat_all_pmu.sh: Correctly check 'perf stat' resultVeronika Molnarova1-14/+34
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-04-10perf x86/topdown: Fix topdown leader sampling test error on hybridDapeng Mi1-1/+1
2025-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers1-7/+6
2025-04-10perf debug: Avoid stack overflow in recursive error messageIan Rogers1-1/+1
2025-04-10iio: light: Add check for array bounds in veml6075_read_int_time_msKaran Sanghavi1-2/+6
2025-04-10iio: adc: ad7768-1: set MOSI idle state to prevent accidental resetJonathan Santos1-0/+15
2025-04-10iio: adc: ad7173: Fix comparison of channel configsUwe Kleine-König1-4/+21
2025-04-10iio: adc: ad7124: Fix comparison of channel configsUwe Kleine-König1-4/+31
2025-04-10iio: adc: ad4130: Fix comparison of channel setupsUwe Kleine-König1-2/+39
2025-04-10dmaengine: fsl-edma: free irq correctly in remove pathPeng Fan1-3/+9
2025-04-10dmaengine: fsl-edma: cleanup chan after dma_async_device_unregisterPeng Fan1-1/+1
2025-04-10fs/ntfs3: Prevent integer overflow in hdr_first_de()Dan Carpenter1-1/+1
2025-04-10fs/ntfs3: Fix a couple integer overflows on 32bit systemsDan Carpenter1-2/+2
2025-04-10usb: xhci: correct debug message page size calculationNiklas Neronin1-3/+3
2025-04-10perf bench: Fix perf bench syscall loop countThomas Richter1-9/+13
2025-04-10perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-04-10iio: backend: make sure to NULL terminate stack bufferNuno Sá1-1/+3
2025-04-10iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fa...Jonathan Cameron1-11/+15
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron1-3/+7
2025-04-10ucsi_ccg: Don't show failed to get FW build information errorMario Limonciello1-3/+2
2025-04-10perf build: Fix in-tree build due to symbolic linkLuca Ceresoli1-1/+1
2025-04-10tools/x86: Fix linux/unaligned.h include path in lib/insn.cIan Rogers1-1/+1
2025-04-10perf pmu: Don't double count common sysfs and json eventsJames Clark2-3/+9
2025-04-10coresight-etm4x: add isb() before reading the TRCSTATRYuanfang Zhang3-10/+62
2025-04-10vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpointMike Christie1-12/+13
2025-04-10coresight: catu: Fix number of pages while using 64k pagesIlkka Koskinen1-1/+1
2025-04-10greybus: gb-beagleplay: Add error handling for gb_greybus_initWentao Liang1-1/+3
2025-04-10perf report: Switch data file correctly in TUINamhyung Kim1-1/+1
2025-04-10staging: gpib: Fix cb7210 pcmcia OopsDave Penkler1-1/+1
2025-04-10soundwire: slave: fix an OF node reference leak in soundwire slave deviceJoe Hattori1-0/+1
2025-04-10perf tests: Fix Tool PMU test segfaultJames Clark1-2/+2
2025-04-10isofs: fix KMSAN uninit-value bug in do_isofs_readdir()Qasim Ijaz1-1/+2
2025-04-10perf tools: Add skip check in tool_pmu__event_to_str()Kan Liang2-1/+4
2025-04-10phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-idHeiko Stuebner1-6/+44
2025-04-10fs/ntfs3: Update inode->i_mapping->a_ops on compression stateKonstantin Komarov3-5/+26
2025-04-10perf pmu: Rename name matching for no suffix or wildcard variantsIan Rogers6-129/+235
2025-04-10perf stat: Don't merge counters purely on nameIan Rogers1-2/+11
2025-04-10perf test: Fix Hwmon PMU test endianess issueThomas Richter3-19/+27