summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-16x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner1-1/+1
2019-02-04x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-06x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang1-8/+16
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen1-0/+3
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski1-1/+1
2017-12-11x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst1-2/+2
2017-11-07x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky1-12/+67
2017-11-07x86/mm: Use encrypted access of boot related data with SEVTom Lendacky1-14/+30
2017-07-18x86/mm: Use proper encryption attributes with /dev/memTom Lendacky1-9/+9
2017-07-18x86/mm: Add support to access persistent memory in the clearTom Lendacky1-1/+30
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky1-0/+180
2017-07-18x86/mm: Extend early_memremap() support with additional attrsTom Lendacky1-0/+44
2017-07-18x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky1-10/+8
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+1
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-1/+2
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov1-1/+2
2017-01-28x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.hIngo Molnar1-0/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov1-1/+1
2015-12-29x86/mm: Drop WARN from multi-BAR checkLaura Abbott1-2/+2
2015-07-24x86/mm: Fix newly introduced printk format warningsThomas Gleixner1-2/+2
2015-07-22x86/mm: Remove region_is_ram() call from ioremapToshi Kani1-18/+6
2015-07-22x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani1-3/+4
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+63
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani1-0/+3
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani1-0/+21
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov1-4/+1
2015-05-28x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich1-2/+2
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-2/+2
2015-05-11x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez1-1/+35
2015-05-08x86/mm: Clean up types in xlate_dev_mem_ptr() some moreIngo Molnar1-4/+3
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+8
2015-04-20x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar1-6/+8
2015-04-14x86, mm: support huge I/O mapping capability I/FToshi Kani1-2/+21
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-30/+33
2014-11-16x86: Use new cache mode type in memtype related functionsJuergen Gross1-4/+1
2014-11-16x86: Use new cache mode type in mm/ioremap.cJuergen Gross1-30/+35
2014-11-16x86: Use new cache mode type in asm/pgtable.hJuergen Gross1-1/+2
2014-11-10/dev/mem: Use more consistent data typesThierry Reding1-2/+2
2014-10-14x86: use optimized ioresource lookup in ioremap functionMike Travis1-4/+16
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds1-0/+6
2014-05-05x86, mm: Ensure correct alignment of the fixmapAndy Lutomirski1-0/+6
2014-05-02x86, ioremap: Speed up check for RAM pagesRoland Dreier1-7/+19
2014-04-07x86: use generic early_ioremapMark Salter1-225/+3
2014-04-07x86/mm: sparse warning fix for early_memremapDave Young1-3/+7