index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-06
Merge branch 'ixp4xx' into devel
Russell King
1
-0
/
+28
2007-05-05
[ARM] mm 10: allow memory type to be specified with ioremap
Russell King
2
-17
/
+15
2007-05-05
[ARM] mm 9: add additional device memory types
Russell King
1
-22
/
+28
2007-05-05
[ARM] mm 8: define mem_types table L1 bit 4 to be for ARMv6
Russell King
1
-24
/
+20
2007-04-21
[ARM] 4311/1: ixp4xx: add KIXRP435 platform
Ruslan V. Sushko
1
-0
/
+28
2007-04-21
[ARM] mm 6: allow mem_types table to specify extended pte attributes
Russell King
3
-2
/
+5
2007-04-21
[ARM] mm 5: Use mem_types table in ioremap
Russell King
3
-46
/
+42
2007-04-21
[ARM] mm 4: make create_mapping() more conventional
Russell King
1
-59
/
+55
2007-04-21
[ARM] mm 3: separate out supersection mappings, avoid for <4GB
Russell King
2
-70
/
+62
2007-04-21
[ARM] mm 2: clean up create_mapping()
Russell King
1
-17
/
+13
2007-04-21
[ARM] mm 1: Combine mem_type domain into prot_* at init time
Russell King
1
-4
/
+12
2007-04-21
[ARM] Remove needless linux/ptrace.h includes
Russell King
3
-3
/
+0
2007-04-21
[ARM] Add ability to dump exception stacks to kernel backtraces
Russell King
1
-2
/
+2
2007-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2007-02-18
Merge NetSilicon NS93xx tree
Russell King
1
-2
/
+2
2007-02-17
Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees
Russell King
8
-95
/
+228
2007-02-17
[ARM] 4210/1: base for new machine type "NetSilicon NS9360"
Uwe Kleine-König
1
-2
/
+2
2007-02-17
kbuild: Replace remaining "depends" with "depends on"
Robert P. J. Day
1
-1
/
+1
2007-02-16
[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototype
George G. Davis
1
-2
/
+0
2007-02-15
Merge Realview GIC code
Russell King
1
-3
/
+5
2007-02-15
[ARM] 4109/2: Add support for the RealView/EB MPCore revC platform
Catalin Marinas
1
-3
/
+5
2007-02-11
[ARM] 4158/1: Fix user page protection macros
Imre_Deak
1
-0
/
+3
2007-02-11
[ARM] 4135/1: Add support for the L210/L220 cache controllers
Catalin Marinas
3
-0
/
+110
2007-02-08
[ARM] Always mark ARMv6 PTWs outer cacheable
Russell King
1
-6
/
+8
2007-02-08
[ARM] 4153/1: fix consistent_sync() off-by-one BUG check
Lennert Buytenhek
1
-1
/
+1
2007-02-08
[ARM] 4145/2: AT91: Add support for AT91SAM9263 processor
Andrew Victor
1
-2
/
+2
2007-02-08
[ARM] Convert DMA cache handling to take const void * args
Russell King
1
-7
/
+6
2007-02-08
[ARM] 4134/1: Add generic support for outer caches
Catalin Marinas
2
-0
/
+9
2007-02-08
[ARM] 4129/1: Add barriers after the TLB operations
Catalin Marinas
1
-0
/
+4
2007-02-08
[ARM] 4128/1: Architecture compliant TTBR changing sequence
Catalin Marinas
1
-2
/
+10
2007-02-08
[ARM] 4123/1: xsc3: general cleanup
Lennert Buytenhek
1
-76
/
+75
2007-01-25
[ARM] 4112/1: Only ioremap to supersections if DOMAIN_IO is zero
Catalin Marinas
1
-1
/
+2
2007-01-24
[ARM] 4100/1: iop3xx: fix cpu mask for iop333
Dan Williams
1
-1
/
+1
2007-01-24
[ARM] Fix show_mem() for discontigmem
Russell King
1
-4
/
+7
2007-01-08
[ARM] Resolve fuse and direct-IO failures due to missing cache flushes
Russell King
1
-0
/
+39
2006-12-30
[ARM] 4078/1: Fix ARM copypage cache coherency problems
Richard Purdie
3
-0
/
+16
2006-12-19
[ARM] 4061/1: xsc3: change of maintainer
Lennert Buytenhek
1
-1
/
+1
2006-12-18
[ARM] Fix warnings from asm/system.h
Russell King
1
-0
/
+20
2006-12-17
[ARM] Fix BUG()s in ioremap() code
Russell King
1
-0
/
+2
2006-12-13
[ARM] Clean up ioremap code
Russell King
1
-58
/
+40
2006-12-13
[ARM] Unuse another Linux PTE bit
Russell King
25
-75
/
+71
2006-12-08
[ARM] Formalise the ARMv6 processor name string
Russell King
1
-1
/
+1
2006-12-08
[ARM] Handle HWCAP_VFP in VFP support code
Russell King
2
-7
/
+2
2006-12-07
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
24
-39
/
+43
2006-12-07
[ARM] Merge individual ARM sub-trees
Russell King
24
-39
/
+43
2006-12-07
[ARM] 3999/1: RX3715: suspend to RAM support
Ben Dooks
1
-1
/
+3
2006-12-07
[ARM] 3995/1: iop13xx: add iop13xx support
Dan Williams
1
-1
/
+1
2006-12-07
[PATCH] mm: arch do_page_fault() vs in_atomic()
Peter Zijlstra
1
-1
/
+1
2006-12-07
[ARM] 3986/1: H1940: suspend to RAM support
Ben Dooks
1
-0
/
+5
2006-12-03
[ARM] 3881/4: xscale: clean up cp0/cp1 handling
Lennert Buytenhek
1
-7
/
+2
[prev]
[next]