aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2009-04-02x86: remove duplicated code with pcpu_need_numa()Yinghai Lu
2009-04-02x86,percpu: fix inverted NUMA test in setup_pcpu_remap()Tejun Heo
2009-04-01x86: signal: check sas_ss_size instead of sas_ss_flags()Hiroshi Shimamoto
2009-03-28Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar
2009-03-25Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai
2009-03-25x86: Correct behaviour of irq affinityRusty Russell
2009-03-24x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu
2009-03-24x86: fix set_extra_move_desc callingYinghai Lu
2009-03-24Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar
2009-03-24Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar
2009-03-23x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput
2009-03-23x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput
2009-03-23x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts togetherJaswinder Singh Rajput
2009-03-23x86: irq.c use same path for show_interruptsJaswinder Singh Rajput
2009-03-23x86: cpu/cpu.h cleanupJaswinder Singh Rajput
2009-03-22x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev
2009-03-21Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar
2009-03-21x86: pci-nommu.c cleanupJaswinder Singh Rajput
2009-03-21x86: io_delay.c cleanupJaswinder Singh Rajput
2009-03-21x86: rtc.c cleanupJaswinder Singh Rajput
2009-03-21x86: i8253 cleanupJaswinder Singh Rajput
2009-03-21x86: kdebugfs.c cleanupJaswinder Singh Rajput
2009-03-21x86: topology.c cleanupJaswinder Singh Rajput
2009-03-21x86: mpparse.c introduce check_physptr helper functionJaswinder Singh Rajput
2009-03-21x86: mpparse.c introduce smp_dump_mptable helper functionJaswinder Singh Rajput
2009-03-20x86: fix IO APIC resource allocation error messageBartlomiej Zolnierkiewicz
2009-03-20x86: signal: check signal stack overflow properlyHiroshi Shimamoto
2009-03-20Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into x86/coreIngo Molnar
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge
2009-03-19x86: mpparse: clean up code by introducing a few helper functions, fixIngo Molnar
2009-03-18x86: mpparse: clean up code by introducing a few helper functionsJaswinder Singh Rajput
2009-03-18x86: kprobes.c fix compilation warningJaswinder Singh Rajput
2009-03-18Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar
2009-03-18x86: cpu/mttr/cleanup.c fix compilation warningJaswinder Singh Rajput
2009-03-18x86, uv: fix cpumask iterator in uv_bau_init()Rusty Russell
2009-03-18x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha
2009-03-18x86: use smp_call_function_single() in arch/x86/kernel/cpu/mcheck/mce_amd_64.cAndrew Morton
2009-03-17x86: fix broken irq migration logic while cleaning up multiple vectorsSuresh Siddha
2009-03-17x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha
2009-03-17x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic codeSuresh Siddha
2009-03-17x86, x2apic: cleanup the IO-APIC level migration with interrupt-remappingSuresh Siddha
2009-03-17x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha
2009-03-17x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-rema...Suresh Siddha
2009-03-17x86, x2apic: enable fault handling for intr-remappingSuresh Siddha
2009-03-17x86-32: move _end to a dummy sectionH. Peter Anvin
2009-03-17x86/brk: put the brk reservations in their own sectionJeremy Fitzhardinge
2009-03-17x86-32: tighten the bound on additional memory to mapH. Peter Anvin
2009-03-17x86-32: remove ALLOCATOR_SLOP from head_32.SJeremy Fitzhardinge
2009-03-17x86-32: make sure we map enough to fit linear map pagetablesJeremy Fitzhardinge
2009-03-17prevent boosting kprobes on exception addressMasami Hiramatsu