Age | Commit message (Expand) | Author |
2020-03-13 | x86/mm: Rename is_kernel_text to __is_kernel_text | Jiri Olsa |
2020-03-11 | bpf: Fix trampoline generation for fmod_ret programs | Alexei Starovoitov |
2020-03-05 | riscv, bpf: Add RV32G eBPF JIT | Luke Nelson |
2020-03-05 | riscv, bpf: Factor common RISC-V JIT code | Luke Nelson |
2020-03-04 | bpf: Introduce BPF_MODIFY_RETURN | KP Singh |
2020-03-04 | bpf: JIT helpers for fmod_ret progs | KP Singh |
2020-03-04 | bpf: Refactor trampoline update code | KP Singh |
2020-02-26 | Revert "KVM: x86: enable -Werror" | Christoph Hellwig |
2020-02-25 | Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-02-25 | Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi... | Linus Torvalds |
2020-02-24 | riscv: adjust the indent | Zong Li |
2020-02-24 | riscv: allocate a complete page size for each page table | Zong Li |
2020-02-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-02-23 | Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux | Linus Torvalds |
2020-02-23 | KVM: nVMX: Check IO instruction VM-exit conditions | Oliver Upton |
2020-02-23 | KVM: nVMX: Refactor IO bitmap checks into helper function | Oliver Upton |
2020-02-23 | KVM: nVMX: Don't emulate instructions in guest mode | Paolo Bonzini |
2020-02-23 | KVM: nVMX: Emulate MTF when performing instruction emulation | Oliver Upton |
2020-02-23 | KVM: fix error handling in svm_hardware_setup | Li RongQing |
2020-02-23 | csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven |
2020-02-22 | Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-02-22 | Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-02-22 | Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2020-02-21 | Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-02-21 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2020-02-21 | Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-02-21 | KVM: SVM: Fix potential memory leak in svm_cpu_init() | Miaohe Lin |
2020-02-21 | KVM: apic: avoid calculating pending eoi from an uninitialized val | Miaohe Lin |
2020-02-21 | KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap... | Vitaly Kuznetsov |
2020-02-21 | KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 | Vitaly Kuznetsov |
2020-02-21 | kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled | Suravee Suthikulpanit |
2020-02-21 | KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE | Xiaoyao Li |
2020-02-21 | KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow | wanpeng li |
2020-02-21 | KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI | Miaohe Lin |
2020-02-21 | csky: Implement copy_thread_tls | Guo Ren |
2020-02-21 | csky: Add PCI support | MaJun |
2020-02-21 | csky: Minimize defconfig to support buildroot config.fragment | Ma Jun |
2020-02-21 | csky: Add setup_initrd check code | Guo Ren |
2020-02-21 | csky: Cleanup old Kconfig options | Krzysztof Kozlowski |
2020-02-21 | arch/csky: fix some Kconfig typos | Randy Dunlap |
2020-02-21 | csky: Fixup compile warning for three unimplemented syscalls | Guo Ren |
2020-02-21 | csky: Remove unused cache implementation | Guo Ren |
2020-02-21 | csky: Fixup ftrace modify panic | Guo Ren |
2020-02-21 | csky: Add flush_icache_mm to defer flush icache all | Guo Ren |
2020-02-21 | csky: Optimize abiv2 copy_to_user_page with VM_EXEC | Guo Ren |
2020-02-21 | csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860) | Guo Ren |
2020-02-21 | csky: Remove unnecessary flush_icache_* implementation | Guo Ren |
2020-02-21 | csky: Support icache flush without specific instructions | Guo Ren |
2020-02-21 | csky/Kconfig: Add Kconfig.platforms to support some drivers | Guo Ren |
2020-02-21 | csky/smp: Fixup boot failed when CONFIG_SMP | Guo Ren |