| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Fix interrupt leak due to migration | Matthew Wilcox | 2008-11-20 | 1 | -0/+14 |
* | x86: quirk for reboot stalls on a Dell Optiplex 330 | Steve Conklin | 2008-11-18 | 1 | -0/+9 |
* | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2008-11-18 | 6 | -25/+8 |
|\ |
|
| * | AMD IOMMU: check for next_bit also in unmapped area | Joerg Roedel | 2008-11-18 | 1 | -1/+1 |
| * | AMD IOMMU: fix fullflush comparison length | Joerg Roedel | 2008-11-18 | 1 | -1/+1 |
| * | AMD IOMMU: enable device isolation per default | Joerg Roedel | 2008-11-18 | 1 | -1/+1 |
| * | AMD IOMMU: add parameter to disable device isolation | Joerg Roedel | 2008-11-18 | 1 | -0/+2 |
| * | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets" | David Woodhouse | 2008-11-15 | 1 | -18/+0 |
| * | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-11-12 | 1 | -1/+1 |
| |\ |
|
| | * | x86: KVM guest: fix section mismatch warning in kvmclock.c | Rakib Mullick | 2008-11-11 | 1 | -1/+1 |
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-11-12 | 1 | -1/+0 |
| |\ \ |
|
| | * \ | Merge branch 'misc' into release | Len Brown | 2008-11-11 | 1 | -1/+0 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | ACPI: pci_link: remove acpi_irq_balance_set() interface | Bjorn Helgaas | 2008-11-11 | 1 | -1/+0 |
| * | | | x86: HPET: enter hpet_interrupt_handler with interrupts disabled | Matt Fleming | 2008-11-10 | 1 | -1/+1 |
| * | | | x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMP | Matt Fleming | 2008-11-10 | 1 | -1/+1 |
| * | | | x86: HPET: convert WARN_ON to WARN_ON_ONCE | Matt Fleming | 2008-11-10 | 1 | -1/+1 |
| |/ / |
|
* | | | x86: more general identifier for Phoenix BIOS | Philipp Kohlbecher | 2008-11-18 | 1 | -1/+1 |
* | | | x86, PEBS/DS: fix code flow in ds_request() | Ingo Molnar | 2008-11-18 | 1 | -5/+21 |
* | | | x86: add rdtsc barrier to TSC sync check | Venki Pallipadi | 2008-11-18 | 1 | -0/+4 |
* | | | x86: fix es7000 compiling | Yinghai Lu | 2008-11-16 | 1 | -8/+1 |
* | | | x86, bts: fix unlock problem in ds.c | Markus Metzger | 2008-11-16 | 1 | -1/+2 |
|/ / |
|
* | | sched: optimize sched_clock() a bit | Ingo Molnar | 2008-11-08 | 1 | -1/+1 |
* | | Revert "x86: default to reboot via ACPI" | Eduardo Habkost | 2008-11-06 | 1 | -5/+1 |
* | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2008-11-06 | 1 | -2/+7 |
|\ \ |
|
| * | | AMD IOMMU: fix lazy IO/TLB flushing in unmap path | Joerg Roedel | 2008-11-06 | 1 | -1/+6 |
| * | | AMD IOMMU: fix detection of NP capable IOMMUs | Joerg Roedel | 2008-10-30 | 1 | -1/+1 |
* | | | x86: add smp_mb() before sending INVALIDATE_TLB_VECTOR | Suresh Siddha | 2008-11-06 | 2 | -0/+11 |
* | | | x86: don't allow nr_irqs > NR_IRQS | Ben Hutchings | 2008-11-06 | 1 | -0/+2 |
* | | | x86: don't use tsc_khz to calculate lpj if notsc is passed | Alok Kataria | 2008-11-04 | 1 | -4/+4 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-01 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | x86: build fix | Ingo Molnar | 2008-10-31 | 1 | -0/+1 |
* | | | | x86: Clean up late e820 resource allocation | Linus Torvalds | 2008-11-01 | 1 | -3/+5 |
|/ / / |
|
* | | | Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-30 | 4 | -4/+8 |
|\ \ \ |
|
| * | | | x86: cpu_index build fix | Ingo Molnar | 2008-10-31 | 1 | -0/+2 |
| * | | | x86/voyager: fix missing cpu_index initialisation | James Bottomley | 2008-10-31 | 1 | -0/+2 |
| * | | | x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c60... | James Bottomley | 2008-10-31 | 1 | -1/+1 |
| * | | | x86: use CONFIG_X86_SMP instead of CONFIG_SMP | James Bottomley | 2008-10-30 | 2 | -2/+2 |
| * | | | x86: two trivial sparse annotations | Harvey Harrison | 2008-10-29 | 1 | -1/+1 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-10-30 | 5 | -6/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | x86, gart: fix gart detection for Fam11h CPUs | Joerg Roedel | 2008-10-28 | 2 | -2/+1 |
| * | | | x86, kdump: fix invalid access on i386 sparsemem | Ken'ichi Ohmichi | 2008-10-28 | 1 | -1/+4 |
| * | | | x86: AMD microcode patch loader author update | Peter Oruba | 2008-10-28 | 1 | -1/+1 |
| * | | | x86: microcode patch loader author update | Peter Oruba | 2008-10-28 | 1 | -2/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-10-30 | 1 | -0/+16 |
|\ \ \ \ |
|
| * | | | | x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI | Fenghua Yu | 2008-10-24 | 1 | -0/+16 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-10-28 | 6 | -36/+29 |
|\ \ \ \ |
|
| * | | | | ftrace: use a real variable for ftrace_nop in x86 | Steven Rostedt | 2008-10-27 | 1 | -11/+5 |
| * | | | | Merge commit 'v2.6.28-rc2' into tracing/urgent | Ingo Molnar | 2008-10-27 | 24 | -72/+126 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace file | Steven Rostedt | 2008-10-23 | 2 | -5/+6 |
| * | | | | ftrace: remove mcount set | Steven Rostedt | 2008-10-23 | 1 | -7/+0 |