aboutsummaryrefslogtreecommitdiffstats
path: root/mm/cma.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand2-8/+2
2019-07-18drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand1-11/+11
2019-07-18mm: section numbers use the type "unsigned long"David Hildenbrand3-22/+21
2019-07-18resource: avoid unnecessary lookups in find_next_iomem_res()Nadav Amit1-7/+22
2019-07-18resource: fix locking in find_next_iomem_res()Nadav Amit1-10/+10
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi4-5/+14
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi4-31/+41
2019-07-18mm/sparse.c: set section nid for hot-add memoryWei Yang1-0/+1
2019-07-18mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand3-4/+4
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2-16/+7
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand5-31/+30
2019-07-18mm/memory_hotplug: drop MHP_MEMBLOCK_APIDavid Hildenbrand2-14/+3
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand3-36/+63
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand12-28/+0
2019-07-18drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand1-16/+11
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand1-0/+19
2019-07-18s390x/mm: implement arch_remove_memory()David Hildenbrand1-6/+7
2019-07-18s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand1-0/+3
2019-07-18mm/memory_hotplug: simplify and fix check_hotplug_memory_range()David Hildenbrand1-8/+3
2019-07-18MAINTAINERS: mark floppy.c orphanedJiri Kosina1-3/+2
2019-07-17floppy: fix out-of-bounds read in copy_bufferDenis Efremov1-2/+4
2019-07-17floppy: fix invalid pointer dereference in drive_nameDenis Efremov1-3/+8
2019-07-17floppy: fix out-of-bounds read in next_valid_formatDenis Efremov1-0/+18
2019-07-17floppy: fix div-by-zero in setup_format_paramsDenis Efremov1-0/+5
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake3-60/+66
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+3
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan7-190/+98
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy3-0/+23
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy9-14/+11
2019-07-16mm: clean up is_device_*_page() definitionsRobin Murphy1-22/+9
2019-07-16mm/mmap: move common defines to mman-common.hAneesh Kumar K.V4-17/+10
2019-07-16mm: move MAP_SYNC to asm-generic/mman-common.hAneesh Kumar K.V2-2/+2
2019-07-16device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2-4/+39
2019-07-16mm/hotplug: make remove_memory() interface usablePavel Tatashin2-23/+49
2019-07-16device-dax: fix memory and resource leak if hotplug failsPavel Tatashin1-1/+4
2019-07-16include/linux/lz4.h: fix spelling and copy-paste errors in documentationTom Levy1-9/+9
2019-07-16ipc/mqueue.c: only perform resource calculation if user validKees Cook1-9/+10
2019-07-16include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT architecturesDrew Davenport1-2/+4
2019-07-16scripts/gdb: add helpers to find and list devicesLeonard Crestez2-0/+183
2019-07-16scripts/gdb: add lx-genpd-summary commandLeonard Crestez2-0/+84
2019-07-16drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctlMiroslav Lichvar1-0/+8
2019-07-16kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)2-7/+7
2019-07-16drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter1-0/+2
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov1-33/+13
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov1-23/+7
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov8-108/+57
2019-07-16signal: reorder struct sighand_structAlexey Dobriyan1-2/+2
2019-07-16selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFODmitry V. Levin3-1/+273
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova4-8/+150
2019-07-16powerpc: define syscall_get_error()Dmitry V. Levin1-0/+10