summaryrefslogtreecommitdiff
path: root/arch/x86/mm/ioremap.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-13x86/early_ioremap: don't assume we're using swapper_pg_dirJeremy Fitzhardinge1-1/+3
2008-02-10x86: fix early_ioremap pagetable opsIan Campbell1-2/+2
2008-02-10x86: construct 32-bit boot time page tables in native format.Ian Campbell1-24/+31
2008-02-04x86: no CPA on iounmapThomas Gleixner1-3/+0
2008-02-04x86: ioremap remove the range check of cpaThomas Gleixner1-15/+2
2008-02-04x86: simplify __ioremapThomas Gleixner1-8/+6
2008-02-04x86: relax RAM check in ioremap()Ingo Molnar1-4/+5
2008-02-01x86: fixes for lookup_address argsHarvey Harrison1-1/+2
2008-02-01x86: early_ioremap_reset fix 2Huang, Ying1-1/+1
2008-01-30x86: fix early_ioremap pagetable opsJeremy Fitzhardinge1-0/+2
2008-01-30x86: ioremap KERN_INFOIngo Molnar1-4/+4
2008-01-30x86: cpa: move flush to cpaThomas Gleixner1-2/+0
2008-01-30x86: cpa: convert ioremap to new APIThomas Gleixner1-22/+35
2008-01-30x86: fix ioremap APIThomas Gleixner1-3/+8
2008-01-30x86: fix ioremap RAM checkThomas Gleixner1-13/+4
2008-01-30x86: fix the missing BIOS area check in page_is_ramThomas Gleixner1-5/+10
2008-01-30x86: move page_is_ram() functionThomas Gleixner1-0/+24
2008-01-30x86: unify ioremap_32 and _64Thomas Gleixner1-0/+463