summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-1/+2
|\
| * of: reserved_mem: Have kmemleak ignore dynamically allocated reserved memIsaac J. Manjarres2023-02-091-1/+2
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-0971-111/+101
* | block: remove ->rw_pageChristoph Hellwig2023-02-024-112/+4
* | mm: memory-failure: add memory failure stats to sysfsJiaqi Yan2023-02-021-0/+3
* | mm: discard __GFP_ATOMICNeilBrown2023-02-021-2/+2
* | Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-5/+1
|\|
| * Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Isaac J. Manjarres2023-01-311-5/+1
* | drivers/misc/open-dice: don't touch VM_MAYSHAREDavid Hildenbrand2023-01-181-8/+6
* | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-181-1/+1
* | zram: correctly handle all next_arg() casesSergey Senozhatsky2023-01-181-2/+2
* | mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-181-1/+1
* | zram: fix typos in commentsJeongHyeon Lee2023-01-181-2/+2
|/
* Merge tag 'edac_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-153-12/+14
|\
| * EDAC/highbank: Fix memory leak in highbank_mc_probe()Miaoqian Lin2023-01-031-2/+5
| * EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2022-12-302-10/+9
* | Merge tag 'iommu-fixes-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-01-145-17/+35
|\ \
| * | iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET2023-01-131-1/+3
| * | iommu/iova: Fix alloc iova overflows issueYunfei Wang2023-01-131-2/+2
| * | iommu: Fix refcount leak in iommu_device_claim_dma_ownerMiaoqian Lin2023-01-131-3/+5
| * | iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean2023-01-131-1/+3
| * | iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean2023-01-131-8/+14
| * | iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy2023-01-131-2/+8
* | | Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-142-2/+8
|\ \ \
| * | | firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2023-01-132-2/+8
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-01-141-2/+2
|\ \ \ \
| * | | | scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li2023-01-121-1/+1
| * | | | scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang2023-01-121-1/+1
* | | | | Merge tag 'ata-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-01-141-0/+1
|\ \ \ \ \
| * | | | | ata: pata_cs5535: Don't build on UMLPeter Foley2023-01-141-0/+1
* | | | | | Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linuxLinus Torvalds2023-01-133-51/+73
|\ \ \ \ \ \
| * | | | | | nvme: don't allow unprivileged passthrough on partitionsChristoph Hellwig2023-01-101-16/+31
| * | | | | | nvme: replace the "bool vec" arguments with flags in the ioctl pathChristoph Hellwig2023-01-101-25/+28
| * | | | | | nvme: remove __nvme_ioctlChristoph Hellwig2023-01-101-10/+8
| * | | | | | nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang2023-01-101-2/+7
| * | | | | | nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin2023-01-101-1/+2
| * | | | | | nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regressionHector Martin2023-01-101-1/+1
* | | | | | | Merge tag 'pci-v6.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAINLukas Bulwahn2023-01-041-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-01-132-3/+7
|\ \ \ \ \ \ \
| * | | | | | | efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui2023-01-031-0/+1
| * | | | | | | efi: fix NULL-deref in init error pathJohan Hovold2023-01-031-3/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'pm-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-01-136-9/+32
|\ \ \ \ \ \ \
| * | | | | | | cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan2023-01-101-0/+1
| * | | | | | | Merge tag 'cpufreq/arm/fixes-6.2-rc4' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2023-01-105-9/+31
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | cpufreq: armada-37xx: stop using 0 as NULL pointerMiles Chen2023-01-101-1/+1
| | * | | | | | cpufreq: apple-soc: Switch to the lowest frequency on suspendHector Martin2023-01-041-0/+2
| | * | | | | | cpufreq: Add SM6375 to cpufreq-dt-platdev blocklistKonrad Dybcio2023-01-041-0/+1
| | * | | | | | cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklistSumit Gupta2022-12-271-0/+1
| | * | | | | | cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2Konrad Dybcio2022-12-271-2/+20