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
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
4
-0
/
+15
2019-03-12
memblock: drop memblock_alloc_base()
Mike Rapoport
1
-1
/
+5
2019-03-12
powerpc: use memblock functions returning virtual address
Christophe Leroy
3
-4
/
+10
2019-03-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-14
/
+11
2019-03-08
arch: simplify several early memory allocations
Mike Rapoport
1
-2
/
+2
2019-03-08
powerpc: prefer memblock APIs returning virtual address
Mike Rapoport
2
-12
/
+9
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
54
-1293
/
+1081
2019-03-07
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-191
/
+3
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-4
/
+4
2019-03-06
powerpc/vdso: don't clear PG_reserved
David Hildenbrand
1
-2
/
+0
2019-03-06
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2
-2
/
+4
2019-03-03
powerpc/32: Clear on-stack exception marker upon exception return
Christophe Leroy
1
-0
/
+9
2019-03-02
powerpc: Remove export of save_stack_trace_tsk_reliable()
Joe Lawrence
1
-1
/
+0
2019-03-02
powerpc: remove nargs from __SYSCALL
Firoz Khan
2
-5
/
+5
2019-03-01
powerpc/64s: Fix unrelocated interrupt trampoline address test
Nicholas Piggin
2
-8
/
+9
2019-02-27
powerpc/fsl: Fix the flush of branch predictor.
Christophe Leroy
1
-0
/
+1
2019-02-26
powerpc/64s: Fix data interrupts vs d-side MCE reentrancy
Nicholas Piggin
1
-10
/
+26
2019-02-26
powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancy
Nicholas Piggin
1
-6
/
+42
2019-02-26
powerpc/64s: system reset interrupt preserve HSRRs
Nicholas Piggin
1
-1
/
+24
2019-02-26
powerpc/64s: Fix HV NMI vs HV interrupt recoverability test
Nicholas Piggin
3
-0
/
+77
2019-02-23
powerpc: clean stack pointers naming
Christophe Leroy
2
-18
/
+10
2019-02-23
powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO
Christophe Leroy
7
-12
/
+14
2019-02-23
powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
Christophe Leroy
7
-57
/
+30
2019-02-23
powerpc: 'current_set' is now a table of task_struct pointers
Christophe Leroy
4
-13
/
+11
2019-02-23
powerpc: regain entire stack space
Christophe Leroy
6
-48
/
+32
2019-02-23
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
14
-168
/
+24
2019-02-23
powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()
Christophe Leroy
1
-1
/
+2
2019-02-23
powerpc/64: Use task_stack_page() to initialise paca->kstack
Christophe Leroy
1
-1
/
+3
2019-02-23
powerpc: Update comments in preparation for THREAD_INFO_IN_TASK
Christophe Leroy
3
-3
/
+3
2019-02-23
powerpc: Replace current_thread_info()->task with current
Christophe Leroy
1
-3
/
+3
2019-02-23
powerpc: Don't use CURRENT_THREAD_INFO to find the stack
Christophe Leroy
3
-3
/
+3
2019-02-23
powerpc: call_do_[soft]irq() takes a pointer to the stack
Christophe Leroy
1
-1
/
+1
2019-02-23
powerpc: Rename THREAD_INFO to TASK_STACK
Christophe Leroy
7
-9
/
+9
2019-02-23
powerpc: prep stack walkers for THREAD_INFO_IN_TASK
Christophe Leroy
2
-6
/
+49
2019-02-23
powerpc: Only use task_struct 'cpu' field on SMP
Christophe Leroy
2
-0
/
+6
2019-02-23
powerpc/irq: use memblock functions returning virtual address
Christophe Leroy
3
-27
/
+23
2019-02-23
powerpc/64: Simplify __secondary_start paca->kstack handling
Michael Ellerman
1
-11
/
+9
2019-02-23
powerpc/64s: Remove MSR_RI optimisation in system_call_exit()
Michael Ellerman
1
-20
/
+14
2019-02-23
powerpc: Enable kcov
Andrew Donnellan
4
-2
/
+15
2019-02-23
powerpc/kconfig: make _etext and data areas alignment configurable on 8xx
Christophe Leroy
1
-2
/
+2
2019-02-23
powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
1
-12
/
+42
2019-02-23
powerpc/mm/32s: add setibat() clearibat() and update_bats()
Christophe Leroy
1
-0
/
+35
2019-02-23
powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT
Christophe Leroy
1
-6
/
+3
2019-02-23
powerpc/8xx: Map 32Mb of RAM at init.
Christophe Leroy
1
-20
/
+31
2019-02-23
Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"
Michael Ellerman
1
-1
/
+4
2019-02-21
powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/booke
Christophe Leroy
1
-5
/
+7
2019-02-21
powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling
Christophe Leroy
1
-4
/
+1
2019-02-21
powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.
Christophe Leroy
1
-11
/
+13
2019-02-21
powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers
Christophe Leroy
1
-9
/
+3
2019-02-21
powerpc/603: let's handle PAGE_DIRTY directly
Christophe Leroy
1
-4
/
+2
[next]