summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-01scsi: sd: Convert SCSI errors to PR errorsMike Christie1-0/+1
2022-12-01scsi: core: Rename status_byte to sg_status_byteMike Christie1-1/+1
2022-12-01block: Add error codes for common PR failuresMike Christie1-0/+17
2022-12-01bpf: Fix a compilation failure with clang lto buildYonghong Song1-0/+1
2022-12-01cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang1-0/+1
2022-12-01iommufd: Add kernel support for testing iommufdJason Gunthorpe1-0/+3
2022-12-01iommufd: vfio container FD ioctl compatibilityJason Gunthorpe2-0/+43
2022-12-01iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe1-1/+42
2022-12-01iommufd: Add kAPI toward external drivers for physical devicesJason Gunthorpe1-0/+9
2022-12-01iommufd: IOCTLs for the io_pagetableJason Gunthorpe1-1/+257
2022-12-01iommufd: PFN handling for iopt_pagesJason Gunthorpe1-0/+7
2022-12-01kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe1-1/+1
2022-12-01iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe2-0/+86
2022-12-01linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada1-0/+2
2022-12-01debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-2/+17
2022-12-01libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2-2/+3
2022-12-01s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual1-1/+1
2022-12-01mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual1-3/+3
2022-12-01mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_min_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_get_min_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_set_max_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: add bdi_get_max_bytes() functionStefan Roesch1-0/+1
2022-12-01mm: use part per 1000000 for bdi ratiosStefan Roesch1-0/+3
2022-12-01mm: add bdi_set_strict_limit() functionStefan Roesch1-0/+1
2022-12-01folio-compat: remove try_to_release_page()Vishal Moola (Oracle)1-1/+0
2022-12-01mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand1-3/+24
2022-12-01mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand1-4/+4
2022-12-01mm: anonymous shared memory namingPasha Tatashin2-14/+14
2022-12-01mm: shrinkers: add missing includes for undeclared typesT.J. Mercier1-0/+3
2022-12-01zram: add size class equals check into recompressionAlexey Romanov1-0/+2
2022-12-01mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds1-2/+29
2022-12-01mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2-5/+6
2022-12-01mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds1-2/+19
2022-12-01mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds1-1/+33
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand1-24/+0
2022-12-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand1-0/+2
2022-12-01mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand1-2/+14
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2-10/+22
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2-25/+36
2022-12-01mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins1-8/+6
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins4-47/+82
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins3-64/+64
2022-12-01mm: use pte markers for swap errorsPeter Xu2-17/+15
2022-12-01mm: always compile in pte markersPeter Xu2-38/+3
2022-12-01mm/damon/core: add a callback for scheme target regions checkSeongJae Park1-0/+5
2022-12-01mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar1-3/+8
2022-12-01mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar1-8/+8