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
*
Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-25
5
-24
/
+53
|
\
|
*
riscv: adjust the indent
Zong Li
2020-02-24
1
-11
/
+15
|
*
riscv: allocate a complete page size for each page table
Zong Li
2020-02-24
1
-11
/
+16
|
*
riscv: Fix gitignore
Damien Le Moal
2020-02-20
1
-0
/
+2
|
*
RISC-V: Don't enable all interrupts in trap_init()
Anup Patel
2020-02-18
1
-2
/
+2
|
*
riscv: set pmp configuration if kernel is running in M-mode
Greentime Hu
2020-02-18
2
-0
/
+18
*
|
Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi...
Linus Torvalds
2020-02-25
8
-29
/
+56
|
\
\
|
*
|
MAINTAINERS: Hand MIPS over to Thomas
Paul Burton
2020-02-25
2
-4
/
+7
|
*
|
MIPS: ingenic: DTS: Fix watchdog nodes
Paul Cercueil
2020-02-19
2
-16
/
+18
|
*
|
MIPS: X1000: Fix clock of watchdog node.
周琰杰 (Zhou Yanjie)
2020-02-19
1
-4
/
+2
|
*
|
MIPS: vdso: Wrap -mexplicit-relocs in cc-option
Nathan Chancellor
2020-02-19
1
-1
/
+1
|
*
|
MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'
Christophe JAILLET
2020-02-15
1
-1
/
+1
|
*
|
MIPS: cavium_octeon: Fix syncw generation.
Mark Tomlinson
2020-02-15
1
-1
/
+3
|
*
|
mips: vdso: add build time check that no 'jalr t9' calls left
Victor Kamensky
2020-02-15
1
-1
/
+7
|
*
|
MIPS: Disable VDSO time functionality on microMIPS
Paul Burton
2020-02-15
1
-2
/
+17
|
*
|
mips: vdso: fix 'jalr t9' crash in vdso code
Victor Kamensky
2020-02-15
1
-0
/
+1
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-02-24
19
-121
/
+284
|
\
\
\
|
*
|
|
KVM: s390: rstify new ioctls in api.rst
Christian Borntraeger
2020-02-24
1
-15
/
+18
|
*
|
|
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
2020-02-23
2
-7
/
+52
|
*
|
|
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
2020-02-23
2
-14
/
+27
|
*
|
|
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
2020-02-23
1
-1
/
+1
|
*
|
|
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
2020-02-23
8
-2
/
+83
|
*
|
|
KVM: fix error handling in svm_hardware_setup
Li RongQing
2020-02-23
1
-21
/
+20
|
*
|
|
KVM: SVM: Fix potential memory leak in svm_cpu_init()
Miaohe Lin
2020-02-21
1
-7
/
+6
|
*
|
|
KVM: apic: avoid calculating pending eoi from an uninitialized val
Miaohe Lin
2020-02-21
1
-1
/
+3
|
*
|
|
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...
Vitaly Kuznetsov
2020-02-21
4
-11
/
+8
|
*
|
|
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
Vitaly Kuznetsov
2020-02-21
4
-10
/
+17
|
*
|
|
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
Suravee Suthikulpanit
2020-02-21
1
-0
/
+3
|
*
|
|
KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
Xiaoyao Li
2020-02-21
2
-1
/
+2
|
*
|
|
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
wanpeng li
2020-02-21
1
-2
/
+9
|
*
|
|
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
Miaohe Lin
2020-02-21
1
-1
/
+1
|
*
|
|
kvm/emulate: fix a -Werror=cast-function-type
Qian Cai
2020-02-20
2
-23
/
+26
|
*
|
|
KVM: x86: fix incorrect comparison in trace event
Paolo Bonzini
2020-02-20
1
-1
/
+1
|
*
|
|
KVM: nVMX: Fix some obsolete comments and grammar error
Miaohe Lin
2020-02-17
1
-5
/
+5
|
*
|
|
KVM: x86: fix missing prototypes
Paolo Bonzini
2020-02-17
1
-0
/
+2
|
*
|
|
KVM: x86: enable -Werror
Paolo Bonzini
2020-02-12
1
-0
/
+1
*
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-02-24
2
-1
/
+4
|
\
\
\
\
|
*
|
|
|
crypto: chacha20poly1305 - prevent integer overflow on large input
Jason A. Donenfeld
2020-02-14
1
-0
/
+3
|
*
|
|
|
tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DD
Hongbo Yao
2020-02-13
1
-1
/
+1
*
|
|
|
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-02-24
1
-2
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
tmpfs: deny and force are not huge mount options
Hugh Dickins
2020-02-18
1
-2
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
floppy: check FDC index for errors before assigning it
Linus Torvalds
2020-02-24
1
-2
/
+5
*
|
|
|
|
Linux 5.6-rc3
v5.6-rc3
Linus Torvalds
2020-02-24
1
-1
/
+1
*
|
|
|
|
Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-02-23
7
-10
/
+44
|
\
\
\
\
\
|
*
|
|
|
|
Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof
Filipe Manana
2020-02-21
1
-5
/
+5
|
*
|
|
|
|
Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents
Filipe Manana
2020-02-19
1
-1
/
+6
|
*
|
|
|
|
btrfs: fix bytes_may_use underflow in prealloc error condtition
Josef Bacik
2020-02-19
1
-3
/
+13
|
*
|
|
|
|
btrfs: handle logged extent failure properly
Josef Bacik
2020-02-19
1
-0
/
+2
|
*
|
|
|
|
btrfs: do not check delayed items are empty for single transaction cleanup
Josef Bacik
2020-02-19
1
-1
/
+0
|
*
|
|
|
|
btrfs: reset fs_root to NULL on error in open_ctree
Josef Bacik
2020-02-19
1
-0
/
+1
[next]