summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/debug_vm_pgtable: fix kernel crash by checking for THP supportAneesh Kumar K.V2020-06-101-0/+6
* maccess: return -ERANGE when probe_kernel_read() failsChristoph Hellwig2020-06-091-7/+9
* maccess: allow architectures to provide kernel probing directlyChristoph Hellwig2020-06-091-0/+76
* maccess: move user access routines togetherChristoph Hellwig2020-06-091-56/+56
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-092-39/+11
* maccess: remove strncpy_from_unsafeChristoph Hellwig2020-06-091-38/+1
* maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-13/+37
* maccess: remove probe_read_common and probe_write_commonChristoph Hellwig2020-06-091-34/+29
* maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig2020-06-091-2/+2
* maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig2020-06-091-3/+3
* maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig2020-06-091-2/+2
* maccess: update the top of file commentChristoph Hellwig2020-06-091-1/+1
* maccess: clarify kerneldoc commentsChristoph Hellwig2020-06-091-17/+43
* maccess: remove various unused weak aliasesChristoph Hellwig2020-06-091-16/+3
* maccess: unexport probe_kernel_write()Christoph Hellwig2020-06-091-1/+0
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-0928-165/+165
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-0910-21/+21
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-094-5/+5
* mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse2020-06-096-10/+10
* mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-0925-155/+155
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-096-8/+8
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0911-11/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-085-42/+58
|\
| * nommu: use flush_icache_user_range in brk and mmapChristoph Hellwig2020-06-081-2/+2
| * mm/gup: documentation fix for pin_user_pages*() APIsJohn Hubbard2020-06-081-9/+0
| * mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-081-4/+3
| * mm/gup: introduce pin_user_pages_locked()John Hubbard2020-06-081-0/+35
| * mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-13/+16
| * kernel/sysctl: support handling command line aliasesVlastimil Babka2020-06-081-9/+0
| * mm/page_idle.c: skip offline pagesSeongJae Park2020-06-081-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2020-06-071-0/+4
|\ \ | |/ |/|
| * sparc32: mm: Disable SPLIT_PTLOCK_CPUSWill Deacon2020-06-021-0/+4
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+2
|\ \
| * | mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0426-173/+516
|\ \ \
| * | | mm/vmstat.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang2020-06-041-26/+6
| * | | mm: use false for bool variableZou Wei2020-06-043-3/+3
| * | | mm/memory: fix a typo in comment "attampt"->"attempt"Ethon Paul2020-06-041-1/+1
| * | | mm/page-writeback: fix a typo in comment "effictive"->"effective"Ethon Paul2020-06-041-1/+1
| * | | mm/sparse: fix a typo in comment "convienence"->"convenience"Ethon Paul2020-06-041-1/+1
| * | | mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Ethon Paul2020-06-041-1/+1
| * | | mm: fix a typo in comment "strucure"->"structure"Ethon Paul2020-06-041-1/+1
| * | | mm, memcg: fix some typos in memcontrol.cEthon Paul2020-06-041-2/+2
| * | | mm/frontswap: fix some typos in frontswap.cEthon Paul2020-06-041-3/+3
| * | | mm/filemap: fix a typo in comment "unneccssary"->"unnecessary"Ethon Paul2020-06-041-1/+1
| * | | mm/list_lru: fix a typo in comment "numbesr"->"numbers"Ethon Paul2020-06-041-1/+1
| * | | mm/memblock: fix a typo in comment "implict"->"implicit"Ethon Paul2020-06-041-1/+1
| * | | mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul2020-06-041-1/+1