aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-10/+10
2011-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds12-23/+120
2011-02-16m68knommu: set flow handler for secondary interrupt controller of 5249Greg Ungerer1-1/+3
2011-02-16m68knommu: remove use of IRQ_FLG_LOCK from 68360 platform supportGreg Ungerer2-2/+2
2011-02-16m68knommu: add missing linker __modver sectionGreg Ungerer1-0/+6
2011-02-16m68knommu: fix mis-named variable int set_irq_chip loopGreg Ungerer1-2/+2
2011-02-16m68knommu: add optimize memmove() functionGreg Ungerer3-2/+107
2011-02-16m68k: remove arch specific non-optimized memcmp()Greg Ungerer2-14/+1
2011-02-15sparc64: Fix NMI startup bug which also breaks perf.David S. Miller3-2/+4
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+3
2011-02-15Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-13/+33
2011-02-15s390: remove task_show_regsMartin Schwidefsky2-42/+0
2011-02-15x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar1-6/+16
2011-02-15x86, ioapic: Don't warn about non-existing IOAPICs if we have nonePaul Bolle1-0/+3
2011-02-15Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar1-10/+2
2011-02-14Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds14-45/+94
2011-02-14x86: Fix mwait_usable section mismatchBorislav Petkov2-2/+2
2011-02-12x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner1-1/+2
2011-02-12x86: Fix text_poke_smp_batch() deadlockPeter Zijlstra1-1/+1
2011-02-11Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2011-02-11Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsungLinus Torvalds8-46/+17
2011-02-11Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-27/+25
2011-02-11Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into fixesRussell King6-8/+12
2011-02-11ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported archWill Deacon1-5/+13
2011-02-11ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCRWill Deacon1-13/+13
2011-02-11ARM: 6658/1: collie: do actually pass locomo_info to locomo driverDmitry Eremin-Solenikov1-0/+3
2011-02-11ARM: 6659/1: Thumb-2: Make CONFIG_OABI_COMPAT depend on !CONFIG_THUMB2_KERNELDave Martin1-1/+1
2011-02-11ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.hMark Brown1-0/+2
2011-02-11ARM: S5PV310: Cleanup System MMUKukjin Kim6-46/+14
2011-02-11ARM: S5PV310: Add support System MMU on SMDKV310Thomas Abraham1-0/+1
2011-02-10Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+2
2011-02-10ARM: 6654/1: perf/oprofile: fix off-by-one in stack checkRabin Vincent2-2/+2
2011-02-10ARM: fixup SMP alternatives in modulesRussell King2-13/+47
2011-02-10ARM: make SWP emulation explicit on !CPU_USE_DOMAINSRussell King1-1/+1
2011-02-10x86: Fix section mismatch in LAPIC initializationJan Beulich3-4/+10
2011-02-09ARM: Avoid building unsafe kernels on OMAP2 and MX3Russell King1-2/+2
2011-02-09KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel1-1/+1
2011-02-09ARM: pxa: Properly configure PWM period for palm27xMarek Vasut1-1/+1
2011-02-09ARM: pxa: only save/restore registers when pm functions are definedEric Miao1-2/+2
2011-02-09ARM: pxa/colibri: use correct SD detect pinBjørn Forsman3-3/+3
2011-02-09ARM: pxa: fix mfpr_sync to read from valid offsetYu Tang1-2/+6
2011-02-08sparc: fix size argument to find_next_zero_bit()Akinobu Mita1-3/+2
2011-02-08sparc: use bitmap_set()Akinobu Mita1-3/+2
2011-02-08m68knommu: fix use of un-defined _TIF_WORK_MASKGreg Ungerer3-3/+0
2011-02-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-16/+112
2011-02-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds6-52/+94
2011-02-07Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds9-38/+39
2011-02-07Merge branch 'fixes'Russell King8-12/+11
2011-02-07microblaze: Fix msr instruction detectionMichal Simek2-10/+9