aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-12MN10300: Clean up the misalignment handler a littleDavid Howells1-18/+9
2008-11-12Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds9-10/+23
2008-11-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-2/+0
2008-11-12sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB.Paul Mundt4-2/+37
2008-11-12fix sci type for SH7723Yoshihiro Shimoda1-3/+3
2008-11-11Merge branch 'misc' into releaseLen Brown2-2/+0
2008-11-11ACPI: pci_link: remove acpi_irq_balance_set() interfaceBjorn Helgaas2-2/+0
2008-11-11iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams3-3/+11
2008-11-11KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity1-1/+3
2008-11-11KVM: ia64: fix vmm_spin_{un}lock for !CONFIG_SMPXiantao Zhang1-0/+5
2008-11-11KVM: VMX: Set IGMT bit in EPT entrySheng Yang2-1/+3
2008-11-11KVM: Require the PCI subsystemAvi Kivity2-0/+4
2008-11-11x86: KVM guest: fix section mismatch warning in kvmclock.cRakib Mullick1-1/+1
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-11KVM: ia64: Use guest signal mask when blockingXiantao Zhang1-6/+6
2008-11-11KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti1-1/+1
2008-11-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds63-2259/+5291
2008-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-38/+195
2008-11-11powerpc: Update desktop/server defconfigsPaul Mackerras8-313/+1033
2008-11-11powerpc: Fix msr check in compat_sys_swapcontextAndreas Schwab1-3/+15
2008-11-10x86: Make NUMA on 32-bit depend on BROKENRafael J. Wysocki1-1/+1
2008-11-10sparc64: Update defconfig.David S. Miller1-37/+195
2008-11-10Revert "sparc: correct section of current_pc()"David S. Miller1-1/+0
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-10sh: Handle fixmap TLB eviction more coherently.Paul Mundt3-3/+32
2008-11-09[ARM] iop: iop3xx needs registers mapped uncached+unbufferedRussell King3-8/+16
2008-11-08[ARM] versatile: correct MMC clock rateRussell King1-1/+1
2008-11-08[ARM] realview: correct MMC clock rateRussell King1-1/+1
2008-11-08[ARM] 5329/1: Feroceon: fix feroceon_l2_inv_rangeNicolas Pitre1-2/+2
2008-11-08powerpc: Updated Freescale PPC related defconfigsKumar Gala50-1932/+4234
2008-11-08powerpc: Update QE/CPM2 usb_ctlr structures for USB supportLi Yang2-10/+4
2008-11-08powerpc/86xx: Correct SOC bus-frequency in GE Fanuc SBC610 DTSMartyn Welch1-1/+1
2008-11-08powerpc/fsl-booke: Fix synchronization bug w/local tlb invalidatesKumar Gala1-0/+4
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 Molnar2-6/+5
2008-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds12-76/+106
2008-11-07[IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMPJay Lan1-1/+1
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-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-67/+122
2008-11-06Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-1/+1
2008-11-06x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge1-2/+2
2008-11-06Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Russell King4-16/+16
2008-11-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xscaleiopRussell King1-2/+2