aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+18
2020-06-04mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang1-4/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+4
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-6/+4
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang1-6/+2
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang1-0/+14
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti1-2/+9
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti1-1/+77
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti1-0/+22
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu1-0/+13
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan1-0/+75
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig1-47/+0
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný1-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner1-46/+5
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-4/+4
2019-04-05mm/util.c: fix strndup_user() commentAndrew Morton1-1/+1
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-11/+26
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter1-1/+1
2019-01-08mm: page_mapped: don't assume compound page is huge or THPJan Stancek1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-10-26kvfree(): fix misleading commentAndrey Ryabinin1-1/+1
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka1-2/+1
2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski1-7/+0
2018-09-04mm/util.c: improve kvfree() kerneldocAndrew Morton1-4/+7
2018-08-23mm/util: add kernel-doc for kvfreeMike Rapoport1-0/+7
2018-08-23mm/util: make strndup_user description a kernel-doc commentMike Rapoport1-1/+1
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko1-2/+4
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-1/+1
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-1/+1
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin1-2/+4
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-1/+1
2018-04-11mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin1-0/+7
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-0/+10
2018-01-07new primitive: vmemdup_user()Al Viro1-1/+28
2018-01-07memdup_user(): switch to GFP_USERAl Viro1-6/+1
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+24
2017-07-12mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko1-10/+4
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-3/+3
2017-07-06Provide a function to create a NUL-terminated string from unterminated dataDavid Howells1-0/+24
2017-06-02mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko1-2/+5
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko1-1/+2
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1