aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pat.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86 PAT: remove CPA WARN_ON for zero pte"Linus Torvalds2009-01-151-32/+13
* x86 PAT: remove CPA WARN_ON for zero ptevenkatesh.pallipadi@intel.com2009-01-131-13/+32
* x86 PAT: return compatible mapping to remap_pfn_range callersvenkatesh.pallipadi@intel.com2009-01-131-15/+28
* x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com2009-01-131-3/+3
* x86: PAT: fix address types in track_pfn_vma_new()H. Peter Anvin2008-12-241-8/+8
* x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2008-12-191-19/+11
* x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2008-12-181-0/+8
* x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com2008-12-181-0/+236
* x86: fix /dev/mem mmap breakage when PAT is disabledRavikiran G Thirumalai2008-10-301-0/+4
* x86, pat: cleanupsIngo Molnar2008-10-101-35/+32
* x86: track memtype for RAM in page structSuresh Siddha2008-10-101-0/+83
* Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-221-14/+36
|\
| * devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUSvenkatesh.pallipadi@intel.com2008-08-211-12/+5
| * x86: fix Xorg startup/shutdown slowdown with PATVenki Pallipadi2008-08-201-2/+31
* | x86: compile pat debugfs interface only if CONFIG_X86_PAT is setAndreas Herrmann2008-08-111-2/+2
|/
*-----. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-0/+88
|\ \ \ \
| | | | * x86: Add a debugfs interface to dump PAT memtypevenkatesh.pallipadi@intel.com2008-07-181-0/+88
| | |_|/ | |/| |
* | | | Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEMIngo Molnar2008-07-201-3/+3
* | | | x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEMIngo Molnar2008-07-181-3/+3
|/ / /
* | | x86: max_low_pfn_mapped fix, #2Yinghai Lu2008-07-131-2/+2
|/ /
* | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-1/+2
* | x86: pat.c final cleanup of loop body in reserve_memtypeAndreas Herrmann2008-06-241-19/+11
* | x86: pat.c introduce function to check for conflicts with existing memtypesAndreas Herrmann2008-06-241-63/+33
* | x86: pat.c consolidate list_add handling in reserve_memtypeAndreas Herrmann2008-06-241-13/+8
* | x86: pat.c consolidate error/debug messages in reserve_memtypeAndreas Herrmann2008-06-241-40/+11
* | x86: pat.c more trivial changesAndreas Herrmann2008-06-241-13/+8
* | x86: pat.c choose more crisp variable namesAndreas Herrmann2008-06-241-65/+62
* | x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann2008-06-241-3/+2
* | x86: shrink pat_x_mtrr_type to its essentialsAndreas Herrmann2008-06-191-19/+11
* | x86: PAT: make pat_x_mtrr_type() more readableHugh Dickins2008-06-181-35/+12
* | Merge branch 'linus' into x86/patIngo Molnar2008-06-161-1/+1
|\ \ | |/
| * x86: section mismatch fixAndrew Morton2008-06-041-1/+1
| * x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi2008-06-041-25/+24
* | x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann2008-06-121-8/+8
* | x86: PAT: fixed checkpatch errors (and whitespaces)Andreas Herrmann2008-06-121-15/+14
* | x86: PAT: fix ambiguous paranoia check in pat_init()Andreas Herrmann2008-06-121-5/+6
* | x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi2008-06-121-25/+24
* | arch/x86/mm/pat.c: use boot_cpu_has()Andrew Morton2008-05-251-4/+4
* | Merge branch 'linus' into x86/patIngo Molnar2008-05-191-1/+1
|\ \ | |/
| * x86: fix crash on cpu hotplug on pat-incapable machinesAvi Kivity2008-05-171-1/+1
* | Merge branch 'linus' into x86/patThomas Gleixner2008-05-181-2/+2
|\ \ | |/
| * x86: arch/x86/mm/pat.c - fix warningPranith Kumar2008-05-131-2/+2
* | x86: add "debugpat" boot optionVenki Pallipadi2008-05-121-7/+20
|/
* x86: cleanup PAT cpu validationThomas Gleixner2008-05-081-28/+22
* x86: PAT fixIngo Molnar2008-04-281-4/+1
* x86 PAT: tone down debugging messages some moreLinus Torvalds2008-04-271-2/+2
* x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi2008-04-261-0/+31
* x86 PAT: tone down debugging messagesIngo Molnar2008-04-261-1/+1
* pat: cleanupsIngo Molnar2008-04-241-11/+11
* x86: PAT use reserve free memtype in mmap of /dev/memvenkatesh.pallipadi@intel.com2008-04-241-10/+118