index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
ioremap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/ioremap: Fix CONFIG_EFI=n build
Borislav Petkov
2020-03-19
1
-0
/
+3
*
x86/ioremap: Map EFI runtime services data as encrypted for SEV
Tom Lendacky
2020-03-11
1
-0
/
+18
*
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
Ingo Molnar
2019-12-10
1
-1
/
+1
*
x86/mm/pat: Standardize on memtype_*() prefix for APIs
Ingo Molnar
2019-12-10
1
-5
/
+5
*
Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2019-11-28
1
-4
/
+4
|
\
|
*
x86: Clean up ioremap()
Christoph Hellwig
2019-11-11
1
-4
/
+4
*
|
x86/boot: Introduce setup_indirect
Daniel Kiper
2019-11-12
1
-0
/
+11
|
/
*
efi: x86: move efi_is_table_address() into arch/x86
Ard Biesheuvel
2019-08-08
1
-0
/
+1
*
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
2019-07-16
1
-0
/
+5
*
x86/mm: Rework ioremap resource mapping determination
Lianbo Jiang
2019-06-20
1
-26
/
+45
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
x86/mm: Prevent bogus warnings with "noexec=off"
Thomas Gleixner
2019-04-16
1
-1
/
+1
*
x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbol
Ard Biesheuvel
2019-02-04
1
-2
/
+2
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
x86/ioremap: Add an ioremap_encrypted() helper
Lianbo Jiang
2018-10-06
1
-8
/
+16
*
x86/mm: Do not auto-massage page protections
Dave Hansen
2018-04-12
1
-0
/
+3
*
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
2018-02-15
1
-1
/
+1
*
x86/mm/kmmio: Fix mmiotrace for page unaligned addresses
Karol Herbst
2017-12-11
1
-2
/
+2
*
x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
Tom Lendacky
2017-11-07
1
-12
/
+67
*
x86/mm: Use encrypted access of boot related data with SEV
Tom Lendacky
2017-11-07
1
-14
/
+30
*
x86/mm: Use proper encryption attributes with /dev/mem
Tom Lendacky
2017-07-18
1
-9
/
+9
*
x86/mm: Add support to access persistent memory in the clear
Tom Lendacky
2017-07-18
1
-1
/
+30
*
x86/mm: Add support to access boot related data in the clear
Tom Lendacky
2017-07-18
1
-0
/
+180
*
x86/mm: Extend early_memremap() support with additional attrs
Tom Lendacky
2017-07-18
1
-0
/
+44
*
x86/mm: Remove phys_to_virt() usage in ioremap()
Tom Lendacky
2017-07-18
1
-10
/
+8
*
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
2017-06-13
1
-1
/
+1
*
x86: use set_memory.h header
Laura Abbott
2017-05-08
1
-1
/
+1
*
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
2017-04-11
1
-1
/
+2
|
\
|
*
x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.h
Ingo Molnar
2017-01-28
1
-0
/
+1
|
*
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
Ingo Molnar
2017-01-28
1
-1
/
+1
*
|
x86/mm: Convert trivial cases of page table walk to 5-level paging
Kirill A. Shutemov
2017-03-14
1
-1
/
+2
|
/
*
x86/mm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-07-14
1
-1
/
+0
*
x86/cpufeature: Remove cpu_has_pse
Borislav Petkov
2016-03-31
1
-1
/
+1
*
x86/cpufeature: Remove cpu_has_gbpages
Borislav Petkov
2016-03-31
1
-1
/
+1
*
x86/mm: Drop WARN from multi-BAR check
Laura Abbott
2015-12-29
1
-2
/
+2
*
x86/mm: Fix newly introduced printk format warnings
Thomas Gleixner
2015-07-24
1
-2
/
+2
*
x86/mm: Remove region_is_ram() call from ioremap
Toshi Kani
2015-07-22
1
-18
/
+6
*
x86/mm: Move warning from __ioremap_check_ram() to the call site
Toshi Kani
2015-07-22
1
-3
/
+4
*
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-06-22
1
-8
/
+63
|
\
|
*
x86/mm/pat: Add set_memory_wt() for Write-Through type
Toshi Kani
2015-06-07
1
-0
/
+3
|
*
x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings
Toshi Kani
2015-06-07
1
-0
/
+21
|
*
x86/mm/pat: Remove pat_enabled() checks
Borislav Petkov
2015-06-07
1
-4
/
+1
|
*
x86/mm: Mark arch_ioremap_p{m,u}d_supported() __init
Jan Beulich
2015-05-28
1
-2
/
+2
|
*
x86/mm/pat: Wrap pat_enabled into a function API
Luis R. Rodriguez
2015-05-27
1
-2
/
+2
|
*
x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)
Luis R. Rodriguez
2015-05-11
1
-1
/
+35
*
|
x86/mm: Clean up types in xlate_dev_mem_ptr() some more
Ingo Molnar
2015-05-08
1
-4
/
+3
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-05-06
1
-6
/
+8
|
\
|
*
x86/mm: Clean up types in xlate_dev_mem_ptr()
Ingo Molnar
2015-04-20
1
-6
/
+8
*
|
x86, mm: support huge I/O mapping capability I/F
Toshi Kani
2015-04-14
1
-2
/
+21
|
/
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-12-10
1
-30
/
+33
|
\
[next]