]> Git Repo - linux.git/commit - mm/mmu_gather.c
mmap locking API: convert mmap_sem comments
authorMichel Lespinasse <[email protected]>
Tue, 9 Jun 2020 04:33:54 +0000 (21:33 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Jun 2020 16:39:14 +0000 (09:39 -0700)
commitc1e8d7c6a7a682e1405e3e242d32fc377fd196ff
treeef02402b77990834fbb5bdb1f146fc0393cc8987
parent3e4e28c5a8f01ee4174d639e36ed155ade489a6f
mmap locking API: convert mmap_sem comments

Convert comments that reference mmap_sem to reference mmap_lock instead.

[[email protected]: fix up linux-next leftovers]
[[email protected]: s/lockaphore/lock/, per Vlastimil]
[[email protected]: more linux-next fixups, per Michel]

Signed-off-by: Michel Lespinasse <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Vlastimil Babka <[email protected]>
Reviewed-by: Daniel Jordan <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Jerome Glisse <[email protected]>
Cc: John Hubbard <[email protected]>
Cc: Laurent Dufour <[email protected]>
Cc: Liam Howlett <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ying Han <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
113 files changed:
Documentation/admin-guide/mm/numa_memory_policy.rst
Documentation/admin-guide/mm/userfaultfd.rst
Documentation/filesystems/locking.rst
Documentation/vm/transhuge.rst
arch/arc/mm/fault.c
arch/arm/kernel/vdso.c
arch/arm/mm/fault.c
arch/ia64/mm/fault.c
arch/microblaze/mm/fault.c
arch/nds32/mm/fault.c
arch/powerpc/include/asm/pkeys.h
arch/powerpc/kvm/book3s_hv_uvmem.c
arch/powerpc/mm/book3s32/tlb.c
arch/powerpc/mm/book3s64/hash_pgtable.c
arch/powerpc/mm/book3s64/subpage_prot.c
arch/powerpc/mm/fault.c
arch/powerpc/mm/pgtable.c
arch/powerpc/platforms/cell/spufs/file.c
arch/riscv/mm/fault.c
arch/s390/kvm/priv.c
arch/s390/mm/fault.c
arch/s390/mm/gmap.c
arch/s390/mm/pgalloc.c
arch/sh/mm/cache-sh4.c
arch/sh/mm/fault.c
arch/sparc/mm/fault_64.c
arch/um/kernel/skas/mmu.c
arch/um/kernel/tlb.c
arch/unicore32/mm/fault.c
arch/x86/events/core.c
arch/x86/include/asm/mmu.h
arch/x86/include/asm/pgtable-3level.h
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
arch/x86/kernel/cpu/resctrl/rdtgroup.c
arch/x86/kernel/ldt.c
arch/x86/mm/fault.c
drivers/char/mspec.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
drivers/gpu/drm/i915/gem/i915_gem_userptr.c
drivers/gpu/drm/i915/i915_perf.c
drivers/gpu/drm/ttm/ttm_bo_vm.c
drivers/infiniband/core/uverbs_main.c
drivers/infiniband/hw/hfi1/mmu_rb.c
drivers/media/v4l2-core/videobuf-dma-sg.c
drivers/misc/cxl/cxllib.c
drivers/misc/sgi-gru/grufault.c
drivers/oprofile/buffer_sync.c
drivers/staging/android/ashmem.c
drivers/staging/comedi/comedi_fops.c
drivers/tty/vt/consolemap.c
drivers/vfio/pci/vfio_pci.c
drivers/xen/gntdev.c
fs/coredump.c
fs/exec.c
fs/ext2/file.c
fs/ext4/super.c
fs/kernfs/file.c
fs/proc/base.c
fs/proc/task_mmu.c
fs/userfaultfd.c
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_iops.c
include/linux/fs.h
include/linux/huge_mm.h
include/linux/mempolicy.h
include/linux/mm.h
include/linux/mm_types.h
include/linux/mmu_notifier.h
include/linux/pagemap.h
include/linux/pgtable.h
include/linux/rmap.h
include/linux/sched/mm.h
kernel/acct.c
kernel/cgroup/cpuset.c
kernel/events/core.c
kernel/events/uprobes.c
kernel/exit.c
kernel/relay.c
kernel/sys.c
lib/test_lockup.c
mm/filemap.c
mm/frame_vector.c
mm/gup.c
mm/huge_memory.c
mm/hugetlb.c
mm/internal.h
mm/khugepaged.c
mm/ksm.c
mm/maccess.c
mm/madvise.c
mm/memcontrol.c
mm/memory.c
mm/mempolicy.c
mm/migrate.c
mm/mlock.c
mm/mmap.c
mm/mmu_gather.c
mm/mmu_notifier.c
mm/mprotect.c
mm/mremap.c
mm/nommu.c
mm/oom_kill.c
mm/pagewalk.c
mm/rmap.c
mm/shmem.c
mm/swap_state.c
mm/userfaultfd.c
mm/util.c
security/keys/keyctl.c
sound/core/oss/pcm_oss.c
This page took 0.181609 seconds and 4 git commands to generate.