summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu10-16/+71
2008-07-11x86: reserve SLITYinghai Lu1-1/+13
2008-07-11x86: e820: user-defined memory maps: remove the range instead of update it to...Yinghai Lu1-6/+5
2008-07-10x86: fix compile error in current tip.gitJeremy Fitzhardinge2-3/+3
2008-07-10x86: remove duplicate call to use_tsc_delayGlauber Costa1-1/+0
2008-07-10Merge branch 'x86/unify-pci' into x86/coreIngo Molnar20-154/+160
2008-07-10x86: fix visws and vsmp buildIngo Molnar1-2/+2
2008-07-10x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq()Maciej W. Rozycki1-1/+21
2008-07-10Revert "x86: fix IO APIC breakage on HP nx6325"Ingo Molnar1-1/+0
2008-07-10Revert "x86: fix IO APIC breakage on HP nx6325, v2"Ingo Molnar1-26/+2
2008-07-10x86, AMD IOMMU: clean up Kconfig entryFUJITA Tomonori1-1/+1
2008-07-10x86: make e820_end return end_of_ram again for 64bitYinghai Lu1-2/+0
2008-07-10x86, acpi: merge __acpi_map_tableYinghai Lu1-17/+6
2008-07-10x86: overmapped fix when 4K pages on tail, 64-bitYinghai Lu1-34/+72
2008-07-09x86: fix copy_user on x86Vitaly Mayatskikh2-435/+275
2008-07-09x86: introduce copy_user_handle_tail() routineVitaly Mayatskikh1-0/+23
2008-07-09Merge branch 'x86/unify-lib' into x86/coreIngo Molnar13-389/+118
2008-07-09x86: e820 memmap - add checking for NULL early paramCyrill Gorcunov1-0/+3
2008-07-09x86: make e820_end return max ram type only for 32 bitYinghai Lu1-0/+5
2008-07-09x86/pci: removing subsys_initcall ordering dependenciesRobert Richter9-21/+36
2008-07-09x86/pci: visws: renaming pcibios_init()Robert Richter1-2/+2
2008-07-09x86/pci: Makefile merge: coalescing 32 and 64 bitRobert Richter1-20/+1
2008-07-09x86/pci: merge: moving mp_bus_to_node.c to amd_bus.cRobert Richter3-27/+29
2008-07-09x86/pci: mp_bus_to_node merge: moving code in amd_bus.cRobert Richter1-21/+21
2008-07-09x86/pci: Makefile merge: creating pci-y for 64 bitRobert Richter1-4/+4
2008-07-09x86/pci: Makefile merge: changing 64bit orderingRobert Richter1-6/+5
2008-07-09x86/pci: Makefile merge: decoupling options for mp_bus_to_node.oRobert Richter1-3/+1
2008-07-09x86/pci: Makefile merge: whitespace changes onlyRobert Richter1-7/+7
2008-07-09x86/pci: Makefile merge: removing include dir flagRobert Richter1-3/+0
2008-07-09x86/pci: Makefile merge: Removing Makefile_*Robert Richter3-45/+46
2008-07-09Merge branch 'x86/core' into x86/unify-pciIngo Molnar180-11458/+17073
2008-07-09x86: build fix for "x86: fix C1E && nx6325 stability problem"Ingo Molnar1-0/+1
2008-07-09x86: fix C1E && nx6325 stability problemRafael J. Wysocki3-6/+57
2008-07-09x86: not overmap more than the end of RAM in init_memory_mapping - 64bitYinghai Lu1-12/+65
2008-07-09x86: make max_pfn cover acpi table below 4gYinghai Lu2-16/+15
2008-07-09x86: fix vmemmap printout checkYinghai Lu1-3/+3
2008-07-09x86: introduce page_size_mask for 64bitYinghai Lu1-35/+63
2008-07-09x86: mark x86_64 as having a working WP.Glauber Costa1-1/+1
2008-07-09x86: merge putuser asm functions.Glauber Costa3-97/+10
2008-07-09x86: use macros from asm.h.Glauber Costa2-41/+43
2008-07-09x86: don't use word-size specifiers in putuser files.Glauber Costa2-21/+21
2008-07-09x86: replace function headers by macros.Glauber Costa1-18/+14
2008-07-09x86: change testing logic in putuser_64.S.Glauber Costa1-21/+12
2008-07-09x86: pass argument to putuser_64 functions in ax register.Glauber Costa1-4/+4
2008-07-09x86: clobber rbx in putuser_64.S.Glauber Costa1-9/+9
2008-07-09x86: don't save ebx in putuser_32.S.Glauber Costa1-11/+2
2008-07-09x86: merge getuser asm functions.Glauber Costa3-85/+10
2008-07-09x86: use _ASM_PTR instead of explicit word-size pointers.Glauber Costa2-7/+7
2008-07-09x86: introduce __ASM_REG macro.Glauber Costa2-30/+31
2008-07-09x86: don't use word-size specifiers on getuser_64.Glauber Costa1-14/+14