index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2022-01-10
18
-971
/
+1219
|
\
|
*
mm/slob: Remove unnecessary page_mapcount_reset() function call
Hyeonggon Yoo
2022-01-06
2
-3
/
+2
|
*
bootmem: Use page->index instead of page->freelist
Matthew Wilcox (Oracle)
2022-01-06
2
-5
/
+4
|
*
zsmalloc: Stop using slab fields in struct page
Matthew Wilcox (Oracle)
2022-01-06
1
-9
/
+9
|
*
mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled
Vlastimil Babka
2022-01-06
2
-2
/
+8
|
*
mm/slub: Simplify struct slab slabs field definition
Vlastimil Babka
2022-01-06
1
-4
/
+0
|
*
mm/sl*b: Differentiate struct slab fields by sl*b implementations
Vlastimil Babka
2022-01-06
2
-14
/
+43
|
*
mm/kfence: Convert kfence_guarded_alloc() to struct slab
Vlastimil Babka
2022-01-06
2
-9
/
+9
|
*
mm/kasan: Convert to struct folio and struct slab
Matthew Wilcox (Oracle)
2022-01-06
8
-24
/
+37
|
*
mm/slob: Convert SLOB to use struct slab and struct folio
Matthew Wilcox (Oracle)
2022-01-06
1
-24
/
+27
|
*
mm/memcg: Convert slab objcgs from struct page to struct slab
Vlastimil Babka
2022-01-06
2
-48
/
+80
|
*
mm: Convert struct page to struct slab in functions used by other subsystems
Vlastimil Babka
2022-01-06
9
-17
/
+17
|
*
mm/slab: Finish struct page to struct slab conversion
Vlastimil Babka
2022-01-06
1
-10
/
+10
|
*
mm/slab: Convert most struct page to struct slab by spatch
Vlastimil Babka
2022-01-06
1
-180
/
+180
|
*
mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
Vlastimil Babka
2022-01-06
1
-25
/
+28
|
*
mm/slub: Finish struct page to struct slab conversion
Vlastimil Babka
2022-01-06
1
-53
/
+52
|
*
mm/slub: Convert most struct page to struct slab by spatch
Vlastimil Babka
2022-01-06
1
-436
/
+436
|
*
mm/slub: Convert pfmemalloc_match() to take a struct slab
Matthew Wilcox (Oracle)
2022-01-06
1
-19
/
+6
|
*
mm/slub: Convert __free_slab() to use struct slab
Vlastimil Babka
2022-01-06
1
-14
/
+13
|
*
mm/slub: Convert alloc_slab_page() to return a struct slab
Vlastimil Babka
2022-01-06
1
-10
/
+16
|
*
mm/slub: Convert print_page_info() to print_slab_info()
Matthew Wilcox (Oracle)
2022-01-06
1
-6
/
+7
|
*
mm/slub: Convert __slab_lock() and __slab_unlock() to struct slab
Vlastimil Babka
2022-01-06
1
-7
/
+11
|
*
mm/slub: Convert kfree() to use a struct slab
Matthew Wilcox (Oracle)
2022-01-06
1
-13
/
+16
|
*
mm/slub: Convert detached_freelist to use a struct slab
Matthew Wilcox (Oracle)
2022-01-06
1
-14
/
+17
|
*
mm: Convert check_heap_object() to use struct slab
Matthew Wilcox (Oracle)
2022-01-06
4
-18
/
+30
|
*
mm: Use struct slab in kmem_obj_info()
Matthew Wilcox (Oracle)
2022-01-06
5
-23
/
+24
|
*
mm: Convert __ksize() to struct slab
Matthew Wilcox (Oracle)
2022-01-06
2
-11
/
+9
|
*
mm: Convert virt_to_cache() to use struct slab
Matthew Wilcox (Oracle)
2022-01-06
1
-4
/
+4
|
*
mm: Convert [un]account_slab_page() to struct slab
Matthew Wilcox (Oracle)
2022-01-06
3
-13
/
+12
|
*
mm: Split slab into its own type
Matthew Wilcox (Oracle)
2022-01-06
2
-4
/
+171
|
*
mm/slub: Make object_err() static
Vlastimil Babka
2022-01-06
1
-15
/
+15
|
*
mm/slab: Dissolve slab_map_pages() in its caller
Vlastimil Babka
2022-01-06
1
-13
/
+2
*
|
Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-01-10
1
-6
/
+13
|
\
\
|
*
|
x86/sgx: Hook arch_memory_failure() into mainline code
Tony Luck
2021-11-15
1
-6
/
+13
*
|
|
mm: vmscan: reduce throttling due to a failure to make progress -fix
Mel Gorman
2021-12-31
1
-1
/
+2
*
|
|
mm: vmscan: Reduce throttling due to a failure to make progress
Mel Gorman
2021-12-31
1
-9
/
+55
*
|
|
mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'
SeongJae Park
2021-12-31
1
-2
/
+7
*
|
|
mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
Liu Shixin
2021-12-25
1
-0
/
+1
*
|
|
mm/damon/dbgfs: protect targets destructions with kdamond_lock
SeongJae Park
2021-12-25
1
-0
/
+2
*
|
|
mm, hwpoison: fix condition in free hugetlb page path
Naoya Horiguchi
2021-12-25
1
-9
/
+4
*
|
|
mm: mempolicy: fix THP allocations escaping mempolicy restrictions
Andrey Ryabinin
2021-12-25
1
-2
/
+1
*
|
|
kfence: fix memory leak when cat kfence objects
Baokun Li
2021-12-25
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-12-11
1
-1
/
+1
|
\
\
|
*
|
percpu: km: ensure it is used with NOMMU (either UP or SMP)
Vladimir Murzin
2021-12-06
1
-1
/
+1
*
|
|
mm: bdi: initialize bdi_min_ratio when bdi is unregistered
Manjong Lee
2021-12-10
1
-0
/
+7
*
|
|
hugetlbfs: fix issue of preallocation of gigantic pages can't work
Zhenguo Yao
2021-12-10
1
-1
/
+1
*
|
|
mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()
Waiman Long
2021-12-10
1
-53
/
+53
*
|
|
mm/slub: fix endianness bug for alloc/free_traces attributes
Gerald Schaefer
2021-12-10
1
-6
/
+9
*
|
|
mm/damon/vaddr-test: remove unnecessary variables
SeongJae Park
2021-12-10
1
-8
/
+0
*
|
|
mm/damon/vaddr-test: split a test function having >1024 bytes frame size
SeongJae Park
2021-12-10
1
-37
/
+40
[next]