Age | Commit message (Expand) | Author | Files | Lines |
2008-06-26 | x86: section/warning fixes | Daniel J Blueman | 1 | -4/+4 |
2008-06-26 | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 1 | -2/+2 |
2008-06-24 | x86: pat.c final cleanup of loop body in reserve_memtype | Andreas Herrmann | 1 | -19/+11 |
2008-06-24 | x86: pat.c introduce function to check for conflicts with existing memtypes | Andreas Herrmann | 1 | -63/+33 |
2008-06-24 | x86: pat.c consolidate list_add handling in reserve_memtype | Andreas Herrmann | 1 | -13/+8 |
2008-06-24 | x86: pat.c consolidate error/debug messages in reserve_memtype | Andreas Herrmann | 1 | -40/+11 |
2008-06-24 | x86: pat.c more trivial changes | Andreas Herrmann | 1 | -13/+8 |
2008-06-24 | x86: pat.c choose more crisp variable names | Andreas Herrmann | 1 | -65/+62 |
2008-06-24 | x86: introduce macro to check whether an address range is in the ISA range | Andreas Herrmann | 2 | -4/+3 |
2008-06-20 | x86: unify __set_fixmap, fix | Ingo Molnar | 1 | -0/+1 |
2008-06-20 | x86/paravirt/xen: add set_fixmap pv_mmu_ops | Jeremy Fitzhardinge | 1 | -2/+7 |
2008-06-20 | x86: implement set_pte_vaddr | Jeremy Fitzhardinge | 3 | -9/+8 |
2008-06-20 | x86: unify __set_fixmap | Jeremy Fitzhardinge | 3 | -25/+15 |
2008-06-19 | x86: shrink pat_x_mtrr_type to its essentials | Andreas Herrmann | 1 | -19/+11 |
2008-06-18 | x86: PAT: make pat_x_mtrr_type() more readable | Hugh Dickins | 1 | -35/+12 |
2008-06-16 | Merge branch 'linus' into x86/pat | Ingo Molnar | 5 | -33/+12 |
2008-06-16 | Merge branch 'linus' into x86/memtest | Ingo Molnar | 6 | -72/+40 |
2008-06-16 | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 5 | -58/+36 |
2008-06-16 | Merge branch 'linus' into tracing/mmiotrace-mergefixups | Ingo Molnar | 5 | -58/+36 |
2008-06-12 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+5 |
2008-06-12 | x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest | Kevin Winchester | 1 | -2/+2 |
2008-06-12 | x86: fix an incompatible pointer type warning on 64-bit compilations | David Howells | 1 | -2/+2 |
2008-06-12 | x86: fix endless page faults in mount_block_root for Linux 2.6 | Henry Nestler | 1 | -0/+5 |
2008-06-12 | x86: rename pat_wc_enabled to pat_enabled | Andreas Herrmann | 3 | -11/+11 |
2008-06-12 | x86: PAT: fixed checkpatch errors (and whitespaces) | Andreas Herrmann | 1 | -15/+14 |
2008-06-12 | x86: PAT: fix ambiguous paranoia check in pat_init() | Andreas Herrmann | 1 | -5/+6 |
2008-06-12 | x86: fix Xorg crash with xf86MapVidMem error | Venki Pallipadi | 1 | -25/+24 |
2008-06-11 | ACPI: handle invalid ACPI SLIT table | Fenghua Yu | 1 | -27/+0 |
2008-06-10 | x86, numa, 32-bit: use find_e820_area() to find KVA RAM on node | Yinghai Lu | 1 | -26/+33 |
2008-06-10 | mm, x86: shrink_active_range() should check all | Yinghai Lu | 1 | -1/+1 |
2008-06-05 | x86: reserve highmem pages via reserve_early | Huang, Ying | 1 | -1/+2 |
2008-06-04 | x86: section mismatch fix | Andrew Morton | 1 | -1/+1 |
2008-06-04 | x86: fix Xorg crash with xf86MapVidMem error | Venki Pallipadi | 1 | -25/+24 |
2008-06-04 | x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest | Kevin Winchester | 1 | -2/+2 |
2008-06-04 | x86: fix bad pmd ffff810000207xxx(9090909090909090) | Hugh Dickins | 1 | -1/+1 |
2008-06-04 | x86: ioremap fix failing nesting check | Ingo Molnar | 1 | -2/+3 |
2008-06-04 | x86: make 32-bit use e820_register_active_regions() | Yinghai Lu | 1 | -13/+6 |
2008-06-04 | x86, numa, 32-bit: make sure get we kva space | Yinghai Lu | 1 | -5/+12 |
2008-06-03 | x86: clean up max_pfn_mapped usage - 32-bit | Yinghai Lu | 1 | -1/+2 |
2008-06-03 | x86, numa, 32-bit: avoid clash between ramdisk and kva | Yinghai Lu | 1 | -19/+8 |
2008-06-03 | x86, numa, 32-bit: print out debug info on all kvas | Yinghai Lu | 1 | -2/+7 |
2008-06-03 | x86, 32-bit: change propagate_e820_map() back to find_max_pfn() | Yinghai Lu | 1 | -1/+1 |
2008-06-03 | x86: set node_remap_size[0] in fallback path | Yinghai Lu | 1 | -0/+1 |
2008-06-03 | x86, numa, 32-bit: increase max_elements to 1024 | Yinghai Lu | 1 | -7/+7 |
2008-06-03 | x86, numaq 32-bit: build fix | Ingo Molnar | 1 | -0/+4 |
2008-06-03 | x86: 32-bit numa, build fix | Ingo Molnar | 1 | -1/+1 |
2008-06-03 | x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bit | Ingo Molnar | 1 | -0/+5 |
2008-06-03 | x86: add acpi_numa_slit_init() dummy implementation on 32-bit | Ingo Molnar | 1 | -0/+9 |
2008-05-31 | x86: extend e820 early_res support 32bit -fix #5 | Yinghai Lu | 1 | -7/+5 |
2008-05-31 | x86: extend e820 early_res support 32bit -fix #4 | Yinghai Lu | 1 | -2/+7 |