summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-255-24/+53
|\
| * riscv: adjust the indentZong Li2020-02-241-11/+15
| * riscv: allocate a complete page size for each page tableZong Li2020-02-241-11/+16
| * riscv: Fix gitignoreDamien Le Moal2020-02-201-0/+2
| * RISC-V: Don't enable all interrupts in trap_init()Anup Patel2020-02-181-2/+2
| * riscv: set pmp configuration if kernel is running in M-modeGreentime Hu2020-02-182-0/+18
* | Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi...Linus Torvalds2020-02-258-29/+56
|\ \
| * | MAINTAINERS: Hand MIPS over to ThomasPaul Burton2020-02-252-4/+7
| * | MIPS: ingenic: DTS: Fix watchdog nodesPaul Cercueil2020-02-192-16/+18
| * | MIPS: X1000: Fix clock of watchdog node.周琰杰 (Zhou Yanjie)2020-02-191-4/+2
| * | MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor2020-02-191-1/+1
| * | MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET2020-02-151-1/+1
| * | MIPS: cavium_octeon: Fix syncw generation.Mark Tomlinson2020-02-151-1/+3
| * | mips: vdso: add build time check that no 'jalr t9' calls leftVictor Kamensky2020-02-151-1/+7
| * | MIPS: Disable VDSO time functionality on microMIPSPaul Burton2020-02-151-2/+17
| * | mips: vdso: fix 'jalr t9' crash in vdso codeVictor Kamensky2020-02-151-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-2419-121/+284
|\ \ \
| * | | KVM: s390: rstify new ioctls in api.rstChristian Borntraeger2020-02-241-15/+18
| * | | KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2020-02-232-7/+52
| * | | KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2020-02-232-14/+27
| * | | KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-02-231-1/+1
| * | | KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-238-2/+83
| * | | KVM: fix error handling in svm_hardware_setupLi RongQing2020-02-231-21/+20
| * | | KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin2020-02-211-7/+6
| * | | KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-211-1/+3
| * | | KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov2020-02-214-11/+8
| * | | KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-214-10/+17
| * | | kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit2020-02-211-0/+3
| * | | KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li2020-02-212-1/+2
| * | | KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li2020-02-211-2/+9
| * | | KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin2020-02-211-1/+1
| * | | kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-202-23/+26
| * | | KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini2020-02-201-1/+1
| * | | KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin2020-02-171-5/+5
| * | | KVM: x86: fix missing prototypesPaolo Bonzini2020-02-171-0/+2
| * | | KVM: x86: enable -WerrorPaolo Bonzini2020-02-121-0/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-02-242-1/+4
|\ \ \ \
| * | | | crypto: chacha20poly1305 - prevent integer overflow on large inputJason A. Donenfeld2020-02-141-0/+3
| * | | | tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DDHongbo Yao2020-02-131-1/+1
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-02-241-2/+0
|\ \ \ \ \
| * | | | | tmpfs: deny and force are not huge mount optionsHugh Dickins2020-02-181-2/+0
| | |_|/ / | |/| | |
* | | | | floppy: check FDC index for errors before assigning itLinus Torvalds2020-02-241-2/+5
* | | | | Linux 5.6-rc3v5.6-rc3Linus Torvalds2020-02-241-1/+1
* | | | | Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-02-237-10/+44
|\ \ \ \ \
| * | | | | Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-211-5/+5
| * | | | | Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-191-1/+6
| * | | | | btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-191-3/+13
| * | | | | btrfs: handle logged extent failure properlyJosef Bacik2020-02-191-0/+2
| * | | | | btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-191-1/+0
| * | | | | btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-191-0/+1