summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-12-01blk-crypto: Add support for SM4-XTS blk crypto modeTianjia Zhang1-0/+1
2022-12-01firmware: arm_ffa: Move comment before the field it is documentingWill Deacon1-1/+1
2022-12-01firmware: arm_ffa: Move constants to header fileWill Deacon1-0/+83
2022-12-01ext4: journal_path mount options should follow linksLukas Czerner1-0/+1
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel1-1/+1
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook1-6/+22
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-0/+6
2022-12-01Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-6/+3
2022-12-01net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+4
2022-12-01bpf: Fix a compilation failure with clang lto buildYonghong Song1-0/+1
2022-12-01iommufd: Add kernel support for testing iommufdJason Gunthorpe1-0/+3
2022-12-01iommufd: vfio container FD ioctl compatibilityJason Gunthorpe1-0/+7
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: 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 Gunthorpe1-0/+31
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 Yang1-0/+1
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: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds1-1/+1
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