summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
*-------------. Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-0810-321/+233
|\ \ \ \ \ \ \ \
| | | | | | | | * 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-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
| | | | | | | | |\ | | | | | | | |_|/ | | | | | | |/| |
| | | | | | | | * 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
| | | | | | | | |\ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | | | | | | * Merge branch 'linus' into x86/patThomas Gleixner2008-05-182-13/+3
| | | | | | | | |\
| | | | | | | | * | x86: add "debugpat" boot optionVenki Pallipadi2008-05-121-7/+20
| | | | |_|_|_|/ / | | | |/| | | | |
| | | | | | | * | Merge branch 'linus' into x86/memtestIngo Molnar2008-06-166-72/+40
| | | | | | | |\ \ | | | | | | | |/ / | | | | | | |/| |
| | | | | | | * | x86_64: simplify the memtest parameter settingYinghai Lu2008-05-121-2/+3
| | | | |_|_|/ / | | | |/| | | |
| | | | | * | | x86_64: use PAGE_OFFSET in dump_pagetablesJiri Slaby2008-07-081-1/+1
| | | | | * | | x86: add sparse annotations to ioremapThomas Gleixner2008-07-081-5/+5
| | | | | * | | x86: janitor CPA statistics patchThomas Gleixner2008-07-081-22/+26
| | | | | * | | x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen2008-07-083-0/+47
| | |_|_|/ / / | |/| | | | |
| | | | * | | x86: remove unnecessary #ifdef CONFIG_X86_32...#elseGustavo Fernando Padovan2008-07-031-4/+0
| | | | * | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-06-165-58/+36
| | | | |\| |
| | | | * | | x86: fixup the fallout of the bitops changesThomas Gleixner2008-05-251-1/+1
| | | | * | | x86: eliminate duplicate consistency checks in init_32.cJan Beulich2008-05-251-13/+0
| | | | * | | x86: make memory_add_physaddr_to_nid depend on MEMORY_HOTPLUGThomas Gleixner2008-05-251-1/+2
| | | | * | | x86: init64.c include initrd.hThomas Gleixner2008-05-251-0/+1
| | | | * | | x86: k8topology cleanup variable declarationsThomas Gleixner2008-05-251-7/+2
| | | | * | | x86: k8topology fix shadow variableThomas Gleixner2008-05-251-3/+2
| | | | * | | x86: k8topology add missing headerThomas Gleixner2008-05-251-0/+1
| | | |/ / / | | |/| | |
| * | | | | arch/x86/mm/init_64.c: early_memtest(): fix typesAndrew Morton2008-07-031-3/+4
| * | | | | x86: section/warning fixesDaniel J Blueman2008-06-261-4/+4
| | |_|/ / | |/| | |
| * | | | 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-121-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, numaq 32-bit: build fixIngo Molnar2008-06-031-0/+4
* | | | x86: 32-bit numa, build fixIngo Molnar2008-06-031-1/+1
* | | | x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bitIngo Molnar2008-06-031-0/+5
* | | | x86: add acpi_numa_slit_init() dummy implementation on 32-bitIngo Molnar2008-06-031-0/+9