Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | perf cpumap: More cpu map reuse by merge. | Ian Rogers | 2022-04-01 | 1 | -10/+5 | |
| * | | | | | | | | perf cpumap: Add is_subset function | Ian Rogers | 2022-04-01 | 2 | -0/+21 | |
| * | | | | | | | | perf evlist: Rename cpus to user_requested_cpus | Ian Rogers | 2022-04-01 | 19 | -53/+62 | |
| * | | | | | | | | perf tools: Stop depending on .git files for building PERF-VERSION-FILE | John Garry | 2022-04-01 | 1 | -12/+2 | |
| * | | | | | | | | tools headers cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -0/+1 | |
| * | | | | | | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -5/+40 | |
| * | | | | | | | | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -2/+9 | |
| * | | | | | | | | tools kvm headers arm64: Update KVM headers from the kernel sources | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -0/+10 | |
| * | | | | | | | | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -1/+21 | |
| * | | | | | | | | tools headers UAPI: Sync asm-generic/mman-common.h with the kernel | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -0/+2 | |
| * | | | | | | | | perf beauty: Update copy of linux/socket.h with the kernel sources | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -0/+1 | |
| * | | | | | | | | perf tools: Update copy of libbpf's hashmap.c | Arnaldo Carvalho de Melo | 2022-04-01 | 1 | -2/+1 | |
| * | | | | | | | | perf stat: Avoid SEGV if core.cpus isn't set | Ian Rogers | 2022-04-01 | 1 | -1/+4 | |
* | | | | | | | | | Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-04-02 | 5 | -17/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | modpost: restore the warning message for missing symbol versions | Masahiro Yamada | 2022-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS" | Nathan Chancellor | 2022-04-01 | 1 | -4/+0 | |
| * | | | | | | | | | kbuild: Remove '-mno-global-merge' | Nathan Chancellor | 2022-04-01 | 1 | -4/+0 | |
| * | | | | | | | | | kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh | Masahiro Yamada | 2022-04-01 | 1 | -1/+1 | |
| * | | | | | | | | | kconfig: remove stale comment about removed kconfig_print_symbol() | Masahiro Yamada | 2022-04-01 | 1 | -7/+0 | |
* | | | | | | | | | | Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds | 2022-04-02 | 7 | -45/+72 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | MIPS: crypto: Fix CRC32 code | Paul Cercueil | 2022-04-01 | 1 | -20/+26 | |
| * | | | | | | | | | | MIPS: rb532: move GPIOD definition into C-files | Jackie Liu | 2022-03-30 | 2 | -9/+10 | |
| * | | | | | | | | | | MIPS: lantiq: check the return value of kzalloc() | Xiaoke Wang | 2022-03-30 | 3 | -16/+34 | |
| * | | | | | | | | | | mips: sgi-ip22: add a check for the return of kzalloc() | Xiaoke Wang | 2022-03-30 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-04-02 | 49 | -414/+617 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | KVM: x86: fix sending PV IPI | Li RongQing | 2022-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: x86/mmu: do compare-and-exchange of gPTE via the user address | Paolo Bonzini | 2022-04-02 | 1 | -40/+34 | |
| * | | | | | | | | | | | KVM: x86: Remove redundant vm_entry_controls_clearbit() call | Zhenzhong Duan | 2022-04-02 | 1 | -1/+0 | |
| * | | | | | | | | | | | KVM: x86: cleanup enter_rmode() | Zhenzhong Duan | 2022-04-02 | 1 | -9/+5 | |
| * | | | | | | | | | | | KVM: x86: SVM: fix tsc scaling when the host doesn't support it | Maxim Levitsky | 2022-04-02 | 3 | -9/+6 | |
| * | | | | | | | | | | | kvm: x86: SVM: remove unused defines | Maxim Levitsky | 2022-04-02 | 1 | -8/+0 | |
| * | | | | | | | | | | | KVM: x86: SVM: move tsc ratio definitions to svm.h | Maxim Levitsky | 2022-04-02 | 2 | -10/+11 | |
| * | | | | | | | | | | | KVM: x86: SVM: fix avic spec based definitions again | Maxim Levitsky | 2022-04-02 | 2 | -14/+5 | |
| * | | | | | | | | | | | KVM: MIPS: remove reference to trap&emulate virtualization | Paolo Bonzini | 2022-04-02 | 1 | -6/+0 | |
| * | | | | | | | | | | | KVM: x86: document limitations of MSR filtering | Paolo Bonzini | 2022-04-02 | 1 | -0/+5 | |
| * | | | | | | | | | | | KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr | Hou Wenlong | 2022-04-02 | 3 | -16/+40 | |
| * | | | | | | | | | | | KVM: x86/emulator: Emulate RDPID only if it is enabled in guest | Hou Wenlong | 2022-04-02 | 3 | -1/+10 | |
| * | | | | | | | | | | | KVM: x86/pmu: Fix and isolate TSX-specific performance event logic | Like Xu | 2022-04-02 | 2 | -13/+15 | |
| * | | | | | | | | | | | KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set | Maxim Levitsky | 2022-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs | Jim Mattson | 2022-04-02 | 1 | -5/+3 | |
| * | | | | | | | | | | | KVM: x86: Trace all APICv inhibit changes and capture overall status | Sean Christopherson | 2022-04-02 | 2 | -18/+29 | |
| * | | | | | | | | | | | KVM: x86: Add wrappers for setting/clearing APICv inhibits | Sean Christopherson | 2022-04-02 | 6 | -36/+49 | |
| * | | | | | | | | | | | KVM: x86: Make APICv inhibit reasons an enum and cleanup naming | Sean Christopherson | 2022-04-02 | 6 | -31/+35 | |
| * | | | | | | | | | | | KVM: X86: Handle implicit supervisor access with SMAP | Lai Jiangshan | 2022-04-02 | 4 | -17/+21 | |
| * | | | | | | | | | | | KVM: X86: Rename variable smap to not_smap in permission_fault() | Lai Jiangshan | 2022-04-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | KVM: X86: Fix comments in update_permission_bitmask | Lai Jiangshan | 2022-04-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | KVM: X86: Change the type of access u32 to u64 | Lai Jiangshan | 2022-04-02 | 5 | -21/+23 | |
| * | | | | | | | | | | | KVM: Remove dirty handling from gfn_to_pfn_cache completely | David Woodhouse | 2022-04-02 | 5 | -46/+19 | |
| * | | | | | | | | | | | KVM: Use enum to track if cached PFN will be used in guest and/or host | Sean Christopherson | 2022-04-02 | 4 | -18/+24 | |
| * | | | | | | | | | | | KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode() | Peter Gonda | 2022-04-02 | 2 | -1/+2 |