aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat.c
Commit message (Expand)AuthorAge
* Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar2009-03-14
|\
| * VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh2009-03-12
* | Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-01
|\|
| * x86: i915 needs pgprot_writecombine() and is_io_mapping_possible()Ingo Molnar2009-02-28
* | Merge branches 'x86/urgent' and 'x86/pat' into x86/coreIngo Molnar2009-02-26
|\ \
| * | gpu/drm, x86, PAT: routine to keep identity map in syncVenkatesh Pallipadi2009-02-25
| |/
| |
| \
*-. | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-13
|\ \|
| | * x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha2009-02-12
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-28
|\ \ \ \ \ \ \ | | | | |_|/ / | | | |/| | / | |_|_|_|_|/ |/| | | | |
| | * | | | x86: handle PAT more like other CPU featuresH. Peter Anvin2009-01-23
| | |/ / /
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-26
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | x86: fix PTE corruption issue while mapping RAM using /dev/memSuresh Siddha2009-01-21
| * | | x86, pat: fix reserve_memtype() for legacy 1MB rangeSuresh Siddha2009-01-14
| |/ /
* | / Revert "x86 PAT: remove CPA WARN_ON for zero pte"Linus Torvalds2009-01-15
| |/ |/|
* | x86 PAT: remove CPA WARN_ON for zero ptevenkatesh.pallipadi@intel.com2009-01-13
* | x86 PAT: return compatible mapping to remap_pfn_range callersvenkatesh.pallipadi@intel.com2009-01-13
* | x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com2009-01-13
|/
* x86: PAT: fix address types in track_pfn_vma_new()H. Peter Anvin2008-12-24
* x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2008-12-19
* x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2008-12-18
* x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com2008-12-18
* x86: fix /dev/mem mmap breakage when PAT is disabledRavikiran G Thirumalai2008-10-30
* x86, pat: cleanupsIngo Molnar2008-10-10
* x86: track memtype for RAM in page structSuresh Siddha2008-10-10
* Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-22
|\
| * devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUSvenkatesh.pallipadi@intel.com2008-08-21
| * x86: fix Xorg startup/shutdown slowdown with PATVenki Pallipadi2008-08-20
* | x86: compile pat debugfs interface only if CONFIG_X86_PAT is setAndreas Herrmann2008-08-11
|/
*-----. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-21
|\ \ \ \
| | | | * x86: Add a debugfs interface to dump PAT memtypevenkatesh.pallipadi@intel.com2008-07-18
| | |_|/ | |/| |
* | | | Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEMIngo Molnar2008-07-20
* | | | x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEMIngo Molnar2008-07-17
|/ / /
* / / x86: max_low_pfn_mapped fix, #2Yinghai Lu2008-07-13
|/ /
* | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-11
* | x86: pat.c final cleanup of loop body in reserve_memtypeAndreas Herrmann2008-06-24
* | x86: pat.c introduce function to check for conflicts with existing memtypesAndreas Herrmann2008-06-24
* | x86: pat.c consolidate list_add handling in reserve_memtypeAndreas Herrmann2008-06-24
* | x86: pat.c consolidate error/debug messages in reserve_memtypeAndreas Herrmann2008-06-24
* | x86: pat.c more trivial changesAndreas Herrmann2008-06-24
* | x86: pat.c choose more crisp variable namesAndreas Herrmann2008-06-24
* | x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann2008-06-24
* | x86: shrink pat_x_mtrr_type to its essentialsAndreas Herrmann2008-06-19
* | x86: PAT: make pat_x_mtrr_type() more readableHugh Dickins2008-06-18
* | Merge branch 'linus' into x86/patIngo Molnar2008-06-16
|\|
| * x86: section mismatch fixAndrew Morton2008-06-04
| * x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi2008-06-04
* | x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann2008-06-12
* | x86: PAT: fixed checkpatch errors (and whitespaces)Andreas Herrmann2008-06-12
* | x86: PAT: fix ambiguous paranoia check in pat_init()Andreas Herrmann2008-06-12
* | x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi2008-06-12