Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | riscv: stacktrace: Make walk_stackframe cross pt_regs frame | Guo Ren | 2022-12-06 | 2 | -1/+11 | |
| * | | | | | | riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument | Guo Ren | 2022-12-06 | 1 | -1/+1 | |
| * | | | | | | RISC-V: kexec: Fix memory leak of elf header buffer | Li Huafei | 2022-12-05 | 1 | -0/+4 | |
| * | | | | | | RISC-V: kexec: Fix memory leak of fdt buffer | Li Huafei | 2022-12-05 | 2 | -0/+15 | |
| * | | | | | | Merge patch series "Support VMCOREINFO export for RISCV64" | Palmer Dabbelt | 2022-12-03 | 2 | -0/+22 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | RISC-V: Add arch_crash_save_vmcoreinfo support | Xianting Tian | 2022-12-03 | 2 | -0/+22 | |
| | |/ / / / / | ||||||
| * | | | | | | riscv: add riscv rethook implementation | Binglei Wang | 2022-12-02 | 7 | -19/+40 | |
| * | | | | | | riscv/mm: add arch hook arch_clear_hugepage_flags | Tong Tiangen | 2022-12-02 | 1 | -0/+6 | |
| * | | | | | | riscv/mm: hugepage's PG_dcache_clean flag is only set in head page | Tong Tiangen | 2022-12-02 | 2 | -0/+14 | |
| * | | | | | | RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW | Hal Feng | 2022-12-02 | 1 | -0/+1 | |
| * | | | | | | Merge patch series "RISC-V: Dynamic ftrace support for RV32I" | Palmer Dabbelt | 2022-12-02 | 2 | -26/+28 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | RISC-V: enable dynamic ftrace for RV32I | Jamie Iles | 2022-12-02 | 1 | -5/+5 | |
| | * | | | | | | RISC-V: preserve a1 in mcount | Jamie Iles | 2022-12-02 | 1 | -2/+4 | |
| | * | | | | | | RISC-V: reduce mcount save space on RV32 | Jamie Iles | 2022-12-02 | 1 | -16/+16 | |
| | * | | | | | | RISC-V: use REG_S/REG_L for mcount | Jamie Iles | 2022-12-02 | 1 | -15/+15 | |
| | |/ / / / / | ||||||
| * | | | | | | RISC-V: enable sparsemem by default for defconfig | Conor Dooley | 2022-11-29 | 1 | -0/+1 | |
| * | | | | | | riscv: Kconfig: Enable cpufreq kconfig menu | Lad Prabhakar | 2022-11-17 | 1 | -0/+2 | |
| * | | | | | | riscv: Enable HAVE_ARCH_HUGE_VMALLOC for 64BIT | Liu Shixin | 2022-10-29 | 1 | -0/+1 | |
| * | | | | | | riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT | Liu Shixin | 2022-10-29 | 4 | -0/+103 | |
| * | | | | | | riscv: fix styling in ucontext header | Cleo John | 2022-10-28 | 1 | -4/+8 | |
| * | | | | | | riscv: support update_mmu_tlb() | Jinyu Tang | 2022-10-28 | 1 | -0/+3 | |
| * | | | | | | riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores | Palmer Dabbelt | 2022-10-27 | 5 | -4/+79 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores | Heiko Stuebner | 2022-10-27 | 3 | -1/+47 | |
| | * | | | | | | RISC-V: Cache SBI vendor values | Heiko Stuebner | 2022-10-27 | 2 | -3/+32 | |
| | |/ / / / / | ||||||
| * / / / / / | riscv/vdso: typo therefor | Heinrich Schuchardt | 2022-10-26 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-14 | 1 | -2/+0 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2022-11-30 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | mm: remove kern_addr_valid() completely | Kefeng Wang | 2022-11-09 | 1 | -2/+0 | |
* | | | | | | | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-12-14 | 1 | -1/+28 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2022-12-12 | 1 | -1/+28 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| | * | | | | | | | riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC | Pu Lehui | 2022-12-06 | 1 | -1/+28 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
* | | | | | | | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-13 | 2 | -9/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Merge tag 'v6.1-rc8' into efi/next | Ard Biesheuvel | 2022-12-07 | 12 | -24/+188 | |
| |\| | | | | | | | ||||||
| * | | | | | | | | Merge tag 'efi-zboot-direct-for-v6.2' into efi/next | Ard Biesheuvel | 2022-11-18 | 2 | -9/+10 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | efi/riscv: libstub: Split off kernel image relocation for builtin stub | Ard Biesheuvel | 2022-11-09 | 1 | -0/+2 | |
| | * | | | | | | | efi: libstub: Factor out min alignment and preferred kernel load address | Ard Biesheuvel | 2022-11-09 | 1 | -0/+11 | |
| | * | | | | | | | efi: libstub: Provide local implementations of strrchr() and memchr() | Ard Biesheuvel | 2022-11-09 | 1 | -2/+0 | |
| | * | | | | | | | efi: libstub: Move screen_info handling to common code | Ard Biesheuvel | 2022-11-09 | 1 | -6/+0 | |
| | * | | | | | | | efi: libstub: Enable efi_printk() in zboot decompressor | Ard Biesheuvel | 2022-11-09 | 1 | -2/+0 | |
| | * | | | | | | | efi: libstub: Clone memcmp() into the stub | Ard Biesheuvel | 2022-11-09 | 1 | -1/+0 | |
| | * | | | | | | | efi: libstub: Use local strncmp() implementation unconditionally | Ard Biesheuvel | 2022-11-09 | 1 | -1/+0 | |
| | | |/ / / / / | | |/| | | | | | ||||||
* | | | | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-12-13 | 1 | -9/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | stackprotector: actually use get_random_canary() | Jason A. Donenfeld | 2022-11-18 | 1 | -9/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-12-12 | 1 | -22/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy | Jann Horn | 2022-12-01 | 1 | -22/+0 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2022-12-12 | 16 | -203/+471 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge tag 'riscv-dt-for-v6.2-mw0' of https://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2022-11-22 | 10 | -203/+271 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | riscv: dts: microchip: remove unused pcie clocks | Conor Dooley | 2022-11-17 | 2 | -4/+4 | |
| | * | | | | | | | | riscv: dts: microchip: remove pcie node from the sev kit | Conor Dooley | 2022-11-17 | 1 | -29/+0 | |
| | * | | | | | | | | Merge branch 'riscv-visionfive_v1' into riscv-dt-for-next | Conor Dooley | 2022-11-14 | 4 | -153/+183 | |
| | |\ \ \ \ \ \ \ \ |