summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-301-5/+21
|\
| * Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar2008-11-2312-38/+58
| |\
| * | x86: apic honour irq affinity which was set in early bootThomas Gleixner2008-11-091-5/+21
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-306-65/+53
|\ \ \
| * | | x86, bts: fix wrmsr and spinlock over kmallocMarkus Metzger2008-11-251-37/+40
| * | | x86, pebs: fix PEBS record size configurationMarkus Metzger2008-11-251-0/+8
| * | | x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-252-4/+1
| * | | arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoulJulia Lawall2008-11-251-1/+1
| * | | x86: revert irq number limitationThomas Gleixner2008-11-231-21/+1
| * | | Merge commit 'v2.6.28-rc6' into x86/urgentIngo Molnar2008-11-211-0/+14
| |\ \ \ | | | |/ | | |/|
| * | | x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()Rakib Mullick2008-11-201-1/+1
| * | | x86: fix __cpuinit/__init tangle in init_thread_xstate()Rakib Mullick2008-11-201-1/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-11-302-4/+31
|\ \ \ \
| * | | | [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus valueAndreas Herrmann2008-11-252-4/+31
| | |/ / | |/| |
* | | | kvm_setup_secondary_clock() is cpuinitAl Viro2008-11-301-1/+1
* | | | enable_IR_x2apic() needs to be __initAl Viro2008-11-301-1/+1
|/ / /
* | | x86: Fix interrupt leak due to migrationMatthew Wilcox2008-11-201-0/+14
|/ /
* | x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin2008-11-181-0/+9
* | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-186-25/+8
|\ \
| * | 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
| * | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2008-11-151-18/+0
| * | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-11-121-1/+1
| |\ \
| | * | x86: KVM guest: fix section mismatch warning in kvmclock.cRakib Mullick2008-11-111-1/+1
| | |/
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-11-121-1/+0
| |\ \
| | * \ Merge branch 'misc' into releaseLen Brown2008-11-111-1/+0
| | |\ \ | | | |/ | | |/|
| | | * ACPI: pci_link: remove acpi_irq_balance_set() interfaceBjorn Helgaas2008-11-111-1/+0
| * | | 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: 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
|/ /
* | sched: optimize sched_clock() a bitIngo Molnar2008-11-081-1/+1
* | Revert "x86: default to reboot via ACPI"Eduardo Habkost2008-11-061-5/+1
* | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-061-2/+7
|\ \
| * | AMD IOMMU: fix lazy IO/TLB flushing in unmap pathJoerg Roedel2008-11-061-1/+6
| * | AMD IOMMU: fix detection of NP capable IOMMUsJoerg Roedel2008-10-301-1/+1
* | | x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha2008-11-062-0/+11
* | | x86: don't allow nr_irqs > NR_IRQSBen Hutchings2008-11-061-0/+2
* | | x86: don't use tsc_khz to calculate lpj if notsc is passedAlok Kataria2008-11-041-4/+4
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-011-0/+1
|\ \ \
| * | | x86: build fixIngo Molnar2008-10-311-0/+1
* | | | x86: Clean up late e820 resource allocationLinus Torvalds2008-11-011-3/+5
|/ / /
* | | Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-304-4/+8
|\ \ \
| * | | x86: cpu_index build fixIngo Molnar2008-10-311-0/+2
OpenPOWER on IntegriCloud