index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_config: add virtio_cread_le_feature
Michael S. Tsirkin
2020-08-05
1
-0
/
+10
*
virtio_caif: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-3
/
+3
*
virtio_config: LE config space accessors
Michael S. Tsirkin
2020-08-05
1
-0
/
+65
*
virtio_config: disallow native type fields (again)
Michael S. Tsirkin
2020-08-05
1
-14
/
+2
*
virtio_config: rewrite using _Generic
Michael S. Tsirkin
2020-08-05
1
-85
/
+76
*
virtio_config: cread/write cleanup
Michael S. Tsirkin
2020-08-05
1
-12
/
+19
*
vdpa_sim: fix endian-ness of config space
Michael S. Tsirkin
2020-08-05
1
-5
/
+28
*
virtio_vdpa: legacy features handling
Michael S. Tsirkin
2020-08-05
1
-6
/
+3
*
vhost/vdpa: switch to new helpers
Michael S. Tsirkin
2020-08-05
1
-5
/
+3
*
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
2020-08-05
2
-0
/
+35
*
mlxbf-tmfifo: sparse tags for config access
Michael S. Tsirkin
2020-08-05
1
-3
/
+10
*
virtio_config: disallow native type fields
Michael S. Tsirkin
2020-08-05
1
-3
/
+2
*
virtio_scsi: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
2
-12
/
+12
*
virtio_pmem: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-2
/
+2
*
virtio_net: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-4
/
+4
*
virtio_mem: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-7
/
+7
*
virtio_iommu: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-6
/
+6
*
virtio_input: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-9
/
+9
*
virtio_gpu: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-4
/
+4
*
virtio_fs: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-1
/
+1
*
virtio_crypto: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-13
/
+13
*
virtio_console: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-4
/
+4
*
virtio_blk: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-13
/
+13
*
virtio_balloon: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-5
/
+5
*
virtio_9p: correct tags for config space fields
Michael S. Tsirkin
2020-08-05
1
-2
/
+2
*
virtio: allow __virtioXX, __leXX in config space
Michael S. Tsirkin
2020-08-05
1
-2
/
+48
*
virtio_ring: sparse warning fixup
Michael S. Tsirkin
2020-08-05
1
-10
/
+9
*
virtio_balloon: fix sparse warning
Michael S. Tsirkin
2020-08-05
1
-1
/
+1
*
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
2020-08-03
5
-8
/
+8
*
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
Michael S. Tsirkin
2020-08-03
10
-14
/
+18
*
Linux 5.8
v5.8
Linus Torvalds
2020-08-02
1
-1
/
+1
*
Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-02
1
-1
/
+1
|
\
|
*
x86/i8259: Use printk_deferred() to prevent deadlock
Thomas Gleixner
2020-07-29
1
-1
/
+1
*
|
Merge tag 'kbuild-fixes-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-08-02
6
-30
/
+16
|
\
\
|
*
|
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
Masahiro Yamada
2020-08-02
1
-3
/
+0
|
*
|
kconfig: qconf: remove wrong ConfigList::firstChild()
Masahiro Yamada
2020-08-02
2
-5
/
+1
|
*
|
Revert "kconfig: qconf: don't show goback button on splitMode"
Masahiro Yamada
2020-08-01
1
-3
/
+2
|
*
|
Revert "kconfig: qconf: Change title for the item window"
Masahiro Yamada
2020-08-01
1
-9
/
+1
|
*
|
kconfig: qconf: remove "goBack" debug message
Masahiro Yamada
2020-08-01
1
-1
/
+0
|
*
|
kconfig: qconf: use delete[] instead of delete to free array
Masahiro Yamada
2020-08-01
1
-2
/
+2
|
*
|
kconfig: qconf: compile moc object separately
Masahiro Yamada
2020-08-01
3
-7
/
+7
|
*
|
kconfig: qconf: use if_changed for qconf.moc rule
Masahiro Yamada
2020-08-01
1
-2
/
+4
|
*
|
modpost: explain why we can't use strsep
Wolfram Sang
2020-07-27
1
-0
/
+1
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-02
7
-24
/
+72
|
\
\
|
*
|
KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM
Wanpeng Li
2020-07-31
1
-3
/
+6
|
*
|
KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
Wanpeng Li
2020-07-31
1
-1
/
+1
|
*
|
Merge tag 'kvmarm-fixes-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-07-31
2
-8
/
+14
|
|
\
\
|
|
*
|
KVM: arm64: Don't inherit exec permission across page-table levels
Will Deacon
2020-07-28
1
-5
/
+6
|
|
*
|
KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions
Marc Zyngier
2020-07-28
1
-3
/
+8
|
*
|
|
KVM: nVMX: check for invalid hdr.vmx.flags
Paolo Bonzini
2020-07-27
2
-0
/
+16
[next]