index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-21
[ARM] dma: move IOMD and floppy DMA structures to RiscPC DMA code
Russell King
2
-13
/
+13
2009-01-02
[ARM] dma: remove dmamode_t typedef
Russell King
3
-8
/
+3
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
1
-0
/
+2
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
40
-302
/
+52
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-28
[ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mm
Russell King
3
-3
/
+0
2008-11-28
[ARM] asm/system.h does not require asm/memory.h
Russell King
1
-2
/
+0
2008-11-28
[ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.h
Russell King
1
-2
/
+0
2008-11-28
[ARM] ixp4xx: clean up includes
Russell King
2
-5
/
+1
2008-11-28
[ARM] ixp23xx: mach/io.h doesn't need BUG() anymore
Russell King
1
-2
/
+0
2008-11-28
[ARM] iop13xx: avoid polluting the kernel's namespace
Russell King
1
-2
/
+0
2008-11-28
[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
1
-2
/
+0
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
4
-2
/
+4
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
Merge branch 'highmem' into devel
Russell King
64
-919
/
+762
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-27
[ARM] clearpage: provide our own clear_user_highpage()
Russell King
10
-100
/
+100
2008-11-27
[ARM] copypage: provide our own copy_user_highpage()
Russell King
10
-83
/
+161
2008-11-27
[ARM] copypage: convert assembly files to C
Russell King
10
-411
/
+431
2008-11-27
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel
Russell King
10
-27
/
+87
2008-11-27
Merge branch 'clps7500' into devel
Russell King
22
-1180
/
+0
[next]