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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutils
Linus Torvalds
2012-03-30
13
-110
/
+259
|
\
|
*
cpupower tools: add install target to the debug tools' makefiles
Franck Bui-Huu
2012-03-03
2
-2
/
+24
|
*
cpupower tools: allow to build debug tools in a separate directory too
Franck Bui-Huu
2012-03-03
2
-14
/
+26
|
*
cpupower: Fix broken mask values
Thomas Renninger
2012-03-03
1
-2
/
+2
|
*
cpupower tool: allow to build in a separate directory
Franck Bui-Huu
2012-03-03
2
-39
/
+71
|
*
cpupower tool: makefile: simplify the recipe used to generate cpupower.pot ta...
Franck Bui-Huu
2012-03-03
1
-3
/
+1
|
*
cpupower tool: remove use of undefined variables from the clean target of the...
Franck Bui-Huu
2012-03-03
1
-2
/
+0
|
*
cpupower: Fix linking with --as-needed
Ozan Çağlayan
2012-03-03
1
-1
/
+1
|
*
cpupower: Remove unneeded code and by that fix a memleak
Thomas Renninger
2012-03-03
1
-7
/
+0
|
*
cpupower: Fix number of idle states
Thomas Renninger
2012-03-03
1
-3
/
+2
|
*
cpupower: Unify cpupower-frequency-* manpages
Thomas Renninger
2012-03-03
2
-6
/
+2
|
*
cpupower: Add cpupower-idle-info manpage
Thomas Renninger
2012-03-03
1
-0
/
+90
|
*
cpupower: AMD fam14h/Ontario monitor can also be used by fam12h cpus
Thomas Renninger
2012-03-03
2
-9
/
+9
|
*
cpupower: Better interface for accessing AMD pci registers
Thomas Renninger
2012-03-03
4
-23
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia
Linus Torvalds
2012-03-30
12
-121
/
+43
|
\
\
|
*
|
pcmcia at91_cf: fix raw gpio number usage
Joachim Eastwood
2012-03-03
1
-26
/
+26
|
*
|
ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probe
Axel Lin
2012-03-03
1
-9
/
+3
|
*
|
pcmcia: Convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
2012-03-03
5
-22
/
+9
|
*
|
pcmcia: convert drivers/pcmcia/* to use module_platform_driver()
Axel Lin
2012-03-03
6
-71
/
+6
|
*
|
pcmcia: irq: Remove IRQF_DISABLED
Yong Zhang
2012-03-03
2
-3
/
+3
|
|
/
*
|
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-30
81
-4229
/
+3706
|
\
\
|
*
|
dmaengine: imx: fix the build failure on x86_64
Vinod Koul
2012-03-27
1
-0
/
+1
|
*
|
dmaengine: i.MX: Fix merge of cookie branch.
Javier Martin
2012-03-26
1
-0
/
+1
|
*
|
dmaengine: i.MX: Add support for interleaved transfers.
Javier Martin
2012-03-26
1
-15
/
+131
|
*
|
dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.
Javier Martin
2012-03-26
1
-11
/
+12
|
*
|
dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.
Javier Martin
2012-03-26
1
-76
/
+93
|
*
|
dmaengine: imx-dma: remove unused arg of imxdma_sg_next.
Javier Martin
2012-03-26
1
-4
/
+5
|
*
|
dmaengine: imx-dma: remove internal structure.
Javier Martin
2012-03-26
1
-46
/
+18
|
*
|
dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure.
Javier Martin
2012-03-26
1
-8
/
+3
|
*
|
dmaengine: imx-dma: remove 'in_use' field of 'internal' structure.
Javier Martin
2012-03-26
1
-9
/
+0
|
*
|
dmaengine: imx-dma: remove sg member from internal structure.
Javier Martin
2012-03-26
1
-24
/
+18
|
*
|
dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function.
Javier Martin
2012-03-26
1
-63
/
+35
|
*
|
dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function.
Javier Martin
2012-03-26
1
-33
/
+13
|
*
|
dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function.
Javier Martin
2012-03-26
1
-43
/
+14
|
*
|
dmaengine: imx-dma: remove dma_mode member of internal structure.
Javier Martin
2012-03-26
1
-58
/
+45
|
*
|
dmaengine: imx-dma: remove data member from internal structure.
Javier Martin
2012-03-26
1
-1
/
+0
|
*
|
dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c
Javier Martin
2012-03-26
6
-1010
/
+552
|
*
|
dmaengine: at_hdmac: add slave config operation
Nicolas Ferre
2012-03-21
4
-29
/
+75
|
*
|
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-21
19
-30
/
+49
|
*
|
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
2012-03-21
28
-60
/
+67
|
*
|
dma: imx-sdma: Treat firmware messages as warnings instead of erros
Fabio Estevam
2012-03-21
1
-3
/
+3
|
*
|
Merge branch 'rmk_cookie_fixes2' into next
Vinod Koul
2012-03-13
38
-640
/
+300
|
|
\
\
|
|
*
|
dmaengine: fix for cookie changes and merge
Vinod Koul
2012-03-13
6
-5
/
+7
|
|
*
|
dmaengine: pl330: fix the pl330 build after cookie cleanup
Vinod Koul
2012-03-13
1
-1
/
+0
|
|
*
|
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
2012-03-13
9
-0
/
+9
|
|
*
|
dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.c
Russell King - ARM Linux
2012-03-13
2
-15
/
+3
|
|
*
|
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
2012-03-13
15
-28
/
+31
|
|
*
|
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
2012-03-13
23
-235
/
+93
|
|
*
|
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
2012-03-13
19
-21
/
+36
|
|
*
|
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
25
-272
/
+52
[next]