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
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-04
powerpc: Rename current_stack_pointer() to current_stack_frame()
Michael Ellerman
4
-8
/
+8
2020-03-04
powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysf...
Kajol Jain
1
-0
/
+6
2020-03-04
powerpc/kernel/sysfs: Refactor current sysfs.c
Madhavan Srinivasan
1
-175
/
+200
2020-03-04
powerpc/kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-29
/
+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: Don't use thread struct for saving SRR0/1 on syscall.
Christophe Leroy
1
-9
/
+7
2020-02-19
powerpc/32: Warn and return ENOSYS on syscalls from kernel
Christophe Leroy
3
-8
/
+40
2020-02-19
powerpc/fadump: sysfs for fadump memory reservation
Sourabh Jain
1
-0
/
+9
2020-02-19
powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs files
Sourabh Jain
1
-34
/
+85
2020-02-19
powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()
Christophe Leroy
1
-2
/
+0
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
40
-509
/
+689
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
4
-64
/
+64
2020-01-30
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
1
-0
/
+1
2020-01-29
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-4
/
+3
2020-01-29
powerpc: Provide initial documentation for PAPR hcalls
Vaibhav Jain
1
-16
/
+3
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
5
-5
/
+23
2020-01-27
powerpc/32s: Avoid crossing page boundary while changing SRR0/1.
Christophe Leroy
1
-0
/
+6
2020-01-27
powerpc/32s: Reorganise DSI handler.
Christophe Leroy
1
-14
/
+17
2020-01-27
powerpc/8xx: Enable CONFIG_VMAP_STACK
Christophe Leroy
1
-6
/
+26
2020-01-27
powerpc/8xx: Move tail of alignment exception out of line
Michael Ellerman
1
-1
/
+6
2020-01-27
powerpc/8xx: Split breakpoint exception
Christophe Leroy
1
-9
/
+10
2020-01-27
powerpc/8xx: Move DataStoreTLBMiss perf handler
Christophe Leroy
1
-12
/
+12
2020-01-27
powerpc/8xx: Drop exception entries for non-existing exceptions
Christophe Leroy
1
-29
/
+0
2020-01-27
powerpc/8xx: Use alternative scratch registers in DTLB miss handler
Christophe Leroy
1
-13
/
+14
2020-01-27
powerpc/32: Use vmapped stacks for interrupts
Christophe Leroy
2
-0
/
+25
2020-01-27
powerpc/32: Add early stack overflow detection with VMAP stack.
Christophe Leroy
5
-1
/
+54
2020-01-26
powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
Christophe Leroy
3
-3
/
+3
2020-01-26
powerpc/32: prepare for CONFIG_VMAP_STACK
Christophe Leroy
3
-16
/
+122
2020-01-26
powerpc/32: add a macro to get and/or save DAR and DSISR on stack.
Christophe Leroy
3
-20
/
+19
2020-01-26
powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0
Christophe Leroy
2
-21
/
+22
2020-01-26
powerpc/32: save DEAR/DAR before calling handle_page_fault
Christophe Leroy
6
-1
/
+9
2020-01-26
powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
Christophe Leroy
3
-13
/
+9
2020-01-26
powerpc/32: replace MTMSRD() by mtmsr
Christophe Leroy
2
-11
/
+11
2020-01-25
powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
Jordan Niethe
1
-5
/
+8
2020-01-25
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
1
-11
/
+1
2020-01-23
powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()
Oliver O'Halloran
1
-8
/
+2
2020-01-23
powerpc/eeh: Only dump stack once if an MMIO loop is detected
Oliver O'Halloran
1
-1
/
+1
2020-01-23
powerpc/pcidn: Warn when sriov pci_dn management is used incorrectly
Oliver O'Halloran
1
-14
/
+3
2020-01-23
powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specific
Oliver O'Halloran
1
-10
/
+5
2020-01-23
powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV
Oliver O'Halloran
1
-1
/
+14
2020-01-23
powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS saner
Oliver O'Halloran
2
-20
/
+25
2020-01-23
powerpc/eeh_sysfs: Remove double pci_dn lookup.
Oliver O'Halloran
1
-1
/
+0
2020-01-23
powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs properties
Oliver O'Halloran
1
-2
/
+2
2020-01-23
powerpc/eeh_sysfs: Fix incorrect comment
Oliver O'Halloran
1
-1
/
+1
2020-01-23
powerpc/eeh_cache: Don't use pci_dn when inserting new ranges
Oliver O'Halloran
1
-9
/
+1
2020-01-23
powerpc/vdso32: miscellaneous optimisations
Christophe Leroy
3
-14
/
+13
2020-01-23
powerpc/vdso32: implement clock_getres entirely
Christophe Leroy
2
-8
/
+14
[next]