summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-171-0/+5
* x86/mm: Rework ioremap resource mapping determinationLianbo Jiang2019-06-201-26/+45
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner2019-04-161-1/+1
* x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel2019-02-041-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang2018-10-061-8/+16
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-0/+3
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-1/+1
* x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2017-12-111-2/+2
* x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky2017-11-071-12/+67
* x86/mm: Use encrypted access of boot related data with SEVTom Lendacky2017-11-071-14/+30
* x86/mm: Use proper encryption attributes with /dev/memTom Lendacky2017-07-181-9/+9
* x86/mm: Add support to access persistent memory in the clearTom Lendacky2017-07-181-1/+30
* x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-0/+180
* x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-181-0/+44
* x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky2017-07-181-10/+8Star
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
* x86: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-1/+2
|\
| * x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.hIngo Molnar2017-01-281-0/+1
| * x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-1/+2
|/
* x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0Star
* x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-311-1/+1
* x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-311-1/+1
* x86/mm: Drop WARN from multi-BAR checkLaura Abbott2015-12-291-2/+2
* x86/mm: Fix newly introduced printk format warningsThomas Gleixner2015-07-241-2/+2
* x86/mm: Remove region_is_ram() call from ioremapToshi Kani2015-07-221-18/+6Star
* x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani2015-07-221-3/+4
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-8/+63
|\
| * x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-071-0/+3
| * x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-071-0/+21
| * x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-071-4/+1Star
| * x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich2015-05-281-2/+2
| * x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-271-2/+2
| * x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-111-1/+35
* | x86/mm: Clean up types in xlate_dev_mem_ptr() some moreIngo Molnar2015-05-081-4/+3Star
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-061-6/+8
|\
| * x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar2015-04-201-6/+8
* | x86, mm: support huge I/O mapping capability I/FToshi Kani2015-04-151-2/+21
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-101-30/+33
|\
| * x86: Use new cache mode type in memtype related functionsJuergen Gross2014-11-161-4/+1Star
| * x86: Use new cache mode type in mm/ioremap.cJuergen Gross2014-11-161-30/+35
| * x86: Use new cache mode type in asm/pgtable.hJuergen Gross2014-11-161-1/+2
* | /dev/mem: Use more consistent data typesThierry Reding2014-11-101-2/+2
|/
* x86: use optimized ioresource lookup in ioremap functionMike Travis2014-10-141-4/+16
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-0/+6
|\
| * x86, mm: Ensure correct alignment of the fixmapAndy Lutomirski2014-05-051-0/+6
* | x86, ioremap: Speed up check for RAM pagesRoland Dreier2014-05-021-7/+19
|/