index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: remove kern_addr_valid() completely
Kefeng Wang
2022-11-09
31
-210
/
+11
*
vmalloc: add reviewers for vmalloc code
Uladzislau Rezki (Sony)
2022-11-09
1
-1
/
+11
*
mm: vmalloc: use trace_free_vmap_area_noflush event
Uladzislau Rezki (Sony)
2022-11-09
1
-1
/
+5
*
mm: vmalloc: use trace_purge_vmap_area_lazy event
Uladzislau Rezki (Sony)
2022-11-09
1
-2
/
+7
*
mm: vmalloc: use trace_alloc_vmap_area event
Uladzislau Rezki (Sony)
2022-11-09
1
-0
/
+5
*
mm: vmalloc: add free_vmap_area_noflush trace event
Uladzislau Rezki (Sony)
2022-11-09
1
-0
/
+34
*
mm: vmalloc: add purge_vmap_area_lazy trace event
Uladzislau Rezki (Sony)
2022-11-09
1
-0
/
+33
*
mm: vmalloc: add alloc_vmap_area trace event
Uladzislau Rezki (Sony)
2022-11-09
1
-0
/
+56
*
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
2022-11-09
11
-12
/
+16
*
memory: remove unused register_hotmemory_notifier()
Liu Shixin
2022-11-09
1
-6
/
+0
*
ACPI: HMAT: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-09
1
-6
/
+1
*
mm/mm_init.c: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-09
1
-7
/
+1
*
mm/mmap: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-09
1
-5
/
+1
*
mm/slub.c: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-09
1
-6
/
+1
*
fs/proc/kcore.c: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-09
1
-6
/
+1
*
cgroup/cpuset: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-09
1
-6
/
+1
*
mm: rmap: rename page_not_mapped() to folio_not_mapped()
Kefeng Wang
2022-11-09
1
-4
/
+4
*
selftests/vm: anon_cow: add R/O longterm tests via gup_test
David Hildenbrand
2022-11-09
1
-0
/
+210
*
mm/gup_test: start/stop/read functionality for PIN LONGTERM test
David Hildenbrand
2022-11-09
2
-0
/
+153
*
selftests/vm: anon_cow: add liburing test cases
David Hildenbrand
2022-11-09
3
-1
/
+241
*
selftests/vm: anon_cow: hugetlb tests
David Hildenbrand
2022-11-09
1
-1
/
+69
*
selftests/vm: anon_cow: THP tests
David Hildenbrand
2022-11-09
1
-1
/
+258
*
selftests/vm: factor out pagemap_is_populated() into vm_util
David Hildenbrand
2022-11-09
3
-8
/
+9
*
selftests/vm: anon_cow: test COW handling of anonymous memory
David Hildenbrand
2022-11-09
6
-1
/
+416
*
kasan: migrate workqueue_uaf test to kunit
Andrey Konovalov
2022-11-09
2
-37
/
+33
*
kasan: migrate kasan_rcu_uaf test to kunit
Andrey Konovalov
2022-11-09
2
-30
/
+37
*
kasan: switch kunit tests to console tracepoints
Andrey Konovalov
2022-11-09
4
-63
/
+63
*
tmpfs: ensure O_LARGEFILE with generic_file_open()
Thomas Weißschuh
2022-11-09
1
-0
/
+1
*
mm: memcontrol: use mem_cgroup_is_root() helper
Kamalesh Babulal
2022-11-09
1
-10
/
+10
*
mm/mincore.c: use vma_lookup() instead of find_vma()
Deming Wang
2022-11-09
1
-2
/
+2
*
mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()
Lukas Bulwahn
2022-11-09
1
-2
/
+1
*
mm: fix typo in struct vm_operations_struct comments
Rolf Eike Beer
2022-11-09
1
-1
/
+1
*
zram: use try_cmpxchg in update_used_max
Uros Bizjak
2022-11-09
1
-8
/
+5
*
filemap: find_get_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-09
4
-22
/
+23
*
filemap: find_lock_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-09
4
-18
/
+18
*
mm/rmap: fix comment in anon_vma_clone()
Ma Wupeng
2022-11-09
1
-2
/
+2
*
mm/hugetlb: add folio_hstate()
Sidhartha Kumar
2022-11-09
2
-3
/
+13
*
hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios
Sidhartha Kumar
2022-11-09
3
-12
/
+6
*
mm/hugetlb: add hugetlb_folio_subpool() helpers
Sidhartha Kumar
2022-11-09
2
-6
/
+17
*
mm: add private field of first tail to struct page and struct folio
Sidhartha Kumar
2022-11-09
1
-0
/
+14
*
mm/hugetlb: add folio support to hugetlb specific flag macros
Sidhartha Kumar
2022-11-09
1
-0
/
+24
*
selftests/vm: drop mnt point for hugetlb in run_vmtests.sh
Peter Xu
2022-11-09
1
-15
/
+3
*
selftests/vm: use memfd for hugepage-mremap test
Peter Xu
2022-11-09
1
-12
/
+9
*
selftests/vm: use memfd for hugetlb-madvise test
Peter Xu
2022-11-09
1
-9
/
+3
*
selftests/vm: use memfd for uffd hugetlb tests
Peter Xu
2022-11-09
1
-41
/
+21
*
mm: vmscan: make rotations a secondary factor in balancing anon vs file
Johannes Weiner
2022-11-09
4
-9
/
+24
*
hugetlb: simplify hugetlb handling in follow_page_mask
Mike Kravetz
2022-11-09
5
-278
/
+76
*
Linux 6.1-rc4
v6.1-rc4
Linus Torvalds
2022-11-07
1
-1
/
+1
*
Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-11-06
8
-91
/
+448
|
\
|
*
cxl/region: Recycle region ids
Dan Williams
2022-11-05
1
-0
/
+20
[next]