aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-10perf: Unified API to record selective sets of arch registersJiri Olsa1-0/+2
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-1/+0
2012-05-16x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin1-1/+0
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-1/+0
2012-05-08x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen1-1/+0
2012-05-08x86, realmode: Relocator for realmode codeJarkko Sakkinen1-0/+1
2012-05-05x86: Use generic init_taskThomas Gleixner1-1/+1
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-0/+1
2012-03-06x86/kprobes: Split out optprobe related code to kprobes-opt.cMasami Hiramatsu1-0/+1
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju1-0/+1
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2011-12-05x86, NMI: Add NMI IPI selftestDon Zickus1-0/+1
2011-11-17x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin1-1/+2
2011-10-10x86, nmi: Split out nmi from traps.cDon Zickus1-1/+1
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds1-13/+0
2011-08-10x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski1-13/+0
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+2
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski1-6/+1
2011-06-21iommu/amd: Move missing parts to drivers/iommuJoerg Roedel1-1/+0
2011-06-21x86: amd_iommu: move to drivers/iommu/Ohad Ben-Cohen1-1/+1
2011-06-07x86-64: Emulate legacy vsyscallsAndy Lutomirski1-0/+1
2011-05-27x86: Put back -pg to tsc.o and add no GCOV to vread_tsc_64.oSteven Rostedt1-0/+2
2011-05-24x86-64: Move vread_tsc into a new file with sensible optionsAndy Lutomirski1-3/+5
2011-05-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-05-10x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel1-1/+1
2011-03-22x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-1/+2
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2011-03-15x86: Introduce pci_map_biosrom()Dan Williams1-1/+1
2011-03-11x86: Remove superflous goal definition of tsc_syncHenrik Kretzschmar1-2/+2
2011-02-23x86: Add device tree supportSebastian Andrzej Siewior1-0/+1
2011-02-17x86, reboot: Move the real-mode reboot code to an assembly fileH. Peter Anvin1-0/+1
2011-02-17x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin1-2/+1
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2010-12-17x86: avoid low BIOS area when allocating address spaceBjorn Helgaas1-0/+1
2010-12-06x86, earlyprintk: Move mrst early console to platform/ and fix a typoFeng Tang1-1/+0
2010-11-20x86: platform: Move iris to x86/platform where it belongsThomas Gleixner1-1/+0
2010-11-18x86/platform: Add Eurobraille/Iris power off supportShérab1-0/+1
2010-10-27x86: Move olpc to platformThomas Gleixner1-4/+0
2010-10-27x86: Move uv to platformThomas Gleixner1-1/+0
2010-10-27x86: Move mrst to platformThomas Gleixner1-1/+0
2010-10-27x86: Move scx200 to platformThomas Gleixner1-3/+0
2010-10-27x86: Move visws to platformThomas Gleixner1-1/+0
2010-10-27x86: Move efi to platformThomas Gleixner1-1/+0
2010-10-27x86: Move sfi to platformThomas Gleixner1-1/+0
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-10-21Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2010-10-21Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1