summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-31riscv: mm: use bitmap_zero() APIYe Xingchen1-1/+1
2023-08-31Merge patch series "support allocating crashkernel above 4G explicitly on riscv"Palmer Dabbelt3-14/+99
2023-08-31Merge patch series "riscv: kprobes: simulate some instructions"Palmer Dabbelt3-5/+116
2023-08-31riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BJisheng Zhang1-1/+1
2023-08-31riscv: remove redundant mv instructionsNam Cao1-5/+1
2023-08-23Merge patch series "riscv: Allow userspace to directly access perf counters"Palmer Dabbelt8-20/+431
2023-08-23riscv: Require FRAME_POINTER for some configurationsBjörn Töpel2-3/+1
2023-08-16docs: kdump: Update the crashkernel description for riscvChen Jiahao1-7/+8
2023-08-16riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao2-7/+91
2023-08-16riscv: kprobes: simulate c.beqz and c.bnezNam Cao3-2/+48
2023-08-16riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao3-2/+41
2023-08-16riscv: kprobes: simulate c.j instructionNam Cao3-1/+27
2023-08-16perf: tests: Adapt mmap-basic.c for riscvAlexandre Ghiti1-2/+4
2023-08-16tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti1-0/+66
2023-08-16Documentation: admin-guide: Add riscv sysctl_perf_user_accessAlexandre Ghiti1-4/+23
2023-08-16drivers: perf: Implement perf event mmap support in the SBI backendAlexandre Ghiti2-7/+195
2023-08-16drivers: perf: Implement perf event mmap support in the legacy backendAlexandre Ghiti1-0/+26
2023-08-16riscv: Prepare for user-space perf event mmap supportAlexandre Ghiti2-0/+109
2023-08-16drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti2-3/+3
2023-08-16riscv: Make legacy counter enum match the HW numberingAlexandre Ghiti1-1/+1
2023-08-16include: riscv: Fix wrong include guard in riscv_pmu.hAlexandre Ghiti1-3/+3
2023-08-16perf: Fix wrong comment about default event_idxAlexandre Ghiti1-1/+2
2023-08-02riscv: alternatives: fix a typo in commentYuan Tan1-1/+1
2023-08-02RISC-V: cpu: refactor deprecated strncpyJustin Stitt1-6/+6
2023-07-26Merge patch series "RISC-V: Probe DT extension support using riscv,isa-extens...Palmer Dabbelt5-298/+434
2023-07-26RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley5-2/+46
2023-07-26RISC-V: try new extension properties in of_early_processor_hartid()Conor Dooley1-1/+28
2023-07-26RISC-V: enable extension detection from dedicated propertiesConor Dooley2-4/+75
2023-07-26RISC-V: split riscv_fill_hwcap() in 3Conor Dooley1-168/+177
2023-07-26RISC-V: add single letter extensions to riscv_isa_extConor Dooley2-26/+24
2023-07-26RISC-V: add missing single letter extension definitionsConor Dooley1-0/+5
2023-07-26RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley3-28/+14
2023-07-26RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley3-73/+72
2023-07-26RISC-V: drop a needless check in print_isa_ext()Conor Dooley1-4/+0
2023-07-26RISC-V: don't parse dt/acpi isa string to get rv32/rv64Heiko Stuebner1-12/+9
2023-07-26RISC-V: Provide a more helpful error message on invalid ISA stringsPalmer Dabbelt1-2/+6
2023-07-11riscv: sigcontext: Correct the comment of sigreturnGuo Ren1-1/+1
2023-07-09Linux 6.5-rc1v6.5-rc1Linus Torvalds1-2/+2
2023-07-09MAINTAINERS 2: Electric BoogalooLinus Torvalds1-46/+46
2023-07-09Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds1-11/+35
2023-07-09Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2023-07-09Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds10-53/+46
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds4-5/+72
2023-07-09Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds10-33/+36
2023-07-09mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-09Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds18-44/+99
2023-07-09fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+1