summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley2023-03-261-0/+5
* x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley2022-11-221-1/+7
* mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-031-0/+3
* x86/tdx: Make pages shared in ioremap()Kirill A. Shutemov2022-04-071-0/+5
* x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson2022-03-091-2/+31
* x86/boot: Fix memremap of setup_indirect structuresRoss Philipson2022-03-091-4/+20
* treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+2
* x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky2021-10-041-3/+3
* x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky2021-10-041-3/+3
* x86/ioremap: Selectively build arch override encryption functionsTom Lendacky2021-10-041-1/+1
* x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky2021-06-081-1/+3
* x86: inline huge vmap supported functionsNicholas Piggin2021-04-301-21/+0
* mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-5/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner2020-04-261-1/+1
* x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig2020-04-201-6/+2
* x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov2020-03-191-0/+3
* x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky2020-03-111-0/+18
* x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
* x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar2019-12-101-5/+5
* Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-4/+4
|\
| * x86: Clean up ioremap()Christoph Hellwig2019-11-111-4/+4
* | x86/boot: Introduce setup_indirectDaniel Kiper2019-11-121-0/+11
|/
* efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-0/+1
* mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-161-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/+8
* 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-081-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/+0