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
2016-02-25
arm64: capabilities: Handle sign of the feature bit
Suzuki K Poulose
1
-14
/
+18
2016-02-25
arm64: cpufeature: Fix the sign of feature bits
Suzuki K Poulose
1
-25
/
+25
2016-02-25
arm64: cpufeature: Correct feature register tables
Suzuki K Poulose
1
-3
/
+15
2016-02-25
arm64: Ensure the secondary CPUs have safe ASIDBits size
Suzuki K Poulose
1
-0
/
+12
2016-02-25
arm64: Enable CPU capability verification unconditionally
Suzuki K Poulose
1
-10
/
+0
2016-02-25
arm64: Handle early CPU boot failures
Suzuki K Poulose
3
-2
/
+79
2016-02-24
arm64: Move cpu_die_early to smp.c
Suzuki K Poulose
2
-19
/
+22
2016-02-24
arm64: Introduce cpu_die_early
Suzuki K Poulose
1
-9
/
+15
2016-02-24
arm64: Add a helper for parking CPUs in a loop
Suzuki K Poulose
1
-4
/
+1
2016-02-24
arm64: kaslr: randomize the linear region
Ard Biesheuvel
1
-0
/
+4
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
5
-9
/
+256
2016-02-24
arm64: add support for building vmlinux as a relocatable PIE binary
Ard Biesheuvel
2
-0
/
+48
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
1
-5
/
+2
2016-02-24
arm64: avoid dynamic relocations in early boot code
Ard Biesheuvel
2
-14
/
+27
2016-02-24
arm64: avoid R_AARCH64_ABS64 relocations for Image header fields
Ard Biesheuvel
2
-16
/
+22
2016-02-24
arm64: add support for module PLTs
Ard Biesheuvel
4
-0
/
+227
2016-02-22
arm64/vmlinux.lds.S: Handle .init.rodata.xxx and .init.bss sections
Ard Biesheuvel
1
-0
/
+1
2016-02-18
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
2
-6
/
+13
2016-02-18
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
Ard Biesheuvel
2
-3
/
+3
2016-02-18
arm64: Remove the get_thread_info() function
Catalin Marinas
1
-9
/
+6
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
1
-0
/
+16
2016-02-18
arm64: cpufeature: Test 'matches' pointer to find the end of the list
James Morse
1
-6
/
+6
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
2
-0
/
+30
2016-02-18
arm64: perf: Extend event mask for ARMv8.1
Jan Glauber
1
-2
/
+2
2016-02-18
arm64: perf: Enable PMCR long cycle counter bit
Jan Glauber
1
-5
/
+16
2016-02-18
arm64/perf: Add Cavium ThunderX PMU support
Jan Glauber
1
-1
/
+68
2016-02-18
arm64: perf: Rename Cortex A57 events
Jan Glauber
1
-14
/
+14
2016-02-18
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
James Morse
2
-0
/
+11
2016-02-18
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
2
-56
/
+56
2016-02-16
arm64: vdso: Mark vDSO code as read-only
David Brown
1
-2
/
+1
2016-02-16
arm64: replace read_lock to rcu lock in call_step_hook
Yang Shi
1
-10
/
+11
2016-02-16
arm64: prefetch: add alternative pattern for CPUs without a prefetcher
Will Deacon
2
-15
/
+20
2016-02-16
arm64: kernel: implement ACPI parking protocol
Lorenzo Pieralisi
4
-4
/
+205
2016-02-16
arm64: ensure _stext and _etext are page-aligned
Mark Rutland
1
-3
/
+2
2016-02-16
arm64: unmap idmap earlier
Mark Rutland
1
-0
/
+6
2016-02-16
arm64: unify idmap removal
Mark Rutland
3
-19
/
+6
2016-02-16
arm64: mm: place empty_zero_page in bss
Mark Rutland
1
-0
/
+1
2016-02-16
arm64/efi: Make strnlen() available to the EFI namespace
Thierry Reding
1
-0
/
+1
2016-02-12
arm64: make irq_stack_ptr more robust
Yang Shi
2
-8
/
+16
2016-02-11
ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...
Lorenzo Pieralisi
1
-97
/
+2
2016-02-10
arm64: debug: re-enable irqs before sending breakpoint SIGTRAP
Will Deacon
1
-26
/
+22
2016-02-09
arm64: disable kasan when accessing frame->fp in unwind_frame
Yang Shi
1
-2
/
+2
2016-02-06
ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h
Bjorn Helgaas
1
-2
/
+0
2016-01-30
arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
Toshi Kani
1
-3
/
+3
2016-01-25
arm64: kernel: fix architected PMU registers unconditional access
Lorenzo Pieralisi
1
-0
/
+5
2016-01-25
arm64: hide __efistub_ aliases from kallsyms
Ard Biesheuvel
1
-15
/
+25
2016-01-18
arm64: insn: remove BUG_ON from codegen
Zi Shen Lim
1
-53
/
+112
2016-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-39
/
+1
2016-01-13
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+26
2016-01-12
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
5
-30
/
+53
[prev]
[next]