Age | Commit message (Expand) | Author | Files | Lines |
2010-10-13 | xen: Cope with unmapped pages when initializing kernel pagetable | Jeremy Fitzhardinge | 1 | -0/+5 |
2010-07-20 | x86, iomap: Fix wrong page aligned size calculation in ioremapping code | Florian Zumbiehl | 1 | -1/+1 |
2010-07-09 | x86, ioremap: Fix normal ram range check | Kenji Kaneshige | 1 | -1/+1 |
2010-07-09 | x86, ioremap: Fix incorrect physical address handling in PAE mode | Kenji Kaneshige | 1 | -7/+5 |
2010-04-30 | x86: Fix 'reservetop=' functionality | Liang Li | 1 | -0/+14 |
2010-02-28 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -37/+0 |
2010-02-17 | Merge branch 'linus' into x86/mm | Thomas Gleixner | 1 | -38/+12 |
2010-02-01 | x86: Use the generic page_is_ram() | Wu Fengguang | 1 | -21/+0 |
2010-02-01 | x86: Remove BIOS data range from e820 | Yinghai Lu | 1 | -16/+0 |
2009-12-30 | x86: Lift restriction on the location of FIX_BTMAP_* | Jan Beulich | 1 | -0/+4 |
2009-12-08 | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -25/+1 |
2009-11-10 | x86: pat: Remove ioremap_default() | Xiaotian Feng | 1 | -25/+1 |
2009-11-08 | x86: Fix error return sequence in __ioremap_caller() | Xiaotian Feng | 1 | -13/+11 |
2009-09-15 | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -14/+4 |
2009-09-10 | x86: split __phys_addr out into separate file | Jeremy Fitzhardinge | 1 | -71/+1 |
2009-08-26 | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 1 | -1/+2 |
2009-08-26 | x86, pat: ioremap to follow same PAT restrictions as other PAT users | Venkatesh Pallipadi | 1 | -14/+3 |
2009-04-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+6 |
2009-04-10 | x86: fix set_fixmap to use phys_addr_t | Masami Hiramatsu | 1 | -10/+13 |
2009-04-10 | x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype() | Suresh Siddha | 1 | -1/+2 |
2009-04-10 | x86, CPA: Change idmap attribute before ioremap attribute setup | Suresh Siddha | 1 | -3/+4 |
2009-03-25 | x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safe | Wang Chen | 1 | -1/+1 |
2009-03-21 | Revert "x86: create a non-zero sized bm_pte only when needed" | Jeremy Fitzhardinge | 1 | -16/+3 |
2009-03-13 | x86: create a non-zero sized bm_pte only when needed | Jan Beulich | 1 | -3/+16 |
2009-03-13 | x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits members | Jan Beulich | 1 | -9/+8 |
2009-03-10 | Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ... | Ingo Molnar | 1 | -8/+13 |
2009-03-08 | x86-32: make sure virt_addr_valid() returns false for fixmap addresses | Jeremy Fitzhardinge | 1 | -0/+2 |
2009-03-08 | x86: don't define __this_fixmap_does_not_exist() | Wang Chen | 1 | -8/+11 |
2009-03-05 | x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state tests | Jeremy Fitzhardinge | 1 | -5/+2 |
2009-03-05 | x86-32: use specific __vmalloc_start_set flag in __virt_addr_valid | Jeremy Fitzhardinge | 1 | -4/+3 |
2009-02-13 | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86... | Ingo Molnar | 1 | -19/+0 |
2009-02-12 | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 1 | -19/+0 |
2009-01-28 | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 1 | -1/+1 |
2009-01-22 | x86 PAT: ioremap_wc should take resource_size_t parameter | venkatesh.pallipadi@intel.com | 1 | -1/+1 |
2009-01-16 | x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta... | Jan Beulich | 1 | -25/+0 |
2008-12-12 | x86: soften multi-BAR mapping sanity check warning message | Ingo Molnar | 1 | -1/+2 |
2008-10-29 | x86: start annotating early ioremap pointers with __iomem | Harvey Harrison | 1 | -11/+11 |
2008-10-15 | Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri... | Ingo Molnar | 1 | -0/+6 |
2008-10-13 | x86: change early_ioremap to use slots instead of nesting | Yinghai Lu | 1 | -20/+57 |
2008-10-13 | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2 | Vegard Nossum | 1 | -2/+34 |
2008-10-13 | x86: add early_memremap() | Jeremy Fitzhardinge | 1 | -5/+17 |
2008-10-13 | x86: add _PAGE_IOMAP pte flag for IO mappings | Jeremy Fitzhardinge | 1 | -4/+4 |
2008-10-12 | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x... | Ingo Molnar | 1 | -7/+26 |
2008-10-12 | x86, early_ioremap: fix fencepost error | Alan Cox | 1 | -1/+1 |
2008-10-10 | Merge branch 'linus' into x86/pat2 | Ingo Molnar | 1 | -2/+2 |
2008-10-10 | x86: track memtype for RAM in page struct | Suresh Siddha | 1 | -0/+19 |
2008-10-06 | Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 | Ingo Molnar | 1 | -2/+2 |
2008-09-26 | IO resources, x86: ioremap sanity check to catch mapping requests exceeding t... | Suresh Siddha | 1 | -0/+6 |
2008-08-21 | x86: use WARN() in arch/x86/mm/ioremap.c | Arjan van de Ven | 1 | -5/+3 |
2008-08-15 | x86: Fix ioremap off by one BUG | Andi Kleen | 1 | -1/+1 |