index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-12
ARM: force dcache flush if dcache_dirty bit set
Nitin Gupta
1
-6
/
+3
2009-10-11
ARM: Add kmap_atomic type debugging
Russell King
1
-0
/
+2
2009-10-07
ARM: 5747/1: Fix the start_pg value in free_memmap()
Catalin Marinas
1
-1
/
+1
2009-10-07
ARM: 5746/1: Handle possible translation errors in ARMv6/v7 coherent_user_range
Catalin Marinas
2
-4
/
+35
2009-10-05
ARM: 5742/1: ARM: add debug check for invalid kernel page faults
Imre Deak
1
-0
/
+5
2009-10-03
ARM: 5728/1: Proper prefetch abort handling on ARMv6 and ARMv7
Kirill A. Shutemov
1
-1
/
+50
2009-10-03
ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()
Kirill A. Shutemov
30
-53
/
+118
2009-10-03
ARM: 5740/1: fix valid_phys_addr_range() range check
Greg Ungerer
1
-1
/
+1
2009-09-28
ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcast
Russell King
1
-4
/
+33
2009-09-28
ARM: Fix warning: unused variable 'highmem'
Russell King
1
-0
/
+2
2009-09-25
Merge branch 'origin' into for-linus
Russell King
3
-8
/
+8
2009-09-24
cpumask: use mm_cpumask() wrapper: arm
Rusty Russell
2
-6
/
+6
2009-09-23
Merge branch 'master' into for-linus
Russell King
3
-49
/
+68
2009-09-22
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
1
-2
/
+2
2009-09-20
ARM: Add support for checking access permissions on prefetch aborts
Russell King
1
-3
/
+6
2009-09-20
ARM: Separate out access error checking
Russell King
1
-11
/
+22
2009-09-20
ARM: Ensure correct might_sleep() check in pagefault path
Russell King
1
-0
/
+7
2009-09-20
ARM: Update page fault handling for new OOM techniques
Russell King
1
-33
/
+14
2009-09-20
ARM: Provide definitions and helpers for decoding the FSR register
Russell King
1
-3
/
+15
2009-09-19
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6
Russell King
1
-1
/
+1
2009-09-16
ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3
Linus Walleij
1
-0
/
+8
2009-09-16
ARM: 5700/1: ARM: Introduce ARM_L1_CACHE_SHIFT to define cache line size
Kirill A. Shutemov
1
-0
/
+5
2009-09-15
Nicolas Pitre has a new email address
Nicolas Pitre
1
-1
/
+1
2009-09-12
Merge branch 'master' into devel
Russell King
4
-47
/
+129
2009-09-12
Merge branch 'devel-stable' into devel
Russell King
8
-35
/
+130
2009-09-12
Merge branch 'nomadik' into devel-stable
Russell King
1
-1
/
+1
2009-09-12
ARM: Fix pfn_valid() for sparse memory
Russell King
1
-0
/
+32
2009-09-04
ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() with ...
Nicolas Pitre
1
-0
/
+8
2009-09-02
ARM: 5687/1: fix an oops with highmem
Nicolas Pitre
1
-1
/
+8
2009-08-17
ARM: implement highpte
Russell King
1
-0
/
+1
2009-08-15
ARM: Fix broken highmem support
Russell King
2
-46
/
+81
2009-07-24
Include linux/sched.h in arch/arm/mm/fault.c
Catalin Marinas
1
-0
/
+1
2009-07-24
nommu: Do not set PRRR and NMRR in proc-v7.S if !MMU
Catalin Marinas
1
-1
/
+1
2009-07-24
nommu: Add #ifdef CONFIG_MMU around the PTE sanity checks
Catalin Marinas
1
-0
/
+2
2009-07-24
nommu: Include asm/setup.h in arch/arm/mm/nommu.c
Catalin Marinas
1
-0
/
+1
2009-07-24
nommu: Add noMMU support to the DMA API
Catalin Marinas
1
-22
/
+72
2009-07-24
nommu: Fix the fault processing for the MMU-less case
Catalin Marinas
1
-0
/
+22
2009-07-24
Thumb-2: Implement the unified arch/arm/mm support
Catalin Marinas
3
-11
/
+30
2009-07-11
[ARM] remove L_PTE_BUFFERABLE and L_PTE_CACHEABLE
Russell King
1
-6
/
+0
2009-07-05
[ARM] export __cpu_flush_dcache_page
Russell King
1
-0
/
+1
2009-07-03
[ARM] 5587/1: nomadik: add l2cc
Alessandro Rubini
1
-1
/
+1
2009-06-23
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-20
/
+126
2009-06-22
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
1
-1
/
+1
2009-06-19
[ARM] 5540/1: 32-bit Thumb-2 {ld,st}{m,rd} alignment fault fixup support
George G. Davis
1
-20
/
+119
2009-06-19
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...
Russell King
1
-0
/
+7
2009-06-16
[ARM] pxa/treo680: initial support
Tomas 'Sleep_Walker' Cech
1
-0
/
+7
2009-06-15
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
7
-23
/
+103
2009-06-14
Merge branch 'u300' into devel
Russell King
1
-0
/
+14
2009-06-11
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel
Russell King
5
-20
/
+82
2009-06-03
[ARM] ARMv7 errata: only apply fixes when running on applicable CPU
Russell King
1
-11
/
+25
[next]