summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-2110-520/+2866
|\
| * crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna2012-03-143-0/+2474
| * crypto: twofish-x86_64/i586 - set alignmask to zeroJussi Kivilinna2012-02-251-1/+1
| * crypto: blowfish-x86_64 - set alignmask to zeroJussi Kivilinna2012-02-251-1/+1
| * crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna2012-02-251-58/+13Star
| * crypto: blowfish-x86_64 - use crypto_[un]register_algsJussi Kivilinna2012-02-251-98/+65Star
| * crypto: twofish-x86_64-3way - use crypto_[un]register_algsJussi Kivilinna2012-02-251-130/+89Star
| * crypto: serpent-sse2 - use crypto_[un]register_algsJussi Kivilinna2012-02-251-243/+163Star
| * crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...Jesper Juhl2012-02-141-1/+0Star
| * crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()Jesper Juhl2012-02-141-1/+0Star
| * crypto: serpent-sse2 - change transpose_4x4 to only use integer instructionsJussi Kivilinna2012-01-132-32/+26Star
| * crypto: blowfish-x86_64 - blacklist Pentium 4Jussi Kivilinna2012-01-131-0/+30
| * crypto: twofish-x86_64-3way - blacklist pentium4 and atomJussi Kivilinna2012-01-131-0/+47
| * arm: tegra: export tegra_chip_uidHenning Heinold2012-01-131-0/+2
* | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-03-213-2/+18
|\ \
| * \ Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown2012-03-181-2/+0Star
| |\ \
| | * | ARM: U300: Don't specify regulator consumers by struct deviceAxel Lin2012-02-171-2/+0Star
| * | | ARM i.MX 3ds debugboard: register a dummy regulator for the smsc911x deviceSascha Hauer2012-03-031-0/+9
| * | | ARM i.MX pcm037: register a dummy regulator for the smsc911x deviceSascha Hauer2012-03-031-0/+9
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-216-1/+7
|\ \ \ \
| * | | | of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely2012-02-214-0/+4
| * | | | drivercore: Output common devicetree information in ueventGrant Likely2012-02-011-1/+1
| * | | | of: Add of_property_match_string() to find index into a string listGrant Likely2012-01-281-0/+2
* | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2174-2384/+400Star
|\ \ \ \ \
| * | | | | irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely2012-02-272-18/+2Star
| * | | | | irq_domain/mips: Allow irq_domain on MIPSGrant Likely2012-02-243-18/+2Star
| * | | | | irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-234-93/+32Star
| * | | | | ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.cPaul Gortmaker2012-02-232-6/+6
| * | | | | irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely2012-02-165-99/+45Star
| * | | | | irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-166-81/+6Star
| * | | | | irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-1622-22/+22
| * | | | | irq_domain/c6x: Use library of xlate functionsGrant Likely2012-02-162-13/+2Star
| * | | | | irq_domain/c6x: constify irq_domain structuresGrant Likely2012-02-163-3/+3
| * | | | | irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter2012-02-164-849/+21Star
| * | | | | irq_domain: constify irq_domain_opsGrant Likely2012-02-161-1/+1
| * | | | | irq_domain: Remove irq_domain_add_simple()Grant Likely2012-02-166-13/+10Star
| * | | | | irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely2012-02-166-64/+52Star
| * | | | | irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely2012-02-163-5/+2Star
| * | | | | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-1632-101/+51Star
| * | | | | irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely2012-02-163-646/+1Star
| * | | | | irq_domain/powerpc: Eliminate virq_is_host()Grant Likely2012-02-163-14/+6Star
| * | | | | irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() insteadGrant Likely2012-02-142-198/+69Star
| * | | | | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-1442-343/+272Star
| * | | | | irq_domain: convert microblaze from irq_host to irq_domainGrant Likely2012-02-143-5/+3Star
| * | | | | irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely2012-02-141-7/+7
* | | | | | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-2110-209/+204Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2012-03-161-0/+2
| |\ \ \ \ \ \
| | * | | | | | PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()Rafael J. Wysocki2012-03-161-0/+2
| * | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-048-203/+197Star
| |\| | | | | |
| | * | | | | | Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki2012-02-018-203/+197Star
| | |\ \ \ \ \ \