aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-29x86: start annotating early ioremap pointers with __iomemHarvey Harrison1-11/+11
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linusIngo Molnar1-0/+6
2008-10-13x86: change early_ioremap to use slots instead of nestingYinghai Lu1-20/+57
2008-10-13x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum1-2/+34
2008-10-13x86: add early_memremap()Jeremy Fitzhardinge1-5/+17
2008-10-13x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge1-4/+4
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo Molnar1-7/+26
2008-10-12x86, early_ioremap: fix fencepost errorAlan Cox1-1/+1
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar1-2/+2
2008-10-10x86: track memtype for RAM in page structSuresh Siddha1-0/+19
2008-10-06Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar1-2/+2
2008-09-26IO resources, x86: ioremap sanity check to catch mapping requests exceeding the BAR sizesSuresh Siddha1-0/+6
2008-08-21x86: use WARN() in arch/x86/mm/ioremap.cArjan van de Ven1-5/+3
2008-08-15x86: Fix ioremap off by one BUGAndi Kleen1-1/+1
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar1-0/+8
2008-07-24access_process_vm device memory infrastructureRik van Riel1-0/+8
2008-07-23x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as staticJaswinder Singh1-2/+2
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-1/+10
2008-07-12Merge branch 'linus' into x86/coreIngo Molnar1-1/+24
2008-07-10x86: fix /dev/mem compatibility under PATVenkatesh Pallipadi1-1/+24
2008-07-08x86, 64-bit: adjust mapping of physical pagetables to work with XenJeremy Fitzhardinge1-1/+1
2008-07-08x86, 64-bit: unify early_ioremapJeremy Fitzhardinge1-4/+1
2008-07-08build: add __page_aligned_data and __page_aligned_bssJeremy Fitzhardinge1-2/+1
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-10/+11
2008-07-08x86: add sparse annotations to ioremapThomas Gleixner1-5/+5
2008-07-07Merge branch 'linus' into tracing/mmiotraceIngo Molnar1-2/+3
2008-06-24x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann1-1/+1
2008-06-19x86, MM: virtual address debug, v2Jiri Slaby1-0/+2
2008-06-19MM: virtual address debugJiri Slaby1-7/+24
2008-06-16Merge branch 'linus' into x86/patIngo Molnar1-2/+3
2008-06-12x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann1-2/+2
2008-06-04x86: ioremap fix failing nesting checkIngo Molnar1-2/+3
2008-05-24x86 mmiotrace: fix page-unaligned ioremapsPekka Paalanen1-1/+3
2008-05-24x86: mmiotrace, preview 2Pekka Paalanen1-1/+8
2008-04-30x86: ioremap ram check fixAndres Salomon1-2/+3
2008-04-30x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_nocache() and pci_mmap_page_range()Suresh Siddha1-4/+16
2008-04-30revert: "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/linux-2.6-x86-patLinus Torvalds1-0/+29
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge1-1/+1
2008-04-24x86: 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