aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko1-0/+3
2022-04-07x86/tdx: Make pages shared in ioremap()Kirill A. Shutemov1-0/+5
2022-03-09x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson1-2/+31
2022-03-09x86/boot: Fix memremap of setup_indirect structuresRoss Philipson1-4/+20
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-2/+2
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky1-3/+3
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky1-3/+3
2021-10-04x86/ioremap: Selectively build arch override encryption functionsTom Lendacky1-1/+1
2021-06-08x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky1-1/+3
2021-04-30x86: inline huge vmap supported functionsNicholas Piggin1-21/+0
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-5/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-26x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner1-1/+1
2020-04-20x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig1-6/+2
2020-03-19x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov1-0/+3
2020-03-11x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky1-0/+18
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-12-10x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar1-5/+5
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-4/+4
2019-11-12x86/boot: Introduce setup_indirectDaniel Kiper1-0/+11
2019-11-11x86: Clean up ioremap()Christoph Hellwig1-4/+4
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel1-0/+1
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual1-0/+5
2019-06-20x86/mm: Rework ioremap resource mapping determinationLianbo Jiang1-26/+45
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_[user|kernel]()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