aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2011-02-176-10/+10
|\
| * sparc64: Fix NMI startup bug which also breaks perf.David S. Miller2011-02-153-2/+4
| * sparc: fix size argument to find_next_zero_bit()Akinobu Mita2011-02-081-3/+2
| * sparc: use bitmap_set()Akinobu Mita2011-02-081-3/+2
| * sparc32: unaligned memory access (MNA) trap handler bugDaniel Hellstrom2011-02-011-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-02-161-0/+1
|\ \
| * | crypto: sha-s390 - Reset index after processing partial blockHerbert Xu2011-02-071-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-02-1512-23/+120
|\ \ \
| * | | m68knommu: set flow handler for secondary interrupt controller of 5249Greg Ungerer2011-02-161-1/+3
| * | | m68knommu: remove use of IRQ_FLG_LOCK from 68360 platform supportGreg Ungerer2011-02-162-2/+2
| * | | m68knommu: add missing linker __modver sectionGreg Ungerer2011-02-161-0/+6
| * | | m68knommu: fix mis-named variable int set_irq_chip loopGreg Ungerer2011-02-161-2/+2
| * | | m68knommu: add optimize memmove() functionGreg Ungerer2011-02-163-2/+107
| * | | m68k: remove arch specific non-optimized memcmp()Greg Ungerer2011-02-162-14/+1
| * | | m68knommu: fix use of un-defined _TIF_WORK_MASKGreg Ungerer2011-02-083-3/+0
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-152-11/+3
|\ \ \ \
| * \ \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-02-151-10/+2
| |\ \ \ \
| | * | | | ARM: oprofile: Fix backtraces in timer modeAri Kauppi2011-01-261-10/+2
| | | |/ / | | |/| |
| * | | | x86: Fix text_poke_smp_batch() deadlockPeter Zijlstra2011-02-121-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-157-13/+33
|\ \ \ \
| * | | | x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar2011-02-151-6/+16
| * | | | x86, ioapic: Don't warn about non-existing IOAPICs if we have nonePaul Bolle2011-02-151-0/+3
| * | | | x86: Fix mwait_usable section mismatchBorislav Petkov2011-02-142-2/+2
| * | | | x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner2011-02-121-1/+2
| * | | | x86: Fix section mismatch in LAPIC initializationJan Beulich2011-02-103-4/+10
| |/ / /
* | | | s390: remove task_show_regsMartin Schwidefsky2011-02-152-42/+0
* | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-02-1414-45/+94
|\ \ \ \
| * \ \ \ Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-02-116-8/+12
| |\ \ \ \
| | * | | | ARM: pxa: Properly configure PWM period for palm27xMarek Vasut2011-02-091-1/+1
| | * | | | ARM: pxa: only save/restore registers when pm functions are definedEric Miao2011-02-091-2/+2
| | * | | | ARM: pxa/colibri: use correct SD detect pinBjørn Forsman2011-02-093-3/+3
| | * | | | ARM: pxa: fix mfpr_sync to read from valid offsetYu Tang2011-02-091-2/+6
| | |/ / /
| * | | | ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported ...Will Deacon2011-02-111-5/+13
| * | | | ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCRWill Deacon2011-02-111-13/+13
| * | | | ARM: 6658/1: collie: do actually pass locomo_info to locomo driverDmitry Eremin-Solenikov2011-02-111-0/+3
| * | | | ARM: 6659/1: Thumb-2: Make CONFIG_OABI_COMPAT depend on !CONFIG_THUMB2_KERNELDave Martin2011-02-111-1/+1
| * | | | ARM: 6654/1: perf/oprofile: fix off-by-one in stack checkRabin Vincent2011-02-102-2/+2
| * | | | ARM: fixup SMP alternatives in modulesRussell King2011-02-102-13/+47
| * | | | ARM: make SWP emulation explicit on !CPU_USE_DOMAINSRussell King2011-02-101-1/+1
| * | | | ARM: Avoid building unsafe kernels on OMAP2 and MX3Russell King2011-02-091-2/+2
| |/ / /
* | | | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-02-111-1/+1
|\ \ \ \
| * | | | KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_indexJoerg Roedel2011-02-091-1/+1
* | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-118-46/+17
|\ \ \ \ \
| * | | | | ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.hMark Brown2011-02-111-0/+2
| * | | | | ARM: S5PV310: Cleanup System MMUKukjin Kim2011-02-116-46/+14
| * | | | | ARM: S5PV310: Add support System MMU on SMDKV310Thomas Abraham2011-02-111-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-02-115-27/+25
|\ \ \ \ \
| * | | | | microblaze: Fix msr instruction detectionMichal Simek2011-02-072-10/+9
| * | | | | microblaze: Fix pte_update functionMichal Simek2011-02-071-14/+13
| * | | | | microblaze: Fix asm compilation warningMichal Simek2011-02-071-2/+2