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