summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+8
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1371-1796/+4357
| |\
| * \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-218-30/+86
| |\ \
| * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2146-1243/+1946
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-2012-109/+82
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-067-26/+96
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3052-1929/+3372
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-191-0/+8
| |\ \ \ \ \ \ \
| | * | | | | | | build, kcsan: Add KCSAN build exceptionsMarco Elver2019-11-161-0/+8
* | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-103-10/+106
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm/memory_hotplug: Introduce offline_and_remove_memory()David Hildenbrand2020-06-041-0/+37
| * | | | | | | | | mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand2020-06-043-10/+67
| * | | | | | | | | virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand2020-06-041-0/+2
* | | | | | | | | | 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