index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
fault-armv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-21
ARM: pgtable: add pud-level code
Russell King
1
-1
/
+6
2010-11-26
ARM: pgtable: introduce pteval_t to represent a pte value
Russell King
1
-1
/
+1
2010-10-28
ARM: 6464/2: fix spinlock recursion in adjust_pte()
Mika Westerberg
1
-2
/
+26
2010-10-27
mm: remove pte_*map_nested()
Peter Zijlstra
1
-2
/
+2
2010-09-19
ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT caches
Catalin Marinas
1
-2
/
+2
2010-09-19
ARM: 6379/1: Assume new page cache pages have dirty D-cache
Catalin Marinas
1
-2
/
+2
2010-05-17
Merge branch 'devel-stable' into devel
Russell King
1
-0
/
+1
2010-04-14
ARM: remove unnecessary cache flush
Russell King
1
-2
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-20
ARM: make_coherent(): fix problems with highpte, part 2
Russell King
1
-3
/
+4
2010-02-20
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
Russell King
1
-2
/
+3
2010-01-20
ARM: make_coherent: avoid recalculating the pfn for the modified page
Russell King
1
-6
/
+6
2010-01-20
ARM: make_coherent: fix problems with highpte, part 1
Russell King
1
-2
/
+11
2010-01-20
ARM: make_coherent: convert adjust_pte() to use p*d_none_or_clear_bad()
Russell King
1
-20
/
+4
2010-01-20
ARM: make_coherent: split adjust_pte() in two
Russell King
1
-20
/
+32
2009-12-23
ARM: Fix wrong shared bit for CPU write buffer bug test
Russell King
1
-3
/
+2
2009-12-04
ARM: Reduce __flush_dcache_page() visibility
Russell King
1
-0
/
+2
2009-12-01
ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero page
Russell King
1
-0
/
+7
2009-10-12
ARM: force dcache flush if dcache_dirty bit set
Nitin Gupta
1
-6
/
+3
2009-01-28
[ARM] 5366/1: fix shared memory coherency with VIVT L1 + L2 caches
Nicolas Pitre
1
-1
/
+4
2008-10-10
Merge branch 'ptebits' into devel
Russell King
1
-5
/
+6
2008-10-01
[ARM] Introduce new PTE memory type bits
Russell King
1
-5
/
+6
2008-09-05
[ARM] sparse: fix several warnings
Russell King
1
-0
/
+1
2008-09-01
[ARM] cachetype: move definitions to separate header
Russell King
1
-0
/
+1
2008-07-27
[ARM] Fix shared mmap when more than two maps of the same file exist
Russell King
1
-3
/
+7
2008-07-03
[ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUs
Catalin Marinas
1
-0
/
+4
2007-02-16
[ARM] 4191/1: Remove redundant __flush_dcache_page() function prototype
George G. Davis
1
-2
/
+0
2006-12-13
[ARM] Unuse another Linux PTE bit
Russell King
1
-1
/
+1
2005-10-30
[PATCH] mm: arm ready for split ptlock
Hugh Dickins
1
-1
/
+6
2005-06-20
[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches
Russell King
1
-20
/
+11
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+223