Commit Graph

104 Commits (adc1938994f7f1112d335d998b5218b0aa680ad6)

Author SHA1 Message Date
Jeremy Fitzhardinge 78c86e5e56 x86: split __phys_addr out into separate file 16 years ago
Venkatesh Pallipadi 279e669b3f x86, pat: ioremap to follow same PAT restrictions as other PAT users 16 years ago
Masami Hiramatsu 9b987aeb4a x86: fix set_fixmap to use phys_addr_t 16 years ago
Suresh Siddha b6ff32d9aa x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype() 16 years ago
Suresh Siddha 43a432b155 x86, CPA: Change idmap attribute before ioremap attribute setup 16 years ago
Wang Chen 9f4f25c86f x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safe 16 years ago
Jeremy Fitzhardinge 45c7b28f3c Revert "x86: create a non-zero sized bm_pte only when needed" 16 years ago
Jan Beulich 698609bdcd x86: create a non-zero sized bm_pte only when needed 16 years ago
Jan Beulich 13c6c53282 x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits members 16 years ago
Jeremy Fitzhardinge 0feca851c1 x86-32: make sure virt_addr_valid() returns false for fixmap addresses 16 years ago
Wang Chen 8827247ffc x86: don't define __this_fixmap_does_not_exist() 16 years ago
Jeremy Fitzhardinge ed26dbe5ae x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state tests 16 years ago
Jeremy Fitzhardinge dc16ecf7fd x86-32: use specific __vmalloc_start_set flag in __virt_addr_valid 16 years ago
Suresh Siddha be03d9e802 x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem 16 years ago
venkatesh.pallipadi@intel.com d639bab8da x86 PAT: ioremap_wc should take resource_size_t parameter 16 years ago
Jan Beulich a3c6018e56 x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2) 16 years ago
Ingo Molnar 8808500f26 x86: soften multi-BAR mapping sanity check warning message 16 years ago
Harvey Harrison 1d6cf1feb8 x86: start annotating early ioremap pointers with __iomem 17 years ago
Yinghai Lu c1a2f4b108 x86: change early_ioremap to use slots instead of nesting 17 years ago
Vegard Nossum af5c2bd16a x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2 17 years ago
Jeremy Fitzhardinge 1494177942 x86: add early_memremap() 17 years ago
Jeremy Fitzhardinge be43d72835 x86: add _PAGE_IOMAP pte flag for IO mappings 17 years ago
Alan Cox c613ec1a7f x86, early_ioremap: fix fencepost error 17 years ago
Suresh Siddha 9542ada803 x86: track memtype for RAM in page struct 17 years ago
Suresh Siddha 379daf6290 IO resources, x86: ioremap sanity check to catch mapping requests exceeding the BAR sizes 17 years ago
Arjan van de Ven 0c072bb452 x86: use WARN() in arch/x86/mm/ioremap.c 17 years ago
Andi Kleen e213e87785 x86: Fix ioremap off by one BUG 17 years ago
Rik van Riel 28b2ee20c7 access_process_vm device memory infrastructure 17 years ago
Jaswinder Singh 4b6e9f27d0 x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as static 17 years ago
Venkatesh Pallipadi a361ee5cb8 x86: fix /dev/mem compatibility under PAT 17 years ago
Jeremy Fitzhardinge 4f9c11dd49 x86, 64-bit: adjust mapping of physical pagetables to work with Xen 17 years ago
Jeremy Fitzhardinge 4583ed514e x86, 64-bit: unify early_ioremap 17 years ago
Jeremy Fitzhardinge a7bf0bd5e6 build: add __page_aligned_data and __page_aligned_bss 17 years ago
Thomas Gleixner 6e92a5a615 x86: add sparse annotations to ioremap 17 years ago
Andreas Herrmann bcc643dc28 x86: introduce macro to check whether an address range is in the ISA range 17 years ago
Jiri Slaby a1bf9631be x86, MM: virtual address debug, v2 17 years ago
Jiri Slaby 59ea746337 MM: virtual address debug 17 years ago
Andreas Herrmann 499f8f84b8 x86: rename pat_wc_enabled to pat_enabled 17 years ago
Ingo Molnar 226e9a93a2 x86: ioremap fix failing nesting check 17 years ago
Pekka Paalanen 87e547fe41 x86 mmiotrace: fix page-unaligned ioremaps 17 years ago
Pekka Paalanen d61fc44853 x86: mmiotrace, preview 2 17 years ago
Andres Salomon cb8ab687c3 x86: ioremap ram check fix 17 years ago
Suresh Siddha de33c442ed x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_nocache() and pci_mmap_page_range() 17 years ago
Ingo Molnar 2544a873ab revert: "x86: ioremap(), extend check to all RAM pages" 17 years ago
Christoph Lameter 2301696932 vmallocinfo: add caller information 17 years ago
Jeremy Fitzhardinge 6944a9c894 x86: rename paravirt_alloc_pt etc after the pagetable structure 17 years ago
venkatesh.pallipadi@intel.com e045fb2a98 x86: PAT avoid aliasing in /dev/mem read/write 17 years ago
Randy Dunlap 4c8337ac42 x86: fix arch/x86/mm/ioremap.c warning 17 years ago
Ingo Molnar 756a6c6855 x86: ioremap of 64-bit resource on 32-bit kernel fix 17 years ago
Venki Pallipadi b450e5e816 x86: PAT bug fix for attribute type check after reserve_memtype, debug 17 years ago