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
/
tile
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-17
tile: map data region shadow of kernel as R/W
Chris Metcalf
1
-2
/
+5
2015-04-17
tile: support CONTEXT_TRACKING and thus NOHZ_FULL
Chris Metcalf
1
-3
/
+7
2015-04-17
tile/elf: reorganize notify_exec()
Davidlohr Bueso
1
-18
/
+29
2015-02-14
tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2
-18
/
+12
2015-02-12
mm/hugetlb: reduce arch dependent code around follow_huge_*
Naoya Horiguchi
1
-28
/
+0
2015-02-11
tile: drop pte_file()-related helpers
Kirill A. Shutemov
1
-4
/
+0
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-11-11
tile: Use the more common pr_warn instead of pr_warning
Joe Perches
5
-55
/
+39
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+3
2014-10-02
tile: Remove tile-specific _sinitdata and _einitdata
Geert Uytterhoeven
1
-6
/
+6
2014-08-26
tile: Replace __get_cpu_var uses
Christoph Lameter
2
-3
/
+3
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
1
-4
/
+4
2014-06-05
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-1
/
+1
2014-06-05
hugetlb: restrict hugepage_migration_support() to x86_64
Naoya Horiguchi
1
-5
/
+0
2014-05-28
replace strict_strto* call with kstrto*
Daniel Walter
1
-1
/
+1
2014-05-13
tile: cleanup the comment in init_pgprot
Wang Sheng-Hui
1
-3
/
+3
2013-11-15
tile: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-1
/
+5
2013-09-13
tile: remove HUGE_VMAP dead code
Chris Metcalf
2
-6
/
+0
2013-09-13
tile: use pmd_pfn() instead of casting via pte_t
Chris Metcalf
1
-2
/
+1
2013-09-13
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-2
/
+5
2013-09-13
arch: mm: remove obsolete init OOM protection
Johannes Weiner
1
-6
/
+0
2013-09-12
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
Naoya Horiguchi
1
-0
/
+5
2013-09-03
tile: make __write_once a synonym for __read_mostly
Chris Metcalf
1
-11
/
+2
2013-09-03
tile: remove support for TILE64
Chris Metcalf
3
-144
/
+23
2013-09-03
tile: add virt_to_kpte() API and clean up and document behavior
Chris Metcalf
3
-7
/
+25
2013-09-03
tile: parameterize VA and PA space more cleanly
Chris Metcalf
1
-4
/
+4
2013-09-03
tile: don't assume user privilege is zero
Chris Metcalf
1
-2
/
+2
2013-08-30
tile: handle super huge pages in virt_to_pte
Chris Metcalf
1
-0
/
+3
2013-08-30
tile: remove set/clear_fixmap APIs
Chris Metcalf
2
-53
/
+1
2013-08-30
tile: support ASLR fully
Tony Lu
1
-2
/
+22
2013-08-30
tile: support kprobes on tilegx
Tony Lu
1
-0
/
+12
2013-08-14
tile: provide traceability for hypervisor calls
Chris Metcalf
2
-4
/
+4
2013-08-14
tile: avoid struct vm_struct leak
Chris Metcalf
1
-1
/
+1
2013-08-14
tile: implement gettimeofday() via vDSO
Chris Metcalf
1
-35
/
+2
2013-08-14
tile: support simulator notification for ET_DYN objects
Chris Metcalf
1
-14
/
+48
2013-08-14
tile: support CONFIG_PREEMPT
Chris Metcalf
1
-1
/
+3
2013-08-14
tile: remove calls to arch_flush_lazy_mmu_mode()
Chris Metcalf
2
-5
/
+2
2013-08-14
tile: fix some issues in hugepage support
Chris Metcalf
1
-35
/
+3
2013-08-14
tile: fast-path unaligned memory access for tilegx
Chris Metcalf
1
-0
/
+41
2013-08-12
tile: fix tilegx vmalloc_sync_all BUG_ON
Chris Metcalf
1
-1
/
+2
2013-07-11
mm: remove free_area_cache
Michel Lespinasse
1
-2
/
+0
2013-07-09
mm: invoke oom-killer from remaining unconverted page fault handlers
Johannes Weiner
1
-4
/
+4
2013-07-04
mm/tile: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-14
/
+1
2013-07-04
tile: normalize global variables exported by vmlinux.lds
Jiang Liu
1
-1
/
+1
2013-07-04
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-04
mm/tile: use common help functions to free reserved pages
Jiang Liu
1
-5
/
+2
2013-04-30
mm, vmalloc: change iterating a vmlist to find_vm_area()
Joonsoo Kim
1
-6
/
+1
2013-02-24
swap: add per-partition lock for swapfile
Shaohua Li
1
-1
/
+1
2013-02-24
memory-hotplug: introduce new arch_remove_memory() for removing page table
Wen Congyang
1
-0
/
+8
2013-02-24
mm: remove flags argument to mmap_region
Michel Lespinasse
1
-1
/
+0
[next]