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
/
entry_32.S
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
1
-4
/
+9
2020-02-26
powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardi...
Christophe Leroy
1
-8
/
+3
2020-02-19
powerpc/32: Warn and return ENOSYS on syscalls from kernel
Christophe Leroy
1
-0
/
+27
2020-02-19
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
Christophe Leroy
1
-2
/
+2
2020-02-18
powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK
Christophe Leroy
1
-2
/
+7
2020-02-08
powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK
Christophe Leroy
1
-1
/
+1
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-13
/
+19
2020-01-28
powerpc/32s: Fix CPU wake-up from sleep mode
Christophe Leroy
1
-1
/
+2
2020-01-27
powerpc/32s: Enable CONFIG_VMAP_STACK
Christophe Leroy
1
-1
/
+1
2020-01-27
powerpc/32: Add early stack overflow detection with VMAP stack.
Christophe Leroy
1
-0
/
+4
2020-01-26
powerpc/32: prepare for CONFIG_VMAP_STACK
Christophe Leroy
1
-1
/
+3
2020-01-26
powerpc/32: save DEAR/DAR before calling handle_page_fault
Christophe Leroy
1
-1
/
+0
2020-01-26
powerpc/32: replace MTMSRD() by mtmsr
Christophe Leroy
1
-9
/
+9
2019-12-08
sched/rt, powerpc: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-2
/
+2
2019-08-28
powerpc/32s: get rid of CPU_FTR_601 feature
Christophe Leroy
1
-6
/
+16
2019-08-27
powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()
Christophe Leroy
1
-9
/
+9
2019-07-29
powerpc: Wire up clone3 syscall
Michael Ellerman
1
-0
/
+8
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-05-02
powerpc/entry: Remove unneeded need_resched() loop
Valentin Schneider
1
-4
/
+1
2019-05-02
powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/off
Christophe Leroy
1
-14
/
+2
2019-05-02
powerpc/32: don't do syscall stuff in transfer_to_handler
Christophe Leroy
1
-19
/
+0
2019-05-02
powerpc/32: implement fast entry for syscalls on BOOKE
Christophe Leroy
1
-7
/
+0
2019-05-02
powerpc/32: implement fast entry for syscalls on non BOOKE
Christophe Leroy
1
-0
/
+32
2019-05-02
powerpc: Fix 32-bit handling of MSR_EE on exceptions
Christophe Leroy
1
-49
/
+67
2019-05-02
powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it
Christophe Leroy
1
-8
/
+1
2019-04-21
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
1
-0
/
+9
2019-04-21
powerpc/32: Prepare for Kernel Userspace Access Protection
Christophe Leroy
1
-4
/
+12
2019-04-21
powerpc/32: Remove MSR_PR test when returning from syscall
Christophe Leroy
1
-5
/
+0
2019-03-03
powerpc/32: Clear on-stack exception marker upon exception return
Christophe Leroy
1
-0
/
+9
2019-02-23
powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
Christophe Leroy
1
-37
/
+18
2019-02-23
powerpc: regain entire stack space
Christophe Leroy
1
-10
/
+4
2019-02-23
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
1
-5
/
+4
2019-02-23
powerpc: Rename THREAD_INFO to TASK_STACK
Christophe Leroy
1
-1
/
+1
2019-02-21
powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/booke
Christophe Leroy
1
-5
/
+7
2019-02-21
powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS
Christophe Leroy
1
-2
/
+3
2019-02-21
powerpc/32: Remove unneccessary MSR[RI] clearing for 8xx
Christophe Leroy
1
-3
/
+0
2018-11-26
powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Christophe Leroy
1
-5
/
+5
2018-10-03
powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()
Christophe Leroy
1
-2
/
+2
2018-08-07
powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platforms
Diana Craciun
1
-0
/
+10
2018-07-30
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
1
-0
/
+1
2018-07-30
powerpc/405: move PPC405_ERR77 in asm-405.h
Christophe Leroy
1
-0
/
+1
2018-06-06
powerpc: Add syscall detection for restartable sequences
Boqun Feng
1
-0
/
+7
2018-01-16
powerpc/8xx: Only perform perf counting when perf is in use.
Christophe Leroy
1
-5
/
+5
2017-08-15
powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.S
Christophe Leroy
1
-0
/
+7
2017-08-08
powerpc/32: Fix boot failure on non 6xx platforms
Christophe Leroy
1
-2
/
+2
2017-08-03
powerpc/6xx: Handle DABR match before calling do_page_fault
Benjamin Herrenschmidt
1
-0
/
+15
2017-04-27
powerpc: Split ftrace bits into a separate file
Naveen N. Rao
1
-107
/
+0
2017-03-01
Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-4
/
+15
2017-01-27
powerpc/8xx: Perf events on PPC 8xx
Christophe Leroy
1
-0
/
+15
2017-01-27
powerpc/32: Remove FIX_SRR1
Christophe Leroy
1
-4
/
+0
[next]