| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-09-21 | 3 | -37/+147 |
|\ |
|
| * | filemap: cap PTE range to be created to allowed zero fill in folio_map_range() | Pankaj Raghav | 2024-09-02 | 1 | -1/+5 |
| * | mm: split a folio in minimum folio order chunks | Luis Chamberlain | 2024-09-02 | 1 | -4/+61 |
| * | readahead: allocate folios with mapping_min_order in readahead | Pankaj Raghav | 2024-08-23 | 1 | -18/+61 |
| * | filemap: allocate mapping_min_order folios in the page cache | Pankaj Raghav | 2024-08-23 | 1 | -8/+16 |
| * | fs: Allow fine-grained control of folio sizes | Matthew Wilcox (Oracle) | 2024-08-23 | 2 | -6/+4 |
* | | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-09-19 | 2 | -3/+3 |
|\ \ |
|
| * | | sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}() | Qais Yousef | 2024-08-07 | 2 | -3/+3 |
| * | | sched/rt: Clean up usage of rt_task() | Qais Yousef | 2024-08-07 | 2 | -3/+3 |
| |/ |
|
* | | Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s... | Linus Torvalds | 2024-09-19 | 8 | -16/+54 |
|\ \ |
|
| * | | mm/madvise: process_madvise() drop capability check if same mm | Lorenzo Stoakes | 2024-09-17 | 1 | -1/+1 |
| * | | mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag set | Miaohe Lin | 2024-09-17 | 1 | -0/+2 |
| * | | mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway | Vishal Moola (Oracle) | 2024-09-17 | 1 | -2/+18 |
| * | | mm: change vmf_anon_prepare() to __vmf_anon_prepare() | Vishal Moola (Oracle) | 2024-09-17 | 2 | -6/+13 |
| * | | zsmalloc: use unique zsmalloc caches names | Sergey Senozhatsky | 2024-09-17 | 1 | -6/+17 |
| * | | mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r... | Liam R. Howlett | 2024-09-10 | 1 | -0/+2 |
| * | | mm: vmscan.c: fix OOM on swap stress test | Chris Li | 2024-09-10 | 1 | -1/+1 |
* | | | Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-09-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | binfmt_elf: mseal address zero | Jeff Xu | 2024-08-14 | 1 | -1/+1 |
* | | | | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 2024-09-18 | 6 | -408/+511 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next | Vlastimil Babka | 2024-09-13 | 3 | -176/+127 |
| |\ \ \ \ |
|
| | * | | | | mm, slab: restore kerneldoc for kmem_cache_create() | Vlastimil Babka | 2024-09-13 | 1 | -3/+7 |
| | * | | | | slab: make __kmem_cache_create() static inline | Christian Brauner | 2024-09-10 | 1 | -38/+0 |
| | * | | | | slab: make kmem_cache_create_usercopy() static inline | Christian Brauner | 2024-09-10 | 1 | -45/+0 |
| | * | | | | slab: remove kmem_cache_create_rcu() | Christian Brauner | 2024-09-10 | 1 | -43/+0 |
| | * | | | | slab: create kmem_cache_create() compatibility layer | Christian Brauner | 2024-09-10 | 1 | -5/+5 |
| | * | | | | slab: remove rcu_freeptr_offset from struct kmem_cache | Christian Brauner | 2024-09-10 | 2 | -20/+7 |
| | * | | | | slab: pass struct kmem_cache_args to do_kmem_cache_create() | Christian Brauner | 2024-09-10 | 3 | -23/+25 |
| | * | | | | slab: pull kmem_cache_open() into do_kmem_cache_create() | Christian Brauner | 2024-09-10 | 1 | -70/+62 |
| | * | | | | slab: pass struct kmem_cache_args to create_cache() | Christian Brauner | 2024-09-10 | 1 | -20/+19 |
| | * | | | | slab: port kmem_cache_create_usercopy() to struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -22/+8 |
| | * | | | | slab: port kmem_cache_create_rcu() to struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -3/+7 |
| | * | | | | slab: port kmem_cache_create() to struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -2/+6 |
| | * | | | | slab: add struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -16/+51 |
| | * | | | | slab: s/__kmem_cache_create/do_kmem_cache_create/g | Christian Brauner | 2024-09-10 | 3 | -4/+4 |
| * | | | | | Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-next | Vlastimil Babka | 2024-09-13 | 6 | -113/+300 |
| |\ \ \ \ \ |
|
| | * | | | | | memcg: add charging of already allocated slab objects | Shakeel Butt | 2024-09-10 | 2 | -0/+60 |
| | * | | | | | slub: Introduce CONFIG_SLUB_RCU_DEBUG | Jann Horn | 2024-08-27 | 5 | -13/+171 |
| | * | | | | | kasan: catch invalid free before SLUB reinitializes the object | Jann Horn | 2024-08-27 | 2 | -25/+43 |
| | * | | | | | mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy() | Vlastimil Babka | 2024-08-27 | 1 | -0/+3 |
| | * | | | | | mm, slab: reintroduce rcu_barrier() into kmem_cache_destroy() | Vlastimil Babka | 2024-08-27 | 1 | -43/+4 |
| | * | | | | | mm, slab: move kfence_shutdown_cache() outside slab_mutex | Vlastimil Babka | 2024-08-27 | 1 | -6/+2 |
| | * | | | | | mm, slab: unlink slabinfo, sysfs and debugfs immediately | Vlastimil Babka | 2024-08-27 | 1 | -31/+26 |
| | * | | | | | mm, slab: dissolve shutdown_cache() into its caller | Vlastimil Babka | 2024-08-27 | 1 | -22/+18 |
| * | | | | | | mm/slab: Optimize the code logic in find_mergeable() | Xavier | 2024-09-05 | 1 | -3/+4 |
| * | | | | | | mm, slub: avoid zeroing kmalloc redzone | Peng Fan | 2024-09-03 | 1 | -47/+53 |
| * | | | | | | mm, slab: use kmem_cache_free() to free from kmem_buckets_cache | Yan Zhen | 2024-08-27 | 1 | -1/+1 |
| * | | | | | | Reenable NUMA policy support in the slab allocator | Christoph Lameter | 2024-08-26 | 1 | -1/+5 |
| * | | | | | | mm, slub: print CPU id (and its node) on slab OOM | Axel Rasmussen | 2024-08-26 | 1 | -2/+3 |
| * | | | | | | slab: Warn on duplicate cache names when DEBUG_VM=y | Pedro Falcato | 2024-08-26 | 1 | -0/+17 |
| |/ / / / / |
|