summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-017-16/+22
* x86/numa_emulation: Fix uniform-split numa emulationDave Jiang2018-10-301-2/+10
* x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-304-47/+19
* x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-10-292-1/+11
* x86/paravirt: Remove GPL from pv_ops exportJuergen Gross2018-10-291-1/+1
* x86/traps: Use format string with panic() callRasmus Villemoes2018-10-291-1/+1
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-2920-63/+63
*---. Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar2018-10-297-22/+63
|\ \ \
| | | * objtool: Support per-function rodata sectionsAllan Xavier2018-09-084-9/+37
| | * | x86/microcode: Make revision and processor flags world-readableJacek Tomaka2018-09-021-2/+2
| * | | x86/earlyprintk: Add a force option for pciserial deviceFeng Tang2018-10-022-11/+24
* | | | Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2018-10-294923-126154/+249844
|\ \ \ \
| * | | | i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds2018-10-271-1/+2
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-27156-1988/+3400
| |\ \ \ \
| | * | | | hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-10-271-0/+6
| | * | | | mm: export add_swap_extent()Omar Sandoval2018-10-271-0/+1
| | * | | | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval2018-10-273-14/+18
| | * | | | tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...Michael Ellerman2018-10-273-0/+208
| | * | | | mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-271-2/+2
| | * | | | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-272-14/+19
| | * | | | mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli2018-10-271-7/+18
| | * | | | mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams2018-10-271-9/+9
| | * | | | mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-275-73/+79
| | * | | | Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma2018-10-271-12/+3
| | * | | | mm: return zero_resv_unavail optimizationPavel Tatashin2018-10-271-20/+26
| | * | | | mm: zero remaining unavailable struct pagesNaoya Horiguchi2018-10-272-26/+25
| | * | | | tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch2018-10-271-1/+4
| | * | | | tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch2018-10-271-3/+7
| | * | | | tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch2018-10-271-4/+13
| | * | | | tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch2018-10-271-0/+1
| | * | | | mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-272-4/+37
| | * | | | mm/gup_benchmark.c: time put_page()Keith Busch2018-10-272-4/+11
| | * | | | mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin2018-10-272-2/+6
| | * | | | mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner2018-10-271-18/+15
| | * | | | mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin2018-10-271-38/+33
| | * | | | mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin2018-10-271-20/+25
| | * | | | mm: make memmap_init a proper functionPavel Tatashin2018-10-272-5/+5
| | * | | | mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai2018-10-272-7/+5
| | * | | | mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes2018-10-271-4/+3
| | * | | | mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva2018-10-271-1/+1
| | * | | | userfaultfd: selftest: recycle lock threads firstPeter Xu2018-10-271-5/+6
| | * | | | userfaultfd: selftest: generalize read and pollPeter Xu2018-10-271-34/+43
| | * | | | userfaultfd: selftest: cleanup help messagesPeter Xu2018-10-271-18/+28
| | * | | | mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn2018-10-271-0/+2
| | * | | | mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V2018-10-271-4/+30
| | * | | | mm: dax: add comment for PFN_SPECIALYang Shi2018-10-271-0/+2
| | * | | | mm: brk: downgrade mmap_sem to read when shrinkingYang Shi2018-10-271-11/+35
| | * | | | mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi2018-10-273-6/+20
| | * | | | mm/filemap.c: use vmf_error()Souptick Joarder2018-10-271-3/+1
| | * | | | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-2711-37/+10