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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
8
-56
/
+104
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-20
/
+9
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
3
-24
/
+6
2014-10-10
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
29
-404
/
+238
2014-10-10
nosave: consolidate __nosave_{begin,end} in <asm/sections.h>
Geert Uytterhoeven
1
-0
/
+4
2014-10-10
include/linux/screen_info.h: remove unused ORIG_* macros
Geert Uytterhoeven
1
-8
/
+0
2014-10-10
include/linux/blkdev.h: use NULL instead of zero
Michele Curti
1
-1
/
+1
2014-10-10
include/linux/kernel.h: deduplicate code implementing clamp* macros
Michal Nazarewicz
1
-17
/
+7
2014-10-10
include/linux/kernel.h: rewrite min3, max3 and clamp using min and max
Michal Nazarewicz
1
-27
/
+5
2014-10-10
zsmalloc: change return value unit of zs_get_total_size_bytes
Minchan Kim
1
-1
/
+1
2014-10-10
mm/balloon_compaction: add vmstat counters and kpageflags bit
Konstantin Khlebnikov
3
-0
/
+10
2014-10-10
mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP
Konstantin Khlebnikov
2
-70
/
+20
2014-10-10
mm/balloon_compaction: redesign ballooned pages management
Konstantin Khlebnikov
3
-83
/
+44
2014-10-10
mm: memcontrol: fix transparent huge page allocations under pressure
Johannes Weiner
1
-2
/
+4
2014-10-10
memcg: move memcg_update_cache_size() to slab_common.c
Vladimir Davydov
1
-1
/
+0
2014-10-10
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
Vladimir Davydov
1
-14
/
+0
2014-10-10
mm: introduce VM_BUG_ON_MM
Sasha Levin
1
-0
/
+10
2014-10-10
mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set
Junxiao Bi
1
-2
/
+4
2014-10-10
mm: clean up zone flags
Johannes Weiner
1
-48
/
+3
2014-10-10
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2
-2
/
+2
2014-10-10
mm: introduce VM_BUG_ON_VMA
Sasha Levin
1
-0
/
+8
2014-10-10
mm: introduce dump_vma
Sasha Levin
1
-0
/
+2
2014-10-10
include/linux/migrate.h: remove migrate_page #define
Andrew Morton
1
-3
/
+0
2014-10-10
mempolicy: unexport get_vma_policy() and remove its "task" arg
Oleg Nesterov
1
-2
/
+0
2014-10-10
mempolicy: introduce __get_vma_policy(), export get_task_policy()
Oleg Nesterov
1
-0
/
+3
2014-10-10
mempolicy: remove the "task" arg of vma_policy_mof() and simplify it
Oleg Nesterov
1
-1
/
+1
2014-10-10
mm: remove noisy remainder of the scan_unevictable interface
Johannes Weiner
1
-16
/
+0
2014-10-10
prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation
Cyrill Gorcunov
1
-0
/
+27
2014-10-10
mm: introduce check_data_rlimit helper
Cyrill Gorcunov
1
-0
/
+15
2014-10-10
mm: rename allocflags_to_migratetype for clarity
David Rientjes
1
-1
/
+1
2014-10-10
mm, compaction: khugepaged should not give up due to need_resched()
Vlastimil Babka
1
-2
/
+10
2014-10-10
mm, compaction: defer each zone individually instead of preferred zone
Vlastimil Babka
1
-6
/
+10
2014-10-10
common: dma-mapping: introduce common remapping functions
Laura Abbott
1
-0
/
+9
2014-10-10
lib/genalloc.c: add genpool range check function
Laura Abbott
1
-0
/
+3
2014-10-10
lib/genalloc.c: add power aligned algorithm
Laura Abbott
1
-0
/
+4
2014-10-10
mm: remove misleading ARCH_USES_NUMA_PROT_NONE
Mel Gorman
1
-18
/
+9
2014-10-10
memory-hotplug: add sysfs valid_zones attribute
Zhang Zhen
1
-0
/
+1
2014-10-10
mm/slab: use percpu allocator for cpu cache
Joonsoo Kim
1
-17
/
+3
2014-10-10
topology: add support for node_to_mem_node() to determine the fallback node
Joonsoo Kim
1
-0
/
+17
2014-10-10
mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()
Joonsoo Kim
1
-22
/
+0
2014-10-10
mm/slab_common: move kmem_cache definition to internal header
Joonsoo Kim
1
-41
/
+1
2014-10-10
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
1
-2
/
+2
2014-10-10
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-76
/
+128
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-58
/
+116
2014-10-09
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
4
-3
/
+57
2014-10-09
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+35
2014-10-09
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-2
/
+13
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
109
-1339
/
+3188
2014-10-09
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-0
/
+297
2014-10-09
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
3
-0
/
+82
[next]