summaryrefslogtreecommitdiffstats
path: root/mm/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/util: add kernel-doc for kvfreeMike Rapoport2018-08-231-0/+7
* mm/util: make strndup_user description a kernel-doc commentMike Rapoport2018-08-231-1/+1
* mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2018-06-071-2/+4
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | mm/gup.c: document return valueMichael S. Tsirkin2018-04-131-2/+4
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+1
* | mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin2018-04-111-0/+7
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-0/+10
|/
* new primitive: vmemdup_user()Al Viro2018-01-071-1/+28
* memdup_user(): switch to GFP_USERAl Viro2018-01-071-6/+1
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-1/+1
* mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-0/+24
|\
| * Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2017-07-061-0/+24
* | mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko2017-07-121-10/+4
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-3/+3
|/