Show patches with: none      |   72538 patches
« 1 2 ... 334 335 336725 726 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[26/62] mm/slub: Convert slab flushing to struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[25/62] mm/slub: Convert node_match() to take a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[24/62] mm/slub: Convert get_freelist() to take a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[23/62] mm/slub: Convert slab_alloc_node() to use a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[22/62] mm/slub: Convert list_slab_objects() to take a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[21/62] mm/slub: Convert free_partial() to use struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[20/62] mm/slub: Convert __kmem_cache_do_shrink() to struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[19/62] mm/slub: Convert bootstrap() to struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[18/62] mm/slub: Convert count_partial() to struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[17/62] mm/slub: Convert validate_slab() to take a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[16/62] mm/slub: Convert show_slab_objects() to struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[15/62] mm/slub: Convert kmem_cache_cpu to struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[14/62] mm/slub: Convert early_kmem_cache_node_alloc() to use struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[13/62] mm/slub: Convert new_slab() to return a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[12/62] mm/slub: Convert __slab_free() to take a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[11/62] mm/slub: Convert kfree() to use a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[10/62] mm/slub: Convert detached_freelist to use a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[09/62] mm/slub: Convert process_slab() to take a struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[08/62] mm: Convert check_heap_object() to use struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[07/62] mm: Use struct slab in kmem_obj_info() Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[06/62] mm: Convert __ksize() to struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[05/62] mm: Convert virt_to_cache() to use struct slab Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[04/62] mm: Add account_slab() and unaccount_slab() Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[03/62] mm: Split slab into its own type Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[02/62] mm: Add pgflags_nid() Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[01/62] mm: Convert page_to_section() to pgflags_section() Separate struct slab from struct page - - - --- 2021-10-04 Matthew Wilcox New
[2/2] mm: use pidfd_get_task() Introduce simple pidfd to task helper - - - --- 2021-10-04 Christian Brauner New
[1/2] pid: add pidfd_get_task() helper Introduce simple pidfd to task helper - - - --- 2021-10-04 Christian Brauner New
[v1] mm, pagemap: expose hwpoison entry [v1] mm, pagemap: expose hwpoison entry - - - --- 2021-10-04 Naoya Horiguchi New
[v2,5/5] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK - - - --- 2021-10-04 David Hildenbrand New
[v2,4/5] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK - 1 - --- 2021-10-04 David Hildenbrand New
[v2,3/5] memblock: allow to specify flags with memblock_add_node() mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK 2 1 - --- 2021-10-04 David Hildenbrand New
[v2,2/5] memblock: improve MEMBLOCK_HOTPLUG documentation mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK - 1 - --- 2021-10-04 David Hildenbrand New
[v2,1/5] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource() mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK - - - --- 2021-10-04 David Hildenbrand New
[v1,3/3] tools/vm/page-types.c: print file offset in hexadecimal tools/vm/page-types.c: a few improvements - - - --- 2021-10-04 Naoya Horiguchi New
[v1,2/3] tools/vm/page-types.c: move show_file() to summary output tools/vm/page-types.c: a few improvements - - - --- 2021-10-04 Naoya Horiguchi New
[v1,1/3] tools/vm/page-types.c: make walk_file() aware of address range option tools/vm/page-types.c: a few improvements - - - --- 2021-10-04 Naoya Horiguchi New
mm/hugetlb.c: remove dead store in demote_size_show() mm/hugetlb.c: remove dead store in demote_size_show() - - - --- 2021-10-03 Nghia Le New
[RFC] mm, slab: Reduce space complexity of alien_cache using rbtree [RFC] mm, slab: Reduce space complexity of alien_cache using rbtree - - - --- 2021-10-03 Hyeonggon Yoo New
[v2] mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind() [v2] mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind() - - - --- 2021-10-01 Eric Dumazet New
[v10,3/3] mm: add anonymous vma name refcounting [v10,1/3] mm: rearrange madvise code to allow for reuse - 1 - --- 2021-10-01 Suren Baghdasaryan New
[v10,2/3] mm: add a field to store names for private anonymous memory [v10,1/3] mm: rearrange madvise code to allow for reuse - 1 - --- 2021-10-01 Suren Baghdasaryan New
[v10,1/3] mm: rearrange madvise code to allow for reuse [v10,1/3] mm: rearrange madvise code to allow for reuse - - - --- 2021-10-01 Suren Baghdasaryan New
[3/3] mm, memcg: Ensure valid memcg from objcg within a RCU critical section mm, memcg: Miscellaneous cleanups - - - --- 2021-10-01 Waiman Long New
[2/3] mm, memcg: Remove obsolete memcg_free_kmem() mm, memcg: Miscellaneous cleanups - - - --- 2021-10-01 Waiman Long New
[1/3] mm, memcg: Don't put offlined memcg into local stock mm, memcg: Miscellaneous cleanups - 1 - --- 2021-10-01 Waiman Long New
[v2,2/2] memcg: unify memcg stat flushing [v2,1/2] memcg: flush stats only if updated 1 - - --- 2021-10-01 Shakeel Butt New
[v2,1/2] memcg: flush stats only if updated [v2,1/2] memcg: flush stats only if updated 1 1 - --- 2021-10-01 Shakeel Butt New
[16/16] vsprintf: rework bitmap_list_string Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[14/16] bitmap: unify find_bit operations Resend bitmap patches 2 - 1 --- 2021-10-01 Yury Norov New
[13/16] mm/percpu: micro-optimize pcpu_is_populated() Resend bitmap patches 1 - 1 --- 2021-10-01 Yury Norov New
[12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[11/16] find: micro-optimize for_each_{set,clear}_bit() Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[10/16] include/linux: move for_each_bit() macros from bitops.h to find.h Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[08/16] tools: sync tools/bitmap with mother linux Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[06/16] cpumask: use find_first_and_bit() Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[05/16] lib: add find_first_and_bit() Resend bitmap patches - - 2 --- 2021-10-01 Yury Norov New
[04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely Resend bitmap patches 1 2 2 --- 2021-10-01 Yury Norov New
[03/16] include: move find.h from asm_generic to linux Resend bitmap patches 1 - 1 --- 2021-10-01 Yury Norov New
[02/16] bitops: move find_bit_*_le functions from le.h to find.h Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[01/16] bitops: protect find_first_{,zero}_bit properly Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[02/16] bitops: move find_bit_*_le functions from le.h to find.h Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[01/16] bitops: protect find_first_{,zero}_bit properly Resend bitmap patches - - 1 --- 2021-10-01 Yury Norov New
[v3,5/5] hugetlb: add hugetlb demote page support hugetlb: add demote/split page functionality - - - --- 2021-10-01 Mike Kravetz New
[v3,4/5] hugetlb: add demote bool to gigantic page routines hugetlb: add demote/split page functionality - - - --- 2021-10-01 Mike Kravetz New
[v3,3/5] hugetlb: be sure to free demoted CMA pages to CMA hugetlb: add demote/split page functionality - - - --- 2021-10-01 Mike Kravetz New
[v3,2/5] mm/cma: add cma_pages_valid to determine if pages are in CMA hugetlb: add demote/split page functionality 1 - - --- 2021-10-01 Mike Kravetz New
[v3,1/5] hugetlb: add demote hugetlb page sysfs interfaces hugetlb: add demote/split page functionality - - - --- 2021-10-01 Mike Kravetz New
mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind() mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind() 1 - - --- 2021-10-01 Eric Dumazet New
mm/vmalloc: make show_numa_info() aware of hugepage mappings mm/vmalloc: make show_numa_info() aware of hugepage mappings - - - --- 2021-10-01 Eric Dumazet New
mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo - - - --- 2021-10-01 Eric Dumazet New
[7/7] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes Implement Data Access Monitoring-based Memory Operation Schemes - - - --- 2021-10-01 SeongJae Park New
[6/7] selftests/damon: Add 'schemes' debugfs tests Implement Data Access Monitoring-based Memory Operation Schemes - - - --- 2021-10-01 SeongJae Park New
[5/7] mm/damon/schemes: Implement statistics feature Implement Data Access Monitoring-based Memory Operation Schemes - - - --- 2021-10-01 SeongJae Park New
[4/7] mm/damon/dbgfs: Support DAMON-based Operation Schemes Implement Data Access Monitoring-based Memory Operation Schemes - - - --- 2021-10-01 SeongJae Park New
[3/7] mm/damon/vaddr: Support DAMON-based Operation Schemes Implement Data Access Monitoring-based Memory Operation Schemes - - - --- 2021-10-01 SeongJae Park New
[2/7] mm/damon/core: Implement DAMON-based Operation Schemes (DAMOS) Implement Data Access Monitoring-based Memory Operation Schemes - - - --- 2021-10-01 SeongJae Park New
[1/7] mm/damon/core: Account age of target regions Implement Data Access Monitoring-based Memory Operation Schemes - - - --- 2021-10-01 SeongJae Park New
kasan: Fix tag for large allocations when using CONFIG_SLAB kasan: Fix tag for large allocations when using CONFIG_SLAB 1 1 - --- 2021-10-01 Matthew Wilcox New
[v3,8/8] percpu: Add __alloc_size attributes for better bounds checking Add __alloc_size() 1 - - --- 2021-09-30 Kees Cook New
[v3,7/8] mm/page_alloc: Add __alloc_size attributes for better bounds checking Add __alloc_size() - - - --- 2021-09-30 Kees Cook New
[v3,6/8] mm/vmalloc: Add __alloc_size attributes for better bounds checking Add __alloc_size() - - - --- 2021-09-30 Kees Cook New
[v3,5/8] mm/kvmalloc: Add __alloc_size attributes for better bounds checking Add __alloc_size() - 1 - --- 2021-09-30 Kees Cook New
[v3,4/8] slab: Add __alloc_size attributes for better bounds checking Add __alloc_size() - 1 - --- 2021-09-30 Kees Cook New
[v3,3/8] slab: Clean up function prototypes Add __alloc_size() - - - --- 2021-09-30 Kees Cook New
[v3,2/8] Compiler Attributes: add __alloc_size() for better bounds checking Add __alloc_size() - 1 1 --- 2021-09-30 Kees Cook New
[v3,1/8] rapidio: Avoid bogus __alloc_size warning Add __alloc_size() - 2 - --- 2021-09-30 Kees Cook New
[v3,5/5] mm: hwpoison: handle non-anonymous THP correctly Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-09-30 Yang Shi New
[v3,4/5] mm: shmem: don't truncate page if memory failure happens Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-30 Yang Shi New
[v3,3/5] mm: hwpoison: refactor refcount check handling Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-30 Yang Shi New
[v3,2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault Solve silent data loss caused by poisoned page cache (shmem/tmpfs) - - - --- 2021-09-30 Yang Shi New
[v3,1/5] mm: hwpoison: remove the unnecessary THP check Solve silent data loss caused by poisoned page cache (shmem/tmpfs) 1 - - --- 2021-09-30 Yang Shi New
[v2,3/3] userfaultfd/selftests: fix calculation of expected ioctls Small userfaultfd selftest fixups - - - --- 2021-09-30 Axel Rasmussen New
[v2,2/3] userfaultfd/selftests: fix feature support detection Small userfaultfd selftest fixups - 1 - --- 2021-09-30 Axel Rasmussen New
[v2,1/3] userfaultfd/selftests: don't rely on GNU extensions for random numbers Small userfaultfd selftest fixups - 1 - --- 2021-09-30 Axel Rasmussen New
[v2,6/6] memblock: use memblock_free for freeing virtual pointers memblock: cleanup memblock_free interface - - - --- 2021-09-30 Mike Rapoport New
[v2,5/6] memblock: rename memblock_free to memblock_phys_free memblock: cleanup memblock_free interface - - - --- 2021-09-30 Mike Rapoport New
« 1 2 ... 334 335 336725 726 »