linux-yocto/mm
Bruce Ashfield ec6bf56429 Merge tag 'v5.2.60' into v5.2/standard/base
This is the 5.2.60 stable release
2020-09-21 17:02:29 -04:00
..
kasan kasan: disable branch tracing for core runtime 2020-06-08 13:47:27 -04:00
backing-dev.c bdi: add a ->dev_name field to struct backing_dev_info 2020-05-15 17:18:43 -04:00
balloon_compaction.c treewide: Add SPDX license identifier for missed files 2019-05-21 10:50:45 +02:00
cleancache.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 2019-06-19 17:09:52 +02:00
cma_debug.c mm/cma_debug.c: fix the break condition in cma_maxchunk_get() 2019-05-14 09:47:45 -07:00
cma.c mm/cma.c: fail if fixed declaration can't be honored 2019-08-06 19:08:11 +02:00
cma.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
compaction.c mm, compaction: make capture control handling safe wrt interrupts 2020-07-24 16:24:31 -04:00
debug_page_ref.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
debug.c mm: update references to page _refcount 2019-05-14 19:52:47 -07:00
dmapool.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403 2019-06-05 17:37:13 +02:00
early_ioremap.c mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep 2017-12-11 14:54:44 +01:00
fadvise.c fs: Export generic_fadvise() 2019-10-05 13:14:15 +02:00
failslab.c mm: no need to check return value of debugfs_create functions 2019-03-05 21:07:17 -08:00
filemap.c Merge tag 'v5.2.56' into v5.2/standard/base 2020-08-26 10:00:12 -04:00
frame_vector.c mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()' 2017-12-14 16:00:48 -08:00
frontswap.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 2019-06-19 17:09:52 +02:00
gup_benchmark.c mm/gup: fix memory leak in __gup_benchmark_ioctl 2020-03-20 23:10:41 -04:00
gup.c mm/gup: fix a misnamed "write" argument, and a related bug 2020-07-07 17:25:45 -04:00
highmem.c mm: convert totalram_pages and totalhigh_pages variables to atomic 2018-12-28 12:11:47 -08:00
hmm.c mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot} 2019-08-25 10:10:26 -04:00
huge_memory.c mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked() 2020-07-11 12:35:22 -04:00
hugetlb_cgroup.c mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() 2020-01-09 13:19:52 -05:00
hugetlb.c mm/hugetlb: fix a race between hugetlb sysctl handlers 2020-09-17 17:26:19 -04:00
hwpoison-inject.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
init-mm.c mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids 2018-07-17 09:35:30 +02:00
internal.h mm: drop mmap_sem before calling balance_dirty_pages() in write fault 2020-03-20 23:10:26 -04:00
interval_tree.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248 2019-06-19 17:09:08 +02:00
Kconfig mm: move the powerpc hugepd code to mm/gup.c 2020-07-07 17:25:45 -04:00
Kconfig.debug treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
khugepaged.c mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y 2019-12-29 14:51:23 -05:00
kmemleak-test.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 2019-06-05 17:37:06 +02:00
kmemleak.c Revert "kmemleak: allow to coexist with fault injection" 2019-08-25 10:10:33 -04:00
ksm.c mm/ksm: fix NULL pointer dereference when KSM zero page is enabled 2020-06-04 16:27:03 -04:00
list_lru.c mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node 2019-06-13 17:34:56 -10:00
maccess.c uaccess: Add non-pagefault user-space write function 2020-03-30 20:27:12 -04:00
madvise.c mm: madvise: fix vma user-after-free 2020-09-17 17:26:23 -04:00
Makefile aufs5: mmap support 2019-07-22 10:55:11 -04:00
memblock.c mm: memblock: do not enforce current limit for memblock_phys* family 2019-11-25 11:04:31 -05:00
memcontrol.c mm/memcg: fix refcount error while moving and swapping 2020-08-18 18:36:21 -04:00
memfd.c Revert "mm: page cache: store only head pages in i_pages" 2019-07-05 19:55:18 -07:00
memory_hotplug.c mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span() 2020-01-09 13:20:04 -05:00
memory-failure.c mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped more than once 2019-11-25 11:04:31 -05:00
memory.c mm: drop mmap_sem before calling balance_dirty_pages() in write fault 2020-03-20 23:10:26 -04:00
mempolicy.c mm: mempolicy: require at least one nodeid for MPOL_PREFERRED 2020-06-01 20:25:44 -04:00
mempool.c docs/core-api/mm: fix return value descriptions in mm/ 2019-03-05 21:07:20 -08:00
memtest.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
migrate.c mm: move_pages: report the number of non-attempted pages 2020-05-04 08:43:17 -04:00
mincore.c mm/mincore.c: fix race between swapoff and mincore 2019-07-31 07:24:53 +02:00
mlock.c mm/mlock.c: change count_mm_mlocked_page_nr return type 2019-06-13 17:34:56 -10:00
mm_init.c treewide: Add SPDX license identifier for missed files 2019-05-21 10:50:45 +02:00
mmap.c Merge tag 'v5.2.59' into v5.2/standard/base 2020-09-07 22:24:50 -04:00
mmu_context.c
mmu_gather.c mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush 2020-05-04 08:44:11 -04:00
mmu_notifier.c mm/mmu_notifier: use hlist_add_head_rcu() 2019-07-31 07:24:54 +02:00
mmzone.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mprotect.c mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numa 2020-05-21 19:05:53 -04:00
mremap.c mm: Fix mremap not considering huge pmd devmap 2020-06-09 16:30:52 -04:00
msync.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
nommu.c Merge branch 'linux-5.2.y' into v5.2/standard/base 2020-04-13 13:42:55 -04:00
oom_kill.c memcg, oom: don't require __GFP_FS when invoking memcg OOM killer 2019-10-05 13:14:10 +02:00
page_alloc.c mm: call cond_resched() from deferred_init_memmap() 2020-07-11 12:35:23 -04:00
page_counter.c mm/page_counter.c: fix protection usage propagation 2020-09-17 17:26:00 -04:00
page_ext.c memblock: drop memblock_alloc_*_nopanic() variants 2019-03-12 10:04:02 -07:00
page_idle.c mm/page_idle.c: fix oops because end_pfn is larger than max_pfn 2019-06-29 16:43:45 +08:00
page_io.c mm/page_io.c: do not free shared swap slots 2020-01-09 13:19:53 -05:00
page_isolation.c mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page() 2019-05-14 09:47:46 -07:00
page_owner.c mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo 2019-11-25 11:04:30 -05:00
page_poison.c page_poison: play nicely with KASAN 2019-03-05 21:07:13 -08:00
page_vma_mapped.c mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly 2018-10-31 08:54:11 -07:00
page-writeback.c mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio() 2020-04-12 00:08:03 -04:00
pagewalk.c mm: kernel-doc: add missing parameter descriptions 2018-04-05 21:36:27 -07:00
percpu-internal.h percpu: convert chunk hints to be based on pcpu_block_md 2019-03-13 12:25:31 -07:00
percpu-km.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 2019-06-05 17:37:16 +02:00
percpu-stats.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 2019-06-05 17:37:16 +02:00
percpu-vm.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 2019-06-05 17:37:16 +02:00
percpu.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 2019-06-05 17:37:16 +02:00
pgtable-generic.c x86/mm: Page size aware flush_tlb_mm_range() 2018-10-09 16:51:11 +02:00
prfile.c aufs5: mmap support 2019-07-22 10:55:11 -04:00
process_vm_access.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
quicklist.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
readahead.c treewide: Add SPDX license identifier for missed files 2019-05-21 10:50:45 +02:00
rmap.c mm/hmm: fix bad subpage pointer in try_to_unmap_one 2019-08-25 10:10:20 -04:00
rodata_test.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 2019-06-05 17:37:17 +02:00
shmem.c shmem: fix possible deadlocks on shmlock_user_lock 2020-06-08 13:46:12 -04:00
shuffle.c mm: maintain randomization of page free lists 2019-05-14 19:52:48 -07:00
shuffle.h mm: maintain randomization of page free lists 2019-05-14 19:52:48 -07:00
slab_common.c mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock 2020-08-27 13:20:09 -04:00
slab.c slab: remove /proc/slab_allocators 2019-05-16 15:51:55 -07:00
slab.h mm: add support for kmem caches in DMA32 zone 2019-03-29 10:01:37 -07:00
slob.c slob: use slab_list instead of lru 2019-05-14 09:47:44 -07:00
slub.c mm: slub: fix conversion of freelist_corrupted() 2020-09-17 17:26:23 -04:00
sparse-vmemmap.c mm: remove include/linux/bootmem.h 2018-10-31 08:54:16 -07:00
sparse.c mm/sparse.c: clean up obsolete code comment 2019-05-14 09:47:48 -07:00
swap_cgroup.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
swap_slots.c mm, swap, get_swap_pages: use entry_size instead of cluster in parameter 2018-08-22 10:52:44 -07:00
swap_state.c mm: fix swap cache node allocation mask 2020-07-24 16:24:20 -04:00
swap.c mm/swap: fix release_pages() when releasing devmap pages 2019-07-31 07:24:45 +02:00
swapfile.c mm, swap: fix race between swapoff and some swap operations 2019-07-31 07:24:55 +02:00
truncate.c treewide: Add SPDX license identifier for missed files 2019-05-21 10:50:45 +02:00
usercopy.c usercopy: Avoid HIGHMEM pfn warning 2019-11-09 19:32:54 -05:00
userfaultfd.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 2019-06-19 17:09:53 +02:00
util.c mm: add kvfree_sensitive() for freeing sensitive data objects 2020-06-08 13:48:19 -04:00
vmacache.c mm: get rid of vmacache_flush_all() entirely 2018-09-13 15:18:04 -10:00
vmalloc.c mm/vmalloc.c: fix percpu free VM area search criteria 2020-06-24 17:06:46 -04:00
vmpressure.c mm/vmpressure.c: fix a signedness bug in vmpressure_register_event() 2019-11-09 19:33:45 -05:00
vmscan.c mm/vmscan.c: don't round up scan size for online memory cgroup 2020-05-15 17:17:35 -04:00
vmstat.c mm, vmstat: hide /proc/pagetypeinfo from normal users 2019-12-29 14:51:19 -05:00
workingset.c mm: memcontrol: make cgroup stats and events query API explicitly local 2019-05-14 19:52:53 -07:00
z3fold.c mm/z3fold.c: claim page in the beginning of free 2019-11-09 19:33:45 -05:00
zbud.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
zpool.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
zsmalloc.c mm/zsmalloc.c: fix the migrated zspage statistics. 2020-03-20 23:10:30 -04:00
zswap.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00