| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/isolation: Use single feature type while referring to housekeeping cpumask | Frederic Weisbecker | 2022-02-16 | 2 | -4/+4 |
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 2022-01-23 | 29 | -37/+5 |
|\ |
|
| * | Replace for_each_*_bit_from() with for_each_*_bit() where appropriate | Yury Norov | 2022-01-15 | 1 | -2/+2 |
| * | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 2022-01-15 | 2 | -3/+3 |
| * | arch: remove GENERIC_FIND_FIRST_BIT entirely | Yury Norov | 2022-01-15 | 6 | -6/+0 |
| * | include: move find.h from asm_generic to linux | Yury Norov | 2022-01-15 | 20 | -26/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-22 | 23 | -31/+15 |
|\ \ |
|
| * | | mm: remove cleancache | Christoph Hellwig | 2022-01-22 | 16 | -16/+0 |
| * | | proc: remove PDE_DATA() completely | Muchun Song | 2022-01-22 | 6 | -13/+13 |
| * | | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() | Luis Chamberlain | 2022-01-22 | 2 | -2/+2 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-01-22 | 21 | -535/+664 |
|\ \ \ |
|
| * | | | KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled | Sean Christopherson | 2022-01-19 | 3 | -6/+9 |
| * | | | KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops | Sean Christopherson | 2022-01-19 | 1 | -233/+234 |
| * | | | KVM: SVM: Drop AVIC's intermediate avic_set_running() helper | Sean Christopherson | 2022-01-19 | 1 | -20/+36 |
| * | | | KVM: VMX: Don't do full kick when handling posted interrupt wakeup | Sean Christopherson | 2022-01-19 | 1 | -1/+1 |
| * | | | KVM: VMX: Fold fallback path into triggering posted IRQ helper | Sean Christopherson | 2022-01-19 | 1 | -8/+10 |
| * | | | KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ | Sean Christopherson | 2022-01-19 | 1 | -5/+3 |
| * | | | KVM: VMX: Don't do full kick when triggering posted interrupt "fails" | Sean Christopherson | 2022-01-19 | 2 | -6/+7 |
| * | | | KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU | Sean Christopherson | 2022-01-19 | 1 | -14/+18 |
| * | | | KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption | Sean Christopherson | 2022-01-19 | 3 | -12/+9 |
| * | | | KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path | Sean Christopherson | 2022-01-19 | 1 | -2/+0 |
| * | | | KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs | Sean Christopherson | 2022-01-19 | 2 | -17/+9 |
| * | | | KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode | Sean Christopherson | 2022-01-19 | 1 | -2/+20 |
| * | | | KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks | Sean Christopherson | 2022-01-19 | 4 | -32/+1 |
| * | | | KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers | Sean Christopherson | 2022-01-19 | 1 | -2/+0 |
| * | | | KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 | Sean Christopherson | 2022-01-19 | 2 | -5/+22 |
| * | | | KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx | Sean Christopherson | 2022-01-19 | 3 | -19/+25 |
| * | | | KVM: VMX: Handle PI descriptor updates during vcpu_put/load | Sean Christopherson | 2022-01-19 | 3 | -93/+70 |
| * | | | Merge branch 'kvm-pi-raw-spinlock' into HEAD | Paolo Bonzini | 2022-01-19 | 68 | -214/+314 |
| |\ \ \ |
|
| | * | | | KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock | Marcelo Tosatti | 2022-01-18 | 1 | -8/+8 |
| | | |/
| | |/| |
|
| * | | | KVM: VMX: Reject KVM_RUN if emulation is required with pending exception | Sean Christopherson | 2022-01-19 | 5 | -5/+37 |
| * | | | KVM: x86/pmu: Use binary search to check filtered events | Jim Mattson | 2022-01-19 | 1 | -11/+19 |
| * | | | KVM: x86/cpuid: Clear XFD for component i if the base feature is missing | Like Xu | 2022-01-19 | 1 | -0/+3 |
| * | | | KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access() | David Matlack | 2022-01-19 | 1 | -9/+22 |
| * | | | KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants | David Matlack | 2022-01-19 | 1 | -6/+36 |
| * | | | KVM: x86/mmu: Clear MMU-writable during changed_pte notifier | David Matlack | 2022-01-19 | 1 | -0/+1 |
| * | | | KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU | David Matlack | 2022-01-19 | 1 | -3/+3 |
| * | | | KVM: x86: Making the module parameter of vPMU more common | Like Xu | 2022-01-17 | 8 | -12/+17 |
| * | | | KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN | Vitaly Kuznetsov | 2022-01-17 | 2 | -19/+36 |
| * | | | KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries | Vitaly Kuznetsov | 2022-01-17 | 1 | -10/+24 |
| * | | | KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event | Like Xu | 2022-01-17 | 2 | -6/+15 |
* | | | | Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-01-22 | 3 | -3/+16 |
|\ \ \ \ |
|
| * | | | | parisc: Fix missing prototype for 'toc_intr' warning in toc.c | Helge Deller | 2022-01-20 | 2 | -0/+2 |
| * | | | | parisc: Autodetect default output device and set console= kernel parameter | Helge Deller | 2022-01-20 | 1 | -0/+11 |
| * | | | | parisc: Use safer strscpy() in setup_cmdline() | Helge Deller | 2022-01-20 | 1 | -2/+2 |
| * | | | | parisc: Add visible flag to toc_stack variable | Helge Deller | 2022-01-13 | 1 | -1/+1 |
* | | | | | Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-01-22 | 39 | -412/+980 |
|\ \ \ \ \ |
|
| * | | | | | RISC-V: nommu_virt: Drop unused SLAB_MERGE_DEFAULT | Palmer Dabbelt | 2022-01-20 | 1 | -1/+0 |
| * | | | | | RISC-V: Remove redundant err variable | Minghao Chi | 2022-01-20 | 1 | -3/+1 |
| * | | | | | riscv: dts: sifive unmatched: Add gpio poweroff | Ron Economos | 2022-01-20 | 1 | -0/+5 |