summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smp: use __cpumask_set_cpu in on_each_cpu_condRik van Riel2018-10-091-1/+1
* 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-092-30/+1
* x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra2018-10-096-22/+33
* Merge branch 'tlb/asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/g...Peter Zijlstra2018-10-095-262/+351
|\
| * MAINTAINERS: Add entry for MMU GATHER AND TLB INVALIDATIONWill Deacon2018-09-071-0/+13
| * mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra2018-09-074-252/+265
| * asm-generic/tlb: Track which levels of the page tables have been clearedWill Deacon2018-09-042-9/+53
| * asm-generic/tlb: Track freeing of page-table directories in struct mmu_gatherPeter Zijlstra2018-09-041-8/+23
| * asm-generic/tlb: Guard with #ifdef CONFIG_MMUWill Deacon2018-09-041-0/+4
* | proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2018-10-091-0/+10
* | x86/mm/doc: Enhance the x86-64 virtual memory layout descriptionsIngo Molnar2018-10-061-51/+120
* | x86/mm/doc: Clean up the x86-64 virtual memory layout descriptionsBaoquan He2018-10-061-42/+42
* | x86/KASLR: Update KERNEL_IMAGE_SIZE descriptionBaoquan He2018-10-061-6/+9
* | kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang2018-10-063-25/+63
* | iommu/amd: Remap the IOMMU device table with the memory encryption mask for k...Lianbo Jiang2018-10-061-2/+12
* | kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang2018-10-061-0/+6
* | x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang2018-10-062-9/+18
* | 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-272-2/+105
* | x86/mm/cpa: Add debug mechanismThomas Gleixner2018-09-271-9/+52
* | x86/mm/cpa: Allow range check for static protectionsThomas Gleixner2018-09-271-25/+44
* | x86/mm/cpa: Rework static_protections()Thomas Gleixner2018-09-271-64/+98
* | x86/mm/cpa: Split, rename and clean up try_preserve_large_page()Thomas Gleixner2018-09-271-61/+60
* | x86/mm/init32: Mark text and rodata RO in one goThomas Gleixner2018-09-271-19/+4
* | Linux 4.19-rc5v4.19-rc5Greg Kroah-Hartman2018-09-231-1/+1
* | Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Greg Kroah-Hartman2018-09-232-12/+15
|\ \
| * | mfd: omap-usb-host: Fix dts probe of childrenTony Lindgren2018-09-111-5/+6
| * | mfd: da9063: Fix DT probing with constraintsPhilipp Zabel2018-09-101-7/+9
* | | Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-232-7/+22
|\ \ \
| * | | xen: issue warning message when out of grant maptrack entriesJuergen Gross2018-09-191-6/+21
| * | | xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky2018-09-191-1/+1
* | | | Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-235-11/+12
|\ \ \ \
| * | | | block: use nanosecond resolution for iostatOmar Sandoval2018-09-225-11/+12
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-2316-39/+245
|\ \ \ \ \
| * | | | | x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-206-8/+42
| * | | | | MAINTAINERS: Add X86 MM entryThomas Gleixner2018-09-201-0/+9