Age | Commit message (Expand) | Author | Files | Lines |
2022-01-20 | RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method | Atish Patra | 5 | -23/+30 |
2022-01-20 | RISC-V: Do not print the SBI version during HSM extension boot print | Atish Patra | 1 | -1/+1 |
2022-01-20 | RISC-V: Avoid using per cpu array for ordered booting | Atish Patra | 4 | -15/+58 |
2022-01-20 | riscv: default to CONFIG_RISCV_SBI_V01=n | Heinrich Schuchardt | 1 | -1/+0 |
2022-01-20 | arm64: mm: apply __ro_after_init to memory_limit | Peng Fan | 1 | -1/+1 |
2022-01-20 | arm64: atomics: lse: Dereference matching size | Kees Cook | 2 | -2/+2 |
2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+2 |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 13 | -339/+50 |
2022-01-20 | kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR | Marco Elver | 1 | -1/+1 |
2022-01-20 | arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KB | Nathan Chancellor | 1 | -0/+4 |
2022-01-20 | proc: make the proc_create[_data]() stubs static inlines | Hans de Goede | 1 | -5/+3 |
2022-01-20 | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang | 3 | -104/+4 |
2022-01-20 | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang | 4 | -171/+5 |
2022-01-20 | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang | 4 | -15/+43 |
2022-01-20 | mm: percpu: generalize percpu related config | Kefeng Wang | 7 | -74/+21 |
2022-01-19 | riscv: fix boolconv.cocci warnings | kernel test robot | 1 | -2/+1 |
2022-01-19 | RISC-V: Introduce sv48 support without relocatable kernel | Palmer Dabbelt | 17 | -188/+705 |
2022-01-19 | riscv: Explicit comment about user virtual address space size | Alexandre Ghiti | 1 | -0/+9 |
2022-01-19 | riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo | Alexandre Ghiti | 1 | -11/+12 |
2022-01-19 | riscv: Implement sv48 support | Alexandre Ghiti | 12 | -44/+512 |
2022-01-19 | riscv: Allow to dynamically define VA_BITS | Alexandre Ghiti | 4 | -14/+14 |
2022-01-19 | riscv: Introduce functions to switch pt_ops | Alexandre Ghiti | 1 | -23/+51 |
2022-01-19 | riscv: Split early kasan mapping to prepare sv48 introduction | Alexandre Ghiti | 3 | -51/+67 |
2022-01-19 | riscv: Move KASAN mapping next to the kernel mapping | Alexandre Ghiti | 5 | -25/+32 |
2022-01-19 | riscv: Get rid of MAXPHYSMEM configs | Alexandre Ghiti | 4 | -26/+2 |
2022-01-19 | riscv: bpf: Fix eBPF's exception tables | Jisheng Zhang | 1 | -1/+1 |
2022-01-19 | riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usage | Jisheng Zhang | 1 | -8/+3 |
2022-01-19 | riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdef | Jisheng Zhang | 1 | -9/+7 |
2022-01-19 | riscv: mm: init: remove _pt_ops and use pt_ops directly | Jisheng Zhang | 1 | -4/+2 |
2022-01-19 | riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef | Jisheng Zhang | 1 | -27/+16 |
2022-01-19 | riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP" | Jisheng Zhang | 1 | -2/+0 |
2022-01-19 | KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled | Sean Christopherson | 3 | -6/+9 |
2022-01-19 | KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops | Sean Christopherson | 1 | -233/+234 |
2022-01-19 | KVM: SVM: Drop AVIC's intermediate avic_set_running() helper | Sean Christopherson | 1 | -20/+36 |
2022-01-19 | KVM: VMX: Don't do full kick when handling posted interrupt wakeup | Sean Christopherson | 1 | -1/+1 |
2022-01-19 | KVM: VMX: Fold fallback path into triggering posted IRQ helper | Sean Christopherson | 1 | -8/+10 |
2022-01-19 | KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ | Sean Christopherson | 1 | -5/+3 |
2022-01-19 | KVM: VMX: Don't do full kick when triggering posted interrupt "fails" | Sean Christopherson | 2 | -6/+7 |
2022-01-19 | KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU | Sean Christopherson | 1 | -14/+18 |
2022-01-19 | KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption | Sean Christopherson | 3 | -12/+9 |
2022-01-19 | KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path | Sean Christopherson | 1 | -2/+0 |
2022-01-19 | KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs | Sean Christopherson | 2 | -17/+9 |
2022-01-19 | KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode | Sean Christopherson | 1 | -2/+20 |
2022-01-19 | KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks | Sean Christopherson | 4 | -32/+1 |
2022-01-19 | KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers | Sean Christopherson | 1 | -2/+0 |
2022-01-19 | KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 | Sean Christopherson | 2 | -5/+22 |
2022-01-19 | KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx | Sean Christopherson | 3 | -19/+25 |
2022-01-19 | KVM: VMX: Handle PI descriptor updates during vcpu_put/load | Sean Christopherson | 3 | -93/+70 |
2022-01-19 | Merge branch 'kvm-pi-raw-spinlock' into HEAD | Paolo Bonzini | 68 | -214/+314 |
2022-01-19 | KVM: VMX: Reject KVM_RUN if emulation is required with pending exception | Sean Christopherson | 5 | -5/+37 |