summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-10-241-4/+5
| | * ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-10-241-11/+9
| | * hexagon: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-10-241-4/+3
| | * arm64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-10-241-12/+4
| | * arm: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-10-241-5/+3
| | * arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-10-241-1/+1
| | * lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi2022-10-241-0/+10
| * | mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner2022-10-241-6/+4
| * | mm: discard __GFP_ATOMICNeilBrown2022-10-248-30/+16
| * | swap: add a limit for readahead page-cluster valueKairui Song2022-10-243-1/+4
| * | mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park2022-10-242-4/+0
| * | mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park2022-10-245-30/+53
| * | mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park2022-10-241-14/+21
| * | mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park2022-10-243-100/+109
| * | mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park2022-10-244-4/+24
| * | mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park2022-10-241-11/+3
| * | mm/damon/sysfs: use damon_addr_range for regions' start and end valuesSeongJae Park2022-10-241-14/+11
| * | mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park2022-10-241-43/+48
| * | mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park2022-10-241-5/+11
| * | mm/damon/core: split damos application logic into a new functionSeongJae Park2022-10-241-34/+39
| * | mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park2022-10-241-31/+65
| * | mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-10-246-36/+71
| * | mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi2022-10-243-10/+10
| * | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi2022-10-244-24/+18
| * | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi2022-10-244-14/+39
| * | mm: migrate: try again if THP split is failed due to page refcntBaolin Wang2022-10-242-5/+18
| * | zram-add-size-class-equals-check-into-recompression-fixAndrew Morton2022-10-241-1/+3
| * | zram: add size class equals check into recompressionAlexey Romanov2022-10-243-0/+27
| * | zsmalloc: make sure we select best zspage sizeSergey Senozhatsky2022-10-241-4/+10
| * | zsmalloc: break out of loop when found perfect zspage orderSergey Senozhatsky2022-10-241-0/+3
| * | Documentation: document zram pool_page_order attributeSergey Senozhatsky2022-10-241-7/+24
| * | zram: add pool_page_order device attributeSergey Senozhatsky2022-10-242-1/+44
| * | zsmalloc/zram: pass zspage order to zs_create_pool()Sergey Senozhatsky2022-10-243-5/+11
| * | zsmalloc: turn zspage order into runtime variableSergey Senozhatsky2022-10-242-30/+55
| * | mm/khugepaged: add tracepoint to collapse_file()Gautam Menghani2022-10-242-1/+41
| * | Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"Peter Xu2022-10-243-8/+0
| * | hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei2022-10-241-3/+3
| * | mm-memory-failure-make-action_result-return-int-v2Kefeng Wang2022-10-241-6/+3
| * | mm: memory-failure: make action_result() return intKefeng Wang2022-10-241-26/+16
| * | mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()Kefeng Wang2022-10-241-3/+3
| * | mm: memory-failure: make put_ref_page() more usefulKefeng Wang2022-10-241-17/+17
| * | mm-gup-remove-foll_migration-fixAndrew Morton2022-10-241-22/+2
| * | mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand2022-10-242-29/+3
| * | mm/ksm: convert break_ksm() to use walk_page_range_vma()David Hildenbrand2022-10-241-10/+39
| * | mm/pagewalk: add walk_page_range_vma()David Hildenbrand2022-10-242-0/+23
| * | mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHAREDavid Hildenbrand2022-10-241-7/+5
| * | mm: remove VM_FAULT_WRITEDavid Hildenbrand2022-10-243-9/+5
| * | mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITEDavid Hildenbrand2022-10-241-12/+13
| * | selftests/vm: add test to measure MADV_UNMERGEABLE performanceDavid Hildenbrand2022-10-241-2/+74
| * | mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand2022-10-242-7/+2