aboutsummaryrefslogtreecommitdiff
path: root/mm/early_ioremap.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09mm/early_ioremap.c: improve the execution efficiency of early_ioremap_setup()Gravatar Liam Ni 1-5/+3
2022-03-22mm/early_ioremap: declare early_memremap_pgprot_adjust()Gravatar Vlastimil Babka 1-0/+1
2021-09-08mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Gravatar Weizhao Ouyang 1-5/+0
2021-02-26mm/early_ioremap.c: use __func__ instead of function nameGravatar Stephen Zhang 1-6/+6
2020-01-31mm/early_ioremap.c: use %pa to print resource_size_t variablesGravatar Andy Shevchenko 1-4/+4
2017-12-11mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepGravatar Dave Young 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-18x86/mm: Add support to access boot related data in the clearGravatar Tom Lendacky 1-3/+15
2017-07-18x86/mm: Extend early_memremap() support with additional attrsGravatar Tom Lendacky 1-0/+10
2015-11-05mm/early_ioremap: use offset_in_page macroGravatar Alexander Kuleshov 1-3/+3
2015-09-11mm/early_ioremap: add explicit #include of asm/early_ioremap.hGravatar Ard Biesheuvel 1-0/+1
2015-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+22
2015-09-08mm: add utility for early copy from unmapped ramGravatar Mark Salter 1-0/+22
2015-08-20mm: provide early_memremap_ro to establish read-only mappingGravatar Juergen Gross 1-0/+12
2014-04-07mm: create generic early_ioremap() supportGravatar Mark Salter 1-0/+245