summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai2009-03-251-1/+1
* x86: UV, SGI RTC: add UV RTC clocksource/clockeventsDimitri Sivanich2009-03-041-1/+1
* x86: don't compile vsmp_64 for 32bitYinghai Lu2009-02-261-1/+1
* x86, apic: separate 32-bit setup functionality out of apic_32.cIngo Molnar2009-02-171-1/+1
* x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-5/+1Star
* x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-16/+11Star
* x86: add x2apic configYinghai Lu2009-02-171-2/+2
* x86/Voyager: remove X86_BIOS_REBOOT Kconfig quirkIngo Molnar2009-01-291-1/+1
* x86: replace CONFIG_X86_SMP with CONFIG_SMPIngo Molnar2009-01-291-2/+2
* x86: remove subarchitecture supportIngo Molnar2009-01-291-1/+1
* x86: remove subarchitecture support codeIngo Molnar2009-01-291-1/+1
* x86, bigsmp: consolidate codeIngo Molnar2009-01-291-0/+1
* x86, summit: consolidate code, fixIngo Molnar2009-01-291-1/+1
* x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-271-2/+1Star
* x86: only compile setup_percpu.o on SMPBrian Gerst2009-01-271-1/+2
* x86: make UV support configurableNick Piggin2009-01-211-2/+3
* x86, mm: move tlb.c to arch/x86/mm/Ingo Molnar2009-01-211-1/+1
* x86: rename tlb_64.c to tlb.cTejun Heo2009-01-211-1/+1
* x86: make x86_32 use tlb_64.cTejun Heo2009-01-211-1/+1
* Merge branch 'linus' into stackprotectorIngo Molnar2008-12-311-9/+15
|\
| * Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-311-1/+2
| |\
| | * x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge2008-12-171-1/+2
| * | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-0/+1
| |\ \
| | * | tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...Frederic Weisbecker2008-12-081-6/+0Star
| | | |
| | | \
| | *-. \ Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar2008-12-031-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | * | | tracing/function-graph-tracer: support for x86-64Frederic Weisbecker2008-12-021-0/+1
| | * | | tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-261-2/+2
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'tracing/core', 'x86/urgent' and 'x86/ptrace' into tracing/hw-...Ingo Molnar2008-11-251-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker2008-11-111-0/+6
| | | |/ / | | |/| |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---------. \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-2/+5
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | / | | | | | |_|_|/ | | | | |/| | |
| | | | | | | * x86: signal: unify signal_{32|64}.cHiroshi Shimamoto2008-11-261-1/+1
| | | | | | |/
| | | | | * | Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-11-201-1/+2
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| | | | | * | x86: corruption-check: some post-move cleanupsArjan van de Ven2008-10-271-1/+2
| | | | | * | x86: corruption check: move the corruption checks into their own fileArjan van de Ven2008-10-271-0/+1
| | | | | |/
| | | | * / x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman2008-10-271-1/+1
| | | | |/
| | | * / x86 debug: mark early_printk.o as notraceIngo Molnar2008-11-041-0/+1
| | |/ /
| * / / x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-251-1/+1
| |/ /
| * | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt2008-10-231-0/+1
| * | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-221-1/+1
| |\ \ | | |/ | |/|
| | * ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-1/+1
| * | x86: unify show_interrupts() and proc helpersThomas Gleixner2008-10-161-1/+1
| * | x86: Add sysfs entries for UV v4Russ Anderson2008-10-161-1/+1
| * | x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3Dean Nelson2008-10-161-1/+1
| * | x86: rename apic_32.c and apic_64.c to apic.cYinghai Lu2008-10-161-1/+1
| * | rename io_apic_64.c and io_apic_32.c to io_apic.cYinghai Lu2008-10-161-1/+1
| |/
* | Merge branch 'linus' into stackprotectorIngo Molnar2008-10-151-14/+31
|\|
| * traps: x86: finalize unification of traps.cAlexander van Heukelum2008-10-131-1/+1
| * x86_64: split out dumpstack code from traps_64.cAlexander van Heukelum2008-10-131-2/+2
| * i386: split out dumpstack code from traps_32.cAlexander van Heukelum2008-10-131-1/+1
| *-----. Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-121-3/+7
| |\ \ \ \