summaryrefslogtreecommitdiffstats
path: root/kernel/livepatch/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-10mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang1-11/+2
2024-07-10kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang1-2/+2
2024-07-10kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang1-1/+2
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner20-131/+59
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin1-2/+4
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin1-4/+0
2024-07-10Docs/mm/damon/index: add links to admin-guide docSeongJae Park1-7/+10
2024-07-10Docs/mm/damon/index: add links to designSeongJae Park2-5/+7
2024-07-10Docs/mm/damon/design: add links to sections of DAMON sysfs interface usage docSeongJae Park1-0/+48
2024-07-10Docs/mm/damon/design: remove 'Programmable Modules' section in favor of 'Modu...SeongJae Park1-10/+0
2024-07-10Docs/mm/damon/design: move 'Configurable Operations Set' section into 'Operat...SeongJae Park1-25/+22
2024-07-10Docs/mm/damon/design: add links from overall architecture to sections of detailsSeongJae Park1-7/+13
2024-07-10Docs/admin-guide/mm/damon/start: add access pattern snapshot exampleSeongJae Park1-4/+42
2024-07-10Docs/mm/damon/design: clarify regions merging operationSeongJae Park1-5/+12
2024-07-10Docs/mm/damon/design: fix two typosSeongJae Park1-2/+2
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li1-1/+1
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw15-15/+12
2024-07-10tools/mm: introduce a tool to assess swap entry allocation for thp_swapoutBarry Song2-1/+235
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang3-9/+2
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang2-3/+9
2024-07-06mm: migrate: support poisoned recover from migrate folioKefeng Wang1-3/+11
2024-07-06mm: migrate: split folio_migrate_mapping()Kefeng Wang1-16/+22
2024-07-06mm: add folio_mc_copy()Kefeng Wang2-0/+18
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang3-10/+9
2024-07-06MAINTAINERS: mailmap: update Lorenzo Stoakes's email addressLorenzo Stoakes2-1/+2
2024-07-06mm: fix crashes from deferred split racing folio migrationHugh Dickins2-11/+13
2024-07-06lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 ...Paul Menzel1-1/+3
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi3-139/+156
2024-07-05docs: mm: add enable_soft_offline sysctlJiaqi Yan1-0/+38
2024-07-05selftest/mm: test enable_soft_offline behaviorsJiaqi Yan4-0/+236
2024-07-05mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan1-2/+20
2024-07-05mm/memory-failure: refactor log format in soft offline codeJiaqi Yan1-6/+9
2024-07-05mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng1-1/+2
2024-07-05mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng1-3/+0
2024-07-05mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.Audra Mitchell1-0/+3
2024-07-05mm: update uffd-stress to handle EINVAL for unset config featuresAudra Mitchell1-5/+9
2024-07-05get_task_mm: check PF_KTHREAD locklessOleg Nesterov1-6/+5
2024-07-05memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()Oleg Nesterov1-16/+24
2024-07-05memcg: mm_update_next_owner: kill the "retry" logicOleg Nesterov1-30/+27
2024-07-05mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin2-21/+21
2024-07-05mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1Roman Gushchin1-1/+3
2024-07-05mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin1-0/+2
2024-07-05mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin1-50/+53
2024-07-05mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.cRoman Gushchin1-2/+7
2024-07-05mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()Roman Gushchin3-5/+12
2024-07-05mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()Roman Gushchin1-0/+2
2024-07-05mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin4-17/+40
2024-07-05mm: memcg: move memcg_account_kmem() to memcontrol-v1.cRoman Gushchin3-21/+24
2024-07-05mm: add swappiness= arg to memory.reclaimDan Schatzberg5-22/+81
2024-07-05mm: add defines for min/max swappinessDan Schatzberg3-7/+9