aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-11-10x86: Make NUMA on 32-bit depend on BROKENRafael J. Wysocki1-1/+1
2008-11-10x86: HPET: enter hpet_interrupt_handler with interrupts disabledMatt Fleming1-1/+1
2008-11-10x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMPMatt Fleming1-1/+1
2008-11-10x86: HPET: convert WARN_ON to WARN_ON_ONCEMatt Fleming1-1/+1
2008-11-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-4/+8
2008-11-08sched: optimize sched_clock() a bitIngo Molnar1-1/+1
2008-11-08sched: improve sched_clock() performanceIngo Molnar2-3/+7
2008-11-07Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into x86/urgentIngo Molnar1-5/+4
2008-11-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-11-07oprofile: Fix p6 counter overflow checkAndi Kleen1-5/+4
2008-11-07xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge2-5/+9
2008-11-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds12-32/+39
2008-11-06x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge1-2/+2
2008-11-06Revert "x86: default to reboot via ACPI"Eduardo Habkost1-5/+1
2008-11-06x86: align DirectMap in /proc/meminfoHugh Dickins1-4/+4
2008-11-06Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgentIngo Molnar1-2/+7
2008-11-06AMD IOMMU: fix lazy IO/TLB flushing in unmap pathJoerg Roedel1-1/+6
2008-11-06x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha2-0/+11
2008-11-06x86: remove VISWS and PARAVIRT around NR_IRQS puzzleYinghai Lu1-3/+3
2008-11-06x86: mention ACPI in top-level Kconfig menuBjorn Helgaas1-1/+1
2008-11-06x86: size NR_IRQS on 32-bit systems the same way as 64-bitYinghai Lu1-14/+6
2008-11-06x86: don't allow nr_irqs > NR_IRQSBen Hutchings1-0/+2
2008-11-05sched: re-tune balancingIngo Molnar1-3/+4
2008-11-04x86: don't use tsc_khz to calculate lpj if notsc is passedAlok Kataria1-4/+4
2008-11-03Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-11/+70
2008-11-03io mapping: clean up #ifdefsKeith Packard1-0/+4
2008-11-03x86, voyager: fix smp_intr_init() compile breakageJames Bottomley3-2/+3
2008-11-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+2
2008-11-01x86: Clean up late e820 resource allocationLinus Torvalds1-3/+5
2008-10-31x86: fix AMDC1E and XTOPOLOGY conflict in cpufeatureVenki Pallipadi1-1/+1
2008-10-31x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard6-11/+66
2008-10-31x86: build fixIngo Molnar1-0/+1
2008-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-12/+20
2008-10-30Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-40/+85
2008-10-31lguest: fix irq vectors.Rusty Russell1-0/+3
2008-10-31lguest: fix early_ioremap.Rusty Russell1-12/+17
2008-10-31x86: cpu_index build fixIngo Molnar1-0/+2
2008-10-31x86/voyager: fix missing cpu_index initialisationJames Bottomley2-0/+3
2008-10-31x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c600fee1e2James Bottomley3-1/+11
2008-10-30x86: fix /dev/mem mmap breakage when PAT is disabledRavikiran G Thirumalai1-0/+4
2008-10-30x86/voyager: fix compile breakage casued by x86: move prefill_possible_map calling earlyJames Bottomley1-0/+6
2008-10-30x86: use CONFIG_X86_SMP instead of CONFIG_SMPJames Bottomley2-2/+2
2008-10-30x86/voyager: fix boot breakage caused by x86: boot secondary cpus through initial_codeJames Bottomley1-1/+4
2008-10-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-31/+34
2008-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-1/+16
2008-10-30x86, uv: fix compile error in uv_hub.hMike Travis1-0/+1
2008-10-30.gitignore updatesAlexey Dobriyan1-0/+2
2008-10-30AMD IOMMU: fix detection of NP capable IOMMUsJoerg Roedel1-1/+1
2008-10-30i386/PAE: fix pud_page()Jan Beulich1-2/+2