summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-18memcg: do not modify rstat tree for zero updatesYosry Ahmed
2023-04-18vmscan: memcg: sleep when flushing stats during reclaimYosry Ahmed
2023-04-18workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed
2023-04-18memcg: sleep during flushing stats in safe contextsYosry Ahmed
2023-04-18memcg: replace stats_flush_lock with an atomicYosry Ahmed
2023-04-18memcg: do not flush stats in irq contextYosry Ahmed
2023-04-18memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed
2023-04-18cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed
2023-04-18mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang
2023-04-18mm/zswap: delay the initialization of zswapLiu Shixin
2023-04-18mm/zswap: replace zswap_init_{started/failed} with zswap_init_stateLiu Shixin
2023-04-18mm/zswap: remove zswap_entry_cache_{create,destroy} helper functionLiu Shixin
2023-04-18mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)
2023-04-18kmemleak-test: fix kmemleak_test.c build logicHao Ge
2023-04-18lib/test_vmalloc.c: add vm_map_ram()/vm_unmap_ram() test caseUladzislau Rezki (Sony)
2023-04-18mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)
2023-04-18mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)
2023-04-18kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei
2023-04-18hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)
2023-04-18xtensa: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18sparc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18sh: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18sh: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18nios2: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18m68k: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18ia64: don't allow users to override ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18csky: drop ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18arm64: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18arm: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-18memcg: do not drain charge pcp caches on remote isolated cpusMichal Hocko
2023-04-18sched/isolation: add cpu_is_isolated() APIFrederic Weisbecker
2023-04-18mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov
2023-04-18kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14Arnd Bergmann
2023-04-18zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann
2023-04-18mm: avoid passing 0 to __ffs()Kirill A. Shutemov
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green
2023-04-18selftests: Test the new RISC-V hwprobe interfaceEvan Green
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green
2023-04-18RISC-V: Add a syscall for HW probingEvan Green
2023-04-18RISC-V: Move struct riscv_cpuinfo to new headerEvan Green
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-18nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi
2023-04-18mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman
2023-04-18mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett