summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* ioremap: Delay sanity check until after a successful mappingTim Gardner2011-04-291-7/+7
* xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge2010-10-131-0/+5
* x86, iomap: Fix wrong page aligned size calculation in ioremapping codeFlorian Zumbiehl2010-07-201-1/+1
* x86, ioremap: Fix normal ram range checkKenji Kaneshige2010-07-091-1/+1
* x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-091-7/+5
* x86: Fix 'reservetop=' functionalityLiang Li2010-04-301-0/+14
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-02-281-37/+0
|\
| * Merge branch 'linus' into x86/mmThomas Gleixner2010-02-171-38/+12
| |\
| * | x86: Use the generic page_is_ram()Wu Fengguang2010-02-011-21/+0
| * | x86: Remove BIOS data range from e820Yinghai Lu2010-02-011-16/+0
* | | x86: Lift restriction on the location of FIX_BTMAP_*Jan Beulich2009-12-301-0/+4
| |/ |/|
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-081-25/+1
|\ \
| * | x86: pat: Remove ioremap_default()Xiaotian Feng2009-11-101-25/+1
| |/
* / x86: Fix error return sequence in __ioremap_caller()Xiaotian Feng2009-11-081-13/+11
|/
* Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-14/+4
|\
| * Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-261-1/+2
| |\
| * | x86, pat: ioremap to follow same PAT restrictions as other PAT usersVenkatesh Pallipadi2009-08-261-14/+3
| |/
* / x86: split __phys_addr out into separate fileJeremy Fitzhardinge2009-09-101-71/+1
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-171-4/+6
|\
| * x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype()Suresh Siddha2009-04-101-1/+2
| * x86, CPA: Change idmap attribute before ioremap attribute setupSuresh Siddha2009-04-101-3/+4
* | x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu2009-04-101-10/+13
|/
* x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safeWang Chen2009-03-251-1/+1
* Revert "x86: create a non-zero sized bm_pte only when needed"Jeremy Fitzhardinge2009-03-211-16/+3
* x86: create a non-zero sized bm_pte only when neededJan Beulich2009-03-131-3/+16
* x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich2009-03-131-9/+8
*-----. Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar2009-03-101-8/+13
|\ \ \ \
| | * | | x86-32: make sure virt_addr_valid() returns false for fixmap addressesJeremy Fitzhardinge2009-03-081-0/+2
| |/ / / |/| | |
| * | | x86: don't define __this_fixmap_does_not_exist()Wang Chen2009-03-081-8/+11
|/ / /
* | | x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state testsJeremy Fitzhardinge2009-03-051-5/+2
* | | x86-32: use specific __vmalloc_start_set flag in __virt_addr_validJeremy Fitzhardinge2009-03-051-4/+3
| |/ |/|
| |
| \
*-. | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-19/+0
|\ \|
| | * x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha2009-02-121-19/+0
| | |
| \ \
*-. \ \ Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-281-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * x86 PAT: ioremap_wc should take resource_size_t parametervenkatesh.pallipadi@intel.com2009-01-221-1/+1
| |/
* / x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...Jan Beulich2009-01-161-25/+0
|/
* x86: soften multi-BAR mapping sanity check warning messageIngo Molnar2008-12-121-1/+2
* x86: start annotating early ioremap pointers with __iomemHarvey Harrison2008-10-291-11/+11
*---. Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-0/+6
|\ \ \
| | * | IO resources, x86: ioremap sanity check to catch mapping requests exceeding t...Suresh Siddha2008-09-261-0/+6
| |/ /
* | | x86: change early_ioremap to use slots instead of nestingYinghai Lu2008-10-131-20/+57
* | | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum2008-10-131-2/+34
* | | x86: add early_memremap()Jeremy Fitzhardinge2008-10-131-5/+17
* | | x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge2008-10-131-4/+4
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-121-7/+26
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/
| | * | | x86, MM: virtual address debug, v2Jiri Slaby2008-06-191-0/+2
| | * | | MM: virtual address debugJiri Slaby2008-06-191-7/+24
* | | | | x86, early_ioremap: fix fencepost errorAlan Cox2008-10-121-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-101-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar2008-10-061-2/+2
| |\ \ \ \ | | |/ / / | |/| | |