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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
macvlan: Forward unicast frames in bridge mode to lowerdev
David Ward
1
-4
/
+2
2011-05-23
net: Remove linux/prefetch.h include from linux/skbuff.h
David S. Miller
1
-1
/
+0
2011-05-23
ipv4: Include linux/prefetch.h in fib_trie.c
David S. Miller
1
-0
/
+1
2011-05-23
netlabel: Remove prefetches from list handlers.
David S. Miller
1
-4
/
+4
2011-05-23
drivers/net: add prefetch header for prefetch users
Paul Gortmaker
32
-0
/
+32
2011-05-23
rionet: Remove pointless printk of skb pointer.
David S. Miller
1
-2
/
+2
2011-05-23
net: Remove prefetches from SKB list handlers.
David S. Miller
1
-3
/
+3
2011-05-23
caif: Plug memory leak for checksum error
sjur.brandeland@stericsson.com
1
-1
/
+6
2011-05-23
caif: Update documentation of CAIF transmit and receive functions.
sjur.brandeland@stericsson.com
1
-15
/
+21
2011-05-23
caif: Fix freezes when running CAIF loopback device
sjur.brandeland@stericsson.com
1
-4
/
+5
2011-05-23
caif: Fixes freeze on Link layer removal.
sjur.brandeland@stericsson.com
3
-44
/
+62
2011-05-23
caif: Bugfix add check NULL pointer before calling functions.
sjur.brandeland@stericsson.com
1
-9
/
+26
2011-05-23
Give up on pushing CC_OPTIMIZE_FOR_SIZE
Linus Torvalds
1
-1
/
+0
2011-05-22
Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6
Linus Torvalds
19
-706
/
+723
2011-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...
Linus Torvalds
12
-130
/
+206
2011-05-22
net: add missing prefetch.h include
Heiko Carstens
1
-0
/
+1
2011-05-22
fs: add missing prefetch.h include
Heiko Carstens
1
-0
/
+1
2011-05-22
KVM: MMU: Use ptep_user for cmpxchg_gpte()
Takuya Yoshikawa
1
-14
/
+12
2011-05-22
KVM: Fix kvm mmu_notifier initialization order
OGAWA Hirofumi
1
-1
/
+1
2011-05-22
KVM: Add documentation for KVM_CAP_NR_VCPUS
Pekka Enberg
1
-1
/
+4
2011-05-22
KVM: make guest mode entry to be rcu quiescent state
Gleb Natapov
1
-0
/
+9
2011-05-22
Merge commit '29ce831000081dd757d3116bf774aafffc4b6b20' into next
Avi Kivity
21
-551
/
+1783
2011-05-22
KVM: x86 emulator: Make jmp far emulation into a separate function
Takuya Yoshikawa
1
-14
/
+22
2011-05-22
KVM: x86 emulator: Rename emulate_grpX() to em_grpX()
Takuya Yoshikawa
1
-16
/
+15
2011-05-22
KVM: x86 emulator: Remove unused arg from emulate_pop()
Takuya Yoshikawa
1
-15
/
+13
2011-05-22
KVM: x86 emulator: Remove unused arg from writeback()
Takuya Yoshikawa
1
-3
/
+2
2011-05-22
KVM: x86 emulator: Remove unused arg from read_descriptor()
Takuya Yoshikawa
1
-5
/
+3
2011-05-22
KVM: x86 emulator: Remove unused arg from seg_override()
Takuya Yoshikawa
1
-4
/
+3
2011-05-22
KVM: Validate userspace_addr of memslot when registered
Takuya Yoshikawa
2
-3
/
+6
2011-05-22
KVM: MMU: Clean up gpte reading with copy_from_user()
Takuya Yoshikawa
1
-15
/
+1
2011-05-22
KVM: PPC: booke: add sregs support
Scott Wood
14
-13
/
+461
2011-05-22
KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
Scott Wood
4
-1
/
+15
2011-05-22
KVM: PPC: use ticks, not usecs, for exit timing
Stuart Yoder
1
-4
/
+17
2011-05-22
KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx
Scott Wood
3
-3
/
+6
2011-05-22
KVM: PPC: e500: emulate SVR
Scott Wood
3
-0
/
+4
2011-05-22
KVM: VMX: Cache vmcs segment fields
Avi Kivity
2
-10
/
+93
2011-05-22
KVM: x86 emulator: consolidate segment accessors
Avi Kivity
3
-93
/
+83
2011-05-22
KVM: VMX: Avoid reading %rip unnecessarily when handling exceptions
Avi Kivity
1
-1
/
+1
2011-05-22
KVM: SVM: Make dump_vmcb static, reduce text
Joe Perches
1
-82
/
+94
2011-05-22
KVM: MMU: Fix 64-bit paging breakage on x86_32
Takuya Yoshikawa
1
-1
/
+15
2011-05-22
KVM: ia64: fix sparse warnings
Jeff Mahoney
1
-13
/
+13
2011-05-22
KVM: Add CPUID support for VIA CPU
BrillyWu@viatech.com.cn
1
-0
/
+40
2011-05-22
KVM: call cache_all_regs() only once during instruction emulation
Gleb Natapov
1
-8
/
+6
2011-05-22
KVM: Fix compound mmio
Gleb Natapov
1
-1
/
+2
2011-05-22
KVM: emulator: Propagate fault in far jump emulation
Gleb Natapov
1
-1
/
+2
2011-05-22
KVM: mmio_fault_cr2 is not used
Gleb Natapov
2
-2
/
+1
2011-05-22
KVM: x86 emulator: consolidate group handling
Avi Kivity
1
-40
/
+40
2011-05-22
KVM: MMU: Add unlikely() annotations to walk_addr_generic()
Avi Kivity
1
-13
/
+15
2011-05-22
KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D)
Takuya Yoshikawa
1
-11
/
+20
2011-05-22
KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61)
Takuya Yoshikawa
1
-11
/
+5
[prev]
[next]