index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-02
[ARM] dma: remove usage of dmamode_t from MXC platform support
Russell King
2
-5
/
+5
2009-01-02
[ARM] dma: make DMA_MODE_xxx reflect ISA DMA settings
Russell King
2
-17
/
+9
2008-12-11
[ARM] dma: Use sensible DMA parameters for Acorn drivers
Russell King
5
-7
/
+10
2008-12-11
[ARM] dma: pata_icside's contiguous sg array is now redundant
Russell King
1
-12
/
+1
2008-12-11
[ARM] dma: convert IOMD DMA to use sg_next()
Russell King
1
-1
/
+1
2008-12-11
[ARM] dma: ensure that the single entry sg is properly initialized
Russell King
1
-0
/
+4
2008-12-11
[ARM] dma: constify dma controller name and dma ops
Russell King
1
-2
/
+2
2008-12-11
[ARM] dma: move RiscPC specific DMA data out of dma_struct
Russell King
2
-73
/
+91
2008-12-11
[ARM] dma: rejig DMA initialization
Russell King
6
-47
/
+88
2008-12-08
[ARM] dma: factor out code looking up the DMA channel
Russell King
1
-14
/
+24
2008-12-08
[ARM] dma: remove dmach_t typedef
Russell King
6
-100
/
+98
2008-11-29
[ARM] Rename ISA mach/dma.h header to mach/isa-dma.h
Russell King
5
-5
/
+5
2008-11-29
[ARM] Hide ISA DMA API when ISA_DMA_API is unset
Russell King
49
-311
/
+61
2008-11-29
[ARM] fix constant values of MAX_DMA_ADDRESS
Russell King
3
-10
/
+2
2008-11-29
[ARM] move MAX_DMA_ADDRESS to mach/memory.h
Russell King
14
-44
/
+20
2008-11-29
[ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mm
Russell King
3
-3
/
+0
2008-11-29
[ARM] asm/system.h does not require asm/memory.h
Russell King
1
-2
/
+0
2008-11-29
[ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.h
Russell King
1
-2
/
+0
2008-11-29
[ARM] ixp4xx: clean up includes
Russell King
2
-5
/
+1
2008-11-29
[ARM] ixp23xx: mach/io.h doesn't need BUG() anymore
Russell King
1
-2
/
+0
2008-11-29
[ARM] iop13xx: avoid polluting the kernel's namespace
Russell King
1
-2
/
+0
2008-11-29
[ARM] iop3xx: avoid polluting the kernel's namespace
Russell King
7
-13
/
+4
2008-11-28
[ARM] shark: avoid polluting the kernel's namespace
Russell King
3
-25
/
+6
2008-11-28
[ARM] shark: remove old unused "translated" IO macros
Russell King
1
-17
/
+0
2008-11-28
[ARM] clps711x: avoid polluting the kernel's namespace
Russell King
1
-2
/
+0
2008-11-28
[ARM] footbridge: mach/hardware.h doesn't require mach/memory.h
Russell King
1
-2
/
+0
2008-11-28
[ARM] footbridge: avoid polluting the kernel's namespace
Russell King
2
-4
/
+2
2008-11-28
[ARM] aaec2000: avoid polluting the kernel's namespace
Russell King
1
-2
/
+0
2008-11-28
[ARM] lh7a40x: avoid polluting the kernel's namespace
Russell King
2
-3
/
+2
2008-11-28
[ARM] l7200: avoid polluting the kernel's namespace
Russell King
1
-2
/
+0
2008-11-28
[ARM] h720x: avoid polluting the kernel's namespace
Russell King
1
-2
/
+0
2008-11-28
[ARM] imx: avoid polluting the kernel's namespace
Russell King
1
-2
/
+0
2008-11-28
[ARM] pxa: avoid polluting the kernel's namespace
Russell King
7
-3
/
+8
2008-11-28
[ARM] rpc: remove obsolete IO accessors
Russell King
1
-46
/
+1
2008-11-28
[ARM] versatile: remove IRQ mask definitions
Russell King
2
-144
/
+0
2008-11-28
[ARM] remove a common set of __virt_to_bus definitions
Nicolas Pitre
39
-299
/
+21
2008-11-28
[ARM] unconditionally define __virt_to_phys and __phys_to_virt
Nicolas Pitre
1
-2
/
+0
2008-11-28
[ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()
Nicolas Pitre
1
-2
/
+4
2008-11-28
[ARM] prevent the vmalloc cmdline argument from eating all memory
Nicolas Pitre
1
-0
/
+7
2008-11-28
[ARM] mem_init() cleanups
Nicolas Pitre
1
-21
/
+24
2008-11-28
[ARM] split highmem into its own memory bank
Nicolas Pitre
1
-33
/
+51
2008-11-28
[ARM] rationalize memory configuration code some more
Nicolas Pitre
6
-59
/
+45
2008-11-28
[ARM] fix a couple clear_user_highpage assembly constraints
Nicolas Pitre
7
-34
/
+34
2008-11-28
[ARM] clearpage: provide our own clear_user_highpage()
Russell King
10
-100
/
+100
2008-11-28
[ARM] copypage: provide our own copy_user_highpage()
Russell King
10
-83
/
+161
2008-11-28
[ARM] copypage: convert assembly files to C
Russell King
10
-411
/
+431
2008-11-28
Allow architectures to override copy_user_highpage()
Russell King
1
-0
/
+2
2008-11-27
[ARM] sa1100: match clock by dev_name(dev)
Russell King
1
-73
/
+27
2008-11-27
[ARM] pxa: don't pass a consumer clock name for devices with unique clocks
Russell King
12
-12
/
+12
2008-11-27
[ARM] pxa: convert to clkdev and match clocks by struct device where possible
Russell King
9
-205
/
+201
[next]