summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-04-02x86,percpu: fix inverted NUMA test in setup_pcpu_remap()Tejun Heo1-1/+1
2009-04-01x86: signal: check sas_ss_size instead of sas_ss_flags()Hiroshi Shimamoto1-1/+1
2009-03-28Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar6-39/+27
2009-03-25Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai4-4/+14
2009-03-25x86: Correct behaviour of irq affinityRusty Russell1-2/+3
2009-03-25x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safeWang Chen1-1/+1
2009-03-24x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu2-26/+12
2009-03-24x86: fix set_extra_move_desc callingYinghai Lu1-1/+2
2009-03-24Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar5-38/+26
2009-03-24Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar14-241/+326
2009-03-24x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh1-0/+3
2009-03-23x86/dmi: fix dmi_alloc() section mismatchesJeremy Fitzhardinge1-1/+4
2009-03-23x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput2-6/+6
2009-03-23x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput1-5/+4
2009-03-23x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts togetherJaswinder Singh Rajput1-9/+6
2009-03-23x86: irq.c use same path for show_interruptsJaswinder Singh Rajput1-8/+0
2009-03-23x86: cpu/cpu.h cleanupJaswinder Singh Rajput1-10/+10
2009-03-22x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev1-2/+2
2009-03-21Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar1-52/+60
2009-03-21Revert "x86: create a non-zero sized bm_pte only when needed"Jeremy Fitzhardinge1-16/+3
2009-03-21x86: pci-nommu.c cleanupJaswinder Singh Rajput1-10/+10
2009-03-21x86: io_delay.c cleanupJaswinder Singh Rajput1-14/+13
2009-03-21x86: rtc.c cleanupJaswinder Singh Rajput1-9/+11
2009-03-21x86: i8253 cleanupJaswinder Singh Rajput1-35/+33
2009-03-21x86: kdebugfs.c cleanupJaswinder Singh Rajput1-46/+36
2009-03-21x86: topology.c cleanupJaswinder Singh Rajput1-6/+8
2009-03-21x86: mpparse.c introduce check_physptr helper functionJaswinder Singh Rajput1-44/+50
2009-03-21x86: mpparse.c introduce smp_dump_mptable helper functionJaswinder Singh Rajput1-8/+10
2009-03-20x86: fix IO APIC resource allocation error messageBartlomiej Zolnierkiewicz1-3/+6
2009-03-20x86: signal: check signal stack overflow properlyHiroshi Shimamoto1-21/+27
2009-03-20x86, CPA: Add set_pages_arrayuc and set_pages_array_wbvenkatesh.pallipadi@intel.com2-0/+66
2009-03-20x86, PAT: Add support for struct page pointer array in cpa set_clrvenkatesh.pallipadi@intel.com1-29/+50
2009-03-20x86, CPA: Add a flag parameter to cpa set_clr()venkatesh.pallipadi@intel.com1-5/+5
2009-03-20Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into x86/coreIngo Molnar10-66/+14
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge8-56/+0
2009-03-19x86/32: no need to use set_pte_present in set_pte_vaddrJeremy Fitzhardinge1-1/+1
2009-03-19x86: mpparse: clean up code by introducing a few helper functions, fixIngo Molnar1-6/+6
2009-03-18x86, setup: fix the setting of 480-line VGA modesH. Peter Anvin1-9/+13
2009-03-18x86: mpparse: clean up code by introducing a few helper functionsJaswinder Singh Rajput1-141/+120
2009-03-18x86: kprobes.c fix compilation warningJaswinder Singh Rajput1-1/+1
2009-03-18Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar137-3001/+5994
2009-03-18x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput1-1/+2
2009-03-18x86, uv: fix cpumask iterator in uv_bau_init()Rusty Russell1-1/+2
2009-03-18x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha4-5/+22
2009-03-18x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.cAndrew Morton1-16/+24
2009-03-17x86: fix broken irq migration logic while cleaning up multiple vectorsSuresh Siddha1-0/+13
2009-03-17x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha3-17/+31
2009-03-17x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic codeSuresh Siddha2-36/+10
2009-03-17x86, x2apic: cleanup the IO-APIC level migration with interrupt-remappingSuresh Siddha2-92/+66
2009-03-17x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha3-9/+5