summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-1311-42/+81
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-101-1/+24
| |\
| | * x86: fix /dev/mem compatibility under PATVenkatesh Pallipadi2008-07-101-1/+24
| * | arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it s...Daniel Guilak2008-07-101-0/+1
| * | powerpc: Add missing reference to coherent_dma_maskVitaly Bordug2008-07-091-0/+2
| * | [MIPS] Fix 32bit kernels on R4k with 128 byte cache line sizeThomas Bogendoerfer2008-07-081-29/+32
| * | [MIPS] Atlas, decstation: Fix section mismatches triggered by defconfigsShane McDonald2008-07-082-5/+5
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-081-4/+4
| |\ \
| | * | Revert "PCI: Correct last two HP entries in the bfsort whitelist"Jesse Barnes2008-07-071-4/+4
| * | | [UML] fix gcc ICEs and unresolved externsJeff Dike2008-07-073-1/+10
| |/ /
| * / powerpc: Fix unterminated of_device_id array in legacy_serial.cBenjamin Herrenschmidt2008-07-071-2/+3
| |/
* | x86, pci: introduce pci=ioapicreroute kernel cmdline optionStefan Assmann2008-07-081-0/+5
* | x86, pci: introduce pci=noioapicquirk kernel cmdline optionStefan Assmann2008-07-081-0/+4
* | x86: remove acpi_srat config v2Yinghai Lu2008-07-084-7/+2
* | x86: remove have_arch_parse_srat -v2Yinghai Lu2008-07-082-21/+0
* | x86/cpa: use an undefined PTE bit for testing CPAJeremy Fitzhardinge2008-07-081-8/+13
* | x86_32: remove __PAGE_KERNEL(_EXEC)Jeremy Fitzhardinge2008-07-081-8/+2
* | x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flagsJeremy Fitzhardinge2008-07-081-2/+2
* | x86_64/setup: unconditionally populate the pgdJeremy Fitzhardinge2008-07-081-3/+2
* | x86: fix "x86: let setup_arch call init_apic_mappings for 32bit"Ingo Molnar2008-07-081-0/+1
* | x86: move prefill_possible_map calling earlyYinghai Lu2008-07-083-10/+9
* | x86: move init_cpu_to_node after get_smp_configYinghai Lu2008-07-081-4/+4
* | x86: merge zones_sizes_init for numa and non numa on 32-bitYinghai Lu2008-07-083-24/+4
* | x86: do not printout if we do not find setup_dataYinghai Lu2008-07-081-0/+5
* | x86: make early_res_to_bootmem print out less 80 width charsYinghai Lu2008-07-081-2/+2
* | x86: change copy_e820_map to append_e820_mapYinghai Lu2008-07-081-5/+6
* | x86: find offset for crashkernel reservation automaticallyBernhard Walle2008-07-081-18/+52
* | x86: cleanup e820_setup_gap(), v2Alok Kataria2008-07-081-5/+7
* | x86: add check for node passed to node_to_cpumask, v3Mike Travis2008-07-081-3/+23
* | x86: fix CPA self-test for "x86/paravirt: groundwork for 64-bit Xen support"Jeremy Fitzhardinge2008-07-081-1/+1
* | x86: don't reallocate pgt for node0Yinghai Lu2008-07-081-4/+7
* | x86: move reserve_setup_data to setup.cYinghai Lu2008-07-084-26/+31
* | x86, paravirt, 64-bit: fix compile errors with IA32_EMULATION offJeremy Fitzhardinge2008-07-081-0/+4
* | x86: setup_arch() && early_ioremap_init()Jeremy Fitzhardinge2008-07-081-1/+2
* | x86: use disable_apic in 32bitYinghai Lu2008-07-082-11/+8
* | x86: fix init_memory_mapping over boundary, v4Yinghai Lu2008-07-081-22/+67
* | x86: fix warning in e820_reserve_resources with 32bitYinghai Lu2008-07-081-3/+6
* | x86: fix init_memory_mapping over boundary v3Yinghai Lu2008-07-081-10/+14
* | x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu2008-07-084-38/+34
* | x86: early res print out alignment v2Yinghai Lu2008-07-081-5/+15
* | x86/paravirt: groundwork for 64-bit Xen support, fix #2Jeremy Fitzhardinge2008-07-081-1/+2
* | x86/paravirt: groundwork for 64-bit Xen support, fixJeremy Fitzhardinge2008-07-081-2/+2
* | x86: move fix mapping page table range earlyYinghai Lu2008-07-082-18/+20
* | x86: clean up ARCH_SETUPYinghai Lu2008-07-081-4/+4
* | x86: limit E820 map when a user-defined memory map is specifiedBernhard Walle2008-07-081-0/+5
* | x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit"Jeremy Fitzhardinge2008-07-081-0/+5
* | x86/paravirt, 64-bit: make load_gs_index() a paravirt operationJeremy Fitzhardinge2008-07-082-2/+5
* | x86/paravirt, 64-bit: add adjust_exception_frameJeremy Fitzhardinge2008-07-084-0/+9
* | x86, 64-bit: ia32entry: replace privileged instructions with pvopsJeremy Fitzhardinge2008-07-081-8/+8
* | x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility ...Jeremy Fitzhardinge2008-07-085-17/+33