summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: support aligned pinned fileJaegeuk Kim2019-11-077-11/+73
* f2fs: avoid kernel panic on corruption testJaegeuk Kim2019-11-071-1/+0
* f2fs: fix wrong description in documentChao Yu2019-10-251-1/+1
* f2fs: cache global IPU bioChao Yu2019-10-254-32/+169
* f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2019-10-221-1/+13
* f2fs: check total_segments from devices in raw_superQiuyang Sun2019-10-221-0/+15
* f2fs: update multi-dev metadata in resize_fsQiuyang Sun2019-10-221-2/+32
* f2fs: mark recovery flag correctly in read_raw_super_block()Chengguang Xu via Linux-f2fs-devel2019-10-221-4/+2
* f2fs: fix to update time in lazytime modeChao Yu2019-10-042-9/+20
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-0423-182/+584
|\
| * KVM: x86: omit "impossible" pmu MSRs from MSR listPaolo Bonzini2019-10-041-16/+2
| * KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson2019-10-031-1/+1
| * Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-10-034-54/+25
| |\
| | * KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATHZenghui Yu2019-09-111-1/+1
| | * arm64: KVM: Kill hyp_alternate_select()Marc Zyngier2019-09-091-24/+0
| | * arm64: KVM: Replace hyp_alternate_select with has_vhe()Marc Zyngier2019-09-091-14/+22
| | * arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220Marc Zyngier2019-09-091-15/+2
| * | KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini2019-10-031-2/+12
| * | selftests: kvm: Fix libkvm build errorShuah Khan2019-10-031-1/+1
| * | kvm: vmx: Limit guest PMCs to those supported on the hostJim Mattson2019-10-011-2/+5
| * | kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-304-10/+16
| * | KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov2019-09-271-1/+1
| * | KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TFWaiman Long2019-09-271-6/+9
| * | selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini2019-09-277-3/+377
| * | KVM: x86: fix nested guest live migration with PMLPaolo Bonzini2019-09-271-7/+32
| * | KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini2019-09-272-17/+18
| * | KVM: x86: Expose XSAVEERPTR to the guestSebastian Andrzej Siewior2019-09-261-3/+3
| * | kvm: x86: Enumerate support for CLZERO instructionJim Mattson2019-09-261-2/+3
| * | kvm: x86: Use AMD CPUID semantics for AMD vCPUsJim Mattson2019-09-261-2/+4
| * | kvm: x86: Improve emulation of CPUID leaves 0BH and 1FHJim Mattson2019-09-261-36/+47
| * | KVM: X86: Fix userspace set invalid CR4Wanpeng Li2019-09-261-17/+21
| * | kvm: x86: Fix a spurious -E2BIG in __do_cpuid_funcJim Mattson2019-09-261-6/+10
| * | KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_nsWanpeng Li2019-09-261-6/+7
* | | Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-0412-139/+79
|\ \ \
| * | | xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-021-2/+18
| * | | xen/efi: have a common runtime setup functionJuergen Gross2019-10-029-122/+49
| * | | arm: xen: mm: use __GPF_DMA32 for arm64Peng Fan2019-10-011-1/+4
| * | | xen/balloon: Clear PG_offline in balloon_retrieve()David Hildenbrand2019-10-011-2/+1
| * | | xen/balloon: Mark pages PG_offline in balloon_append()David Hildenbrand2019-10-011-9/+4
| * | | xen/balloon: Drop __balloon_append()David Hildenbrand2019-10-011-8/+3
| * | | xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand2019-10-011-0/+1
| * | | ARM: xen: unexport HYPERVISOR_platform_op functionStefano Stabellini2019-10-011-1/+1
| * | | xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-012-0/+4
* | | | Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2019-10-049-114/+288
|\ \ \ \
| * | | | usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor2019-10-031-2/+2
| * | | | perf_event_open: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-38/+9
| * | | | sched_setattr: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-36/+7
| * | | | clone3: switch to copy_struct_from_user()Aleksa Sarai2019-10-012-27/+9
| * | | | lib: introduce copy_struct_from_user() helperAleksa Sarai2019-10-015-13/+263
* | | | | Merge tag 'for-linus-20191003' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-043-3/+38
|\ \ \ \ \