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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-12
Merge branch 'for-linus' of git://linux-arm.org/linux-2.6
Linus Torvalds
8
-6
/
+1690
2009-06-12
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+7
2009-06-11
Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-53
/
+76
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+2
2009-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
4
-1
/
+26
2009-06-11
memcg: don't use bootmem allocator in setup code
Yinghai Lu
1
-4
/
+8
2009-06-11
vmalloc: use kzalloc() instead of alloc_bootmem()
Pekka Enberg
1
-2
/
+1
2009-06-11
slab: setup allocators earlier in the boot sequence
Pekka Enberg
2
-47
/
+55
2009-06-11
bootmem: fix slab fallback on numa
Pekka Enberg
1
-0
/
+9
2009-06-11
bootmem: use slab if bootmem is no longer available
Pekka Enberg
1
-0
/
+3
2009-06-11
kmemleak: Simple testing module for kmemleak
Catalin Marinas
2
-0
/
+112
2009-06-11
kmemleak: Enable the building of the memory leak detector
Catalin Marinas
1
-0
/
+1
2009-06-11
kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash
Catalin Marinas
1
-0
/
+11
2009-06-11
kmemleak: Add the vmalloc memory allocation/freeing hooks
Catalin Marinas
1
-3
/
+27
2009-06-11
kmemleak: Add the slub memory allocation/freeing hooks
Catalin Marinas
1
-1
/
+4
2009-06-11
kmemleak: Add the slob memory allocation/freeing hooks
Catalin Marinas
1
-0
/
+7
2009-06-11
kmemleak: Add the slab memory allocation/freeing hooks
Catalin Marinas
1
-2
/
+30
2009-06-11
kmemleak: Add the base support
Catalin Marinas
1
-0
/
+1498
2009-06-11
Merge branch 'linus' into perfcounters/core
Ingo Molnar
8
-210
/
+73
2009-06-11
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-44
/
+29
2009-06-11
Merge branch 'next' into for-linus
James Morris
4
-1
/
+26
2009-06-11
Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-97
/
+44
2009-06-11
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-69
/
+0
2009-06-10
nommu: Provide mmap_min_addr definition.
Paul Mundt
1
-0
/
+3
2009-06-09
tracing/events: convert block trace points to TRACE_EVENT()
Li Zefan
1
-3
/
+2
2009-06-09
Merge branch 'master' into next
James Morris
8
-39
/
+40
2009-06-09
perf_counter: Add mmap event hooks to mprotect()
Peter Zijlstra
1
-0
/
+2
2009-06-05
perf_counter: Generate mmap events for install_special_mapping()
Peter Zijlstra
1
-2
/
+3
2009-06-04
perf_counter: Remove munmap stuff
Peter Zijlstra
1
-6
/
+0
2009-06-04
security: use mmap_min_addr indepedently of security models
Christoph Lameter
2
-0
/
+22
2009-06-01
Merge branch 'linus' into perfcounters/core
Ingo Molnar
13
-59
/
+71
2009-05-29
memcg: fix build warning and avoid checking for mem != null again and again
Nikanth Karthikesan
1
-9
/
+1
2009-05-29
mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...
Mel Gorman
1
-13
/
+13
2009-05-29
memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
Daisuke Nishimura
5
-7
/
+10
2009-05-29
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
1
-9
/
+15
2009-05-23
block: Use accessor functions for queue limits
Martin K. Petersen
1
-2
/
+2
2009-05-22
Merge branch 'master' into next
James Morris
7
-47
/
+43
2009-05-22
integrity: move ima_counts_get
Mimi Zohar
1
-1
/
+1
2009-05-22
integrity: path_check update
Mimi Zohar
1
-1
/
+1
2009-05-22
hugh: update email address
Hugh Dickins
1
-1
/
+1
2009-05-21
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-15
/
+19
2009-05-18
[ARM] Double check memmap is actually valid with a memmap has unexpected hole...
Mel Gorman
2
-15
/
+19
2009-05-18
Merge commit 'v2.6.30-rc6' into tracing/core
Ingo Molnar
7
-54
/
+82
2009-05-18
mm, x86: remove MEMORY_HOTPLUG_RESERVE related code
Yinghai Lu
1
-69
/
+0
2009-05-18
Merge commit 'v2.6.30-rc6' into perfcounters/core
Ingo Molnar
12
-165
/
+194
2009-05-18
page-writeback: fix the calculation of the oldest_jif in wb_kupdate()
Toshiyuki Okajima
1
-3
/
+3
2009-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2
-2
/
+9
2009-05-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-19
/
+12
2009-05-15
Revert "mm: add /proc controls for pdflush threads"
Jens Axboe
1
-19
/
+12
2009-05-13
Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"
Linus Torvalds
1
-8
/
+0
[next]