summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: handle dax mount option collisionHarshad Shirwadkar2020-11-111-3/+3
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-11-101-3/+1
|\
| * fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()Eric Biggers2020-11-061-3/+1
* | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2020-11-105-140/+509
|\ \
| * | tools/power turbostat: update version numberLen Brown2020-11-101-1/+1
| * | powercap: restrict energy meter to root accessLen Brown2020-11-101-2/+2
| * | tools/power turbostat: harden against cpu hotplugLen Brown2020-10-231-9/+14
| * | tools/power turbostat: adjust for temperature offsetLen Brown2020-10-231-33/+29
| * | tools/power turbostat: Build with _FILE_OFFSET_BITS=64Alexander Monakov2020-09-031-0/+1
| * | tools/power turbostat: Support AMD Family 19hKim Phillips2020-09-031-23/+11
| * | tools/power turbostat: Remove empty columns for JacobsvilleAntti Laakso2020-09-031-3/+30
| * | tools/power turbostat: Add a new GFXAMHz column that exposes gt_act_freq_mhz.Rafael Antognolli2020-09-031-0/+50
| * | tools/power x86_energy_perf_policy: Input/output error in a VMOndřej Lysoněk2020-09-031-13/+54
| * | tools/power turbostat: Skip pc8, pc9, pc10 columns, if they are disabledLen Brown2020-09-031-3/+6
| * | tools/power turbostat: Support additional CPU model numbersLen Brown2020-09-031-0/+4
| * | tools/power turbostat: Fix output formatting for ACPI CST enumerationDavid Arcari2020-09-031-0/+20
| * | tools/power turbostat: Replace HTTP links with HTTPS ones: TURBOSTAT UTILITYAlexander A. Klimov2020-09-031-1/+1
| * | tools/power turbostat: Use sched_getcpu() instead of hardcoded cpu 0Prarit Bhargava2020-09-031-3/+10
| * | tools/power turbostat: Enable accumulate RAPL displayChen Yu2020-09-031-22/+16
| * | tools/power turbostat: Introduce functions to accumulate RAPL consumptionChen Yu2020-09-032-7/+219
| * | tools/power turbostat: Make the energy variable to be 64 bitChen Yu2020-09-031-17/+13
| * | tools/power turbostat: Always print idle in the system configuration headerDoug Smythies2020-09-031-3/+0
| * | tools/power turbostat: Print /dev/cpu_dma_latencyLen Brown2020-09-031-0/+28
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-0932-393/+2383
|\ \ \
| * | | KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini2020-11-091-1/+1
| * | | KVM: selftests: Introduce the dirty log perf testBen Gardon2020-11-086-8/+396
| * | | KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-082-20/+20
| * | | KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-082-12/+11
| * | | KVM: selftests: Drop pointless vm_create wrapperAndrew Jones2020-11-084-9/+3
| * | | KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-082-1/+7
| * | | KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon2020-11-083-15/+27
| * | | KVM: selftests: Remove address rounding in guest codeBen Gardon2020-11-081-1/+0
| * | | KVM: selftests: Factor code out of demand_paging_testBen Gardon2020-11-082-181/+210
| * | | KVM: selftests: Use a single binary for dirty/clear log testPeter Xu2020-11-083-39/+156
| * | | KVM: selftests: Always clear dirty bitmap after iterationPeter Xu2020-11-081-1/+1
| * | | KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones2020-11-084-42/+217
| * | | KVM: selftests: Add aarch64 get-reg-list testAndrew Jones2020-11-085-0/+703
| * | | selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton2020-11-087-0/+308
| * | | selftests: kvm: Add exception handling to selftestsAaron Lewis2020-11-089-9/+244
| * | | selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis2020-11-083-0/+9
| * | | selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2020-11-082-2/+3
| * | | KVM: x86: handle MSR_IA32_DEBUGCTLMSR with report_ignored_msrsPankaj Gupta2020-11-081-3/+3
| * | | kvm: x86: request masterclock update any time guest uses different msrOliver Upton2020-11-081-1/+1
| * | | kvm: x86: ensure pv_cpuid.features is initialized when enabling capOliver Upton2020-11-083-7/+19
| * | | kvm: x86: reads of restricted pv msrs should also result in #GPOliver Upton2020-11-081-0/+34
| * | | KVM: x86: use positive error values for msr emulation that causes #GPMaxim Levitsky2020-11-082-14/+22
| * | | KVM: Documentation: Update entry for KVM_CAP_ENFORCE_PV_CPUIDPeter Xu2020-11-081-2/+1
| * | | KVM: Documentation: Update entry for KVM_X86_SET_MSR_FILTERPeter Xu2020-11-081-1/+1
| * | | KVM: x86/mmu: fix counting of rmap entries in pte_list_addLi RongQing2020-11-081-5/+7
| * | | Merge tag 'kvmarm-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-11-083-83/+43
| |\ \ \