summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-12-01wifi: ieee80211: Do not open-code qos address offsetsKees Cook
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-30Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song
2022-11-30iommufd: Add kernel support for testing iommufdJason Gunthorpe
2022-11-30iommufd: vfio container FD ioctl compatibilityJason Gunthorpe
2022-11-30iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe
2022-11-30iommufd: Add kAPI toward external drivers for physical devicesJason Gunthorpe
2022-11-30iommufd: PFN handling for iopt_pagesJason Gunthorpe
2022-11-30kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe
2022-11-30iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe
2022-11-30linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-11-30s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual
2022-11-30mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual
2022-11-30mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch
2022-11-30mm: use part per 1000000 for bdi ratiosStefan Roesch
2022-11-30mm: add bdi_set_strict_limit() functionStefan Roesch
2022-11-30folio-compat: remove try_to_release_page()Vishal Moola (Oracle)
2022-11-30mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand
2022-11-30mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand
2022-11-30mm: anonymous shared memory namingPasha Tatashin
2022-11-30mm: shrinkers: add missing includes for undeclared typesT.J. Mercier
2022-11-30zram: add size class equals check into recompressionAlexey Romanov
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds
2022-11-30mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds
2022-11-30mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand
2022-11-30mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand
2022-11-30mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins
2022-11-30mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins
2022-11-30mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins
2022-11-30mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins
2022-11-30mm: use pte markers for swap errorsPeter Xu
2022-11-30mm: always compile in pte markersPeter Xu
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park
2022-11-30mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar