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
2008-07-22
sysdev: Convert the x86 mce tolerant sysdev attribute to generic attribute
Andi Kleen
1
-2
/
+2
2008-07-22
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
3
-7
/
+18
2008-07-22
driver core: fix a lot of printk usages of bus_id
Greg Kroah-Hartman
2
-7
/
+3
2008-07-22
device create: x86: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-4
/
+4
2008-07-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
1
-1
/
+0
2008-07-22
x86: Fix help message for STRICT_DEVMEM config option
Linus Torvalds
1
-1
/
+1
2008-07-21
x86: convert Dprintk to pr_debug
Thomas Gleixner
6
-47
/
+41
2008-07-21
Merge branch 'x86/paravirt-spinlocks' into x86/for-linus
Ingo Molnar
3
-1
/
+197
2008-07-21
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
89
-1426
/
+2944
2008-07-21
Merge branch 'linus' into xen-64bit
Ingo Molnar
15
-386
/
+691
2008-07-21
Merge branch 'linus' into x86/paravirt-spinlocks
Ingo Molnar
15
-386
/
+691
2008-07-21
x86: remove extra calling to get ext cpuid level
Yinghai Lu
1
-1
/
+0
2008-07-21
x86: use setup_clear_cpu_cap() when disabling the lapic
Yinghai Lu
3
-9
/
+2
2008-07-21
Merge branch 'linus' into x86/urgent
Ingo Molnar
15
-386
/
+691
2008-07-20
KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts
Avi Kivity
1
-3
/
+4
2008-07-20
KVM: x86 emulator: emulate clflush
Glauber Costa
1
-1
/
+3
2008-07-20
KVM: MMU: improve invalid shadow root page handling
Marcelo Tosatti
1
-1
/
+4
2008-07-20
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
Marcelo Tosatti
1
-0
/
+5
2008-07-20
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
Avi Kivity
3
-27
/
+27
2008-07-20
KVM: check injected pic irq within valid pic irqs
Ben-Ami Yassour
2
-2
/
+6
2008-07-20
KVM: x86 emulator: Fix HLT instruction
Mohammed Gamal
1
-1
/
+1
2008-07-20
KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized
Avi Kivity
1
-5
/
+5
2008-07-20
KVM: VMX: Add ept_sync_context in flush_tlb
Sheng Yang
1
-0
/
+3
2008-07-20
KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held
Marcelo Tosatti
1
-0
/
+3
2008-07-20
x86: KVM guest: make kvm_smp_prepare_boot_cpu() static
Adrian Bunk
1
-1
/
+1
2008-07-20
KVM: SVM: fix suspend/resume support
Joerg Roedel
1
-12
/
+22
2008-07-20
KVM: move slots_lock acquision down to vapic_exit
Marcelo Tosatti
1
-2
/
+2
2008-07-20
KVM: VMX: Fake emulate Intel perfctr MSRs
Chris Lalancette
1
-0
/
+12
2008-07-20
KVM: VMX: Fix a wrong usage of vmcs_config
Sheng Yang
1
-2
/
+2
2008-07-20
KVM: MMU: Fix printk format
Avi Kivity
1
-1
/
+1
2008-07-20
KVM: MMU: When debug is enabled, make it a run-time parameter
Avi Kivity
1
-1
/
+2
2008-07-20
KVM: x86 emulator: lazily evaluate segment registers
Avi Kivity
2
-60
/
+57
2008-07-20
KVM: x86 emulator: avoid segment base adjust for lea
Avi Kivity
1
-1
/
+1
2008-07-20
KVM: x86 emulator: simplify rip relative decoding
Avi Kivity
1
-18
/
+5
2008-07-20
KVM: x86 emulator: simplify r/m decoding
Avi Kivity
1
-13
/
+4
2008-07-20
KVM: x86 emulator: simplify sib decoding
Avi Kivity
1
-16
/
+4
2008-07-20
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
Avi Kivity
1
-0
/
+2
2008-07-20
KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
Mohammed Gamal
1
-2
/
+15
2008-07-20
KVM: Use printk_rlimit() instead of reporting emulation failures just once
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: Do not calculate linear rip in emulation failure report
Glauber Costa
1
-2
/
+2
2008-07-20
KVM: only abort guest entry if timer count goes from 0->1
Marcelo Tosatti
2
-9
/
+6
2008-07-20
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
2
-1
/
+5
2008-07-20
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
4
-15
/
+25
2008-07-20
KVM: MMU: Avoid page prefetch on SVM
Avi Kivity
1
-1
/
+4
2008-07-20
KVM: MMU: Move nonpaging_prefetch_page()
Avi Kivity
1
-9
/
+9
2008-07-20
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
Avi Kivity
1
-1
/
+2
2008-07-20
KVM: x86 emulator: simplify push imm8 emulation
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: MMU: Optimize prefetch_page()
Avi Kivity
1
-13
/
+15
2008-07-20
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
1
-1
/
+14
2008-07-20
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
Guillaume Thouvenin
1
-1
/
+24
[next]