summaryrefslogtreecommitdiffstats
path: root/lib/ioremap.c
AgeCommit message (Expand)AuthorLines
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon-6/+21
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon-16/+12
2018-12-28ioremap: rework pXd_free_pYd_page() APIWill Deacon-14/+42
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya-2/+2
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani-2/+4
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-30Mark 'ioremap_page_range()' as possibly sleepingLinus Torvalds-0/+1
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov-3/+36
2017-01-24mm: do not export ioremap_page_range symbol for external modulezhong jiang-1/+0
2015-04-14x86, mm: support huge KVA mappings on x86Toshi Kani-3/+3
2015-04-14mm: change ioremap to set up huge I/O mappingsToshi Kani-0/+16
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesToshi Kani-0/+37
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying-0/+2
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige-5/+5
2007-10-17lib/ioremap.c should #include <linux/io.h>Adrian Bunk-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-1/+1
2006-12-13[PATCH] uml problems with linux/io.hAl Viro-1/+0
2006-10-01[PATCH] Generic ioremap_page_range: flush_cache_vmapHaavard Skinnemoen-3/+1
2006-10-01[PATCH] Generic ioremap_page_range: implementationHaavard Skinnemoen-0/+94