- 5d72b4f x86, mm: support huge I/O mapping capability I/F by Toshi Kani · 10 years ago
- a023748 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e00c8cc x86: Use new cache mode type in memtype related functions by Juergen Gross · 10 years ago
- b14097b x86: Use new cache mode type in mm/ioremap.c by Juergen Gross · 10 years ago
- d85f333 x86: Use new cache mode type in asm/pgtable.h by Juergen Gross · 10 years ago
- 4707a34 /dev/mem: Use more consistent data types by Thierry Reding · 10 years ago
- 906e36c x86: use optimized ioresource lookup in ioremap function by Mike Travis · 10 years ago
- a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
- 73159fd x86, mm: Ensure correct alignment of the fixmap by Andy Lutomirski · 11 years ago
- c81c8a1 x86, ioremap: Speed up check for RAM pages by Roland Dreier · 11 years ago
- 5b7c73e x86: use generic early_ioremap by Mark Salter · 11 years ago
- 6b550f6 x86/mm: sparse warning fix for early_memremap by Dave Young · 11 years ago
- d4f5228 mm: Remove unused variable idx0 in __early_ioremap() by Jianguo Wu · 11 years ago
- 4f4319a x86/ioremap: Correct function name output by Borislav Petkov · 11 years ago
- ef93247 mm, vmalloc: change iterating a vmlist to find_vm_area() by Joonsoo Kim · 12 years ago
- be354f4 Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" by Linus Torvalds · 12 years ago
- 53b87cf x86, mm: Include the entire kernel memory map in trampoline_pgd by Matt Fleming · 12 years ago
- 9efc31b x86/mm: Fix some kernel-doc warnings by Wanpeng Li · 12 years ago
- c7a7b814 ioremap: Delay sanity check until after a successful mapping by Tim Gardner · 14 years ago
- fef5ba7 xen: Cope with unmapped pages when initializing kernel pagetable by Jeremy Fitzhardinge · 14 years ago
- 468c30f x86, iomap: Fix wrong page aligned size calculation in ioremapping code by Florian Zumbiehl · 14 years ago
- 35be1b7 x86, ioremap: Fix normal ram range check by Kenji Kaneshige · 14 years ago
- ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago
- e67a807 x86: Fix 'reservetop=' functionality by Liang Li · 15 years ago
- 46bbffa Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- b7e56ed Merge branch 'linus' into x86/mm by Thomas Gleixner · 15 years ago
- 13ca0fc x86: Use the generic page_is_ram() by Wu Fengguang · 15 years ago
- 1b5576e x86: Remove BIOS data range from e820 by Yinghai Lu · 15 years ago
- 499a5f1 x86: Lift restriction on the location of FIX_BTMAP_* by Jan Beulich · 15 years ago
- b391738 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 2fb8f4e x86: pat: Remove ioremap_default() by Xiaotian Feng · 15 years ago
- de2a47c x86: Fix error return sequence in __ioremap_caller() by Xiaotian Feng · 15 years ago
- 2274239 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 78c86e5 x86: split __phys_addr out into separate file by Jeremy Fitzhardinge · 15 years ago
- b855192 Merge branch 'x86/urgent' into x86/pat by H. Peter Anvin · 15 years ago
- 279e669 x86, pat: ioremap to follow same PAT restrictions as other PAT users by Venkatesh Pallipadi · 15 years ago
- b9836e0 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 9b987ae x86: fix set_fixmap to use phys_addr_t by Masami Hiramatsu · 16 years ago
- b6ff32d x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype() by Suresh Siddha · 16 years ago
- 43a432b x86, CPA: Change idmap attribute before ioremap attribute setup by Suresh Siddha · 16 years ago
- 9f4f25c x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safe by Wang Chen · 16 years ago
- 45c7b28 Revert "x86: create a non-zero sized bm_pte only when needed" by Jeremy Fitzhardinge · 16 years ago
- 698609b x86: create a non-zero sized bm_pte only when needed by Jan Beulich · 16 years ago
- 13c6c53 x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits members by Jan Beulich · 16 years ago
- 467c88f Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
- 0feca85 x86-32: make sure virt_addr_valid() returns false for fixmap addresses by Jeremy Fitzhardinge · 16 years ago
- 8827247 x86: don't define __this_fixmap_does_not_exist() by Wang Chen · 16 years ago
- ed26dbe x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state tests by Jeremy Fitzhardinge · 16 years ago
- dc16ecf x86-32: use specific __vmalloc_start_set flag in __virt_addr_valid by Jeremy Fitzhardinge · 16 years ago
- 7032e86 Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
- be03d9e x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem by Suresh Siddha · 16 years ago
- 74b6eb6b Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
- d639bab x86 PAT: ioremap_wc should take resource_size_t parameter by venkatesh.pallipadi@intel.com · 16 years ago
- a3c6018 x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2) by Jan Beulich · 16 years ago
- 8808500 x86: soften multi-BAR mapping sanity check warning message by Ingo Molnar · 16 years ago
- 1d6cf1f x86: start annotating early ioremap pointers with __iomem by Harvey Harrison · 16 years ago
- 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
- c1a2f4b x86: change early_ioremap to use slots instead of nesting by Yinghai Lu · 16 years ago
- af5c2bd x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2 by Vegard Nossum · 16 years ago
- 1494177 x86: add early_memremap() by Jeremy Fitzhardinge · 16 years ago
- be43d72 x86: add _PAGE_IOMAP pte flag for IO mappings by Jeremy Fitzhardinge · 16 years ago
- 8daf14c Merge 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-v2 by Ingo Molnar · 16 years ago
- c613ec1 x86, early_ioremap: fix fencepost error by Alan Cox · 16 years ago
- 3dd392a Merge branch 'linus' into x86/pat2 by Ingo Molnar · 16 years ago
- 9542ada x86: track memtype for RAM in page struct by Suresh Siddha · 16 years ago
- 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
- 379daf6 IO resources, x86: ioremap sanity check to catch mapping requests exceeding the BAR sizes by Suresh Siddha · 16 years ago
- 0c072bb x86: use WARN() in arch/x86/mm/ioremap.c by Arjan van de Ven · 16 years ago
- e213e87 x86: Fix ioremap off by one BUG by Andi Kleen · 16 years ago
- 8d7ccaa Merge commit 'v2.6.27-rc3' into x86/prototypes by Ingo Molnar · 16 years ago
- 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 16 years ago
- 4b6e9f2 x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as static by Jaswinder Singh · 16 years ago
- 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
- ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
- a361ee5 x86: fix /dev/mem compatibility under PAT by Venkatesh Pallipadi · 16 years ago
- 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
- 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
- a7bf0bd build: add __page_aligned_data and __page_aligned_bss by Jeremy Fitzhardinge · 16 years ago
- 6924d1a Merge 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/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 16 years ago
- 6e92a5a x86: add sparse annotations to ioremap by Thomas Gleixner · 16 years ago
- d763d5e Merge branch 'linus' into tracing/mmiotrace by Ingo Molnar · 16 years ago
- bcc643d x86: introduce macro to check whether an address range is in the ISA range by Andreas Herrmann · 16 years ago
- a1bf963 x86, MM: virtual address debug, v2 by Jiri Slaby · 16 years ago
- 59ea746 MM: virtual address debug by Jiri Slaby · 16 years ago
- faeca31 Merge branch 'linus' into x86/pat by Ingo Molnar · 16 years ago
- 499f8f8 x86: rename pat_wc_enabled to pat_enabled by Andreas Herrmann · 16 years ago
- 226e9a9 x86: ioremap fix failing nesting check by Ingo Molnar · 16 years ago
- 87e547f x86 mmiotrace: fix page-unaligned ioremaps by Pekka Paalanen · 16 years ago
- d61fc44 x86: mmiotrace, preview 2 by Pekka Paalanen · 16 years ago
- cb8ab68 x86: ioremap ram check fix by Andres Salomon · 17 years ago
- de33c44 x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_nocache() and pci_mmap_page_range() by Suresh Siddha · 17 years ago
- 2544a87 revert: "x86: ioremap(), extend check to all RAM pages" by Ingo Molnar · 17 years ago
- 2301696 vmallocinfo: add caller information by Christoph Lameter · 17 years ago
- bf16ae2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-pat by Linus Torvalds · 17 years ago
- 6944a9c x86: rename paravirt_alloc_pt etc after the pagetable structure by Jeremy Fitzhardinge · 17 years ago
- e045fb2 x86: PAT avoid aliasing in /dev/mem read/write by venkatesh.pallipadi@intel.com · 17 years ago
- 4c8337a x86: fix arch/x86/mm/ioremap.c warning by Randy Dunlap · 17 years ago
- 756a6c6 x86: ioremap of 64-bit resource on 32-bit kernel fix by Ingo Molnar · 17 years ago
- b450e5e x86: PAT bug fix for attribute type check after reserve_memtype, debug by Venki Pallipadi · 17 years ago
- dee7cbb x86: PAT bug fix for attribute type check after reserve_memtype by Venki Pallipadi · 17 years ago