summaryrefslogtreecommitdiffstats
path: root/mm/util.c
Commit message (Expand)AuthorAgeFilesLines
* mm: don't allow oversized kvmalloc() callsLinus Torvalds2021-09-021-0/+4
* mm: Add kvrealloc()Dave Chinner2021-08-091-0/+15
* mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-121-0/+10
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-1/+1
|\
| * mm/slub: Add Support for free path information of an objectManinder Singh2021-05-101-1/+1
* | mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand2021-06-301-0/+40
|/
* mm/util.c: fix typoBhaskar Chowdhury2021-05-051-1/+1
* mm/util.c: reduce mem_dump_obj() object sizeJoe Perches2021-05-051-10/+14
* mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-301-10/+0
* rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney2021-03-081-0/+1
* mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney2021-03-081-0/+2
* mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney2021-01-221-6/+8
* mm: Make mem_dump_obj() handle NULL and zero-sized pointersPaul E. McKenney2021-01-221-1/+6
* mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney2021-01-221-0/+24
* mm: introduce vma_set_file function v5Christian König2020-11-191-0/+12
* mm/util.c: update the kerneldoc for kstrdup_const()Bartosz Golaszewski2020-10-161-1/+2
* arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas2020-09-041-1/+1
* mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-071-2/+2
* mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2020-08-071-0/+41
* mm/util.c: make vm_memory_committed() more accurateFeng Tang2020-08-071-1/+6
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-041-0/+18
* mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang2020-06-041-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-6/+4
|\
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-6/+4
* | mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-021-1/+1
|/
* mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang2019-12-011-6/+2
* mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang2019-12-011-0/+14
* arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti2019-09-241-2/+9
* arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-1/+77
* mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-09-241-0/+22
* mm: move memcmp_pages() and pages_identical()Song Liu2019-09-241-0/+13
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm: add account_locked_vm utility functionDaniel Jordan2019-07-161-0/+75
* mm: consolidate the get_user_pages* implementationsChristoph Hellwig2019-07-121-47/+0
* prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný2019-06-011-2/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner2019-05-141-46/+5
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-4/+4
* mm/util.c: fix strndup_user() commentAndrew Morton2019-04-051-1/+1
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-11/+26
* mm: don't let userspace spam allocations warningsDaniel Vetter2019-02-211-1/+1
* mm: page_mapped: don't assume compound page is huge or THPJan Stancek2019-01-081-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* kvfree(): fix misleading commentAndrey Ryabinin2018-10-261-1/+1
* mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-261-2/+1
* mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski2018-10-161-7/+0
* mm/util.c: improve kvfree() kerneldocAndrew Morton2018-09-041-4/+7