summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20200312next-20200312Stephen Rothwell2020-03-125-0/+10779
* Merge branch 'akpm/master'Stephen Rothwell2020-03-12114-360/+1018
|\
| * drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer overflowAndi Kleen2020-03-121-2/+2
| * drivers/tty/serial/sh-sci.c: suppress warningAndrew Morton2020-03-121-1/+1
| * ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin2020-03-121-1/+1
| * kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-03-121-1/+1
| * seq_read-info-message-about-buggy-next-functions-fixAndrew Morton2020-03-121-1/+1
| * fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-03-121-2/+5
| * mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-03-1212-0/+471
| * mm-special-create-generic-fallbacks-for-pte_special-and-pte_mkspecial-v3Anshuman Khandual2020-03-121-2/+2
| * mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-03-1221-95/+58
| * mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe2020-03-121-0/+3
| * mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-03-1210-7/+36
| * powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-03-127-17/+27
| * x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-03-122-0/+14
| * x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-03-128-25/+34
| * mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-03-1210-33/+33
| * mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe2020-03-121-2/+0
| * mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-03-1211-12/+16
| * mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-03-1228-89/+31
| * net-zerocopy-use-vm_insert_pages-for-tcp-rcv-zerocopy-fixAndrew Morton2020-03-121-1/+2
| * net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy2020-03-121-6/+61
| * mm: vm_insert_pages() checks if pte_index defined.Arjun Roy2020-03-121-13/+28
| * add missing page_count() check to vm_insert_pages().Arjun Roy2020-03-121-1/+4
| * mm-add-vm_insert_pages-fixAndrew Morton2020-03-121-1/+1
| * mm/memory.c: add vm_insert_pages()Arjun Roy2020-03-122-2/+111
| * mm: define pte_index as macro for x86Arjun Roy2020-03-121-0/+3
| * mm: bring sparc pte_index() semantics inline with other platformsArjun Roy2020-03-121-5/+5
| * mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy2020-03-121-15/+24
| * mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-03-121-2/+3
| * mm: annotate a data race in page_zonenum()Qian Cai2020-03-121-0/+1
| * mm/rmap: annotate a data race at tlb_flush_batchedQian Cai2020-03-121-1/+1
| * mm/util.c: annotate an data race at vm_committed_asQian Cai2020-03-121-2/+6
| * mm/mempool: fix a data race in mempool_free()Qian Cai2020-03-121-1/+1
| * mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-03-121-1/+1
| * mm/memcontrol: fix a data race in scan countQian Cai2020-03-121-1/+1
| * mm/page_counter: fix various data races at memswQian Cai2020-03-121-6/+7
| * mm-swapfile-fix-and-annotate-various-data-races-v2Qian Cai2020-03-121-2/+2
| * mm/swapfile: fix and annotate various data racesQian Cai2020-03-121-13/+18
| * mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-03-121-7/+13
| * mm/swap_state: mark various intentional data racesQian Cai2020-03-121-2/+2
| * mm-page_io-mark-various-intentional-data-races-v2Qian Cai2020-03-121-1/+1
| * mm/page_io: mark various intentional data racesQian Cai2020-03-121-3/+3
| * mm/frontswap: mark various intentional data racesQian Cai2020-03-121-4/+4
| * drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot2020-03-121-1/+0
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2020-03-12306-2952/+8936
|\
| * ipc/mqueue.c: fix a brace coding style issueSomala Swaraj2020-03-121-3/+2
| * ubsan: include bug type in report headerKees Cook2020-03-121-21/+15
| * kasan: unset panic_on_warn before calling panic()Kees Cook2020-03-121-1/+9
| * ubsan: check panic_on_warnKees Cook2020-03-121-0/+11