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
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
x86/numa: Fix the sort compare func used in numa_fill_memblks()
Alison Schofield
1
-1
/
+1
2024-03-01
x86/numa: Fix the address overlap check in numa_fill_memblks()
Alison Schofield
1
-12
/
+7
2024-03-01
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
3
-1
/
+37
2024-02-23
x86/barrier: Do not serialize MSR accesses on AMD
Borislav Petkov (AMD)
6
-19
/
+32
2024-02-23
x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section
Ard Biesheuvel
2
-11
/
+9
2024-02-23
x86/boot: Increase section and file alignment to 4k/512
Ard Biesheuvel
4
-125
/
+51
2024-02-23
x86/boot: Split off PE/COFF .data section
Ard Biesheuvel
2
-5
/
+16
2024-02-23
x86/boot: Drop PE/COFF .reloc section
Ard Biesheuvel
3
-51
/
+7
2024-02-23
x86/boot: Construct PE/COFF .text section from assembler
Ard Biesheuvel
2
-62
/
+7
2024-02-23
x86/boot: Derive file size from _edata symbol
Ard Biesheuvel
4
-25
/
+12
2024-02-23
x86/boot: Define setup size in linker script
Ard Biesheuvel
3
-7
/
+5
2024-02-23
x86/boot: Set EFI handover offset directly in header asm
Ard Biesheuvel
2
-25
/
+17
2024-02-23
x86/boot: Grab kernel_info offset from zoffset header directly
Ard Biesheuvel
2
-5
/
+1
2024-02-23
x86/boot: Drop references to startup_64
Ard Biesheuvel
2
-4
/
+1
2024-02-23
x86/boot: Drop redundant code setting the root device
Ard Biesheuvel
2
-8
/
+1
2024-02-23
x86/boot: Omit compression buffer from PE/COFF image memory footprint
Ard Biesheuvel
2
-48
/
+8
2024-02-23
x86/boot: Remove the 'bugger off' message
Ard Biesheuvel
2
-52
/
+4
2024-02-23
x86/efi: Drop alignment flags from PE section headers
Ard Biesheuvel
1
-8
/
+4
2024-02-23
x86/efi: Drop EFI stub .bss from .data section
Ard Biesheuvel
1
-1
/
+0
2024-02-23
x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
Steve Wahl
1
-5
/
+18
2024-02-23
KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
Mingwei Zhang
1
-1
/
+1
2024-02-23
KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
Prasad Pandit
1
-1
/
+2
2024-02-23
x86/fpu: Stop relying on userspace for info to fault in xsave buffer
Andrei Vagin
1
-8
/
+5
2024-02-23
x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
Aleksander Mazur
1
-1
/
+1
2024-02-23
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
8
-19
/
+19
2024-02-16
x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups
Qiuxu Zhuo
2
-22
/
+22
2024-02-05
mm, kmsan: fix infinite recursion due to RCU critical section
Marco Elver
1
-1
/
+16
2024-02-05
arch: consolidate arch_irq_work_raise prototypes
Arnd Bergmann
1
-1
/
+0
2024-02-05
x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
Zhiquan Li
1
-0
/
+16
2024-02-05
x86/boot: Ignore NMIs during very early boot
Jun'ichi Nomura
4
-0
/
+8
2024-02-01
x86/entry/ia32: Ensure s32 is sign extended to s64
Richard Palethorpe
1
-4
/
+21
2024-02-01
rtc: Extend timeout for waiting for UIP to clear to 1s
Mario Limonciello
1
-1
/
+1
2024-02-01
rtc: Add support for configuring the UIP timeout for RTC reads
Mario Limonciello
2
-2
/
+2
2024-01-26
KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing
Sean Christopherson
1
-13
/
+22
2024-01-26
KVM: x86/pmu: Move PMU reset logic to common x86 code
Sean Christopherson
5
-56
/
+40
2024-01-26
x86/kvm: Do not try to disable kvmclock if it was not enabled
Kirill A. Shutemov
1
-4
/
+8
2024-01-26
x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS
Bjorn Helgaas
1
-1
/
+12
2024-01-26
Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
Sean Christopherson
1
-15
/
+0
2024-01-26
perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()
Alexander Antonov
1
-2
/
+8
2024-01-26
x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
Peter Zijlstra
1
-2
/
+9
2024-01-26
x86/mce/inject: Clear test status value
Yazen Ghannam
1
-0
/
+1
2024-01-26
x86/lib: Fix overflow when counting digits
Colin Ian King
1
-1
/
+1
2024-01-20
x86/microcode: do not cache microcode if it will not be used
Paolo Bonzini
1
-0
/
+6
2024-01-20
x86/csum: clean up `csum_partial' further
Linus Torvalds
1
-44
/
+37
2024-01-20
x86/csum: Remove unnecessary odd handling
Noah Goldstein
1
-32
/
+4
2024-01-20
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
1
-30
/
+4
2024-01-10
x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...
Jinghao Jia
1
-1
/
+2
2024-01-10
KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL
Paolo Bonzini
1
-1
/
+6
2024-01-05
kexec: fix KEXEC_FILE dependencies
Arnd Bergmann
1
-2
/
+2
2024-01-01
x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefully
Thomas Gleixner
1
-0
/
+16
[next]