summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-242-130/+67
|\
| * signal/x86: Pass pkey by valueEric W. Biederman2018-09-211-7/+7
| * signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman2018-09-211-19/+4
| * signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphoreEric W. Biederman2018-09-211-52/+24
| * signal/x86: Pass pkey not vma into __bad_areaEric W. Biederman2018-09-211-12/+8
| * signal/x86: Don't compute pkey in __do_page_faultEric W. Biederman2018-09-211-4/+0
| * signal/x86: Remove pkey parameter from mm_fault_errorEric W. Biederman2018-09-211-2/+2
| * signal/x86: Remove the pkey parameter from do_sigbusEric W. Biederman2018-09-211-3/+3
| * signal/x86: Remove pkey parameter from bad_area_nosemaphoreEric W. Biederman2018-09-211-7/+7
| * signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman2018-09-191-21/+9
| * signal/x86: Move MCE error reporting out of force_sig_info_faultEric W. Biederman2018-09-191-13/+13
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-233-48/+52
|\ \
| * | x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2018-09-261-11/+20
| * | x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-122-37/+32
* | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-0/+1
|\ \ \
| * | | x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross2018-09-031-0/+1
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-236-401/+763
|\ \ \
| * | | x86/mm: Kill stray kernel fault handling commentDave Hansen2018-10-211-1/+0
| * | | x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner2018-10-101-8/+27
| * | | x86/mm: Remove spurious fault pkey checkDave Hansen2018-10-091-6/+7
| * | | x86/mm/vsyscall: Consider vsyscall page part of user address spaceDave Hansen2018-10-091-13/+25
| * | | x86/mm: Add vsyscall address helperDave Hansen2018-10-091-1/+10
| * | | x86/mm: Fix exception table commentsDave Hansen2018-10-091-13/+15
| * | | x86/mm: Add clarifying comments for user addr spaceDave Hansen2018-10-091-0/+8
| * | | x86/mm: Break out user address space handlingDave Hansen2018-10-091-19/+28
| * | | x86/mm: Break out kernel address space handlingDave Hansen2018-10-091-39/+62
| * | | x86/mm: Clarify hardware vs. software "error_code"Dave Hansen2018-10-091-25/+52
| * | | x86/mm/tlb: Make lazy TLB mode lazierRik van Riel2018-10-091-9/+58
| * | | x86/mm/tlb: Add freed_tables element to flush_tlb_infoRik van Riel2018-10-091-0/+1
| * | | x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel2018-10-091-1/+2
| * | | x86/mm/tlb: Restructure switch_mm_irqs_off()Rik van Riel2018-10-091-33/+33
| * | | x86/mm/tlb: Always use lazy TLB modeRik van Riel2018-10-091-14/+1
| * | | x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra2018-10-091-9/+8
| * | | x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang2018-10-061-8/+16
| * | | x86/mm: Fix typo in commentTakuya Yamamoto2018-10-031-1/+1
| * | | x86/mm/cpa: Optimize __cpa_flush_range()Peter Zijlstra2018-09-271-1/+1
| * | | x86/mm/cpa: Factor common code between cpa_flush_*()Peter Zijlstra2018-09-271-16/+13
| * | | x86/mm/cpa: Move CLFLUSH test into cpa_flush_array()Peter Zijlstra2018-09-271-11/+16
| * | | x86/mm/cpa: Move CLFLUSH test into cpa_flush_range()Peter Zijlstra2018-09-271-8/+7
| * | | x86/mm/cpa: Use flush_tlb_kernel_range()Peter Zijlstra2018-09-271-4/+5
| * | | x86/mm/cpa: Unconditionally avoid WBINDV when we canPeter Zijlstra2018-09-271-16/+2
| * | | x86/mm/cpa: Move flush_tlb_all()Peter Zijlstra2018-09-271-27/+17
| * | | x86/mm/cpa: Use flush_tlb_all()Peter Zijlstra2018-09-271-11/+1
| * | | x86/mm/cpa: Avoid the 4k pages check completelyThomas Gleixner2018-09-271-48/+16
| * | | x86/mm/cpa: Do the range check earlyThomas Gleixner2018-09-271-4/+23
| * | | x86/mm/cpa: Optimize same protection checkThomas Gleixner2018-09-271-0/+14
| * | | x86/mm/cpa: Add sanity check for existing mappingsThomas Gleixner2018-09-271-10/+67
| * | | x86/mm/cpa: Avoid static protection checks on unmapThomas Gleixner2018-09-271-0/+7
| * | | x86/mm/cpa: Add large page preservation statisticsThomas Gleixner2018-09-271-2/+97
| * | | x86/mm/cpa: Add debug mechanismThomas Gleixner2018-09-271-9/+52