summaryrefslogtreecommitdiffstats
path: root/crypto/cmac.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-09ARM: 8018/1: Add {inc,dec}_preempt_count asm macrosCatalin Marinas3-29/+37
2014-04-09ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.hCatalin Marinas4-13/+18
2014-04-08ARM: 8016/1: Check cpu id in pj4_cp0_init.Chao Xie Linux1-0/+4
2014-04-08ARM: 8015/1: Add cpu_is_pj4 to distinguish PJ4 because it has some difference...Chao Xie Linux1-0/+19
2014-04-08ARM: add missing system_misc.h include to process.cRussell King1-0/+1
2014-04-07ARM: 8009/1: dcscb.c: remove call to outer_flush_all()Nicolas Pitre1-4/+9
2014-04-07ARM: 8014/1: mm: fix reporting of read-only PMD bitsKees Cook1-15/+32
2014-04-07ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddrLiu Hua1-1/+1
2014-04-07ARM: 8010/1: avoid tracers in soft_restartSebastian Capella1-1/+1
2014-04-04dmaengine: omap-dma: more consolidation of CCR register setupRussell King1-28/+18
2014-04-04dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King1-6/+115
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King4-15/+105
2014-04-04ARM: omap: dma: get rid of 'p' allocation and clean upRussell King2-43/+27
2014-04-04ARM: omap: move dma channel allocation into plat-omap codeRussell King4-26/+10
2014-04-04ARM: omap: dma: get rid of errata globalRussell King2-5/+4
2014-04-04ARM: omap: clean up DMA register accessesRussell King3-114/+115
2014-04-04ARM: omap: remove almost-const variablesRussell King2-19/+9
2014-04-04ARM: omap: remove references to disable_irq_lchRussell King3-12/+0
2014-04-04dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King1-23/+29
2014-04-04dmaengine: omap-dma: provide register read/write functionsRussell King1-41/+61
2014-04-04dmaengine: omap-dma: use cached CCR value when enabling DMARussell King1-4/+2
2014-04-04dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King1-1/+7
2014-04-04dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King1-14/+9
2014-04-04dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King1-12/+20
2014-04-04dmaengine: omap-dma: consolidate clearing channel status registerRussell King1-10/+10
2014-04-04dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King1-2/+5
2014-04-04dmaengine: omap-dma: provide register definitionsRussell King1-54/+117
2014-04-04dmaengine: omap-dma: consolidate setup of CCRRussell King1-86/+61
2014-04-04dmaengine: omap-dma: consolidate setup of CSDPRussell King1-36/+28
2014-04-04dmaengine: omap-dma: move reading of dma position to omap-dma.cRussell King1-2/+64
2014-04-04dmaengine: omap-dma: control start/stop directlyRussell King1-10/+141
2014-04-04dmaengine: omap-dma: consolidate writes to DMA registersRussell King1-75/+48
2014-04-04dmaengine: omap-dma: program hardware directlyRussell King2-18/+130
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King3-0/+15
2014-04-04dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.Russell King1-2/+1
2014-04-03ARM: Better virt_to_page() handlingRussell King3-26/+34
2014-03-19ARM: 8007/1: Remove extraneous kcmp syscall ignoreChristopher Covington1-1/+0
2014-03-19ARM: 8006/1: Remove redundant codeAlexander Shiyan1-2/+0
2014-03-18ARM: add uprobes supportDavid A. Long9-1/+542
2014-03-18ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long12-82/+84
2014-03-18ARM: Add an emulate flag to the kprobes/uprobes instruction decode functionsDavid A. Long8-16/+25
2014-03-18ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long11-73/+69
2014-03-18ARM: Rename the shared kprobes/uprobe return value enumDavid A. Long6-24/+23
2014-03-18ARM: Change more ARM kprobes symbol names to something more genericDavid A. Long6-19/+19
2014-03-18ARM: Make the kprobes condition_check symbol names more genericDavid A. Long10-97/+98
2014-03-18ARM: Remove use of struct kprobe from generic probes codeDavid A. Long10-170/+201
2014-03-18ARM: use a function table for determining instruction interpreter actionDavid A. Long11-271/+441
2014-03-18ARM: move generic thumb instruction parsing code to new files for use by othe...David A. Long4-910/+1000
2014-03-18ARM: Move generic arm instruction parsing code to new files for sharing betwe...David A. Long9-1513/+1624
2014-03-18ARM: move shared uprobe/kprobe definitions into new include fileDavid A. Long2-14/+37