aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-05-2014-261/+1016
|\
| * crypto: aesni-intel - fix aesni build on i386Randy Dunlap2011-05-181-3/+4
| * crypto: aesni-intel - Merge with fpu.koAndy Lutomirski2011-05-163-11/+11
| * crypto: s390 - add System z hardware support for CTR modeGerald Schaefer2011-05-043-4/+377
| * crypto: s390 - add System z hardware support for GHASHGerald Schaefer2011-05-043-0/+164
| * crypto: s390 - add System z hardware support for XTS modeGerald Schaefer2011-05-042-0/+264
| * crypto: s390 - cleanup DES codeJan Glauber2011-05-042-235/+96
| * crypto: s390 - extend crypto facility checkJan Glauber2011-05-047-12/+20
| * crypto: caam - de-CHIP-ify device tree compatiblesKim Phillips2011-03-271-21/+11
| * crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Kim Phillips2011-03-271-20/+21
| * crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips2011-03-271-1/+94
* | powerpc: Fix 32-bit SMP buildJosh Boyer2011-05-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-2015-19/+822
|\ \
| * | net: Add sendmmsg socket system callAnton Blanchard2011-05-059-6/+14
| * | x86/net: only select BPF_JIT when NET is enabledRandy Dunlap2011-05-041-1/+1
| * | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-13/+8
| * | net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-275-0/+800
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-05-202-1/+2
|\ \ \
| * | | [IA64] define "_sdata" symbolTony Luck2011-05-201-0/+1
| * | | Pull misc-2.6.40 into release branchTony Luck2011-05-201-1/+1
| |\ \ \
| | * | | [IA64] fix build warning in arch/ia64/oprofile/backtrace.cTony Luck2011-04-071-1/+1
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-206-0/+9
|\ \ \ \ \
| * | | | | extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt2011-05-206-0/+9
* | | | | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-9/+5
|\ \ \ \ \ \
| * | | | | | x86: signal: sys_rt_sigreturn() should use set_current_blocked()Oleg Nesterov2011-04-281-4/+1
| * | | | | | x86: signal: handle_signal() should use set_current_blocked()Oleg Nesterov2011-04-281-5/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-05-20229-4065/+8703
|\ \ \ \ \ \
| * | | | | | powerpc: Fix hard CPU IDs detectionBenjamin Herrenschmidt2011-05-201-4/+7
| * | | | | | Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-20411-16047/+10573
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge remote branch 'kumar/next' into nextBenjamin Herrenschmidt2011-05-2028-1358/+1759
| |\ \ \ \ \ \
| | * | | | | | powerpc/85xx: Create dts of each core in CAMP mode for P1020RDBPrabhakar Kushwaha2011-05-193-1/+362
| | * | | | | | powerpc/85xx: Fix PCIe IDSEL for Px020RDBPrabhakar Kushwaha2011-05-194-0/+48
| | * | | | | | powerpc/85xx: P2020 DTS: re-organize dts filesPrabhakar Kushwaha2011-05-195-933/+564
| | * | | | | | powerpc/85xx: P1020 DTS : re-organize dts filesPrabhakar Kushwaha2011-05-192-313/+380
| | * | | | | | powerpc/fsl: enable verbose bug outputScott Wood2011-05-1910-10/+0
| | * | | | | | powerpc/e5500: add networking to defconfigScott Wood2011-05-191-9/+29
| | * | | | | | powerpc/mpic: add the mpic global timer supportScott Wood2011-05-192-7/+88
| | * | | | | | powerpc/mpic: parse 4-cell intspec types other than zeroScott Wood2011-05-192-1/+38
| | * | | | | | powerpc/p1022ds: fix broken mpic timer nodeScott Wood2011-05-191-47/+59
| | * | | | | | powerpc/86xx: don't pretend that we support 8-bit pixels on the MPC8610 HPCDTimur Tabi2011-05-191-33/+64
| | * | | | | | powerpc/mpc8610_hpcd: Do not use "/" in interrupt namesGeert Uytterhoeven2011-05-191-1/+1
| | * | | | | | powerpc/e5500: set non-base IVORsScott Wood2011-05-193-0/+54
| | * | | | | | powerpc/fsl-booke64: Add support for Debug Level exception handlerKumar Gala2011-05-193-4/+73
| | * | | | | | Merge remote branch 'benh/merge' into benh-nextKumar Gala2011-05-19166-847/+1700
| | |\ \ \ \ \ \
| * | | | | | | | powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processorsPaul Mackerras2011-05-202-0/+7
| * | | | | | | | powerpc/kvm: Fix kvmppc_core_pending_decPaul Mackerras2011-05-201-1/+1
| * | | | | | | | powerpc: Remove last piece of GEMINISebastian Siewior2011-05-191-13/+0
| * | | | | | | | powerpc: Fix for Pegasos keyboard and mouseGabriel Paubert2011-05-191-0/+4
| * | | | | | | | powerpc: Make early memory scan more resilient to out of order nodesBenjamin Herrenschmidt2011-05-191-5/+10
| * | | | | | | | powerpc/pseries/iommu: Cleanup ddw namingMilton Miller2011-05-191-23/+19