summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-242-4/+3
* 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-165-33/+12
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-121-0/+5
| |\
| | * x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester2008-06-121-2/+2
| | * x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells2008-06-121-2/+2
| | * x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler2008-06-121-0/+5
| * | ACPI: handle invalid ACPI SLIT tableFenghua Yu2008-06-111-27/+0
| |/
| * x86: section mismatch fixAndrew Morton2008-06-041-1/+1
| * x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi2008-06-041-25/+24
| * x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester2008-06-041-2/+2
| * x86: fix bad pmd ffff810000207xxx(9090909090909090)Hugh Dickins2008-06-041-1/+1
| * x86: ioremap fix failing nesting checkIngo Molnar2008-06-041-2/+3
* | x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann2008-06-123-11/+11
* | 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-182-13/+3
|\|
| * x86: arch/x86/mm/pat.c - fix warningPranith Kumar2008-05-131-2/+2
| * x86: fix app crashes after SMP resumeHugh Dickins2008-05-131-11/+1
* | x86: add "debugpat" boot optionVenki Pallipadi2008-05-121-7/+20
|/
* x86: cleanup PAT cpu validationThomas Gleixner2008-05-081-28/+22
* x86: fix PAE pmd_bad bootup warningHugh Dickins2008-05-061-7/+0
* x86: undo visws/numaq build changesThomas Gleixner2008-05-041-26/+0
* x86: ioremap ram check fixAndres Salomon2008-04-301-2/+3
* x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no...Suresh Siddha2008-04-302-6/+24
* revert: "x86: ioremap(), extend check to all RAM pages"Ingo Molnar2008-04-301-2/+2
* x86: unexport kmap_atomic_to_pageAdrian Bunk2008-04-301-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-291-1/+37
|\
| * acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu2008-04-261-1/+37
* | vmallocinfo: add caller informationChristoph Lameter2008-04-281-6/+9
* | hotplug-memory: make online_page() commonJeremy Fitzhardinge2008-04-282-42/+3
* | x86: PAT fixIngo Molnar2008-04-281-4/+1
* | x86 PAT: tone down debugging messages some moreLinus Torvalds2008-04-271-2/+2
|/
* x86_64/mm: check and print vmemmap allocation continuousYinghai Lu2008-04-261-2/+26
* x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu2008-04-261-6/+36
* x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu2008-04-261-2/+8
* x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi2008-04-261-0/+31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-261-1/+1
|\
| * x86 PAT: tone down debugging messagesIngo Molnar2008-04-261-1/+1
* | x86: remove NexGen supportDmitri Vorobiev2008-04-261-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-254-14/+229
|\
| * 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
| * x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com2008-04-241-0/+39