summaryrefslogtreecommitdiff
path: root/arch/x86/mm/ioremap.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-01x86: ioremap ram check fixAndres Salomon1-2/+3
2008-05-01x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no...Suresh Siddha1-4/+16
2008-05-01revert: "x86: ioremap(), extend check to all RAM pages"Ingo Molnar1-2/+2
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-6/+9
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-0/+29
2008-04-25x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge1-1/+1
2008-04-25x86: PAT avoid aliasing in /dev/mem read/writevenkatesh.pallipadi@intel.com1-0/+29
2008-04-19x86: fix arch/x86/mm/ioremap.c warningRandy Dunlap1-2/+3
2008-04-17x86: ioremap of 64-bit resource on 32-bit kernel fixIngo Molnar1-2/+3
2008-04-17x86: PAT bug fix for attribute type check after reserve_memtype, debugVenki Pallipadi1-2/+2
2008-04-17x86: PAT bug fix for attribute type check after reserve_memtypeVenki Pallipadi1-2/+9
2008-04-17x86: add PAT related debug printsvenkatesh.pallipadi@intel.com1-1/+5
2008-04-17x86: PAT add ioremap_wc() interfacevenkatesh.pallipadi@intel.com1-0/+30
2008-04-17x86: PAT use reserve free memtype in set_memory_ucvenkatesh.pallipadi@intel.com1-2/+2
2008-04-17x86: PAT use reserve free memtype in ioremap and iounmapvenkatesh.pallipadi@intel.com1-7/+28
2008-04-17x86: PAT make ioremap_change_attr non-staticvenkatesh.pallipadi@intel.com1-17/+12
2008-04-17x86: revert ucminus changeIngo Molnar1-5/+1
2008-04-17x86: warn about RAM pages in ioremap()Ingo Molnar1-2/+4
2008-04-17x86: ioremap(), extend check to all RAM pagesIngo Molnar1-2/+3
2008-04-17x86: check physical address range in ioremapThomas Gleixner1-0/+19
2008-04-17x86: reduce arch/x86/mm/ioremap.o sizeIan Campbell1-2/+2
2008-03-27x86: fix performance drop for glxSuresh Siddha1-1/+5
2008-03-24x86-32: Pass the full resource data to ioremap()Linus Torvalds1-3/+3
2008-03-11x86: ioremap, remove WARN_ON()Ingo Molnar1-2/+0
2008-02-29x86: fix leak un ioremap_page_range() failureIngo Molnar1-1/+1
2008-02-20Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2008-02-19x86: fix page_is_ram() thinkoArjan van de Ven1-8/+7
2008-02-19x86: fix WARN_ON() message: teach page_is_ram() about the special 4Kb bios da...Arjan van de Ven1-0/+9
2008-02-19fix historic ioremap() abuse in AGPArjan van dev Ven1-0/+2
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