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-07-09
arm64: numa: rework ACPI NUMA initialization
Lorenzo Pieralisi
2
-46
/
+81
2018-07-06
arm64: topology: re-introduce numa mask check for scheduler MC selection
Sudeep Holla
1
-1
/
+6
2018-07-06
arm64: topology: rename llc_siblings to align with other struct members
Sudeep Holla
1
-6
/
+6
2018-07-06
arm64: smp: remove cpu and numa topology information when hotplugging out CPU
Sudeep Holla
1
-0
/
+3
2018-07-06
arm64: topology: restrict updating siblings_masks to online cpus only
Sudeep Holla
1
-5
/
+3
2018-07-06
arm64: topology: add support to remove cpu topology sibling masks
Sudeep Holla
1
-0
/
+14
2018-07-06
arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap
Sudeep Holla
1
-0
/
+2
2018-07-06
arm64: topology: refactor reset_cpu_topology to add support for removing topo...
Sudeep Holla
1
-7
/
+14
2018-07-06
arm64: errata: Don't define type field twice for arm64_errata[] entries
Will Deacon
1
-2
/
+0
2018-07-05
arm64: insn: Don't fallback on nosync path for general insn patching
Will Deacon
1
-55
/
+1
2018-07-05
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
Will Deacon
2
-15
/
+5
2018-07-05
arm64: use PSR_AA32 definitions
Mark Rutland
5
-38
/
+38
2018-07-05
arm64: ptrace: map SPSR_ELx<->PSR for compat tasks
Mark Rutland
1
-0
/
+2
2018-07-05
arm64: compat: map SPSR_ELx<->PSR for signals
Mark Rutland
1
-2
/
+6
2018-07-05
arm64: don't zero DIT on signal return
Mark Rutland
1
-4
/
+8
2018-07-05
arm64: Handle mismatched cache type
Suzuki K Poulose
1
-3
/
+14
2018-07-05
arm64: Fix mismatched cache line size detection
Suzuki K Poulose
2
-3
/
+5
2018-07-04
arm64: kexec: always reset to EL2 if present
Mark Rutland
2
-6
/
+6
2018-07-04
arm64: fix infinite stacktrace
Mikulas Patocka
1
-0
/
+3
2018-06-27
arm64: Avoid flush_icache_range() in alternatives patching code
Will Deacon
2
-10
/
+46
2018-06-26
perf/arch/arm64: Implement hw_breakpoint_arch_parse()
Frederic Weisbecker
1
-39
/
+40
2018-06-26
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
1
-5
/
+4
2018-06-26
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2
-2
/
+2
2018-06-22
arm64: kpti: Use early_param for kpti= command-line option
Will Deacon
1
-1
/
+1
2018-06-21
kprobes/arm64: Fix %p uses in error messages
Masami Hiramatsu
1
-1
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-5
/
+5
2018-06-21
arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes code
Masami Hiramatsu
1
-8
/
+0
2018-06-21
arm64/kprobes: Remove jprobe implementation
Masami Hiramatsu
1
-68
/
+0
2018-06-19
arm64: make secondary_start_kernel() notrace
Zhizhou Zhang
1
-1
/
+1
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
1
-1
/
+1
2018-06-13
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-91
/
+87
2018-06-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
17
-70
/
+510
2018-06-08
arm64: Fix syscall restarting around signal suppressed by tracer
Dave Martin
1
-2
/
+3
2018-06-07
arm64: topology: Avoid checking numa mask for scheduler MC selection
Jeremy Linton
1
-7
/
+4
2018-06-05
arm64: cpu_errata: include required headers
Arnd Bergmann
1
-0
/
+2
2018-06-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+1
2018-06-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-1
/
+3
2018-06-01
Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2
-91
/
+87
2018-06-01
arm64: signal: Report signal frame size to userspace via auxv
Dave Martin
2
-7
/
+46
2018-06-01
arm64/sve: Thin out initialisation sanity-checks for sve_max_vl
Dave Martin
2
-16
/
+4
2018-05-31
Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...
Catalin Marinas
1
-2
/
+1
2018-05-31
arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
Marc Zyngier
1
-0
/
+1
2018-05-31
arm64: ssbd: Add prctl interface for per-thread mitigation
Marc Zyngier
2
-0
/
+111
2018-05-31
arm64: ssbd: Introduce thread flag to control userspace mitigation
Marc Zyngier
1
-0
/
+2
2018-05-31
arm64: ssbd: Restore mitigation status on CPU resume
Marc Zyngier
3
-1
/
+20
2018-05-31
arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
Marc Zyngier
2
-0
/
+17
2018-05-31
arm64: Add 'ssbd' command-line option
Marc Zyngier
1
-16
/
+87
2018-05-31
arm64: Add ARCH_WORKAROUND_2 probing
Marc Zyngier
1
-0
/
+69
[prev]
[next]