aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-1/+0
|\
| * x86, vmware: Remove deprecated VMI kernel supportAlok Kataria2010-08-231-1/+0
* | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-0/+1
|\ \
| * | x86, olpc: Add XO-1 poweroff supportDaniel Drake2010-10-121-0/+1
| |/
* | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-0/+1
|\ \
| * | x86, earlyprintk: Add earlyprintk for Intel Moorestown platformFeng Tang2010-10-081-0/+1
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-211-1/+0
|\ \ \
| * | | x86: Remove stale pmtimer_64.cThomas Gleixner2010-10-151-1/+0
| | |/ | |/|
* | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-1/+1
|\ \ \
| * | | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2010-09-201-1/+1
| |/ /
* | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-0/+1
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-051-0/+2
|\ \ \ | | |/ | |/|
| * | tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt2010-09-221-0/+1
| * | tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge2010-09-221-0/+1
| |/
* | jump label: x86 supportJason Baron2010-09-221-1/+1
|/
* x86, olpc: Add support for calling into OpenFirmwareAndres Salomon2010-06-181-0/+1
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-2/+0
* x86, apbt: Moorestown APB system timer driverJacob Pan2010-02-241-0/+1
* cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon2009-12-151-1/+0
* Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-181-2/+5
|\
| * Merge branch 'linus' into sfi-releaseLen Brown2009-09-191-2/+4
| |\
| | * Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-2/+3
| | |\
| | | * x86: Add Moorestown early detectionThomas Gleixner2009-08-311-0/+1
| | | * x86: Replace the now identical time_32/64.c by time.cThomas Gleixner2009-08-311-1/+1
| | | * x86: Add x86_init infrastructureThomas Gleixner2009-08-271-1/+1
| | * | x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-211-0/+1
| | |/
| * | x86: add arch-specific SFI supportFeng Tang2009-08-281-0/+1
| |/
* | Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-071-0/+4
|\ \ | |/
| * gcov: exclude code operating in userspace from profilingPeter Oberparleiter2009-07-061-0/+2
| * gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter2009-06-181-0/+2
* | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-171-3/+4
|\ \ | |/
| * x86 module: merge the rest functions with macrosAmerigo Wang2009-06-121-1/+1
| * x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang2009-06-121-1/+1
| * Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-0/+1
| |\
| * \ Merge branch 'linus' into irq/numaIngo Molnar2009-06-011-1/+2
| |\ \
| | * | x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2009-05-151-1/+2
| * | | x86: unify irqinit_{32,64}.c into irqinit.cPekka Enberg2009-04-101-1/+1
| |/ /
* | | hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...K.Prasad2009-06-021-1/+1
| |/ |/|
* | Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar2009-04-071-3/+4
|\ \ | |/
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-1/+2
| |\
| | * tracing/syscalls: support for syscalls tracing on x86, fixIngo Molnar2009-03-131-1/+2
| * | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-301-1/+1
| |\ \
| | * \ Merge branch 'linus' into core/iommuIngo Molnar2009-03-281-24/+18
| | |\ \
| | * | | x86: rename arch/x86/kernel/pci-swiotlb_64.c => pci-swiotlb.cIan Campbell2009-01-231-1/+1
| * | | | Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai2009-03-251-1/+1
| | |_|/ | |/| |
* | | | x86, bts: add selftest for BTSMarkus Metzger2009-03-131-0/+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/+1