| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-12-01 | blk-crypto: Add support for SM4-XTS blk crypto mode | Tianjia Zhang | 1 | -0/+1 |
| 2022-12-01 | firmware: arm_ffa: Move comment before the field it is documenting | Will Deacon | 1 | -1/+1 |
| 2022-12-01 | firmware: arm_ffa: Move constants to header file | Will Deacon | 1 | -0/+83 |
| 2022-12-01 | ext4: journal_path mount options should follow links | Lukas Czerner | 1 | -0/+1 |
| 2022-12-01 | efi: libstub: Always enable initrd command line loader and bump version | Ard Biesheuvel | 1 | -1/+1 |
| 2022-12-01 | wifi: ieee80211: Do not open-code qos address offsets | Kees Cook | 1 | -6/+22 |
| 2022-12-01 | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy | Jann Horn | 1 | -0/+6 |
| 2022-12-01 | Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 2 | -6/+3 |
| 2022-12-01 | net: phy: Add link between phy dev and mac dev | Xiaolei Wang | 1 | -0/+4 |
| 2022-12-01 | bpf: Fix a compilation failure with clang lto build | Yonghong Song | 1 | -0/+1 |
| 2022-12-01 | iommufd: Add kernel support for testing iommufd | Jason Gunthorpe | 1 | -0/+3 |
| 2022-12-01 | iommufd: vfio container FD ioctl compatibility | Jason Gunthorpe | 1 | -0/+7 |
| 2022-12-01 | iommufd: Add kAPI toward external drivers for kernel access | Jason Gunthorpe | 1 | -1/+42 |
| 2022-12-01 | iommufd: Add kAPI toward external drivers for physical devices | Jason Gunthorpe | 1 | -0/+9 |
| 2022-12-01 | iommufd: PFN handling for iopt_pages | Jason Gunthorpe | 1 | -0/+7 |
| 2022-12-01 | kernel/user: Allow user_struct::locked_vm to be usable for iommufd | Jason Gunthorpe | 1 | -1/+1 |
| 2022-12-01 | iommufd: File descriptor, context, kconfig and makefiles | Jason Gunthorpe | 1 | -0/+31 |
| 2022-12-01 | linux/init.h: include <linux/build_bug.h> and <linux/stringify.h> | Masahiro Yamada | 1 | -0/+2 |
| 2022-12-01 | debugfs: fix error when writing negative value to atomic_t debugfs file | Akinobu Mita | 1 | -2/+17 |
| 2022-12-01 | libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value | Akinobu Mita | 1 | -2/+10 |
| 2022-12-01 | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes | Pengcheng Yang | 1 | -0/+1 |
| 2022-12-01 | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr() | Anshuman Khandual | 1 | -1/+1 |
| 2022-12-01 | mm/thp: rename pmd_to_page() as pmd_pgtable_page() | Anshuman Khandual | 1 | -3/+3 |
| 2022-12-01 | mm: add bdi_set_min_ratio_no_scale() function | Stefan Roesch | 1 | -0/+1 |
| 2022-12-01 | mm: add bdi_set_max_ratio_no_scale() function | Stefan Roesch | 1 | -0/+1 |
| 2022-12-01 | mm: add bdi_set_min_bytes() function | Stefan Roesch | 1 | -0/+1 |
| 2022-12-01 | mm: add bdi_get_min_bytes() function | Stefan Roesch | 1 | -0/+1 |
| 2022-12-01 | mm: add bdi_set_max_bytes() function | Stefan Roesch | 1 | -0/+1 |
| 2022-12-01 | mm: add bdi_get_max_bytes() function | Stefan Roesch | 1 | -0/+1 |
| 2022-12-01 | mm: use part per 1000000 for bdi ratios | Stefan Roesch | 1 | -0/+3 |
| 2022-12-01 | mm: add bdi_set_strict_limit() function | Stefan Roesch | 1 | -0/+1 |
| 2022-12-01 | folio-compat: remove try_to_release_page() | Vishal Moola (Oracle) | 1 | -1/+0 |
| 2022-12-01 | mm/gup: reliable R/O long-term pinning in COW mappings | David Hildenbrand | 1 | -3/+24 |
| 2022-12-01 | mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping | David Hildenbrand | 1 | -4/+4 |
| 2022-12-01 | mm: anonymous shared memory naming | Pasha Tatashin | 2 | -14/+14 |
| 2022-12-01 | mm: shrinkers: add missing includes for undeclared types | T.J. Mercier | 1 | -0/+3 |
| 2022-12-01 | zram: add size class equals check into recompression | Alexey Romanov | 1 | -0/+2 |
| 2022-12-01 | mm: mmu_gather: prepare to gather encoded page pointers with flags | Linus Torvalds | 1 | -1/+1 |
| 2022-12-01 | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds | 1 | -2/+19 |
| 2022-12-01 | mm: introduce 'encoded' page pointers with embedded extra bits | Linus Torvalds | 1 | -1/+33 |
| 2022-12-01 | mm: remove unused savedwrite infrastructure | David Hildenbrand | 1 | -24/+0 |
| 2022-12-01 | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 1 | -0/+2 |
| 2022-12-01 | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand | 1 | -2/+14 |
| 2022-12-01 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2 | -10/+22 |
| 2022-12-01 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2 | -25/+36 |
| 2022-12-01 | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 1 | -8/+6 |
| 2022-12-01 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 4 | -47/+82 |
| 2022-12-01 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 3 | -64/+64 |
| 2022-12-01 | mm: use pte markers for swap errors | Peter Xu | 2 | -17/+15 |
| 2022-12-01 | mm: always compile in pte markers | Peter Xu | 2 | -38/+3 |