]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2022-12-12  Sidhartha Kumarmm: add folio dtor and order setter functions
2022-12-12  Vishal Moola... folio-compat: remove lru_cache_add()
2022-12-12  Vishal Moola... khugepage: replace lru_cache_add() with folio_add_lru()
2022-12-12  Vishal Moola... userfaultfd: replace lru_cache functions with folio_add...
2022-12-12  Vishal Moola... fuse: convert fuse_try_move_page() to use folios
2022-12-12  Vishal Moola... filemap: convert replace_page_cache_page() to replace_p...
2022-12-12  Feiyang ChenLoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
2022-12-12  Feiyang Chenmm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
2022-12-12  Feiyang ChenLoongArch: add sparse memory vmemmap support
2022-12-12  Feiyang ChenMIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
2022-12-12  Alexander Potapenkokmsan: allow using __msan_instrument_asm_store() inside...
2022-12-12  Alexander Potapenkolockdep: allow instrumenting lockdep.c with KMSAN
2022-12-12  zhang songyiinclude/linux/pgtable.h: : remove redundant pte variable
2022-12-12  Brian Fostermm/fadvise: use LLONG_MAX instead of -1 for eof
2022-12-12  Brian Fosterfilemap: skip write and wait if end offset precedes...
2022-12-12  Nhat Phamzsmalloc: implement writeback mechanism for zsmalloc
2022-12-12  Nhat Phamzsmalloc: add zpool_ops field to zs_pool to store evict...
2022-12-12  Nhat Phamzsmalloc: add a LRU to zs_pool to keep track of zspages...
2022-12-12  Nhat Phamzsmalloc: consolidate zs_pool's migrate_lock and size_c...
2022-12-12  Johannes Weinerzpool: clean out dead code
2022-12-12  Johannes Weinerzswap: fix writeback lock ordering for zsmalloc
2022-12-12  Pavankumar... mm/madvise: fix madvise_pageout for private file mappings
2022-12-12  Gautam Menghanimm/khugepaged: add tracepoint to collapse_file()
2022-12-12  David Hildenbrandmm/gup: remove FOLL_MIGRATION
2022-12-12  David Hildenbrandmm/ksm: convert break_ksm() to use walk_page_range_vma()
2022-12-12  David Hildenbrandmm/pagewalk: add walk_page_range_vma()
2022-12-12  David Hildenbrandmm/ksm: fix KSM COW breaking with userfaultfd-wp via...
2022-12-12  David Hildenbrandmm: remove VM_FAULT_WRITE
2022-12-12  David Hildenbrandmm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
2022-12-12  David Hildenbrandselftests/vm: add test to measure MADV_UNMERGEABLE...
2022-12-12  David Hildenbrandmm/pagewalk: don't trigger test_walk() in walk_page_vma()
2022-12-12  David Hildenbrandselftests/vm: add KSM unmerge tests
2022-12-12  Joel Savitzselftests/vm: enable running select groups of tests
2022-12-10  Andrew MortonMerge branch 'mm-hotfixes-stable' into mm-stable
2022-12-10  Tejun Heomemcg: fix possible use-after-free in memcg_write_event...
2022-12-10  Muchun SongMAINTAINERS: update Muchun Song's email
2022-12-10  John Starksmm/gup: fix gup_pud_range() for dax
2022-12-10  Liam Howlettmmap: fix do_brk_flags() modifying obviously incorrect...
2022-12-10  David Hildenbrandmm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT...
2022-12-10  Hugh Dickinstmpfs: fix data loss from failed fallocate
2022-12-10  Michal Hockokselftests: cgroup: update kmem test precision tolerance
2022-12-10  Jason A. Donenfeldmm: do not BUG_ON missing brk mapping, because userspac...
2022-12-10  Matti Vaittinenmailmap: update Matti Vaittinen's email address
2022-11-30  Ma Wupengmm/memory-failure.c: cleanup in unpoison_memory
2022-11-30  Peter Xumm/thp: re-apply mkdirty for small pages after split
2022-11-30  Xu Pandamm: vmscan: use sysfs_emit() to instead of scnprintf()
2022-11-30  Anshuman Khanduals390/mm: use pmd_pgtable_page() helper in __gmap_segmen...
2022-11-30  Anshuman Khandualmm/thp: rename pmd_to_page() as pmd_pgtable_page()
2022-11-30  Sergey Senozhatskyzswap: do not allocate from atomic pool
2022-11-30  Anshuman Khandualdocumentation/mm: update pmd_present() in arch_pgtable_...
2022-11-30  NARIBAYASHI... mm, compaction: fix fast_isolate_around() to stay withi...
2022-11-30  Stefan Roeschmm: document /sys/class/bdi/<bdi>/min_ratio_fine knob
2022-11-30  Stefan Roeschmm: add /sys/class/bdi/<bdi>/min_ratio_fine knob
2022-11-30  Stefan Roeschmm: add bdi_set_min_ratio_no_scale() function
2022-11-30  Stefan Roeschmm: document /sys/class/bdi/<bdi>/max_ratio_fine knob
2022-11-30  Stefan Roeschmm: add /sys/class/bdi/<bdi>/max_ratio_fine knob
2022-11-30  Stefan Roeschmm: add bdi_set_max_ratio_no_scale() function
2022-11-30  Stefan Roeschmm: document /sys/class/bdi/<bdi>/min_bytes knob
2022-11-30  Stefan Roeschmm: add /sys/class/bdi/<bdi>/min_bytes knob
2022-11-30  Stefan Roeschmm: add bdi_set_min_bytes() function
2022-11-30  Stefan Roeschmm: split off __bdi_set_min_ratio() function
2022-11-30  Stefan Roeschmm: add bdi_get_min_bytes() function
2022-11-30  Stefan Roeschmm: document /sys/class/bdi/<bdi>/max_bytes knob
2022-11-30  Stefan Roeschmm: add knob /sys/class/bdi/<bdi>/max_bytes
2022-11-30  Stefan Roeschmm: add bdi_set_max_bytes() function
2022-11-30  Stefan Roeschmm: split off __bdi_set_max_ratio() function
2022-11-30  Stefan Roeschmm: add bdi_get_max_bytes() function
2022-11-30  Stefan Roeschmm: use part per 1000000 for bdi ratios
2022-11-30  Stefan Roeschmm: document /sys/class/bdi/<bdi>/strict_limit knob
2022-11-30  Stefan Roeschmm: add knob /sys/class/bdi/<bdi>/strict_limit
2022-11-30  Stefan Roeschmm: add bdi_set_strict_limit() function
2022-11-30  Randy Dunlapmaple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNE...
2022-11-30  Alexander PotapenkoRevert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()"
2022-11-30  Vishal Moola... folio-compat: remove try_to_release_page()
2022-11-30  Vishal Moola... memory-failure: convert truncate_error_page() to use...
2022-11-30  Vishal Moola... khugepage: replace try_to_release_page() with filemap_r...
2022-11-30  Vishal Moola... ext4: convert move_extent_per_page() to use folios
2022-11-30  Mel Gormanmm/page_alloc: simplify locking during free_unref_page_list
2022-11-30  Mel Gormanmm/page_alloc: leave IRQs enabled for per-cpu page...
2022-11-30  Mel Gormanmm/page_alloc: always remove pages from temporary list
2022-11-30  Peter Xuselftests/vm: use memfd for hugepage-mmap test
2022-11-30  Sergey Senozhatskyzram: remove unused stats fields
2022-11-30  Yang Limm/migrate.c: stop using 0 as NULL pointer
2022-11-30  Yu Zhaomm: multi-gen LRU: remove NULL checks on NODE_DATA()
2022-11-30  David Hildenbrandmm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings
2022-11-30  David Hildenbrandhabanalabs: remove FOLL_FORCE usage
2022-11-30  David HildenbrandRDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usage
2022-11-30  David Hildenbranddrm/exynos: remove FOLL_FORCE usage
2022-11-30  David Hildenbrandmm/frame-vector: remove FOLL_FORCE usage
2022-11-30  David Hildenbrandmedia: pci/ivtv: remove FOLL_FORCE usage
2022-11-30  David Hildenbranddrm/etnaviv: remove FOLL_FORCE usage
2022-11-30  David Hildenbrandmedia: videobuf-dma-sg: remove FOLL_FORCE usage
2022-11-30  David HildenbrandRDMA/siw: remove FOLL_FORCE usage
2022-11-30  David HildenbrandRDMA/usnic: remove FOLL_FORCE usage
2022-11-30  David HildenbrandRDMA/umem: remove FOLL_FORCE usage
2022-11-30  David Hildenbrandmm/gup: reliable R/O long-term pinning in COW mappings
2022-11-30  David Hildenbrandmm: extend FAULT_FLAG_UNSHARE support to anything in...
2022-11-30  David Hildenbrandmm: don't call vm_ops->huge_fault() in wp_huge_pmd...
2022-11-30  David Hildenbrandmm: rework handling in do_wp_page() based on private...
2022-11-30  David Hildenbrandmm: add early FAULT_FLAG_WRITE consistency checks
next