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