aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-05Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-30/+106
2009-10-05Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-1/+5
2009-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-59/+547
2009-10-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-21/+35
2009-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds7-53/+52
2009-10-05microblaze: Clear sticky FSR register after saving it to func parametrMichal Simek2-1/+3
2009-10-05microblaze: UMS is used only for MMU kernelMichal Simek1-0/+2
2009-10-05sparc: using HZ needs an include of linux/param.hStephen Rothwell1-0/+1
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus2-9/+54
2009-10-04KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus2-7/+26
2009-10-04KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus1-5/+2
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity1-0/+2
2009-10-04KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti1-1/+1
2009-10-04KVM: fix LAPIC timer period overflowAurelien Jarno1-1/+1
2009-10-04KVM: s390: fix memsize >= 4GChristian Borntraeger1-1/+1
2009-10-04KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel1-6/+17
2009-10-04KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel1-0/+2
2009-10-03Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds7-13/+34
2009-10-04m32r: Fix IPI function calls for SMPToshihiro HANAWA1-2/+2
2009-10-04m32r: Fix set_memory() for DISCONTIGMEMHirokazu Takata1-1/+4
2009-10-04m32r: add rtc_lock variableHirokazu Takata1-0/+9
2009-10-04m32r: define ioread* and iowrite* macrosHirokazu Takata1-0/+7
2009-10-04m32r: export delay loop symbolsHirokazu Takata2-6/+4
2009-10-04m32r: fix tme_handlerHirokazu Takata1-4/+8
2009-10-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds56-253/+721
2009-10-02ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7Kirill A. Shutemov1-1/+50
2009-10-02ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov33-78/+144
2009-10-02ARM: 5740/1: fix valid_phys_addr_range() range checkGreg Ungerer1-1/+1
2009-10-02ARM: 5739/1: ARM: allow empty ATAG_COREDavid Brown1-1/+3
2009-10-02ARM: 5735/1: sa1111: CodingStyle cleanupsHartley Sweeten1-13/+12
2009-10-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xscaleiopRussell King6-131/+433
2009-10-01s3cmci: add better support for no card detect or write protect availableBen Dooks1-0/+2
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks1-0/+1
2009-10-01x86: fix csum_ipv6_magic asm memory clobberSamuel Thibault1-1/+2
2009-10-01mn10300: fix kernel build failures when using gcc-4.xMark Salter3-40/+45
2009-10-01revert "m68k: convert to asm-generic/hardirq.h"Andrew Morton1-2/+10
2009-10-01const: constify remaining file_operationsAlexey Dobriyan8-8/+8
2009-10-01sparc32: convert to asm-generic/hardirq.hChristoph Hellwig2-13/+3
2009-10-01ARM: 5734/1: arm: fix compilation of entry-common.S for older CPUsDmitry Artamonow1-2/+2
2009-10-01ARM: 5733/1: fix bcmring compile errorLeo Chen1-1/+0
2009-10-01ARM: 5732/1: remove redundant include fileLeo Chen1-1/+0
2009-10-01ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3Linus Walleij2-0/+11
2009-10-01x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich1-13/+23
2009-10-01x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCALJaswinder Singh Rajput1-4/+0
2009-10-01x86: earlyprintk: Fix regression to handle serial,ttySn as 1 argJason Wessel1-1/+4
2009-10-01x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=yEric Dumazet2-2/+6
2009-10-01x86: Fix csum_ipv6_magic asm memory clobberSamuel Thibault1-1/+2
2009-10-01x86: Optimize cmpxchg64() at build-time some moreLinus Torvalds1-1/+2
2009-09-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-14/+83
2009-09-30x86: Provide an alternative() based cmpxchg64()Arjan van de Ven4-14/+83