- 8ef4227 x86/io: add interface to reserve io memtype for a resource range. (v1.1) by Dave Airlie · 8 years ago
- 9049771 mm: fix cache mode of dax pmd mappings by Dan Williams · 8 years ago
- aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 4b599fe x86/mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
- 39380b8 x86/mm/pat, /dev/mem: Remove superfluous error message by Jiri Kosina · 8 years ago
- 1886297 x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386 by Toshi Kani · 9 years ago
- 88ba281 x86/xen, pat: Remove PAT table init code from Xen by Toshi Kani · 9 years ago
- d63dcf4 x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() by Toshi Kani · 9 years ago
- 224bb1e x86/mm/pat: Add pat_disable() interface by Toshi Kani · 9 years ago
- 02f037d x86/mm/pat: Add support of non-default PAT MSR setting by Toshi Kani · 9 years ago
- 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
- 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
- dd7b684 x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap() by Matthew Wilcox · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 2039e6a x86/mm/pat: Change free_memtype() to support shrinking case by Toshi Kani · 9 years ago
- d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 9 years ago
- 35a5a10 x86/mm/pat: Extend set_page_memtype() to support Write-Through type by Toshi Kani · 9 years ago
- d1b4bfb x86/mm/pat: Add pgprot_writethrough() by Toshi Kani · 9 years ago
- 0d69bdf x86/mm/pat: Change reserve_memtype() for Write-Through type by Toshi Kani · 9 years ago
- d79a40c x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type by Toshi Kani · 9 years ago
- 7202fdb x86/mm/pat: Remove pat_enabled() checks by Borislav Petkov · 9 years ago
- 9cd25aa x86/mm/pat: Emulate PAT when it is disabled by Borislav Petkov · 9 years ago
- 9dac629 x86/mm/pat: Untangle pat_init() by Borislav Petkov · 9 years ago
- fbe7193 x86/mm/pat: Export pat_enabled() by Luis R. Rodriguez · 9 years ago
- cb32edf x86/mm/pat: Wrap pat_enabled into a function API by Luis R. Rodriguez · 9 years ago
- 9e76561 x86/mm/pat: Convert to pr_*() usage by Luis R. Rodriguez · 9 years ago
- b73522e x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers by Toshi Kani · 9 years ago
- 1f40a8b x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases by Pavel Machek · 10 years ago
- 9d34cfd x86: Don't rely on VMWare emulating PAT MSR correctly by Juergen Gross · 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
- 3736708 x86: Replace seq_printf() with seq_puts() by Rasmus Villemoes · 10 years ago
- 0dbcae8 x86: mm: Move PAT only functions to mm/pat.c by Thomas Gleixner · 10 years ago
- bd809af x86: Enable PAT to use cache mode translation tables by Juergen Gross · 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
- 2a37469 x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert() by Juergen Gross · 10 years ago
- 49a3b3c x86: Use new cache mode type in mm/iomap_32.c by Juergen Gross · 10 years ago
- d85f333 x86: Use new cache mode type in asm/pgtable.h by Juergen Gross · 10 years ago
- 60f583d x86: Do not try to sync identity map for non-mapped pages by Dave Hansen · 12 years ago
- a25b931 x86, mm: Make DEBUG_VIRTUAL work earlier in boot by Dave Hansen · 12 years ago
- b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
- 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
- b1a86e1 x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines by Suresh Siddha · 12 years ago
- bbd7714 Merge branch 'x86/trampoline' into x86/urgent by H. Peter Anvin · 12 years ago
- fa83523 x86/mm/pat: Improve scaling of pat_pagerange_is_ram() by John Dykstra · 12 years ago
- 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
- 9faa1e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 3709c85 x86: Ioremap: fix wrong physical address handling in PAT code by Yasuaki Ishimatsu · 14 years ago
- 6a4f3b5 x86, pat: Proper init of memtype subtree_max_end by Venkatesh Pallipadi · 14 years ago
- 20413f2 x86, pat: Fix memory leak in free_memtype by Xiaotian Feng · 14 years ago
- c4fd308 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 1f9cc3c x86, pat: Update the page flags for memtype atomically instead of using memtype_lock by Robin Holt · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 9e41a49 x86, pat: Migrate to rbtree only backend for pat memtype management by Pallipadi, Venkatesh · 15 years ago
- be5a0c1 x86, pat: Preparatory changes in pat.c for bigger rbtree change by venkatesh.pallipadi@intel.com · 15 years ago
- 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 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
- dd4377b x86/pat: Trivial: don't create debugfs for memtype if pat is disabled by Xiaotian Feng · 15 years ago
- eb41c8b x86, platform: Change is_untracked_pat_range() to bool; cleanup init by H. Peter Anvin · 15 years ago
- 8a27138 x86, mm: is_untracked_pat_range() takes a normal semiclosed range by H. Peter Anvin · 15 years ago
- fd12a0d x86: UV SGI: Don't track GRU space in PAT by Jack Steiner · 15 years ago
- 83ea05e x86: pat: Clean up req_type special case for reserve_memtype() by Xiaotian Feng · 15 years ago
- e23a8b6 x86: Reduce verbosity of "PAT enabled" kernel message by Roland Dreier · 15 years ago
- ca043a6 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- dcb73bf x86, pat: don't use rb-tree based lookup in reserve_memtype() by Suresh Siddha · 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
- 15b0404 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- d535e43 x86: Make memtype_seq_ops const by Tobias Klauser · 15 years ago
- b855192 Merge branch 'x86/urgent' into x86/pat by H. Peter Anvin · 15 years ago
- d886c73 x86, pat: Sanity check remap_pfn_range for RAM region by Venkatesh Pallipadi · 15 years ago
- 1087637 x86, pat: Lookup the protection from memtype list on vm_insert_pfn() by Venkatesh Pallipadi · 15 years ago
- 637b86e x86, pat: Add lookup_memtype to get the current memtype of a paddr by Venkatesh Pallipadi · 15 years ago
- f584174 x86, pat: Use page flags to track memtypes of RAM pages by Venkatesh Pallipadi · 15 years ago
- 335ef89 x86, pat: Add rbtree to do quick lookup in memtype tracking by Venkatesh Pallipadi · 15 years ago
- 9fd126b x86, pat: New i/f for driver to request memtype for IO regions by Venkatesh Pallipadi · 15 years ago
- 5fc5174 x86, pat: Keep identity maps consistent with mmaps even when pat_disabled by Venkatesh Pallipadi · 15 years ago
- 1adcaaf x86, pat: Allow ISA memory range uncacheable mapping requests by Suresh Siddha · 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
- 4b06504 x86, PAT: Remove page granularity tracking for vm_insert_pfn maps by Pallipadi, Venkatesh · 16 years ago
- 1ee4bd9 x86: fix wrong section of pat_disable & make it static by Marcin Slusarz · 16 years ago
- 0c3c8a1 x86, PAT: Remove duplicate memtype reserve in devmem mmap by Suresh Siddha · 16 years ago
- b6ff32d x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype() by Suresh Siddha · 16 years ago
- 0ca0f16 Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconfig', 'x86/mm', 'x86/ptrace', 'x86/setup' and 'x86/urgent'; commit 'v2.6.29-rc8' into x86/core by Ingo Molnar · 16 years ago
- 4bb9c5c VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff by Pallipadi, Venkatesh · 16 years ago
- 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
- 92b9af9 x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() by Ingo Molnar · 16 years ago
- 801c0be Merge branches 'x86/urgent' and 'x86/pat' into x86/core by Ingo Molnar · 16 years ago
- 7880f74 gpu/drm, x86, PAT: routine to keep identity map in sync by Venkatesh Pallipadi · 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
- 810ee58 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
- 75a0481 x86: handle PAT more like other CPU features by H. Peter Anvin · 16 years ago
- 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 16 years ago
- b5db0e3 Revert "x86 PAT: remove CPA WARN_ON for zero pte" by Linus Torvalds · 16 years ago
- 5cca0cf x86, pat: fix reserve_memtype() for legacy 1MB range by Suresh Siddha · 16 years ago
- 58dab91 x86 PAT: remove CPA WARN_ON for zero pte by venkatesh.pallipadi@intel.com · 16 years ago
- cdecff6 x86 PAT: return compatible mapping to remap_pfn_range callers by venkatesh.pallipadi@intel.com · 16 years ago
- e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
- c1c15b6 x86: PAT: fix address types in track_pfn_vma_new() by H. Peter Anvin · 16 years ago