aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-02-24x86, apbt: Moorestown APB system timer driverGravatar Jacob Pan 1-0/+1
2009-12-15cs5535: drop the Geode-specific MFGPT/GPIO codeGravatar Andres Salomon 1-1/+0
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointGravatar Frederic Weisbecker 1-2/+5
2009-09-19Merge branch 'linus' into sfi-releaseGravatar Len Brown 1-2/+4
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+3
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsGravatar Ingo Molnar 1-0/+4
2009-08-31x86: Add Moorestown early detectionGravatar Thomas Gleixner 1-0/+1
2009-08-31x86: Replace the now identical time_32/64.c by time.cGravatar Thomas Gleixner 1-1/+1
2009-08-28x86: add arch-specific SFI supportGravatar Feng Tang 1-0/+1
2009-08-27x86: Add x86_init infrastructureGravatar Thomas Gleixner 1-1/+1
2009-07-21x86, intel_txt: Intel TXT boot supportGravatar Joseph Cihula 1-0/+1
2009-07-06gcov: exclude code operating in userspace from profilingGravatar Peter Oberparleiter 1-0/+2
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Gravatar Peter Oberparleiter 1-0/+2
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsGravatar Ingo Molnar 1-3/+4
2009-06-12x86 module: merge the rest functions with macrosGravatar Amerigo Wang 1-1/+1
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cGravatar Amerigo Wang 1-1/+1
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2009-06-02hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...Gravatar K.Prasad 1-1/+1
2009-06-01Merge branch 'linus' into irq/numaGravatar Ingo Molnar 1-1/+2
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsGravatar Jeremy Fitzhardinge 1-1/+2
2009-04-10x86: unify irqinit_{32,64}.c into irqinit.cGravatar Pekka Enberg 1-1/+1
2009-04-07Merge branch 'linus' into tracing/hw-branch-tracingGravatar Ingo Molnar 1-3/+4
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 1-1/+2
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2009-03-28Merge branch 'linus' into core/iommuGravatar Ingo Molnar 1-24/+18
2009-03-25Revert "x86: don't compile vsmp_64 for 32bit"Gravatar Ravikiran G Thirumalai 1-1/+1
2009-03-13tracing/syscalls: support for syscalls tracing on x86, fixGravatar Ingo Molnar 1-1/+2
2009-03-13x86, bts: add selftest for BTSGravatar Markus Metzger 1-0/+1
2009-03-04x86: UV, SGI RTC: add UV RTC clocksource/clockeventsGravatar Dimitri Sivanich 1-1/+1
2009-02-26x86: don't compile vsmp_64 for 32bitGravatar Yinghai Lu 1-1/+1
2009-02-17x86, apic: separate 32-bit setup functionality out of apic_32.cGravatar Ingo Molnar 1-1/+1
2009-02-17x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/*Gravatar Ingo Molnar 1-5/+1
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Gravatar Ingo Molnar 1-16/+11
2009-02-17x86: add x2apic configGravatar Yinghai Lu 1-2/+2
2009-01-29x86/Voyager: remove X86_BIOS_REBOOT Kconfig quirkGravatar Ingo Molnar 1-1/+1
2009-01-29x86: replace CONFIG_X86_SMP with CONFIG_SMPGravatar Ingo Molnar 1-2/+2
2009-01-29x86: remove subarchitecture supportGravatar Ingo Molnar 1-1/+1
2009-01-29x86: remove subarchitecture support codeGravatar Ingo Molnar 1-1/+1
2009-01-29x86, bigsmp: consolidate codeGravatar Ingo Molnar 1-0/+1
2009-01-29x86, summit: consolidate code, fixGravatar Ingo Molnar 1-1/+1
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupGravatar Brian Gerst 1-2/+1
2009-01-27x86: only compile setup_percpu.o on SMPGravatar Brian Gerst 1-1/+2
2009-01-23x86: rename arch/x86/kernel/pci-swiotlb_64.c => pci-swiotlb.cGravatar Ian Campbell 1-1/+1
2009-01-21x86: make UV support configurableGravatar Nick Piggin 1-2/+3
2009-01-21x86, mm: move tlb.c to arch/x86/mm/Gravatar Ingo Molnar 1-1/+1
2009-01-21x86: rename tlb_64.c to tlb.cGravatar Tejun Heo 1-1/+1
2009-01-21x86: make x86_32 use tlb_64.cGravatar Tejun Heo 1-1/+1
2008-12-31Merge branch 'linus' into stackprotectorGravatar Ingo Molnar 1-9/+15
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1