summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-0627-52/+276
|\
| * metag: move EXPORT_SYMBOL(csum_partial) to metag_ksyms.cJames Hogan2013-07-042-1/+5
| * metag: cpu hotplug: route_irq: preserve irq maskJames Hogan2013-07-021-2/+3
| * metag: kick: add missing irq_enter/exit to kick_handler()James Hogan2013-07-021-0/+9
| * metag: smp: don't spin waiting for CPU to startJames Hogan2013-07-021-10/+6
| * metag: smp: enable irqs after set_cpu_onlineJames Hogan2013-07-021-5/+6
| * metag: use clear_tasks_mm_cpumask()James Hogan2013-07-021-7/+1
| * metag: tz1090: select and instantiate pinctrl-tz1090-pdcJames Hogan2013-06-272-0/+7
| * metag: tz1090: select and instantiate pinctrl-tz1090James Hogan2013-06-272-0/+8
| * metag: don't check for cache aliasing on smp cpu bootJames Hogan2013-06-271-6/+0
| * metag: panic if cache aliasing possibleJames Hogan2013-06-271-6/+7
| * metag: *.dts: include using preprocessorJames Hogan2013-06-273-3/+3
| * metag: add <dt-bindings/> symlinkJames Hogan2013-06-271-0/+1
| * metag/.gitignore: Extend the *.dtb pattern to match the dtb.S filesMarkos Chandras2013-06-131-1/+1
| * metag/traps: include setup.h for the per_cpu_trap_init declarationMarkos Chandras2013-06-131-0/+1
| * metag/traps: Mark die() as __noreturn to match the declaration.Markos Chandras2013-06-132-4/+4
| * metag/processor.h: Add missing cpuinfo_op declaration.Markos Chandras2013-06-131-0/+2
| * metag/setup: Restrict scope for the capabilities variableMarkos Chandras2013-06-131-6/+6
| * metag/mm/cache: Restrict scope for metag_lnkget_probeMarkos Chandras2013-06-131-1/+1
| * metag/asm/irq.h: Declare init_IRQMarkos Chandras2013-06-131-0/+1
| * metag/kernel/irq.c: Declare root_domain as staticMarkos Chandras2013-06-131-1/+1
| * metag: log core and timer frequencies from arch codeJames Hogan2013-06-132-0/+4
| * metag: init common clk and use "core" clkJames Hogan2013-06-134-3/+106
| * metag: minimal TZ1090 (Comet) SoC infrastructureJames Hogan2013-06-137-1/+94
| * metag: of_platform_populate from arch generic codeJames Hogan2013-06-131-0/+4
* | Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-064-0/+4
|\ \
| * | xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini2013-07-044-0/+4
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-067-473/+264
|\ \ \
| * | | irq: fix checkpatch errorKefeng Wang2013-06-241-5/+3
| * | | irqdomain: Include hwirq number in /proc/interruptsGrant Likely2013-06-241-0/+2
| * | | irqdomain: make irq_linear_revmap() a fast path againGrant Likely2013-06-242-29/+24
| * | | irqdomain: remove irq_domain_generate_simple()Grant Likely2013-06-242-23/+0
| * | | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-243-110/+103
| * | | irqdomain: Beef up debugfs outputGrant Likely2013-06-101-5/+30
| * | | irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-104-100/+62
| * | | irqdomain: Eliminate revmap typeGrant Likely2013-06-103-65/+43
| * | | irqdomain: merge linear and tree reverse mappings.Grant Likely2013-06-102-86/+39
| * | | irqdomain: Add a name fieldGrant Likely2013-06-103-13/+8
| * | | irqdomain: Replace LEGACY mapping with LINEARGrant Likely2013-06-102-85/+6
| * | | irqdomain: Relax failure path on setting up mappingsGrant Likely2013-06-101-12/+4
| * | | Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely2013-06-104-50/+316
| |\ \ \ | | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-0548-2563/+2541
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu2013-06-215-21/+37
| |\ \ \ \
| * | | | | crypto: testmgr - test hash implementations with unaligned buffersJussi Kivilinna2013-06-211-2/+39
| * | | | | crypto: testmgr - test AEADs with unaligned buffersJussi Kivilinna2013-06-211-6/+31
| * | | | | crypto: testmgr - test skciphers with unaligned buffersJussi Kivilinna2013-06-211-4/+29
| * | | | | crypto: testmgr - check that entries in alg_test_descs are in correct orderJussi Kivilinna2013-06-211-0/+31
| * | | | | Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-217-1252/+2
| * | | | | Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-217-1119/+24
| * | | | | crypto: camellia-aesni-avx2 - tune assembly code for more performanceJussi Kivilinna2013-06-211-71/+89