summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-05-18x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabledYinghai Lu3-2/+13
2009-05-18x86, irq: update_mptable needs pci_routeirqYinghai Lu1-0/+7
2009-05-18x86: fix system without memory on node0Yinghai Lu1-0/+8
2009-05-18x86, mm: Fix node_possible_map logicYinghai Lu3-30/+19
2009-05-18mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu3-59/+12
2009-05-18Merge commit 'v2.6.30-rc6' into x86/mmIngo Molnar3-7/+10
2009-05-18x86: don't call read_apic_id if !cpu_has_apicYinghai Lu4-5/+11
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu5-43/+64
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge7-10/+38
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput4-11/+9
2009-05-15x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2-4/+2
2009-05-15x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput1-8/+0
2009-05-15x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2-3/+2
2009-05-15x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2-3/+2
2009-05-15x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput3-4/+3
2009-05-15kgdb,i386: use address that SP register points to in the exception frameJason Wessel1-1/+2
2009-05-13x86/function-graph: fix constraint for recording old return valueSteven Rostedt1-1/+1
2009-05-13xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap1-0/+1
2009-05-12x86-64: align __PHYSICAL_START, remove __KERNEL_ALIGNH. Peter Anvin1-11/+3
2009-05-12x86, boot: correct sanity checks in boot/compressed/misc.cH. Peter Anvin1-7/+5
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu3-25/+28
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar26-82/+163
2009-05-12x86: make sparse mem work in non-NUMA modeShaohua Li1-2/+2
2009-05-12x86: process.c, remove useless headersAmerigo Wang2-4/+0
2009-05-12x86: merge process.c a bitAmerigo Wang3-26/+14
2009-05-12x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cle...Dmitry Adamushko4-240/+262
2009-05-12x86: add extension fields for bootloader type and versionH. Peter Anvin4-4/+16
2009-05-12x86, defconfig: update kernel position parametersH. Peter Anvin2-5/+6
2009-05-12x86, defconfig: update to current, no material changesH. Peter Anvin2-68/+223
2009-05-12x86: make CONFIG_RELOCATABLE the defaultH. Peter Anvin1-2/+2
2009-05-12x86: default CONFIG_PHYSICAL_START and CONFIG_PHYSICAL_ALIGN to 16 MBH. Peter Anvin1-15/+12
2009-05-12x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin6-8/+45
2009-05-12x86, boot: remove dead code from boot/compressed/head_*.SH. Peter Anvin2-12/+0
2009-05-12x86, 32-bit: fix kernel_trap_sp()Masami Hiramatsu2-4/+5
2009-05-12sched: Don't export sched_mc_power_savings on multi-socket single core systemVaidyanathan Srinivasan1-1/+2
2009-05-12x86, boot: use LOAD_PHYSICAL_ADDR on 64 bitsH. Peter Anvin1-3/+3
2009-05-12x86, boot: make symbols from the main vmlinux availableH. Peter Anvin2-11/+20
2009-05-11x86: fix percpu_{to,from}_op()Jan Beulich1-5/+5
2009-05-11x86, 64-bit: ifdef out struct thread_struct::ipAlexey Dobriyan2-1/+3
2009-05-11x86, 32-bit: ifdef out struct thread_struct::fsAlexey Dobriyan1-1/+2
2009-05-11x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov1-8/+9
2009-05-11x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann4-7/+31
2009-05-11KVM: SVM: Remove port 80 passthroughAvi Kivity1-1/+0
2009-05-11x86: use sparse_memory_present_with_active_regions() on UMAPekka Enberg1-4/+0
2009-05-11x86: unify 64-bit UMA and NUMA paging_init()Pekka Enberg2-16/+5
2009-05-11x86: mtrr: Fix high_width computation when phys-addr is >= 44bitYinghai Lu1-1/+5
2009-05-11x86: Allow 1MB of slack between the e820 map and SRAT, not 4GBYinghai Lu1-2/+2
2009-05-11x86: Sanity check the e820 against the SRAT table using e820 map onlyYinghai Lu1-1/+1
2009-05-11x86: read apic ID in the !acpi_lapic caseYinghai Lu1-10/+21
2009-05-11x86: clean up and and print out initial max_pfn_mappedYinghai Lu2-4/+7