aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-24x86/mm: Fix newly introduced printk format warningsThomas Gleixner1-2/+2
2015-07-22x86/mm: Remove region_is_ram() call from ioremapToshi Kani1-18/+6
2015-07-22x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani1-3/+4
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+63
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani1-0/+3
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani1-0/+21
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov1-4/+1
2015-05-28x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich1-2/+2
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-2/+2
2015-05-11x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez1-1/+35
2015-05-08x86/mm: Clean up types in xlate_dev_mem_ptr() some moreIngo Molnar1-4/+3
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+8
2015-04-20x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar1-6/+8
2015-04-14x86, mm: support huge I/O mapping capability I/FToshi Kani1-2/+21
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-30/+33
2014-11-16x86: Use new cache mode type in memtype related functionsJuergen Gross1-4/+1
2014-11-16x86: Use new cache mode type in mm/ioremap.cJuergen Gross1-30/+35
2014-11-16x86: Use new cache mode type in asm/pgtable.hJuergen Gross1-1/+2
2014-11-10/dev/mem: Use more consistent data typesThierry Reding1-2/+2
2014-10-14x86: use optimized ioresource lookup in ioremap functionMike Travis1-4/+16
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-0/+6
2014-05-05x86, mm: Ensure correct alignment of the fixmapAndy Lutomirski1-0/+6
2014-05-02x86, ioremap: Speed up check for RAM pagesRoland Dreier1-7/+19
2014-04-07x86: use generic early_ioremapMark Salter1-225/+3
2014-04-07x86/mm: sparse warning fix for early_memremapDave Young1-3/+7
2013-08-13mm: Remove unused variable idx0 in __early_ioremap()Jianguo Wu1-3/+2
2013-06-28x86/ioremap: Correct function name outputBorislav Petkov1-4/+4
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim1-6/+1
2012-12-15Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds1-105/+0
2012-10-30x86, mm: Include the entire kernel memory map in trampoline_pgdMatt Fleming1-0/+105
2012-06-11x86/mm: Fix some kernel-doc warningsWanpeng Li1-2/+2
2011-04-29ioremap: Delay sanity check until after a successful mappingTim Gardner1-7/+7
2010-10-13xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge1-0/+5
2010-07-20x86, iomap: Fix wrong page aligned size calculation in ioremapping codeFlorian Zumbiehl1-1/+1
2010-07-09x86, ioremap: Fix normal ram range checkKenji Kaneshige1-1/+1
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige1-7/+5
2010-04-30x86: Fix 'reservetop=' functionalityLiang Li1-0/+14
2010-02-28Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-37/+0
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner1-38/+12
2010-02-01x86: Use the generic page_is_ram()Wu Fengguang1-21/+0
2010-02-01x86: Remove BIOS data range from e820Yinghai Lu1-16/+0
2009-12-30x86: Lift restriction on the location of FIX_BTMAP_*Jan Beulich1-0/+4
2009-12-08Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-25/+1
2009-11-10x86: pat: Remove ioremap_default()Xiaotian Feng1-25/+1
2009-11-08x86: Fix error return sequence in __ioremap_caller()Xiaotian Feng1-13/+11
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+4
2009-09-10x86: split __phys_addr out into separate fileJeremy Fitzhardinge1-71/+1
2009-08-26Merge branch 'x86/urgent' into x86/patH. Peter Anvin1-1/+2
2009-08-26x86, pat: ioremap to follow same PAT restrictions as other PAT usersVenkatesh Pallipadi1-14/+3
2009-04-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+6