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
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-02
arm64: kprobe: make page to RO mode when allocate it
Anders Roxell
1
-7
/
+20
2018-11-02
arm64: kdump: fix small typo
Yangtao Li
1
-1
/
+1
2018-10-19
arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP work
James Morse
1
-0
/
+9
2018-10-16
arm64: cpufeature: Trap CTR_EL0 access only where it is necessary
Suzuki K Poulose
1
-1
/
+6
2018-10-16
arm64: cpufeature: Fix handling of CTR_EL0.IDC field
Suzuki K Poulose
3
-5
/
+47
2018-10-16
arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
Suzuki K Poulose
1
-4
/
+18
2018-10-01
arm64: Trap WFI executed in userspace
Marc Zyngier
2
-0
/
+12
2018-10-01
arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe
zhong jiang
1
-1
/
+1
2018-10-01
arm64: arch_timer: Add workaround for ARM erratum 1188873
Marc Zyngier
1
-0
/
+8
2018-10-01
arm64: compat: Add CNTFRQ trap handler
Marc Zyngier
1
-0
/
+13
2018-10-01
arm64: compat: Add CNTVCT trap handler
Marc Zyngier
1
-0
/
+16
2018-10-01
arm64: compat: Add cp15_32 and cp15_64 handler arrays
Marc Zyngier
1
-0
/
+28
2018-10-01
arm64: compat: Add condition code checks and IT advance
Marc Zyngier
1
-0
/
+85
2018-10-01
arm64: compat: Add separate CP15 trapping hook
Marc Zyngier
2
-2
/
+26
2018-10-01
arm64: remove unused asm/compiler.h header file
Ard Biesheuvel
1
-1
/
+0
2018-09-25
arm64/mm: move runtime pgds to rodata
Jun Yao
2
-21
/
+24
2018-09-25
arm64/mm: Separate boot-time page tables from swapper_pg_dir
Jun Yao
2
-6
/
+10
2018-09-25
arm64/mm: Pass ttbr1 as a parameter to __enable_mmu()
Jun Yao
2
-9
/
+12
2018-09-21
arm64: Remove unused VGA console support
Andrew Murray
1
-4
/
+0
2018-09-21
arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISS
Anshuman Khandual
1
-0
/
+17
2018-09-21
arm64/cpufeatures: Factorize emulate_mrs()
Anshuman Khandual
1
-10
/
+15
2018-09-21
arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()
Anshuman Khandual
1
-4
/
+4
2018-09-19
arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE
Will Deacon
1
-13
/
+2
2018-09-18
arm64: mm: Support Common Not Private translations
Vladimir Murzin
2
-0
/
+38
2018-09-17
arm64: sysreg: Clean up instructions for modifying PSTATE fields
Suzuki K Poulose
1
-3
/
+3
2018-09-14
arm64: fix for bad_mode() handler to always result in panic
Hari Vyas
1
-1
/
+0
2018-09-14
arm64: force_signal_inject: WARN if called from kernel context
Will Deacon
1
-1
/
+4
2018-09-14
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
3
-11
/
+28
2018-09-14
arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
Will Deacon
4
-2
/
+94
2018-09-14
arm64: entry: Allow handling of undefined instructions from EL1
Will Deacon
2
-5
/
+8
2018-09-14
arm64: ssbd: Drop #ifdefs for PR_SPEC_STORE_BYPASS
Will Deacon
1
-3
/
+0
2018-09-14
arm64: cpufeature: Detect SSBS and advertise to userspace
Will Deacon
2
-2
/
+18
2018-09-10
arm64: cpufeature: add feature for CRC32 instructions
Ard Biesheuvel
1
-0
/
+9
2018-08-22
Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
1
-0
/
+20
2018-08-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2018-08-17
arm64: Avoid calling stop_machine() when patching jump labels
Will Deacon
1
-1
/
+1
2018-08-15
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+3
2018-08-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
27
-610
/
+885
2018-08-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-125
/
+49
2018-08-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+0
2018-08-08
arm64: alternative: Use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-08-06
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
4
-12
/
+48
2018-08-03
arm64: Use the new GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
1
-10
/
+0
2018-08-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-2
/
+2
2018-07-31
arm64: kexec: Add comment to explain use of __flush_icache_range()
Will Deacon
1
-1
/
+8
2018-07-31
arm64: sdei: Mark sdei stack helper functions as static
Will Deacon
1
-6
/
+3
2018-07-31
arm64, kaslr: export offset in VMCOREINFO ELF notes
Bhupesh Sharma
1
-0
/
+1
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
1
-0
/
+30
2018-07-30
arm64: kexec: machine_kexec should call __flush_icache_range
Dave Kleikamp
1
-1
/
+1
2018-07-30
arm64: svc: Ensure hardirq tracing is updated before return
Will Deacon
1
-1
/
+8
[next]