| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, nmi: Split out nmi from traps.c | Don Zickus | 2011-10-10 | 1 | -1/+1 |
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-12 | 1 | -13/+0 |
|\ |
|
| * | x86: Remove unnecessary compile flag tweaks for vsyscall code | Andy Lutomirski | 2011-08-10 | 1 | -13/+0 |
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-22 | 1 | -6/+2 |
|\ \
| |/ |
|
| * | x86-64: Move vread_tsc and vread_hpet into the vDSO | Andy Lutomirski | 2011-07-14 | 1 | -6/+1 |
| * | x86-64: Emulate legacy vsyscalls | Andy Lutomirski | 2011-06-07 | 1 | -0/+1 |
* | | iommu/amd: Move missing parts to drivers/iommu | Joerg Roedel | 2011-06-21 | 1 | -1/+0 |
* | | x86: amd_iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 2011-06-21 | 1 | -1/+1 |
|/ |
|
* | x86: Put back -pg to tsc.o and add no GCOV to vread_tsc_64.o | Steven Rostedt | 2011-05-27 | 1 | -0/+2 |
* | x86-64: Move vread_tsc into a new file with sensible options | Andy Lutomirski | 2011-05-24 | 1 | -3/+5 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-05-19 | 1 | -1/+1 |
|\ |
|
| * | x86: Introduce pci_map_biosrom() | Dan Williams | 2011-03-15 | 1 | -1/+1 |
* | | x86, gart: Rename pci-gart_64.c to amd_gart_64.c | Joerg Roedel | 2011-05-10 | 1 | -1/+1 |
* | | x86: only compile 8237A if CONFIG_ISA_DMA_API is enabled | David Rientjes | 2011-03-22 | 1 | -1/+2 |
* | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2011-03-16 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | x86, reboot: Move the real-mode reboot code to an assembly file | H. Peter Anvin | 2011-02-17 | 1 | -0/+1 |
| * | x86, trampoline: Common infrastructure for low memory trampolines | H. Peter Anvin | 2011-02-17 | 1 | -2/+1 |
* | | x86: Remove superflous goal definition of tsc_sync | Henrik Kretzschmar | 2011-03-11 | 1 | -2/+2 |
* | | x86: Add device tree support | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-01-06 | 1 | -1/+0 |
|\ |
|
| * | x86, earlyprintk: Move mrst early console to platform/ and fix a typo | Feng Tang | 2010-12-06 | 1 | -1/+0 |
| * | x86: platform: Move iris to x86/platform where it belongs | Thomas Gleixner | 2010-11-20 | 1 | -1/+0 |
| * | x86/platform: Add Eurobraille/Iris power off support | Shérab | 2010-11-18 | 1 | -0/+1 |
* | | x86: avoid low BIOS area when allocating address space | Bjorn Helgaas | 2010-12-17 | 1 | -0/+1 |
|/ |
|
* | x86: Move olpc to platform | Thomas Gleixner | 2010-10-27 | 1 | -4/+0 |
* | x86: Move uv to platform | Thomas Gleixner | 2010-10-27 | 1 | -1/+0 |
* | x86: Move mrst to platform | Thomas Gleixner | 2010-10-27 | 1 | -1/+0 |
* | x86: Move scx200 to platform | Thomas Gleixner | 2010-10-27 | 1 | -3/+0 |
* | x86: Move visws to platform | Thomas Gleixner | 2010-10-27 | 1 | -1/+0 |
* | x86: Move efi to platform | Thomas Gleixner | 2010-10-27 | 1 | -1/+0 |
* | x86: Move sfi to platform | Thomas Gleixner | 2010-10-27 | 1 | -1/+0 |
* | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 | 1 | -0/+1 |
|\ |
|
| * | x86, iommu: Add proper dependency sort routine (and sanity check). | Konrad Rzeszutek Wilk | 2010-08-26 | 1 | -0/+1 |
* | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 1 | -1/+0 |
|\ \ |
|
| * | | x86, vmware: Remove deprecated VMI kernel support | Alok Kataria | 2010-08-23 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 1 | -0/+1 |
|\ \ |
|
| * | | x86, olpc: Add XO-1 poweroff support | Daniel Drake | 2010-10-12 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 1 | -0/+1 |
|\ \ |
|
| * | | x86, earlyprintk: Add earlyprintk for Intel Moorestown platform | Feng Tang | 2010-10-08 | 1 | -0/+1 |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-10-21 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | x86: Remove stale pmtimer_64.c | Thomas Gleixner | 2010-10-15 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB | Andreas Herrmann | 2010-09-20 | 1 | -1/+1 |
| |/ / |
|
* | | | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2010-10-18 | 1 | -0/+1 |
* | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-10-05 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | tracing/x86: Don't use mcount in kvmclock.c | Steven Rostedt | 2010-09-22 | 1 | -0/+1 |
| * | | tracing/x86: Don't use mcount in pvclock.c | Jeremy Fitzhardinge | 2010-09-22 | 1 | -0/+1 |
| |/ |
|
* | | jump label: x86 support | Jason Baron | 2010-09-22 | 1 | -1/+1 |
|/ |
|
* | x86, olpc: Add support for calling into OpenFirmware | Andres Salomon | 2010-06-18 | 1 | -0/+1 |
* | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 1 | -2/+0 |