summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-12-18implement early_io{re,un}map for ia64Luck, Tony2-0/+13
2009-12-18x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang3-1/+37
2009-12-18ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.Zhao Yakui1-1/+1
2009-12-18sparc: Set UTS_MACHINE correctly.David S. Miller1-0/+2
2009-12-18sparc64: Fix stack debugging IRQ stack regression.David S. Miller1-2/+3
2009-12-18sparc64: Fix overly strict range type matching for PCI devices.David S. Miller1-2/+12
2009-12-18sparc64: Don't specify IRQF_SHARED for LDC interrupts.David S. Miller1-2/+2
2009-12-18xen: use iret for return from 64b kernel to 32b usermodeJeremy Fitzhardinge1-2/+2
2009-12-18xen: call clock resume notifier on all CPUsIan Campbell1-1/+14
2009-12-18xen: register runstate info for boot CPU earlyJeremy Fitzhardinge1-0/+2
2009-12-18xen: register runstate on secondary CPUsIan Campbell1-0/+1
2009-12-18xen: register timer interrupt with IRQF_TIMERIan Campbell1-1/+1
2009-12-18xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell3-1/+4
2009-12-18xen: restore runstate_info even if !have_vcpu_info_placementJeremy Fitzhardinge1-14/+11
2009-12-18xen: re-register runstate area earlier on resume.Ian Campbell3-3/+5
2009-12-18powerpc: Fix usage of 64-bit instruction in 32-bit altivec codeBenjamin Herrenschmidt1-1/+1
2009-12-18x86: Fix bogus warning in apic_noop.apic_write()Thomas Gleixner1-1/+1
2009-12-18pxa/em-x270: fix usb hub power up/reset sequenceIgor Grinberg1-6/+5
2009-12-18s390: clear high-order bits of registers after sam64Hendrik Brueckner1-0/+3
2009-12-18x86: Fix typo in Intel CPU cache size descriptorDave Jones1-1/+1
2009-12-18x86: Add new Intel CPU cache size descriptorsDave Jones1-0/+3
2009-12-18x86: Fix duplicated UV BAU interrupt vectorCliff Wickman1-1/+1
2009-12-18x86: SGI UV: Fix BAU initializationCliff Wickman1-3/+1
2009-12-18x86/mce: Set up timer unconditionallyJan Beulich1-1/+2
2009-12-18x86, mce: don't restart timer if disabledHidetoshi Seto1-2/+4
2009-12-18x86: Use -maccumulate-outgoing-args for sane mcount prologuesThomas Gleixner1-2/+3
2009-12-18x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckageThomas Gleixner1-0/+6
2009-12-18KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa1-4/+8
2009-12-18KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte2-9/+19
2009-12-18KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.cCarsten Otte1-3/+3
2009-12-18KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity2-2/+5
2009-12-18x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson1-1/+1
2009-12-18x86: ASUS P4S800 reboot=bios quirkLeann Ogasawara1-0/+8
2009-12-18x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches1-1/+1
2009-12-18x86: Fix iommu=nodac parameter handlingTejun Heo1-1/+1
2009-12-18x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the ...Darrick J. Wong1-5/+7
2009-12-18x86/amd-iommu: un__init iommu_setup_msiJoerg Roedel1-1/+1
2009-12-18x86/amd-iommu: attach devices to pre-allocated domains earlyJoerg Roedel1-2/+6
2009-12-02MIPS: RB532: Fix devices.c compilation.Florian Fainelli1-1/+2
2009-12-02MIPS: Fix MIPS I build.Ralf Baechle1-0/+4
2009-12-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-9/+28
2009-12-01MIPS: Loongson: Switch from flatmem to sparsememWu Zhangjin1-1/+1
2009-12-01MIPS: Loongson: Disallow 4kB pagesWu Zhangjin1-0/+1
2009-12-01MIPS: Add missing definition for MADV_HWPOISON.Ralf Baechle1-0/+1
2009-12-01MIPS: Fix build error if __xchg() is not getting inlined.Ralf Baechle1-6/+9
2009-12-01MIPS: IP22/IP28 Disable early printk to fix boot problems on some systems.Martin Michlmayr1-2/+16
2009-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds24-36/+43
2009-11-30alpha: Fixup last users of irq_chip->typenameThomas Gleixner20-23/+23
2009-11-30Alpha: Rearrange thread info flags fixing two regressionsMichael Cree1-12/+15
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds14-42/+138