index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2022-10-03
mm/page_alloc: make boot_nodestats static
Miaohe Lin
2022-10-03
mm/page_alloc: use local variable zone_idx directly
Miaohe Lin
2022-10-03
mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()
Miaohe Lin
2022-10-03
mm/page_alloc: fix freeing static percpu memory
Miaohe Lin
2022-10-03
mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()
Miaohe Lin
2022-10-03
mm/page_alloc: remove obsolete comment in zone_statistics()
Miaohe Lin
2022-10-03
mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTH
Miaohe Lin
2022-10-03
mm/page_alloc: make zone_pcp_update() static
Miaohe Lin
2022-10-03
mm/page_alloc: ensure kswapd doesn't accidentally go to sleep
Miaohe Lin
2022-10-03
mm/page_table_check: fix typos
Chih-En Lin
2022-10-03
mm/damon: return void from damon_set_schemes()
Kaixu Xia
2022-10-03
mm/secretmem: add __init annotation to secretmem_init()
Xiu Jianfeng
2022-10-03
mm/damon/lru_sort: change damon_lru_sort_wmarks to static
Yang Yingliang
2022-10-03
mm/damon/reclaim: change damon_reclaim_wmarks to static
Yang Yingliang
2022-10-03
mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
Kaixu Xia
2022-10-03
mm/damon: simplify scheme create in lru_sort.c
Xin Hao
2022-10-03
mm/damon/sysfs: avoid call damon_target_has_pid() repeatedly
Xin Hao
2022-10-03
x86: kmsan: handle CPU entry area
Alexander Potapenko
2022-10-03
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
2022-10-03
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
2022-10-03
security: kmsan: fix interoperability with auto-initialization
Alexander Potapenko
2022-10-03
kmsan: add tests for KMSAN
Alexander Potapenko
2022-10-03
kmsan: handle memory sent to/from USB
Alexander Potapenko
2022-10-03
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
2022-10-03
instrumented.h: add KMSAN support
Alexander Potapenko
2022-10-03
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
2022-10-03
kmsan: handle task creation and exiting
Alexander Potapenko
2022-10-03
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
2022-10-03
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
2022-10-03
kmsan: add KMSAN runtime core
Alexander Potapenko
2022-10-03
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
2022-10-03
hugetlb: clean up code checking for fault/truncation races
Mike Kravetz
2022-10-03
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
2022-10-03
hugetlb: add vma based lock for pmd sharing
Mike Kravetz
2022-10-03
hugetlb: rename vma_shareable() and refactor code
Mike Kravetz
2022-10-03
hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
Mike Kravetz
2022-10-03
hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2022-10-03
hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
2022-10-03
mm/hugetlb: remove unnecessary 'NULL' values from pointer
XU pengfei
2022-10-03
mm/filemap: make folio_put_wait_locked static
Ke Sun
2022-10-03
mm: hugetlb: eliminate memory-less nodes handling
Muchun Song
2022-10-03
mm: hugetlb: simplify per-node sysfs creation and removal
Muchun Song
2022-10-03
mm/mempolicy: use PAGE_ALIGN instead of open-coding it
ze zuo
2022-10-03
mm/page_alloc.c: document bulkfree_pcp_prepare() return value
Andrew Morton
2022-10-03
mm/page_alloc.c: rename check_free_page() to free_page_is_bad()
Andrew Morton
2022-10-03
mm/memcontrol: use kstrtobool for swapaccount param parsing
Liu Shixin
2022-10-03
mm/damon/core: simplify the kdamond stop mechanism by removing 'done'
Kaixu Xia
2022-10-03
mm/damon/sysfs: simplify the variable 'pid' assignment operation
Kaixu Xia
2022-10-03
mm/damon: simplify the parameter passing for 'prepare_access_checks'
Kaixu Xia
2022-10-03
mm/damon/lru_sort: deduplicate hot/cold schemes generators
SeongJae Park
[next]