summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nios2: switch to NO_BOOTMEMMike Rapoport2018-10-273-39/+7
* nios2: use generic early_init_dt_add_memory_archMike Rapoport2018-10-273-10/+3
* of: ignore sub-page memory regionsMike Rapoport2018-10-271-5/+6
* hexagon: switch to NO_BOOTMEMMike Rapoport2018-10-272-12/+11
* mm: convert insert_pfn() to vm_fault_tMatthew Wilcox2018-10-271-19/+5
* mm: convert __vm_insert_mixed() to vm_fault_tMatthew Wilcox2018-10-271-21/+15
* mm: inline vm_insert_pfn_prot() into callerMatthew Wilcox2018-10-271-31/+24
* mm: remove vm_insert_pfn()Matthew Wilcox2018-10-272-39/+30
* mm: remove references to vm_insert_pfn()Matthew Wilcox2018-10-273-5/+5
* mm: make vm_insert_pfn_prot() staticMatthew Wilcox2018-10-272-27/+25
* x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-271-15/+9
* mm: introduce vmf_insert_pfn_prot()Matthew Wilcox2018-10-272-16/+33
* mm: remove vm_insert_mixed()Matthew Wilcox2018-10-272-18/+11
* cramfs: convert to use vmf_insert_mixedNicolas Pitre2018-10-271-1/+4
* mm: convert to use vm_fault_tSouptick Joarder2018-10-271-2/+2
* mm/page_alloc.c: clean up check_for_memory()Oscar Salvador2018-10-271-6/+3
* mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying2018-10-271-3/+1
* mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying2018-10-271-6/+4
* mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying2018-10-271-32/+25
* kmemleak: add module param to print warnings to dmesgVincent Whitchurch2018-10-271-7/+35
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-277-59/+0
* mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko2018-10-271-1/+3
* mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko2018-10-271-16/+16
* mm: don't miss the last page because of round-off errorRoman Gushchin2018-10-272-2/+7
* mm: drain memcg stocks on css offliningRoman Gushchin2018-10-271-0/+2
* mm: rework memcg kernel stack accountingRoman Gushchin2018-10-272-7/+61
* slub: extend slub debug to handle multiple slabsAaron Tomlin2018-10-272-9/+53
* mm: don't warn about large allocations for slabDmitry Vyukov2018-10-272-6/+10
* mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko2018-10-271-13/+7
* xtensa: use generic vga.hJiri Slaby2018-10-272-19/+1
* fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-272-2/+4
* ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-271-2/+0
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-271-1/+1
* ocfs2: remove unneeded null checkDing Xiang2018-10-271-2/+1
* ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-271-4/+0
* ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-271-1/+1
* scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai2018-10-271-1/+1
* lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin2018-10-271-0/+70
* arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin2018-10-2710-16/+21
* include/linux/linkage.h: align weak symbolsAndrey Ryabinin2018-10-271-0/+1
* include/linux/pfn_t.h: force '~' to be parsed as an unary operatorSebastien Boisvert2018-10-271-1/+1
* userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig2018-10-271-4/+4
* mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-271-1/+3
* Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-26180-3351/+6878
|\
| * Documentation/security-bugs: Clarify treatment of embargoed informationWill Deacon2018-10-231-18/+29
| * lib: Fix ia64 bootloader linkageAlexander Shishkin2018-10-164-32/+36
| * MAINTAINERS: Clarify UIO vs UIOVEC maintainerDan Williams2018-10-161-1/+7
| * docs/uio: fix a grammar nitpickWill Korteland2018-10-161-2/+2
| * docs: fpga: document programming fpgas using regionsAlan Tull2018-10-166-187/+171
| * fpga: add devm_fpga_region_createAlan Tull2018-10-166-20/+70