aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov4-17/+5
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov7-16/+22
2018-10-30x86/numa_emulation: Fix uniform-split numa emulationDave Jiang1-2/+10
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross4-47/+19
2018-10-29x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2-1/+11
2018-10-29x86/paravirt: Remove GPL from pv_ops exportJuergen Gross1-1/+1
2018-10-29x86/traps: Use format string with panic() callRasmus Villemoes1-1/+1
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner20-63/+63
2018-10-29Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x86/urgent, to pick up simple topic branchesIngo Molnar7-22/+63
2018-10-29Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar4923-126154/+249844
2018-10-27i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds1-1/+2
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds156-1988/+3400
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-206/+205
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-11/+44
2018-10-26hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-10-26mm: export add_swap_extent()Omar Sandoval1-0/+1
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval3-14/+18
2018-10-26tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NOREPLACEMichael Ellerman3-0/+208
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli1-2/+2
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2-14/+19
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli1-7/+18
2018-10-26mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams1-9/+9
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch5-73/+79
2018-10-26Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma1-12/+3
2018-10-26mm: return zero_resv_unavail optimizationPavel Tatashin1-20/+26
2018-10-26mm: zero remaining unavailable struct pagesNaoya Horiguchi2-26/+25
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch1-1/+4
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch1-3/+7
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch1-4/+13
2018-10-26tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch1-0/+1
2018-10-26mm/gup_benchmark.c: add additional pinning methodsKeith Busch2-4/+37
2018-10-26mm/gup_benchmark.c: time put_page()Keith Busch2-4/+11
2018-10-26mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin2-2/+6
2018-10-26mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner1-18/+15
2018-10-26mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin1-38/+33
2018-10-26mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin1-20/+25
2018-10-26mm: make memmap_init a proper functionPavel Tatashin2-5/+5
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai2-7/+5
2018-10-26mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes1-4/+3
2018-10-26mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-26userfaultfd: selftest: recycle lock threads firstPeter Xu1-5/+6
2018-10-26userfaultfd: selftest: generalize read and pollPeter Xu1-34/+43
2018-10-26userfaultfd: selftest: cleanup help messagesPeter Xu1-18/+28
2018-10-26mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn1-0/+2
2018-10-26mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V1-4/+30
2018-10-26mm: dax: add comment for PFN_SPECIALYang Shi1-0/+2
2018-10-26mm: brk: downgrade mmap_sem to read when shrinkingYang Shi1-11/+35
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi3-6/+20
2018-10-26mm/filemap.c: use vmf_error()Souptick Joarder1-3/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti11-37/+10