summaryrefslogtreecommitdiffstats
path: root/drivers/dax (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-04ata: libata-core: Remove support for decreasing the number of portsNiklas Cassel2-18/+6
2024-07-04ata: libata: Remove unused function declaration for ata_scsi_detect()Niklas Cassel1-1/+0
2024-07-04ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel6-19/+6
2024-07-03ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tfIgor Pylypiv1-0/+21
2024-07-03ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv2-10/+10
2024-07-03ata: libata-scsi: Do not pass ATA device id to ata_to_sense_error()Igor Pylypiv1-5/+4
2024-07-03ata: libata-scsi: Remove redundant sense_buffer memsetsIgor Pylypiv1-5/+0
2024-07-03ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no errorIgor Pylypiv1-5/+2
2024-07-03ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1Igor Pylypiv1-77/+92
2024-07-03ata: libata-scsi: Fix offsets for the fixed format sense dataIgor Pylypiv1-13/+13
2024-06-30ata: ahci: Clean up sysfs file on errorNiklas Cassel1-5/+12
2024-06-30ata: libata-core: Fix double free on errorNiklas Cassel1-4/+4
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel4-14/+19
2024-06-30ata: libata-core: Fix null pointer dereference on errorNiklas Cassel1-0/+3
2024-06-28ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 modelsNiklas Cassel1-2/+1
2024-06-19ata: ahci: Do not enable LPM if no LPM states are supported by the HBANiklas Cassel1-0/+8
2024-06-18dt-bindings: ata: ahci-fsl-qoriq: convert to yaml formatFrank Li2-21/+58
2024-06-14ata: libata-scsi: Set the RMB bit only for removable media devicesDamien Le Moal1-4/+4
2024-06-06ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64KMichael Ellerman1-3/+6
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340Niklas Cassel1-0/+3
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSDNiklas Cassel1-0/+3
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1Niklas Cassel1-1/+2
2024-05-27ata: Kconfig: Update SATA_MOBILE_LPM_POLICY default to med_power_with_dipmMario Limonciello1-1/+1
2024-05-27ata: ahci: Do not apply Intel PCS quirk on Intel Alder LakeJason Nader1-1/+0
2024-05-27Linux 6.10-rc1v6.10-rc1Linus Torvalds1-3/+3
2024-05-26mm: percpu: Include smp.h in alloc_tag.hKent Overstreet1-0/+1
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo4-103/+68
2024-05-24cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-05-24cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou1-1/+2
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong1-2/+7
2024-05-24nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi1-3/+18
2024-05-24nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi1-4/+13
2024-05-24nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19
2024-05-24selftests/mm: fix build warnings on ppc64Michael Ellerman2-0/+2
2024-05-24arm64: patching: fix handling of execmem addressesWill Deacon1-1/+1
2024-05-24selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain1-22/+49
2024-05-24selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain1-0/+2
2024-05-24selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain1-7/+13
2024-05-24mailmap: update email address for Satya PriyaSatya Priya Kakitapalli1-1/+1
2024-05-24mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-05-24kasan, fortify: properly rename memintrinsicsAndrey Konovalov1-4/+18
2024-05-24lib: add version into /proc/allocinfo outputSuren Baghdasaryan2-17/+35
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2024-05-24genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding1-1/+4
2024-05-24fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov1-0/+1
2024-05-24fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov1-0/+6
2024-05-24selftest mm/mseal read-only elf memory segmentJeff Xu4-36/+275
2024-05-24mseal: add documentationJeff Xu2-0/+200