Age | Commit message (Expand) | Author | Files | Lines |
2008-07-10 | x86, VisWS: turn into generic arch, flip over VISWS to generic arch | Ingo Molnar | 3 | -15/+16 |
2008-07-10 | x86, VisWS: turn into generic arch, copy visws files | Ingo Molnar | 3 | -0/+697 |
2008-07-10 | x86, VisWS: turn into generic arch, add early quirks to default architectures | Ingo Molnar | 1 | -0/+30 |
2008-07-10 | x86, VisWS: turn into generic arch, create include/asm-x86/visws/ | Ingo Molnar | 4 | -9/+8 |
2008-07-10 | x86, VisWS: turn into generic arch, install proper PCI quirk | Ingo Molnar | 2 | -1/+11 |
2008-07-10 | x86, VisWS: turn into generic arch, use generic mpparse code | Ingo Molnar | 4 | -95/+102 |
2008-07-10 | x86, VisWS: turn into generic arch, add early init quirks | Ingo Molnar | 9 | -62/+273 |
2008-07-10 | x86, VisWS: turn into generic arch, make VisWS boot on a regular PC | Ingo Molnar | 7 | -154/+118 |
2008-07-10 | x86: add early quirk support | Ingo Molnar | 3 | -2/+30 |
2008-07-10 | Merge branch 'x86/unify-pci' into x86/core | Ingo Molnar | 20 | -154/+160 |
2008-07-10 | x86: fix visws and vsmp build | Ingo Molnar | 1 | -2/+2 |
2008-07-10 | x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq() | Maciej W. Rozycki | 1 | -1/+21 |
2008-07-10 | Revert "x86: fix IO APIC breakage on HP nx6325" | Ingo Molnar | 1 | -1/+0 |
2008-07-10 | Revert "x86: fix IO APIC breakage on HP nx6325, v2" | Ingo Molnar | 1 | -26/+2 |
2008-07-10 | x86, AMD IOMMU: clean up Kconfig entry | FUJITA Tomonori | 1 | -1/+1 |
2008-07-10 | x86: make e820_end return end_of_ram again for 64bit | Yinghai Lu | 1 | -2/+0 |
2008-07-10 | x86, acpi: merge __acpi_map_table | Yinghai Lu | 1 | -17/+6 |
2008-07-10 | x86: overmapped fix when 4K pages on tail, 64-bit | Yinghai Lu | 1 | -34/+72 |
2008-07-09 | x86: fix copy_user on x86 | Vitaly Mayatskikh | 2 | -435/+275 |
2008-07-09 | x86: introduce copy_user_handle_tail() routine | Vitaly Mayatskikh | 1 | -0/+23 |
2008-07-09 | Merge branch 'x86/unify-lib' into x86/core | Ingo Molnar | 13 | -389/+118 |
2008-07-09 | x86: e820 memmap - add checking for NULL early param | Cyrill Gorcunov | 1 | -0/+3 |
2008-07-09 | x86: make e820_end return max ram type only for 32 bit | Yinghai Lu | 1 | -0/+5 |
2008-07-09 | x86/pci: removing subsys_initcall ordering dependencies | Robert Richter | 9 | -21/+36 |
2008-07-09 | x86/pci: visws: renaming pcibios_init() | Robert Richter | 1 | -2/+2 |
2008-07-09 | x86/pci: Makefile merge: coalescing 32 and 64 bit | Robert Richter | 1 | -20/+1 |
2008-07-09 | x86/pci: merge: moving mp_bus_to_node.c to amd_bus.c | Robert Richter | 3 | -27/+29 |
2008-07-09 | x86/pci: mp_bus_to_node merge: moving code in amd_bus.c | Robert Richter | 1 | -21/+21 |
2008-07-09 | x86/pci: Makefile merge: creating pci-y for 64 bit | Robert Richter | 1 | -4/+4 |
2008-07-09 | x86/pci: Makefile merge: changing 64bit ordering | Robert Richter | 1 | -6/+5 |
2008-07-09 | x86/pci: Makefile merge: decoupling options for mp_bus_to_node.o | Robert Richter | 1 | -3/+1 |
2008-07-09 | x86/pci: Makefile merge: whitespace changes only | Robert Richter | 1 | -7/+7 |
2008-07-09 | x86/pci: Makefile merge: removing include dir flag | Robert Richter | 1 | -3/+0 |
2008-07-09 | x86/pci: Makefile merge: Removing Makefile_* | Robert Richter | 3 | -45/+46 |
2008-07-09 | Merge branch 'x86/core' into x86/unify-pci | Ingo Molnar | 180 | -11458/+17073 |
2008-07-09 | x86: build fix for "x86: fix C1E && nx6325 stability problem" | Ingo Molnar | 1 | -0/+1 |
2008-07-09 | x86: fix C1E && nx6325 stability problem | Rafael J. Wysocki | 3 | -6/+57 |
2008-07-09 | x86: not overmap more than the end of RAM in init_memory_mapping - 64bit | Yinghai Lu | 1 | -12/+65 |
2008-07-09 | x86: make max_pfn cover acpi table below 4g | Yinghai Lu | 2 | -16/+15 |
2008-07-09 | x86: fix vmemmap printout check | Yinghai Lu | 1 | -3/+3 |
2008-07-09 | x86: introduce page_size_mask for 64bit | Yinghai Lu | 1 | -35/+63 |
2008-07-09 | x86: mark x86_64 as having a working WP. | Glauber Costa | 1 | -1/+1 |
2008-07-09 | x86: merge putuser asm functions. | Glauber Costa | 3 | -97/+10 |
2008-07-09 | x86: use macros from asm.h. | Glauber Costa | 2 | -41/+43 |
2008-07-09 | x86: don't use word-size specifiers in putuser files. | Glauber Costa | 2 | -21/+21 |
2008-07-09 | x86: replace function headers by macros. | Glauber Costa | 1 | -18/+14 |
2008-07-09 | x86: change testing logic in putuser_64.S. | Glauber Costa | 1 | -21/+12 |
2008-07-09 | x86: pass argument to putuser_64 functions in ax register. | Glauber Costa | 1 | -4/+4 |
2008-07-09 | x86: clobber rbx in putuser_64.S. | Glauber Costa | 1 | -9/+9 |
2008-07-09 | x86: don't save ebx in putuser_32.S. | Glauber Costa | 1 | -11/+2 |