summaryrefslogtreecommitdiffstats
path: root/lib/ubsan.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-01iommufd: Algorithms for PFN storageJason Gunthorpe2-0/+917
2022-12-01iommufd: PFN handling for iopt_pagesJason Gunthorpe7-1/+1262
2022-12-01kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe2-1/+2
2022-12-01iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe10-1/+571
2022-12-01iommufd: Document overview of iommufdKevin Tian2-0/+224
2022-11-29scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -exportJason Gunthorpe1-4/+8
2022-11-29interval-tree: Add a utility to iterate over spans in an interval treeJason Gunthorpe4-0/+195
2022-11-29iommu: Add device-centric DMA ownership interfacesLu Baolu2-26/+107
2022-11-29iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCYJason Gunthorpe3-5/+18
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu9-11/+11
2022-11-03iommu: Per-domain I/O page fault handlingLu Baolu1-59/+9
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu5-0/+80
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu7-121/+0
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu3-111/+134
2022-11-03arm-smmu-v3/sva: Add SVA domain supportLu Baolu3-0/+90
2022-11-03iommu/vt-d: Add SVA domain supportLu Baolu3-0/+82
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu2-2/+43
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu2-4/+169
2022-11-03PCI: Enable PASID only when ACS RR & UF enabled on upstream pathLu Baolu1-0/+3
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu10-97/+25
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu2-0/+22
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu4-2/+12
2022-11-01iommu: Propagate return value in ->attach_dev callback functionsNicolin Chen2-2/+2
2022-11-01iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen9-35/+9
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen6-9/+11
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen2-0/+36
2022-11-01iommu/amd: Drop unnecessary checks in amd_iommu_attach_device()Nicolin Chen1-10/+2
2022-10-30Linux 6.1-rc3v6.1-rc3Linus Torvalds1-1/+1
2022-10-29platform/loongarch: laptop: Fix possible UAF and simplify generic_acpi_laptop...Yang Yingliang1-3/+7
2022-10-29platform/loongarch: laptop: Adjust resume order for loongson_hotkey_resume()Huacai Chen1-7/+7
2022-10-29LoongArch: BPF: Avoid declare variables in switch-caseHuacai Chen1-18/+13
2022-10-29LoongArch: Use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-10-29LoongArch: Remove unused kernel stack paddingJinyang He5-7/+6
2022-10-29random: use arch_get_random*_early() in random_init()Jean-Philippe Brucker1-2/+2
2022-10-28mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior1-1/+1
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn1-2/+2
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett1-0/+3
2022-10-28mm/shmem: ensure proper fallback if page faultsIra Weiny1-0/+17
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny1-4/+21
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko4-6/+44
2022-10-28x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko1-6/+7
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko1-1/+2
2022-10-28x86/purgatory: disable KMSAN instrumentationAlexander Potapenko1-0/+1
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko1-0/+1
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang1-0/+7
2022-10-28mm/uffd: fix vma check on userfault for wpPeter Xu1-3/+3
2022-10-28mm: prep_compound_tail() clear page->privateHugh Dickins2-1/+2
2022-10-28mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel1-1/+11
2022-10-28mm/page_isolation: fix clang deadcode warningMaria Yu1-1/+1
2022-10-28fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton1-4/+0