summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-211-2/+2
|\
| * mm: Allow arches to provide ptep_get()Christophe Leroy2020-06-201-1/+1
| * mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy2020-06-201-1/+1
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-6/+6
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-174-30/+31
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-8/+8
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-8/+8
* | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-111-0/+8
|\ \
| * \ 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
* | | | | | | | | | mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current threadNaoya Horiguchi2020-06-111-7/+16
* | | | | | | | | | mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early...Naoya Horiguchi2020-06-111-10/+10
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-115-70/+12
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-102-5/+5
| * | | | | | | | | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-102-65/+1
| * | | | | | | | | mm/debug_vm_pgtable: fix kernel crash by checking for THP supportAneesh Kumar K.V2020-06-101-0/+6
* | | | | | | | | | 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