summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pat.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar1-0/+88
2008-07-20Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEMIngo Molnar1-3/+3
2008-07-18x86: Add a debugfs interface to dump PAT memtypevenkatesh.pallipadi@intel.com1-0/+88
2008-07-18x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEMIngo Molnar1-3/+3
2008-07-13x86: max_low_pfn_mapped fix, #2Yinghai Lu1-2/+2
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-1/+2
2008-06-24x86: pat.c final cleanup of loop body in reserve_memtypeAndreas Herrmann1-19/+11
2008-06-24x86: pat.c introduce function to check for conflicts with existing memtypesAndreas Herrmann1-63/+33
2008-06-24x86: pat.c consolidate list_add handling in reserve_memtypeAndreas Herrmann1-13/+8
2008-06-24x86: pat.c consolidate error/debug messages in reserve_memtypeAndreas Herrmann1-40/+11
2008-06-24x86: pat.c more trivial changesAndreas Herrmann1-13/+8
2008-06-24x86: pat.c choose more crisp variable namesAndreas Herrmann1-65/+62
2008-06-24x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann1-3/+2
2008-06-19x86: shrink pat_x_mtrr_type to its essentialsAndreas Herrmann1-19/+11
2008-06-18x86: PAT: make pat_x_mtrr_type() more readableHugh Dickins1-35/+12
2008-06-16Merge branch 'linus' into x86/patIngo Molnar1-1/+1
2008-06-12x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann1-8/+8
2008-06-12x86: PAT: fixed checkpatch errors (and whitespaces)Andreas Herrmann1-15/+14
2008-06-12x86: PAT: fix ambiguous paranoia check in pat_init()Andreas Herrmann1-5/+6
2008-06-12x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-06-04x86: section mismatch fixAndrew Morton1-1/+1
2008-06-04x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-05-25arch/x86/mm/pat.c: use boot_cpu_has()Andrew Morton1-4/+4
2008-05-19Merge branch 'linus' into x86/patIngo Molnar1-1/+1
2008-05-18Merge branch 'linus' into x86/patThomas Gleixner1-2/+2
2008-05-17x86: fix crash on cpu hotplug on pat-incapable machinesAvi Kivity1-1/+1
2008-05-13x86: arch/x86/mm/pat.c - fix warningPranith Kumar1-2/+2
2008-05-12x86: add "debugpat" boot optionVenki Pallipadi1-7/+20
2008-05-08x86: cleanup PAT cpu validationThomas Gleixner1-28/+22
2008-04-28x86: PAT fixIngo Molnar1-4/+1
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds1-2/+2
2008-04-26x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi1-0/+31
2008-04-26x86 PAT: tone down debugging messagesIngo Molnar1-1/+1
2008-04-24pat: cleanupsIngo Molnar1-11/+11
2008-04-24x86: PAT use reserve free memtype in mmap of /dev/memvenkatesh.pallipadi@intel.com1-10/+118
2008-04-24x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com1-0/+39
2008-04-17x86: pat cpu feature bit setting for known cpusYinghai Lu1-13/+2
2008-04-17x86: enable PAT for amd k8 and fam10hYinghai Lu1-0/+6
2008-04-17x86: add PAT related debug printsvenkatesh.pallipadi@intel.com1-0/+24
2008-04-17x86: PAT infrastructure patchvenkatesh.pallipadi@intel.com1-0/+402