summaryrefslogtreecommitdiffstats
path: root/mm/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: only enforce minimum stack gap size if it's sensibleDavid Gow2024-09-021-1/+1
* mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich2024-09-021-30/+70
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-3/+3
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-0/+17
|\
| * mm: add folio_mc_copy()Kefeng Wang2024-07-061-0/+17
* | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-07-191-6/+17
|\ \
| * \ Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka2024-07-151-6/+17
| |\ \ | | |/ | |/|
| | * mm/util: Use dedicated slab buckets for memdup_user()Kees Cook2024-07-031-2/+12
| | * mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook2024-07-031-4/+5
* | | Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-171-0/+5
|\ \ \ | |/ / |/| |
| * | kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook2024-07-021-0/+2
| * | kunit: test: Add vm_mmap() allocation resource managerKees Cook2024-06-151-0/+3
| |/
* | Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-171-2/+2
|\ \
| * | mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker2024-06-061-2/+2
| |/
* / mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan2024-06-061-5/+5
|/
* mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-261-3/+3
* mm: vmalloc: enable memory allocation profilingKent Overstreet2024-04-261-9/+9
* mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan2024-04-261-8/+8
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-2/+4
|\
| * mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell2024-03-051-2/+4
* | mm/util: Introduce kmemdup_array()Kartik2024-02-011-0/+17
|/
* mm/util: use kmap_local_page() in memcmp_pages()Fabio De Francesco2023-12-111-4/+4
* parisc: fix mmap_base calculation when stack grows upwardsHelge Deller2023-11-161-0/+10
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-0/+1
|\
| * nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)2023-10-261-0/+1
* | mm: Remove kmem_valid_obj()Zhen Lei2023-09-131-3/+1
|/
* rcu: dump vmalloc memory info safelyZqiang2023-09-051-1/+3
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-111-1/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-8/+2
|\ \
| * | mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-251-1/+1
| * | mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)2023-08-251-1/+1
| * | mm: remove page_rmapping()ZhangPeng2023-08-181-6/+0
| |/
* / parisc: Use generic mmap top-down layout and brk randomizationHelge Deller2023-08-221-1/+4
|/
* mm: uninline kstrdup()Alexey Dobriyan2023-04-081-0/+1
* mm: fix typo in __vm_enough_memory warningJakub Wilk2023-02-141-1/+1
* mm: new primitive kvmemdup()Hao Sun2023-01-191-1/+23
* mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-12-011-79/+0
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-111-33/+3
|\
| * mm: remove the vma linked listLiam R. Howlett2022-09-271-40/+0
| * mm: remove rb tree.Liam R. Howlett2022-09-271-1/+9
| * mm/util.c: add warning if __vm_enough_memory failsKefeng Wang2022-09-121-0/+2
| * mm/util: reduce stack usage of folio_mapcountKairui Song2022-09-121-1/+1
* | mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal2022-10-011-0/+4
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+1
|\
| * docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-2/+2
|/
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-1/+1
|\
| * mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TO...Christophe Leroy2022-05-051-1/+1
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+1
|\ \