Age | Commit message (Expand) | Author |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-20 | mm: percpu: generalize percpu related config | Kefeng Wang |
2022-01-19 | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng |
2022-01-12 | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-01-11 | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-01-11 | RISC-V: Use SBI SRST extension when available | Anup Patel |
2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-01-10 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2022-01-10 | Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2022-01-09 | riscv: mm: fix wrong phys_ram_base value for RV64 | Jisheng Zhang |
2022-01-09 | RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n | Sean Christopherson |
2022-01-09 | riscv: head: remove useless __PAGE_ALIGNED_BSS and .balign | Jisheng Zhang |
2022-01-09 | riscv: errata: alternative: mark vendor_patch_func __initdata | Jisheng Zhang |
2022-01-09 | riscv: head: make secondary_start_common() static | Jisheng Zhang |
2022-01-09 | riscv: remove cpu_stop() | Jisheng Zhang |
2022-01-09 | riscv: try to allocate crashkern region from 32bit addressible memory | Nick Kossifidis |
2022-01-09 | riscv: use hart id instead of cpu id on machine_kexec | Nick Kossifidis |
2022-01-09 | riscv: Don't use va_pa_offset on kdump | Nick Kossifidis |
2022-01-09 | riscv: dts: sifive: fu540-c000: Fix PLIC node | Geert Uytterhoeven |
2022-01-09 | riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible values | Geert Uytterhoeven |
2022-01-09 | riscv: dts: sifive: Group tuples in register properties | Geert Uytterhoeven |
2022-01-09 | riscv: dts: sifive: Group tuples in interrupt properties | Geert Uytterhoeven |
2022-01-09 | riscv: dts: microchip: mpfs: Group tuples in interrupt properties | Geert Uytterhoeven |
2022-01-09 | riscv: dts: microchip: mpfs: Fix clock controller node | Geert Uytterhoeven |
2022-01-09 | riscv: dts: microchip: mpfs: Fix reference clock node | Geert Uytterhoeven |
2022-01-09 | riscv: dts: microchip: mpfs: Fix PLIC node | Geert Uytterhoeven |
2022-01-09 | riscv: dts: microchip: mpfs: Drop empty chosen node | Geert Uytterhoeven |
2022-01-09 | riscv: dts: canaan: Group tuples in interrupt properties | Geert Uytterhoeven |
2022-01-09 | riscv: dts: canaan: Fix SPI FLASH node names | Geert Uytterhoeven |
2022-01-08 | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada |
2022-01-07 | riscv/mm: Enable THP migration | Nanyong Sun |
2022-01-07 | riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semantics | Nanyong Sun |
2022-01-07 | riscv/head: fix misspelling of guaranteed | hasheddan |
2022-01-06 | RISC-V: Clean up the defconfigs | Palmer Dabbelt |
2022-01-06 | RISC-V: defconfigs: Remove redundant K210 DT source | Palmer Dabbelt |
2022-01-06 | KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR | Vincent Chen |
2022-01-06 | RISC-V: KVM: Add VM capability to allow userspace get GPA bits | Anup Patel |
2022-01-06 | RISC-V: KVM: Forward SBI experimental and vendor extensions | Anup Patel |
2022-01-06 | RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static | Jisheng Zhang |
2022-01-06 | RISC-V: KVM: Add SBI HSM extension in KVM | Atish Patra |
2022-01-06 | RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2 | Atish Patra |
2022-01-06 | RISC-V: KVM: Add SBI v0.2 base extension | Atish Patra |
2022-01-06 | RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file | Atish Patra |
2022-01-06 | RISC-V: KVM: Mark the existing SBI implementation as v0.1 | Atish Patra |
2022-01-06 | KVM: RISC-V: Use common KVM implementation of MMU memory caches | Sean Christopherson |