aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
Commit message (Expand)AuthorAge
* Merge branch 'wip-nested-locking' into tegra-nested-lockingwip-nested-lockingJonathan Herman2013-04-19
|\
| * Merge 'Linux v3.0' into LitmusAndrea Bastoni2011-08-27
| |\
| * \ Merge commit 'v2.6.36' into wip-merge-2.6.36Andrea Bastoni2010-10-23
| |\ \
| * \ \ Merge branch 'master' into wip-merge-2.6.34Andrea Bastoni2010-05-29
| |\ \ \
| | * | | [ported from 2008.3] Add Feather-Trace x86_32 architecture dependent codeAndrea Bastoni2010-05-29
* | | | | Patched in Tegra support.Jonathan Herman2013-01-17
* | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-13
* | | | | x86: Allow tracing of functions in arch/x86/kernel/rtc.cDavid Vrabel2012-10-24
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-09
|\ \ \ \ \
| * | | | | x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-30
* | | | | | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-04
|\ \ \ \ \ \
| * | | | | | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-23
| |/ / / / /
* / / / / / perf: Unified API to record selective sets of arch registersJiri Olsa2012-08-10
|/ / / / /
* | | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-29
|\ \ \ \ \
| * | | | | x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin2012-05-16
| * | | | | x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-08
| * | | | | x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen2012-05-08
| * | | | | x86, realmode: Relocator for realmode codeJarkko Sakkinen2012-05-08
* | | | | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-24
|\ \ \ \ \ \
| * | | | | | Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-14
| |\| | | | |
| * | | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-17
* | | | | | | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-23
|\ \ \ \ \ \ \
| * | | | | | | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-17
| | |/ / / / / | |/| | | | |
* / | | | | | x86: Use generic init_taskThomas Gleixner2012-05-05
|/ / / / / /
* / / / / / x86/kprobes: Split out optprobe related code to kprobes-opt.cMasami Hiramatsu2012-03-06
|/ / / / /
* | | | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-16
|\ \ \ \ \
| * | | | | x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-17
* | | | | | x86, NMI: Add NMI IPI selftestDon Zickus2011-12-05
|/ / / / /
* | | | | x86, nmi: Split out nmi from traps.cDon Zickus2011-10-10
* | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-12
|\ \ \ \ \
| * | | | | x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2011-08-10
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-22
|\| | | | |
| * | | | | x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski2011-07-14
| * | | | | x86-64: Emulate legacy vsyscallsAndy Lutomirski2011-06-07
| | |_|_|/ | |/| | |
* | | | | iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2011-06-21
* | | | | x86: amd_iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-21
|/ / / /
* | | | x86: Put back -pg to tsc.o and add no GCOV to vread_tsc_64.oSteven Rostedt2011-05-27
* | | | x86-64: Move vread_tsc into a new file with sensible optionsAndy Lutomirski2011-05-24
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-19
|\ \ \ \
| * | | | x86: Introduce pci_map_biosrom()Dan Williams2011-03-15
* | | | | x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel2011-05-10
* | | | | x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-22
* | | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86, reboot: Move the real-mode reboot code to an assembly fileH. Peter Anvin2011-02-18
| * | | | x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin2011-02-18
* | | | | x86: Remove superflous goal definition of tsc_syncHenrik Kretzschmar2011-03-11
* | | | | x86: Add device tree supportSebastian Andrzej Siewior2011-02-23
|/ / / /
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-06
|\ \ \ \
| * | | | x86, earlyprintk: Move mrst early console to platform/ and fix a typoFeng Tang2010-12-06
| * | | | x86: platform: Move iris to x86/platform where it belongsThomas Gleixner2010-11-20