Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)Author
2021-05-05mm/util.c: fix typoBhaskar Chowdhury
2021-05-05mm/util.c: reduce mem_dump_obj() object sizeJoe Perches
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2021-03-09rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney
2021-03-09mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-01-23mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney
2021-01-23mm: Make mem_dump_obj() handle NULL and zero-sized pointersPaul E. McKenney
2021-01-23mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney
2020-11-19mm: introduce vma_set_file function v5Christian König
2020-10-16mm/util.c: update the kerneldoc for kstrdup_const()Bartosz Golaszewski
2020-09-04arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang
2020-08-07mm/util.c: make vm_memory_committed() more accurateFeng Tang
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-05mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-05mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang
2019-09-25arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti
2019-09-25arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti
2019-09-25mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti
2019-09-25mm: move memcmp_pages() and pages_identical()Song Liu
2019-09-25mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-07-17mm: add account_locked_vm utility functionDaniel Jordan
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig
2019-06-02prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-06mm/util.c: fix strndup_user() commentAndrew Morton
2019-03-06docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter
2019-01-09mm: page_mapped: don't assume compound page is huge or THPJan Stancek
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-10-27kvfree(): fix misleading commentAndrey Ryabinin
2018-10-27mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka
2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski
2018-09-05mm/util.c: improve kvfree() kerneldocAndrew Morton
2018-08-24mm/util: add kernel-doc for kvfreeMike Rapoport
2018-08-24mm/util: make strndup_user description a kernel-doc commentMike Rapoport
2018-06-08mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-14mm/gup.c: document return valueMichael S. Tsirkin