platform/kernel/linux-starfive.git
2023-06-23 Palmer DabbeltMerge patch series "ISA string parser cleanups"
2023-06-21 Conor DooleyRISC-V: always report presence of extensions formerly...
2023-06-21 Conor Dooleydt-bindings: riscv: explicitly mention assumption of...
2023-06-21 Conor DooleyRISC-V: remove decrement/increment dance in ISA string...
2023-06-21 Conor DooleyRISC-V: rework comments in ISA string parser
2023-06-21 Conor DooleyRISC-V: validate riscv,isa at boot, not during ISA...
2023-06-21 Conor DooleyRISC-V: split early & late of_node to hartid mapping
2023-06-21 Conor DooleyRISC-V: simplify register width check in ISA string...
2023-06-20 Viacheslav... perf: RISC-V: Limit the number of counters returned...
2023-06-20 Fangrui Songriscv: replace deprecated scall with ecall
2023-06-20 Tiezhu Yangriscv: uprobes: Restore thread.bad_cause
2023-06-20 Jisheng Zhangriscv: mm: try VMA lock-based page fault handling first
2023-06-20 Björn Töpelriscv: mm: Pre-allocate PGD entries for vmalloc/modules...
2023-06-19 Palmer DabbeltMerge patch series "RISC-V: Export Zba, Zbb to usermode...
2023-06-19 Evan GreenRISC-V: hwprobe: Expose Zba, Zbb, and Zbs
2023-06-19 Evan GreenRISC-V: Track ISA extensions per hart
2023-06-19 Evan GreenRISC-V: Add Zba, Zbs extension probing
2023-06-19 Krzysztof Kozlowskidt-bindings: riscv: cpus: drop unneeded quotes
2023-06-19 Sunil V LRISC-V/perf: Use standard interface to get INTC domain
2023-06-19 Sunil V LRISC-V: ACPI : Fix for usage of pointers in different...
2023-06-19 Song Shuairiscv: hibernation: Remove duplicate call of suspend_re...
2023-06-19 Song Shuairiscv: hibernation: Replace jalr with jr before suspend...
2023-06-14 Jisheng Zhangriscv: mm: stub extable related functions/macros for...
2023-06-14 Ben Dooksriscv: say disabling zicbom if no or bad riscv,cbom...
2023-06-08 Palmer DabbeltMerge patch series "riscv: Add vector ISA support"
2023-06-08 Andy Chiuselftests: add .gitignore file for RISC-V hwprobe
2023-06-08 Andy Chiuselftests: Test RISC-V Vector prctl interface
2023-06-08 Andy Chiuriscv: Add documentation for Vector
2023-06-08 Guo Renriscv: Enable Vector code to be built
2023-06-08 Andy Chiuriscv: detect assembler support for .option arch
2023-06-08 Andy Chiuriscv: Add sysctl to set the default vector rule for...
2023-06-08 Andy Chiuriscv: Add prctl controls for userspace vector management
2023-06-08 Andy Chiuriscv: hwcap: change ELF_HWCAP to a function
2023-06-08 Vincent Chenriscv: KVM: Add vector lazy save/restore support
2023-06-08 Vincent Chenriscv: kvm: Add V extension to KVM ISA
2023-06-08 Greentime Huriscv: prevent stack corruption by reserving task_pt_re...
2023-06-08 Andy Chiuriscv: signal: validate altstack to reflect Vector
2023-06-08 Vincent Chenriscv: signal: Report signal frame size to userspace...
2023-06-08 Greentime Huriscv: signal: Add sigcontext save/restore for vector
2023-06-08 Andy Chiuriscv: signal: check fp-reserved words unconditionally
2023-06-08 Greentime Huriscv: Add ptrace vector support
2023-06-08 Andy Chiuriscv: Allocate user's vector context in the first...
2023-06-08 Greentime Huriscv: Add task switch support for vector
2023-06-08 Greentime Huriscv: Introduce struct/helpers to save/restore per...
2023-06-08 Greentime Huriscv: Introduce riscv_v_vsize to record size of Vector...
2023-06-08 Greentime Huriscv: Introduce Vector enable/disable helpers
2023-06-08 Guo Renriscv: Disable Vector Instructions for kernel itself
2023-06-08 Greentime Huriscv: Clear vector regfile on bootup
2023-06-08 Greentime Huriscv: Add new csr defines related to vector extension
2023-06-08 Andy Chiuriscv: hwprobe: Add support for probing V in RISCV_HWPR...
2023-06-08 Guo Renriscv: Extending cpufeature.c to detect V-extension
2023-06-08 Guo Renriscv: Rename __switch_to_aux() -> fpu
2023-06-06 Palmer DabbeltMerge patch series "riscv: allow case-insensitive ISA...
2023-06-06 Conor Dooleydt-bindings: riscv: drop invalid comment about riscv...
2023-06-06 Yangyu Chenriscv: allow case-insensitive ISA string parsing
2023-06-01 Palmer DabbeltMerge patch series "Add basic ACPI support for RISC-V"
2023-06-01 Sunil V LMAINTAINERS: Add entry for drivers/acpi/riscv
2023-06-01 Sunil V LRISC-V: Enable ACPI in defconfig
2023-06-01 Sunil V LRISC-V: time.c: Add ACPI support for time_init()
2023-06-01 Sunil V Lclocksource/timer-riscv: Add ACPI support
2023-06-01 Sunil V Lclocksource/timer-riscv: Refactor riscv_timer_init_dt()
2023-06-01 Sunil V Lirqchip/riscv-intc: Add ACPI support
2023-06-01 Sunil V LRISC-V: cpu: Enable cpuinfo for ACPI systems
2023-06-01 Sunil V LRISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
2023-06-01 Sunil V LRISC-V: only iterate over possible CPUs in ISA string...
2023-06-01 Sunil V LRISC-V: smpboot: Add ACPI support in setup_smp()
2023-06-01 Sunil V LRISC-V: smpboot: Create wrapper setup_smp()
2023-06-01 Sunil V Ldrivers/acpi: RISC-V: Add RHCT related code
2023-06-01 Sunil V LRISC-V: ACPI: Cache and retrieve the RINTC structure
2023-06-01 Sunil V LRISC-V: Add ACPI initialization in setup_arch()
2023-06-01 Sunil V LACPI: processor_core: RISC-V: Enable mapping processor...
2023-06-01 Sunil V LRISC-V: Add support to build the ACPI core
2023-06-01 Sunil V LACPI: OSL: Make should_use_kmap() 0 for RISC-V
2023-06-01 Sunil V LACPI: tables: Print RINTC information when MADT is...
2023-06-01 Sunil V Lcrypto: hisilicon/qm: Fix to enable build with RISC...
2023-06-01 Sunil V Lplatform/surface: Disable for RISC-V
2023-06-01 Jisheng Zhangriscv: move sbi_init() earlier before jump_label_init()
2023-05-07 Linus TorvaldsLinux 6.4-rc1
2023-05-07 Linus TorvaldsMerge tag 'perf-tools-for-v6.4-3-2023-05-06' of git...
2023-05-07 Linus TorvaldsMerge tag 'core-debugobjects-2023-05-06' of git://git...
2023-05-07 Linus TorvaldsMerge tag 'v6.4-p2' of git://git./linux/kernel/git...
2023-05-07 Linus TorvaldsMerge tag '6.4-rc-smb3-client-fixes-part2' of git:...
2023-05-07 Linus TorvaldsMerge tag 'clk-for-linus' of git://git./linux/kernel...
2023-05-07 Linus TorvaldsMerge tag 'mailbox-v6.4' of git://git.linaro.org/landin...
2023-05-07 Linus TorvaldsMerge tag 'for-6.4/io_uring-2023-05-07' of git://git...
2023-05-06 Arnaldo Carvalho... Revert "perf build: Make BUILD_BPF_SKEL default, rename...
2023-05-06 Arnaldo Carvalho... Revert "perf build: Warn for BPF skeletons if endian...
2023-05-06 Linus TorvaldsMerge tag 'mm-stable-2023-05-06-10-49' of git://git...
2023-05-06 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-05-06-10-45' of...
2023-05-06 Keith Buschdmapool: link blocks across pages
2023-05-06 Keith Buschdmapool: don't memset on free twice
2023-05-06 Keith Buschdmapool: simplify freeing
2023-05-06 Keith Buschdmapool: consolidate page initialization
2023-05-06 Keith Buschdmapool: rearrange page alloc failure handling
2023-05-06 Keith Buschdmapool: move debug code to own functions
2023-05-06 Tony Battersbydmapool: speedup DMAPOOL_DEBUG with init_on_alloc
2023-05-06 Tony Battersbydmapool: cleanup integer types
2023-05-06 Tony Battersbydmapool: use sysfs_emit() instead of scnprintf()
2023-05-06 Tony Battersbydmapool: remove checks for dev == NULL
2023-05-06 Linus Torvaldsnfs: fix mis-merged __filemap_get_folio() error check
next