Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | x86: seperate funcs from setup_64 to cpu common_64.c | Yinghai Lu | 1 | -823/+0 |
2008-07-08 | x86: remove some acpi ifdefs in setup_32/64 | Yinghai Lu | 1 | -4/+0 |
2008-07-08 | x86: clean up init_amd() | Yinghai Lu | 1 | -4/+0 |
2008-07-08 | x86: check command line when CONFIG_X86_MPPARSE is not set, v2 | Yinghai Lu | 1 | -0/+9 |
2008-07-08 | x86: move x86_64 gdt closer to i386 | Glauber Costa | 1 | -2/+17 |
2008-07-08 | x86: unify crashkernel reservation for 32 and 64 bit | Bernhard Walle | 1 | -40/+0 |
2008-07-08 | Merge branch 'x86/numa' into x86/devel | Ingo Molnar | 1 | -9/+0 |
2008-07-08 | x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 | Bernhard Walle | 1 | -1/+1 |
2008-07-08 | x86: cleanup early per cpu variables/accesses v4 | Mike Travis | 1 | -9/+0 |
2008-07-08 | Merge branch 'x86/mpparse' into x86/devel | Ingo Molnar | 1 | -36/+16 |
2008-07-08 | x86: merge setup_memory_map with e820 | Yinghai Lu | 1 | -7/+1 |
2008-07-08 | x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 | Bernhard Walle | 1 | -1/+1 |
2008-07-08 | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 1 | -385/+67 |
2008-07-08 | x86: make 64bit identify_cpu use cpu_dev v2 | Yinghai Lu | 1 | -0/+20 |
2008-07-08 | x86: make 64-bit identify_cpu use cpu_dev | Yinghai Lu | 1 | -45/+51 |
2008-06-10 | fix build bug in "x86: add PCI extended config space access for AMD Barcelona" | Robert Richter | 1 | -2/+0 |
2008-06-10 | x86: remove all active memory ranges before registering them again after trim... | Yinghai Lu | 1 | -0/+1 |
2008-06-05 | x86: linked list of setup_data for i386 | Huang, Ying | 1 | -22/+0 |
2008-06-05 | x86: reserve EFI memory map with reserve_early | Huang, Ying | 1 | -4/+3 |
2008-06-03 | x86: clean up max_pfn_mapped usage - 64-bit | Yinghai Lu | 1 | -1/+1 |
2008-06-03 | x86: update mptable | Yinghai Lu | 1 | -0/+4 |
2008-06-02 | x86: add PCI extended config space access for AMD Barcelona | Robert Richter | 1 | -0/+2 |
2008-05-30 | x86: Move the 64-bit Centaur specific parts out of setup_64.c | Dave Jones | 1 | -26/+2 |
2008-05-30 | x86: Move the 64-bit Intel specific parts out of setup_64.c | Dave Jones | 1 | -91/+2 |
2008-05-30 | x86: Move the AMD64 specific parts out of setup_64.c | Dave Jones | 1 | -226/+6 |
2008-05-30 | x86: move mmconfig declarations to header | Thomas Gleixner | 1 | -12/+1 |
2008-05-25 | x86: allow MPPARSE to be deselected in SMP configs | Alexey Starikovskiy | 1 | -0/+4 |
2008-05-25 | x86: move e820_mark_nosave_regions to e820.c | Yinghai Lu | 1 | -1/+1 |
2008-05-25 | x86: make command_line static in setup_64.c | Thomas Gleixner | 1 | -1/+1 |
2008-05-25 | x86: move mmconfig declarations to header | Thomas Gleixner | 1 | -12/+1 |
2008-05-13 | x86: early_init_centaur(): use set_cpu_cap() | Andrew Morton | 1 | -1/+1 |
2008-05-10 | x86: restrict keyboard io ports reservation to make ipmi driver work | Helge Wagner | 1 | -1/+3 |
2008-05-08 | x86: cleanup PAT cpu validation | Thomas Gleixner | 1 | -7/+2 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 1 | -0/+20 |
2008-04-27 | x86: KVM guest: add basic paravirt support | Marcelo Tosatti | 1 | -0/+2 |
2008-04-27 | x86: KVM guest: paravirtualized clocksource | Glauber de Oliveira Costa | 1 | -0/+5 |
2008-04-26 | x86: add pci=check_enable_amd_mmconf and dmi check | Yinghai Lu | 1 | -8/+15 |
2008-04-26 | x86: seperate mmconf for fam10h out from setup_64.c | Yinghai Lu | 1 | -207/+9 |
2008-04-26 | x86: if acpi=off, force setting the mmconf for fam10h | Yinghai Lu | 1 | -8/+15 |
2008-04-26 | x86_64: check and enable MMCONFIG for AMD Family 10h | Yinghai Lu | 1 | -0/+204 |
2008-04-26 | x86_64: fix setup_node_bootmem to support big mem excluding with memmap | Yinghai Lu | 1 | -2/+1 |
2008-04-26 | x86, boot: export linked list of struct setup_data via debugfs | Huang, Ying | 1 | -0/+2 |
2008-04-26 | x86, boot: add linked list of struct setup_data | Huang, Ying | 1 | -0/+22 |
2008-04-26 | x86: array can become static | Dmitri Vorobiev | 1 | -1/+1 |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -0/+4 |
2008-04-19 | Firmware: add iSCSI iBFT Support | Konrad Rzeszutek | 1 | -0/+4 |
2008-04-19 | x86: reserve dma32 early for gart | Yinghai Lu | 1 | -0/+2 |
2008-04-19 | x86_64: do not reserve ramdisk two times | Yinghai Lu | 1 | -2/+5 |
2008-04-17 | x86: move suspend wakeup code to C | Pavel Machek | 1 | -0/+1 |
2008-04-17 | x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode ra... | Dave Jones | 1 | -0/+35 |