index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
mm: memcontrol: make cgroup_memory_noswap a static key
Kairui Song
2022-10-03
1
-8
/
+19
|
*
|
|
|
mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
Kaixu Xia
2022-10-03
3
-21
/
+40
|
*
|
|
|
mm/damon/sysfs: return 'err' value when call kstrtoul() failed
Xin Hao
2022-10-03
1
-32
/
+14
|
*
|
|
|
mm/page_alloc: update comments for rmqueue()
Ran Xiaokai
2022-10-03
1
-1
/
+2
|
*
|
|
|
mm/damon: rename damon_pageout_score() to damon_cold_score()
Kaixu Xia
2022-10-03
4
-5
/
+5
|
*
|
|
|
hugetlb: freeze allocated pages before creating hugetlb pages
Mike Kravetz
2022-10-03
1
-64
/
+38
|
*
|
|
|
mm/page_alloc: fix obsolete comment in deferred_pfn_valid()
Miaohe Lin
2022-10-03
1
-5
/
+1
|
*
|
|
|
mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()
Miaohe Lin
2022-10-03
1
-1
/
+1
|
*
|
|
|
mm/page_alloc: init local variable buddy_pfn
Miaohe Lin
2022-10-03
1
-1
/
+1
|
*
|
|
|
mm/page_alloc: use helper macro SZ_1{K,M}
Miaohe Lin
2022-10-03
1
-5
/
+5
|
*
|
|
|
mm/page_alloc: make boot_nodestats static
Miaohe Lin
2022-10-03
2
-3
/
+1
|
*
|
|
|
mm/page_alloc: use local variable zone_idx directly
Miaohe Lin
2022-10-03
1
-1
/
+1
|
*
|
|
|
mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()
Miaohe Lin
2022-10-03
1
-1
/
+2
|
*
|
|
|
mm/page_alloc: fix freeing static percpu memory
Miaohe Lin
2022-10-03
1
-2
/
+4
|
*
|
|
|
mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()
Miaohe Lin
2022-10-03
1
-1
/
+1
|
*
|
|
|
mm/page_alloc: remove obsolete comment in zone_statistics()
Miaohe Lin
2022-10-03
1
-2
/
+0
|
*
|
|
|
mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTH
Miaohe Lin
2022-10-03
1
-1
/
+0
|
*
|
|
|
mm/page_alloc: make zone_pcp_update() static
Miaohe Lin
2022-10-03
2
-12
/
+11
|
*
|
|
|
mm/page_alloc: ensure kswapd doesn't accidentally go to sleep
Miaohe Lin
2022-10-03
1
-1
/
+2
|
*
|
|
|
mm/page_table_check: fix typos
Chih-En Lin
2022-10-03
1
-2
/
+2
|
*
|
|
|
mm/damon: return void from damon_set_schemes()
Kaixu Xia
2022-10-03
4
-15
/
+6
|
*
|
|
|
mm/secretmem: add __init annotation to secretmem_init()
Xiu Jianfeng
2022-10-03
1
-1
/
+1
|
*
|
|
|
mm/damon/lru_sort: change damon_lru_sort_wmarks to static
Yang Yingliang
2022-10-03
1
-1
/
+1
|
*
|
|
|
mm/damon/reclaim: change damon_reclaim_wmarks to static
Yang Yingliang
2022-10-03
1
-1
/
+1
|
*
|
|
|
mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
Kaixu Xia
2022-10-03
1
-2
/
+1
|
*
|
|
|
mm/damon: simplify scheme create in lru_sort.c
Xin Hao
2022-10-03
1
-22
/
+17
|
*
|
|
|
mm/damon/sysfs: avoid call damon_target_has_pid() repeatedly
Xin Hao
2022-10-03
1
-1
/
+2
|
*
|
|
|
x86: kmsan: handle CPU entry area
Alexander Potapenko
2022-10-03
1
-1
/
+5
|
*
|
|
|
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
2022-10-03
1
-1
/
+1
|
*
|
|
|
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
2022-10-03
1
-0
/
+26
|
*
|
|
|
security: kmsan: fix interoperability with auto-initialization
Alexander Potapenko
2022-10-03
1
-0
/
+4
|
*
|
|
|
kmsan: add tests for KMSAN
Alexander Potapenko
2022-10-03
2
-0
/
+585
|
*
|
|
|
kmsan: handle memory sent to/from USB
Alexander Potapenko
2022-10-03
1
-0
/
+16
|
*
|
|
|
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
2022-10-03
1
-0
/
+59
|
*
|
|
|
instrumented.h: add KMSAN support
Alexander Potapenko
2022-10-03
1
-0
/
+38
|
*
|
|
|
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
2022-10-03
5
-1
/
+278
|
*
|
|
|
kmsan: handle task creation and exiting
Alexander Potapenko
2022-10-03
3
-0
/
+29
|
*
|
|
|
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
2022-10-03
3
-0
/
+94
|
*
|
|
|
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
2022-10-03
6
-2
/
+236
|
*
|
|
|
kmsan: add KMSAN runtime core
Alexander Potapenko
2022-10-03
8
-0
/
+1407
|
*
|
|
|
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
2022-10-03
1
-1
/
+1
|
*
|
|
|
hugetlb: clean up code checking for fault/truncation races
Mike Kravetz
2022-10-03
1
-21
/
+3
|
*
|
|
|
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
2022-10-03
4
-45
/
+168
|
*
|
|
|
hugetlb: add vma based lock for pmd sharing
Mike Kravetz
2022-10-03
2
-18
/
+197
|
*
|
|
|
hugetlb: rename vma_shareable() and refactor code
Mike Kravetz
2022-10-03
1
-6
/
+13
|
*
|
|
|
hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
Mike Kravetz
2022-10-03
1
-4
/
+4
|
*
|
|
|
hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2022-10-03
3
-81
/
+15
|
*
|
|
|
hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
2022-10-03
1
-11
/
+11
|
*
|
|
|
mm/hugetlb: remove unnecessary 'NULL' values from pointer
XU pengfei
2022-10-03
1
-2
/
+2
|
*
|
|
|
mm/filemap: make folio_put_wait_locked static
Ke Sun
2022-10-03
1
-1
/
+1
[prev]
[next]