summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-04-27acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu2-1/+107
2008-04-27x86_64: don't need set default res if only have one root busYinghai Lu1-1/+2
2008-04-27x86: double check the multi root bus with fam10h mmconfYinghai Lu1-2/+82
2008-04-27x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu2-51/+355
2008-04-27x86: use bus conf in NB conf fun1 to get bus range on, on 64-bitYinghai Lu1-40/+48
2008-04-27x86: get mp_bus_to_node earlyYinghai Lu7-42/+127
2008-04-27x86 pci: remove checking type for mmconfig probeYinghai Lu3-26/+25
2008-04-27x86: remove unneeded check in mmconf rejectYinghai Lu1-12/+0
2008-04-27x86: seperate mmconf for fam10h out from setup_64.cYinghai Lu3-207/+226
2008-04-27x86: if acpi=off, force setting the mmconf for fam10hYinghai Lu1-8/+15
2008-04-27x86_64: check MSR to get MMCONFIG for AMD Family 10hYinghai Lu1-6/+69
2008-04-27x86_64: check and enable MMCONFIG for AMD Family 10hYinghai Lu1-0/+204
2008-04-27x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu1-0/+17
2008-04-27x86: mmconf enable mcfg earlyYinghai Lu1-46/+55
2008-04-27x86: clear pci_mmcfg_virt when mmcfg get rejectedYinghai Lu4-1/+27
2008-04-27x86: validate against acpi motherboard resourcesRobert Hancock3-21/+133
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds4-16/+80
2008-04-27x86_64/mm: check and print vmemmap allocation continuousYinghai Lu1-2/+26
2008-04-27x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu3-12/+46
2008-04-27x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu1-2/+8
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds8-250/+17
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds5-6/+229
2008-04-26x86, boot: export linked list of struct setup_data via debugfsHuang, Ying2-5/+160
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying3-1/+47
2008-04-26x86, boot: add free_early to early reservation machanismHuang, Ying1-0/+22
2008-04-26x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi1-0/+31
2008-04-26x86, bitops: select the generic bitmap search functionsAlexander van Heukelum4-22/+5
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum6-112/+10
2008-04-26x86: switch 64-bit to generic find_first_bitAlexander van Heukelum2-1/+3
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum1-0/+3
2008-04-26x86: merge the simple bitops and move them to bitops.hAlexander van Heukelum1-1/+1
2008-04-26x86, uml: fix uml with generic find_next_bit for x86Alexander van Heukelum2-0/+8
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum4-139/+4
2008-04-26uml: Kconfig cleanupIngo Molnar1-0/+7
2008-04-26uml: fix build errorIngo Molnar1-0/+1
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-1/+1
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds4-0/+18
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds34-282/+107
2008-04-26x86 PAT: decouple from nonpromisc devmemIngo Molnar1-2/+2
2008-04-26generic: make optimized inlining arch-opt-inIngo Molnar1-0/+3
2008-04-26x86: add optimized inliningIngo Molnar3-0/+15
2008-04-26x86: section mismatch fixes, #3Jacek Luczak1-1/+1
2008-04-26x86: unlock_ExtINT_logic() - fix section mismatch warningsJacek Luczak1-1/+1
2008-04-26x86: uniq_ioapic_id - fix section mismatch warningJacek Luczak1-1/+1
2008-04-26x86: trampoline_32.S - switch to .cpuinit.dataJacek Luczak1-1/+1
2008-04-26x86: use get_bios_ebda()Akinobu Mita3-8/+6
2008-04-26x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita1-0/+1
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita5-11/+11
2008-04-26x86: cleanup div_sc() usageAkinobu Mita5-5/+9
2008-04-26x86: cleanup clocksource_hz2mult usageAkinobu Mita1-1/+2