summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-162-1/+5
* x86, debug: remove EBDA debug printkIngo Molnar2008-12-121-1/+0
* x86: soften multi-BAR mapping sanity check warning messageIngo Molnar2008-12-121-1/+2
* x86, debug: remove the confusing entry in call tracejia zhang2008-11-232-0/+2
* x86: clean up stack overflow debug checkIngo Molnar2008-11-231-15/+10
* x86_64: fix the check in stack_overflow_checkjia zhang2008-11-231-3/+4
* Merge commit 'v2.6.28-rc6' into x86/debugIngo Molnar2008-11-2370-198/+460
|\
| * x86: Fix interrupt leak due to migrationMatthew Wilcox2008-11-201-0/+14
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-202-1/+10
| |\
| | * x86: uaccess_64: fix return value in __copy_from_user()Hiroshi Shimamoto2008-11-181-1/+1
| | * x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin2008-11-181-0/+9
| * | Merge branch 'x86/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2008-11-194-1/+44
| |\ \
| | * | x86: make NUMA on 32-bit depend on EXPERIMENTAL againRafael J. Wysocki2008-11-121-1/+1
| | * | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki2008-11-123-0/+43
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-199-19/+80
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-1814-31/+18
| | |\ \
| | | * | AMD IOMMU: check for next_bit also in unmapped areaJoerg Roedel2008-11-181-1/+1
| | | * | AMD IOMMU: fix fullflush comparison lengthJoerg Roedel2008-11-181-1/+1
| | | * | AMD IOMMU: enable device isolation per defaultJoerg Roedel2008-11-181-1/+1
| | | * | AMD IOMMU: add parameter to disable device isolationJoerg Roedel2008-11-181-0/+2
| | * | | x86: more general identifier for Phoenix BIOSPhilipp Kohlbecher2008-11-181-1/+1
| | * | | x86, PEBS/DS: fix code flow in ds_request()Ingo Molnar2008-11-181-5/+21
| | * | | x86: add rdtsc barrier to TSC sync checkVenki Pallipadi2008-11-181-0/+4
| | * | | x86: fix es7000 compilingYinghai Lu2008-11-161-8/+1
| | * | | x86, bts: fix unlock problem in ds.cMarkus Metzger2008-11-161-1/+2
| | * | | x86, voyager: fix smp generic helper voyager breakageJames Bottomley2008-11-112-3/+18
| | * | | x86: move iomap.h to the new include locationArjan van de Ven2008-11-091-0/+30
| * | | | reintroduce accept4Ulrich Drepper2008-11-191-2/+2
| | |/ / | |/| |
| * | | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2008-11-152-19/+0
| | |/ | |/|
| * | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-11-126-4/+10
| |\ \
| | * | KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity2008-11-111-1/+3
| | * | KVM: VMX: Set IGMT bit in EPT entrySheng Yang2008-11-112-1/+3
| | * | KVM: Require the PCI subsystemAvi Kivity2008-11-111-0/+2
| | * | x86: KVM guest: fix section mismatch warning in kvmclock.cRakib Mullick2008-11-111-1/+1
| | * | KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti2008-11-111-1/+1
| | |/
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-11-122-2/+0
| |\ \
| | * \ Merge branch 'misc' into releaseLen Brown2008-11-112-2/+0
| | |\ \ | | | |/ | | |/|
| | | * ACPI: pci_link: remove acpi_irq_balance_set() interfaceBjorn Helgaas2008-11-112-2/+0
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-11-111-2/+2
| |\ \ \
| | * | | x86: HPET: enter hpet_interrupt_handler with interrupts disabledMatt Fleming2008-11-101-1/+1
| | * | | x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMPMatt Fleming2008-11-101-1/+1
| | * | | x86: HPET: convert WARN_ON to WARN_ON_ONCEMatt Fleming2008-11-101-1/+1
| | |/ /
| * | | x86: Make NUMA on 32-bit depend on BROKENRafael J. Wysocki2008-11-101-1/+1
| |/ /
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-083-4/+8
| |\ \
| | * | sched: optimize sched_clock() a bitIngo Molnar2008-11-081-1/+1
| | * | sched: improve sched_clock() performanceIngo Molnar2008-11-082-3/+7
| * | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-11-071-5/+4
| |\ \ \
| | * | | oprofile: Fix p6 counter overflow checkAndi Kleen2008-11-071-5/+4
| | | |/ | | |/|
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-071-2/+2
| |\ \ \
| | * | | x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge2008-11-061-2/+2
OpenPOWER on IntegriCloud