index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cmac.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-09
ARM: 8018/1: Add {inc,dec}_preempt_count asm macros
Catalin Marinas
3
-29
/
+37
2014-04-09
ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.h
Catalin Marinas
4
-13
/
+18
2014-04-08
ARM: 8016/1: Check cpu id in pj4_cp0_init.
Chao Xie Linux
1
-0
/
+4
2014-04-08
ARM: 8015/1: Add cpu_is_pj4 to distinguish PJ4 because it has some difference...
Chao Xie Linux
1
-0
/
+19
2014-04-08
ARM: add missing system_misc.h include to process.c
Russell King
1
-0
/
+1
2014-04-07
ARM: 8009/1: dcscb.c: remove call to outer_flush_all()
Nicolas Pitre
1
-4
/
+9
2014-04-07
ARM: 8014/1: mm: fix reporting of read-only PMD bits
Kees Cook
1
-15
/
+32
2014-04-07
ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddr
Liu Hua
1
-1
/
+1
2014-04-07
ARM: 8010/1: avoid tracers in soft_restart
Sebastian Capella
1
-1
/
+1
2014-04-04
dmaengine: omap-dma: more consolidation of CCR register setup
Russell King
1
-28
/
+18
2014-04-04
dmaengine: omap-dma: move IRQ handling to omap-dma
Russell King
1
-6
/
+115
2014-04-04
dmaengine: omap-dma: move register read/writes into omap-dma.c
Russell King
4
-15
/
+105
2014-04-04
ARM: omap: dma: get rid of 'p' allocation and clean up
Russell King
2
-43
/
+27
2014-04-04
ARM: omap: move dma channel allocation into plat-omap code
Russell King
4
-26
/
+10
2014-04-04
ARM: omap: dma: get rid of errata global
Russell King
2
-5
/
+4
2014-04-04
ARM: omap: clean up DMA register accesses
Russell King
3
-114
/
+115
2014-04-04
ARM: omap: remove almost-const variables
Russell King
2
-19
/
+9
2014-04-04
ARM: omap: remove references to disable_irq_lch
Russell King
3
-12
/
+0
2014-04-04
dmaengine: omap-dma: cleanup errata 3.3 handling
Russell King
1
-23
/
+29
2014-04-04
dmaengine: omap-dma: provide register read/write functions
Russell King
1
-41
/
+61
2014-04-04
dmaengine: omap-dma: use cached CCR value when enabling DMA
Russell King
1
-4
/
+2
2014-04-04
dmaengine: omap-dma: move barrier to omap_dma_start_desc()
Russell King
1
-1
/
+7
2014-04-04
dmaengine: omap-dma: move clnk_ctrl setting to preparation functions
Russell King
1
-14
/
+9
2014-04-04
dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers
Russell King
1
-12
/
+20
2014-04-04
dmaengine: omap-dma: consolidate clearing channel status register
Russell King
1
-10
/
+10
2014-04-04
dmaengine: omap-dma: move CCR buffering disable errata out of the fast path
Russell King
1
-2
/
+5
2014-04-04
dmaengine: omap-dma: provide register definitions
Russell King
1
-54
/
+117
2014-04-04
dmaengine: omap-dma: consolidate setup of CCR
Russell King
1
-86
/
+61
2014-04-04
dmaengine: omap-dma: consolidate setup of CSDP
Russell King
1
-36
/
+28
2014-04-04
dmaengine: omap-dma: move reading of dma position to omap-dma.c
Russell King
1
-2
/
+64
2014-04-04
dmaengine: omap-dma: control start/stop directly
Russell King
1
-10
/
+141
2014-04-04
dmaengine: omap-dma: consolidate writes to DMA registers
Russell King
1
-75
/
+48
2014-04-04
dmaengine: omap-dma: program hardware directly
Russell King
2
-18
/
+130
2014-04-04
dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops
Russell King
3
-0
/
+15
2014-04-04
dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.
Russell King
1
-2
/
+1
2014-04-03
ARM: Better virt_to_page() handling
Russell King
3
-26
/
+34
2014-03-19
ARM: 8007/1: Remove extraneous kcmp syscall ignore
Christopher Covington
1
-1
/
+0
2014-03-19
ARM: 8006/1: Remove redundant code
Alexander Shiyan
1
-2
/
+0
2014-03-18
ARM: add uprobes support
David A. Long
9
-1
/
+542
2014-03-18
ARM: Make arch_specific_insn a define for new arch_probes_insn structure
David A. Long
12
-82
/
+84
2014-03-18
ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions
David A. Long
8
-16
/
+25
2014-03-18
ARM: Change the remaining shared kprobes/uprobes symbols to something generic
David A. Long
11
-73
/
+69
2014-03-18
ARM: Rename the shared kprobes/uprobe return value enum
David A. Long
6
-24
/
+23
2014-03-18
ARM: Change more ARM kprobes symbol names to something more generic
David A. Long
6
-19
/
+19
2014-03-18
ARM: Make the kprobes condition_check symbol names more generic
David A. Long
10
-97
/
+98
2014-03-18
ARM: Remove use of struct kprobe from generic probes code
David A. Long
10
-170
/
+201
2014-03-18
ARM: use a function table for determining instruction interpreter action
David A. Long
11
-271
/
+441
2014-03-18
ARM: move generic thumb instruction parsing code to new files for use by othe...
David A. Long
4
-910
/
+1000
2014-03-18
ARM: Move generic arm instruction parsing code to new files for sharing betwe...
David A. Long
9
-1513
/
+1624
2014-03-18
ARM: move shared uprobe/kprobe definitions into new include file
David A. Long
2
-14
/
+37
[next]