index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-08
mm: Add unmap_mapping_folio()
Matthew Wilcox (Oracle)
3
-17
/
+40
2022-01-06
mm: Remove slab from struct page
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-01-06
mm/slob: Remove unnecessary page_mapcount_reset() function call
Hyeonggon Yoo
2
-3
/
+2
2022-01-06
bootmem: Use page->index instead of page->freelist
Matthew Wilcox (Oracle)
2
-5
/
+4
2022-01-06
zsmalloc: Stop using slab fields in struct page
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-06
mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled
Vlastimil Babka
2
-2
/
+8
2022-01-06
mm/slub: Simplify struct slab slabs field definition
Vlastimil Babka
1
-4
/
+0
2022-01-06
mm/sl*b: Differentiate struct slab fields by sl*b implementations
Vlastimil Babka
2
-14
/
+43
2022-01-06
mm/kfence: Convert kfence_guarded_alloc() to struct slab
Vlastimil Babka
2
-9
/
+9
2022-01-06
mm/kasan: Convert to struct folio and struct slab
Matthew Wilcox (Oracle)
8
-24
/
+37
2022-01-06
mm/slob: Convert SLOB to use struct slab and struct folio
Matthew Wilcox (Oracle)
1
-24
/
+27
2022-01-06
mm/memcg: Convert slab objcgs from struct page to struct slab
Vlastimil Babka
2
-48
/
+80
2022-01-06
mm: Convert struct page to struct slab in functions used by other subsystems
Vlastimil Babka
9
-17
/
+17
2022-01-06
mm/slab: Finish struct page to struct slab conversion
Vlastimil Babka
1
-10
/
+10
2022-01-06
mm/slab: Convert most struct page to struct slab by spatch
Vlastimil Babka
1
-180
/
+180
2022-01-06
mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
Vlastimil Babka
1
-25
/
+28
2022-01-06
mm/slub: Finish struct page to struct slab conversion
Vlastimil Babka
1
-53
/
+52
2022-01-06
mm/slub: Convert most struct page to struct slab by spatch
Vlastimil Babka
1
-436
/
+436
2022-01-06
mm/slub: Convert pfmemalloc_match() to take a struct slab
Matthew Wilcox (Oracle)
1
-19
/
+6
2022-01-06
mm/slub: Convert __free_slab() to use struct slab
Vlastimil Babka
1
-14
/
+13
2022-01-06
mm/slub: Convert alloc_slab_page() to return a struct slab
Vlastimil Babka
1
-10
/
+16
2022-01-06
mm/slub: Convert print_page_info() to print_slab_info()
Matthew Wilcox (Oracle)
1
-6
/
+7
2022-01-06
mm/slub: Convert __slab_lock() and __slab_unlock() to struct slab
Vlastimil Babka
1
-7
/
+11
2022-01-06
mm/slub: Convert kfree() to use a struct slab
Matthew Wilcox (Oracle)
1
-13
/
+16
2022-01-06
mm/slub: Convert detached_freelist to use a struct slab
Matthew Wilcox (Oracle)
1
-14
/
+17
2022-01-06
mm: Convert check_heap_object() to use struct slab
Matthew Wilcox (Oracle)
4
-18
/
+30
2022-01-06
mm: Use struct slab in kmem_obj_info()
Matthew Wilcox (Oracle)
5
-23
/
+24
2022-01-06
mm: Convert __ksize() to struct slab
Matthew Wilcox (Oracle)
2
-11
/
+9
2022-01-06
mm: Convert virt_to_cache() to use struct slab
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-01-06
mm: Convert [un]account_slab_page() to struct slab
Matthew Wilcox (Oracle)
3
-13
/
+12
2022-01-06
mm: Split slab into its own type
Matthew Wilcox (Oracle)
2
-4
/
+171
2022-01-06
mm/slub: Make object_err() static
Vlastimil Babka
1
-15
/
+15
2022-01-06
mm/slab: Dissolve slab_map_pages() in its caller
Vlastimil Babka
1
-13
/
+2
2022-01-04
truncate: Add truncate_cleanup_folio()
Matthew Wilcox (Oracle)
1
-10
/
+11
2022-01-04
filemap: Add filemap_release_folio()
Matthew Wilcox (Oracle)
2
-20
/
+25
2022-01-04
filemap: Use a folio in filemap_page_mkwrite
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-01-04
filemap: Use a folio in filemap_map_pages
Matthew Wilcox (Oracle)
1
-13
/
+14
2022-01-04
filemap: Use folios in next_uptodate_page
Matthew Wilcox (Oracle)
1
-15
/
+15
2022-01-04
filemap: Convert page_cache_delete_batch to folios
Matthew Wilcox (Oracle)
1
-10
/
+10
2022-01-04
filemap: Convert filemap_get_pages to use folios
Matthew Wilcox (Oracle)
1
-12
/
+12
2022-01-04
filemap: Drop the refcount while waiting for page lock
Matthew Wilcox (Oracle)
1
-38
/
+5
2022-01-04
filemap: Add read_cache_folio and read_mapping_folio
Matthew Wilcox (Oracle)
1
-46
/
+51
2022-01-04
filemap: Convert filemap_fault to folio
Matthew Wilcox (Oracle)
1
-40
/
+37
2022-01-04
filemap: Convert do_async_mmap_readahead to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2022-01-04
readahead: Convert page_cache_ra_unbounded to folios
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-04
readahead: Convert page_cache_async_ra() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-01-04
filemap: Convert filemap_range_uptodate to folios
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-01-04
filemap: Convert filemap_create_page to folio
Matthew Wilcox (Oracle)
1
-19
/
+20
2022-01-04
filemap: Convert filemap_read_page to take a folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-04
filemap: Convert find_get_pages_contig to folios
Matthew Wilcox (Oracle)
1
-9
/
+8
[prev]
[next]