index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: musb: ux500: move channel number knowledge into the driver
Lee Jones
2013-06-04
3
-33
/
+16
*
ARM: ux500: Register Cryp and Hash platform drivers on Snowball
Lee Jones
2013-05-23
1
-0
/
+2
*
crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
Lee Jones
2013-05-23
2
-1
/
+3
*
ARM: ux500: Stop passing Cryp DMA channel config information though pdata
Lee Jones
2013-05-23
1
-8
/
+0
*
crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
Lee Jones
2013-05-23
2
-1
/
+23
*
crypto: ux500/cryp - Prepare clock before enabling it
Lee Jones
2013-05-23
1
-1
/
+11
*
ARM: ux500: Stop passing Hash DMA channel config information though pdata
Lee Jones
2013-05-23
1
-4
/
+0
*
crypto: ux500/hash - Set DMA configuration though dma_slave_config()
Lee Jones
2013-05-23
2
-1
/
+14
*
crypto: ux500/hash - Prepare clock before enabling it
Lee Jones
2013-05-23
1
-1
/
+11
*
ARM: ux500: Remove unnecessary attributes from DMA channel request pdata
Lee Jones
2013-05-23
1
-8
/
+0
*
dmaengine: ste_dma40: Correct copy/paste error
Lee Jones
2013-05-23
1
-1
/
+1
*
ARM: ux500: Remove DMA address look-up table
Lee Jones
2013-05-23
2
-82
/
+0
*
dmaengine: ste_dma40: Remove redundant address fetching function
Lee Jones
2013-05-23
1
-18
/
+0
*
dmaengine: ste_dma40: Only use addresses passed as configuration information
Lee Jones
2013-05-23
1
-40
/
+11
*
ARM: ux500: Stop passing UART's platform data for Device Tree boots
Lee Jones
2013-05-23
1
-3
/
+3
*
dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
Lee Jones
2013-05-23
1
-3
/
+3
*
dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
Lee Jones
2013-05-23
3
-60
/
+58
*
dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
Lee Jones
2013-05-23
2
-5
/
+4
*
ARM: ux500: Pass remnant platform data though to DMA40 driver
Lee Jones
2013-05-23
3
-11
/
+5
*
dmaengine: ste_dma40: Supply full Device Tree parsing support
Lee Jones
2013-05-23
2
-0
/
+114
*
dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
Lee Jones
2013-05-23
1
-2
/
+44
*
dmaengine: ste_dma40: Allocate plat_data on declaration
Lee Jones
2013-05-23
1
-3
/
+1
*
dmaengine: ste_dma40: Also report the number of logical channels
Lee Jones
2013-05-23
1
-2
/
+3
*
dmaengine: ste_dma40: Move rev error-check up to revision acquisition
Lee Jones
2013-05-23
1
-6
/
+4
*
dmaengine: ste_dma40: Remove 'always true' checking
Lee Jones
2013-05-23
1
-11
/
+5
*
dmaengine: ste_dma40: Calculate number of logical channels from physical ones
Lee Jones
2013-05-23
3
-13
/
+6
*
ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data
Lee Jones
2013-05-23
1
-38
/
+0
*
ARM: ux500: Remove unused 'data_width' attributes from UART DMA configs
Lee Jones
2013-05-23
1
-12
/
+0
*
ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configs
Lee Jones
2013-05-23
1
-4
/
+0
*
ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configs
Lee Jones
2013-05-23
1
-16
/
+0
*
dmaengine: ste_dma40: Remove home-brew MAX() macro
Lee Jones
2013-05-23
1
-3
/
+4
*
ARM: ux500: Strip out duplicate USB DMA configuration
Lee Jones
2013-05-23
1
-14
/
+3
*
dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
Lee Jones
2013-05-23
10
-326
/
+207
*
dmaengine: ste_dma40: Rectify incorrect configuration validation checking
Lee Jones
2013-05-23
1
-4
/
+4
*
dmaengine: ste_dma40: Move default memcpy configs into the driver
Lee Jones
2013-05-23
3
-34
/
+30
*
dmaengine: ste_dma40: Fix up static memcpy event lines
Linus Walleij
2013-05-23
1
-1
/
+15
*
dmaengine: ste_dma40: Assign memcpy channels in the driver
Lee Jones
2013-05-23
3
-21
/
+7
*
Linux 3.10-rc1
v3.10-rc1
Linus Torvalds
2013-05-12
1
-2
/
+2
*
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-12
6
-108
/
+368
|
\
|
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-10
1
-0
/
+6
|
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-10
1
-36
/
+214
|
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-10
1
-17
/
+16
|
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-10
1
-4
/
+4
|
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-10
1
-1
/
+1
|
*
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
2013-05-10
1
-1
/
+5
|
*
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
2013-05-10
1
-1
/
+1
|
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-10
1
-4
/
+6
|
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-10
1
-12
/
+20
|
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-10
2
-2
/
+11
|
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-10
1
-0
/
+2
[next]