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
starfive-6.6.48-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-06-06
block: add blk_rq_set_block_pc()
Jens Axboe
1
-0
/
+1
2014-06-05
block: add notion of a chunk size for request merging
Jens Axboe
1
-1
/
+21
2014-06-05
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+10
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
2
-1
/
+15
2014-06-05
Merge branch 'akpm' (patchbomb from Andrew) into next
Linus Torvalds
44
-207
/
+467
2014-06-05
init/main.c: remove an ifdef
Andrew Morton
1
-0
/
+4
2014-06-05
kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE...
Oleg Nesterov
1
-6
/
+0
2014-06-05
kernel/printk: use symbolic defines for console loglevels
Borislav Petkov
1
-2
/
+13
2014-06-05
Documentation: expand/clarify debug documentation
Dan Streetman
1
-0
/
+6
2014-06-05
printk: Add printk_deferred_once
John Stultz
1
-0
/
+11
2014-06-05
printk: rename printk_sched to printk_deferred
John Stultz
1
-3
/
+3
2014-06-05
kernel/user.c: drop unused field 'files' from user_struct
Kirill A. Shutemov
1
-1
/
+0
2014-06-05
compiler.h: avoid sparse errors in __compiletime_error_fallback()
James Hogan
1
-2
/
+11
2014-06-05
mm/zbud.c: make size unsigned like unique callsite
Fabian Frederick
1
-1
/
+1
2014-06-05
hugetlb: rename hugepage_migration_support() to ..._supported()
Naoya Horiguchi
1
-2
/
+2
2014-06-05
mm/rmap.c: cleanup ttu_flags
Konstantin Khlebnikov
1
-4
/
+3
2014-06-05
mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...
Jianyu Zhan
1
-4
/
+4
2014-06-05
include/linux/gfp.h: exclude duplicate header
Andy Shevchenko
1
-1
/
+0
2014-06-05
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
3
-6
/
+103
2014-06-05
mm: shmem: avoid atomic operation during shmem_getpage_gfp
Mel Gorman
1
-0
/
+1
2014-06-05
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
3
-4
/
+4
2014-06-05
mm: page_alloc: use unsigned int for order in more places
Mel Gorman
1
-4
/
+4
2014-06-05
mm: page_alloc: reduce number of times page_to_pfn is called
Mel Gorman
2
-22
/
+20
2014-06-05
mm: page_alloc: use word-based accesses for get/set pageblock bitmaps
Mel Gorman
2
-7
/
+36
2014-06-05
mm: page_alloc: use jump labels to avoid checking number_of_cpusets
Mel Gorman
1
-3
/
+26
2014-06-05
include/linux/jump_label.h: expose the reference count
Mel Gorman
1
-7
/
+13
2014-06-05
memcg: cleanup kmem cache creation/destruction functions naming
Vladimir Davydov
2
-2
/
+2
2014-06-05
swap: change swap_list_head to plist, add swap_avail_head
Dan Streetman
2
-2
/
+3
2014-06-05
lib/plist: add plist_requeue
Dan Streetman
1
-0
/
+2
2014-06-05
lib/plist: add helper functions
Dan Streetman
1
-0
/
+43
2014-06-05
swap: change swap_info singly-linked list to list_head
Dan Streetman
2
-7
/
+2
2014-06-05
mm/compaction: do not count migratepages when unnecessary
Vlastimil Babka
1
-4
/
+21
2014-06-05
mm, compaction: embed migration mode in compact_control
David Rientjes
1
-2
/
+2
2014-06-05
mm, compaction: add per-zone migration pfn cache for async compaction
David Rientjes
1
-2
/
+3
2014-06-05
mm, migration: add destination page freeing callback
David Rientjes
1
-4
/
+7
2014-06-05
memcg: get rid of memcg_create_cache_name
Vladimir Davydov
2
-3
/
+2
2014-06-05
mm: update comment for DEFAULT_MAX_MAP_COUNT
Kirill A. Shutemov
1
-0
/
+4
2014-06-05
mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static
Kirill A. Shutemov
1
-4
/
+0
2014-06-05
mm: shrinker: add nid to tracepoint output
Dave Hansen
1
-4
/
+11
2014-06-05
mm: shrinker trace points: fix negatives
Dave Hansen
1
-3
/
+3
2014-06-05
include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flags
Wang Sheng-Hui
1
-3
/
+3
2014-06-05
mm: introdule compound_head_by_tail()
Jianyu Zhan
1
-12
/
+17
2014-06-05
mm: constify nmask argument to set_mempolicy()
Rasmus Villemoes
1
-1
/
+1
2014-06-05
mm: constify nmask argument to mbind()
Rasmus Villemoes
1
-1
/
+1
2014-06-05
fs/block_dev.c: add bdev_read_page() and bdev_write_page()
Matthew Wilcox
1
-0
/
+4
2014-06-05
fs/mpage.c: factor page_endio() out of mpage_end_io()
Matthew Wilcox
1
-0
/
+2
2014-06-05
fs/buffer.c: remove block_write_full_page_endio()
Matthew Wilcox
1
-2
/
+0
2014-06-05
memcg, slab: simplify synchronization scheme
Vladimir Davydov
2
-14
/
+2
2014-06-05
memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab
Vladimir Davydov
1
-2
/
+2
2014-06-05
memcg, slab: do not schedule cache destruction when last page goes away
Vladimir Davydov
2
-3
/
+0
[next]