1. 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
  2. 4bb9c5c VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff by Pallipadi, Venkatesh · 16 years ago
  3. 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  4. 92b9af9 x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() by Ingo Molnar · 16 years ago
  5. 801c0be Merge branches 'x86/urgent' and 'x86/pat' into x86/core by Ingo Molnar · 16 years ago
  6. 7880f74 gpu/drm, x86, PAT: routine to keep identity map in sync by Venkatesh Pallipadi · 16 years ago
  7. 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
  8. be03d9e x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem by Suresh Siddha · 16 years ago
  9. 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
  10. 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
  11. 75a0481 x86: handle PAT more like other CPU features by H. Peter Anvin · 16 years ago
  12. 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 16 years ago
  13. b5db0e3 Revert "x86 PAT: remove CPA WARN_ON for zero pte" by Linus Torvalds · 16 years ago
  14. 5cca0cf x86, pat: fix reserve_memtype() for legacy 1MB range by Suresh Siddha · 16 years ago
  15. 58dab91 x86 PAT: remove CPA WARN_ON for zero pte by venkatesh.pallipadi@intel.com · 16 years ago
  16. cdecff6 x86 PAT: return compatible mapping to remap_pfn_range callers by venkatesh.pallipadi@intel.com · 16 years ago
  17. e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
  18. c1c15b6 x86: PAT: fix address types in track_pfn_vma_new() by H. Peter Anvin · 16 years ago
  19. 982d789 x86: PAT: remove follow_pfnmap_pte in favor of follow_phys by venkatesh.pallipadi@intel.com · 16 years ago
  20. 2520bd3 x86: PAT: add pgprot_writecombine() interface for drivers - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  21. 5899329 x86: PAT: implement track/untrack of pfnmap regions for x86 - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  22. 9e41bff x86: fix /dev/mem mmap breakage when PAT is disabled by Ravikiran G Thirumalai · 16 years ago
  23. ad2cde1 x86, pat: cleanups by Ingo Molnar · 16 years ago
  24. 9542ada x86: track memtype for RAM in page struct by Suresh Siddha · 16 years ago
  25. 8b53b57 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  26. 28df82e devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS by venkatesh.pallipadi@intel.com · 16 years ago
  27. 80c5e73 x86: fix Xorg startup/shutdown slowdown with PAT by Venki Pallipadi · 16 years ago
  28. 012f09e x86: compile pat debugfs interface only if CONFIG_X86_PAT is set by Andreas Herrmann · 16 years ago
  29. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 16 years ago
  30. d092633 Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM by Ingo Molnar · 16 years ago
  31. fec0962 x86: Add a debugfs interface to dump PAT memtype by venkatesh.pallipadi@intel.com · 16 years ago
  32. 64d206d x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM by Ingo Molnar · 16 years ago
  33. 965194c x86: max_low_pfn_mapped fix, #2 by Yinghai Lu · 16 years ago
  34. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 16 years ago
  35. 33af903 x86: pat.c final cleanup of loop body in reserve_memtype by Andreas Herrmann · 16 years ago
  36. 64fe44c x86: pat.c introduce function to check for conflicts with existing memtypes by Andreas Herrmann · 16 years ago
  37. f688726 x86: pat.c consolidate list_add handling in reserve_memtype by Andreas Herrmann · 16 years ago
  38. 3e9c83b x86: pat.c consolidate error/debug messages in reserve_memtype by Andreas Herrmann · 16 years ago
  39. 69e26be x86: pat.c more trivial changes by Andreas Herrmann · 16 years ago
  40. ac97991 x86: pat.c choose more crisp variable names by Andreas Herrmann · 16 years ago
  41. bcc643d x86: introduce macro to check whether an address range is in the ISA range by Andreas Herrmann · 16 years ago
  42. dd0c7c4 x86: shrink pat_x_mtrr_type to its essentials by Andreas Herrmann · 16 years ago
  43. 6cf514f x86: PAT: make pat_x_mtrr_type() more readable by Hugh Dickins · 16 years ago
  44. faeca31 Merge branch 'linus' into x86/pat by Ingo Molnar · 16 years ago
  45. 499f8f8 x86: rename pat_wc_enabled to pat_enabled by Andreas Herrmann · 16 years ago
  46. cd7a4e9 x86: PAT: fixed checkpatch errors (and whitespaces) by Andreas Herrmann · 16 years ago
  47. 97cfab6 x86: PAT: fix ambiguous paranoia check in pat_init() by Andreas Herrmann · 16 years ago
  48. c26421d x86: fix Xorg crash with xf86MapVidMem error by Venki Pallipadi · 16 years ago
  49. be524fb x86: section mismatch fix by Andrew Morton · 16 years ago
  50. 282c454 x86: fix Xorg crash with xf86MapVidMem error by Venki Pallipadi · 16 years ago
  51. 46dd98a arch/x86/mm/pat.c: use boot_cpu_has() by Andrew Morton · 16 years ago
  52. a8ac1ae Merge branch 'linus' into x86/pat by Ingo Molnar · 16 years ago
  53. b4ef290 Merge branch 'linus' into x86/pat by Thomas Gleixner · 16 years ago
  54. 31f4d87 x86: fix crash on cpu hotplug on pat-incapable machines by Avi Kivity · 16 years ago
  55. afc8534 x86: arch/x86/mm/pat.c - fix warning by Pranith Kumar · 16 years ago
  56. 77b52b4 x86: add "debugpat" boot option by Venki Pallipadi · 16 years ago
  57. 8d4a430 x86: cleanup PAT cpu validation by Thomas Gleixner · 16 years ago
  58. f022bfd x86: PAT fix by Ingo Molnar · 17 years ago
  59. 86cf02f x86 PAT: tone down debugging messages some more by Linus Torvalds · 16 years ago
  60. 0124cec x86, PAT: disable /dev/mem mmap RAM with PAT by Venki Pallipadi · 16 years ago
  61. 1ebcc65 x86 PAT: tone down debugging messages by Ingo Molnar · 16 years ago
  62. 28eb559b pat: cleanups by Ingo Molnar · 16 years ago
  63. e7f260a x86: PAT use reserve free memtype in mmap of /dev/mem by venkatesh.pallipadi@intel.com · 17 years ago
  64. f0970c1 x86: PAT phys_mem_access_prot_allowed for dev/mem mmap by venkatesh.pallipadi@intel.com · 17 years ago
  65. 9307cac x86: pat cpu feature bit setting for known cpus by Yinghai Lu · 16 years ago
  66. 35605a1 x86: enable PAT for amd k8 and fam10h by Yinghai Lu · 16 years ago
  67. 6997ab4 x86: add PAT related debug prints by venkatesh.pallipadi@intel.com · 17 years ago
  68. 2e5d9c8 x86: PAT infrastructure patch by venkatesh.pallipadi@intel.com · 17 years ago