index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
pci
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
riscv: support PREEMPT_DYNAMIC with static keys
Jisheng Zhang
2
-1
/
+14
2023-08-31
riscv: Move create_tmp_mapping() to init sections
Alexandre Ghiti
1
-1
/
+1
2023-08-31
riscv: Mark KASAN tmp* page tables variables as static
Alexandre Ghiti
1
-3
/
+3
2023-08-31
riscv: mm: use bitmap_zero() API
Ye Xingchen
1
-1
/
+1
2023-08-31
riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64B
Jisheng Zhang
1
-1
/
+1
2023-08-31
riscv: remove redundant mv instructions
Nam Cao
1
-5
/
+1
2023-08-23
RISC-V: mm: Document mmap changes
Charlie Jenkins
1
-0
/
+22
2023-08-23
RISC-V: mm: Update pgtable comment documentation
Charlie Jenkins
1
-3
/
+5
2023-08-23
RISC-V: mm: Add tests for RISC-V mm
Charlie Jenkins
7
-1
/
+164
2023-08-23
RISC-V: mm: Restrict address space for sv39,sv48,sv57
Charlie Jenkins
3
-9
/
+70
2023-08-23
riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherent
Jisheng Zhang
1
-0
/
+1
2023-08-23
riscv: allow kmalloc() caches aligned to the smallest value
Jisheng Zhang
4
-0
/
+25
2023-08-23
riscv: support the elf-fdpic binfmt loader
Greg Ungerer
4
-2
/
+20
2023-08-23
binfmt_elf_fdpic: support 64-bit systems
Greg Ungerer
3
-20
/
+47
2023-08-23
riscv: Allow CONFIG_CFI_CLANG to be selected
Sami Tolvanen
1
-0
/
+1
2023-08-23
riscv/purgatory: Disable CFI
Sami Tolvanen
1
-0
/
+4
2023-08-23
riscv: Add CFI error handling
Sami Tolvanen
6
-1
/
+115
2023-08-23
riscv: Add ftrace_stub_graph
Sami Tolvanen
1
-0
/
+4
2023-08-23
riscv: Add types to indirectly called assembly functions
Sami Tolvanen
2
-4
/
+6
2023-08-23
riscv: Implement syscall wrappers
Sami Tolvanen
6
-7
/
+108
2023-08-23
riscv: Require FRAME_POINTER for some configurations
Björn Töpel
2
-3
/
+1
2023-08-16
docs: kdump: Update the crashkernel description for riscv
Chen Jiahao
1
-7
/
+8
2023-08-16
riscv: kdump: Implement crashkernel=X,[high,low]
Chen Jiahao
2
-7
/
+91
2023-08-16
riscv: kprobes: simulate c.beqz and c.bnez
Nam Cao
3
-2
/
+48
2023-08-16
riscv: kprobes: simulate c.jr and c.jalr instructions
Nam Cao
3
-2
/
+41
2023-08-16
riscv: kprobes: simulate c.j instruction
Nam Cao
3
-1
/
+27
2023-08-16
perf: tests: Adapt mmap-basic.c for riscv
Alexandre Ghiti
1
-2
/
+4
2023-08-16
tools: lib: perf: Implement riscv mmap support
Alexandre Ghiti
1
-0
/
+66
2023-08-16
Documentation: admin-guide: Add riscv sysctl_perf_user_access
Alexandre Ghiti
1
-4
/
+23
2023-08-16
drivers: perf: Implement perf event mmap support in the SBI backend
Alexandre Ghiti
2
-7
/
+195
2023-08-16
drivers: perf: Implement perf event mmap support in the legacy backend
Alexandre Ghiti
1
-0
/
+26
2023-08-16
riscv: Prepare for user-space perf event mmap support
Alexandre Ghiti
2
-0
/
+109
2023-08-16
drivers: perf: Rename riscv pmu sbi driver
Alexandre Ghiti
2
-3
/
+3
2023-08-16
riscv: Make legacy counter enum match the HW numbering
Alexandre Ghiti
1
-1
/
+1
2023-08-16
include: riscv: Fix wrong include guard in riscv_pmu.h
Alexandre Ghiti
1
-3
/
+3
2023-08-16
perf: Fix wrong comment about default event_idx
Alexandre Ghiti
1
-1
/
+2
2023-08-02
riscv: alternatives: fix a typo in comment
Yuan Tan
1
-1
/
+1
2023-08-02
RISC-V: cpu: refactor deprecated strncpy
Justin Stitt
1
-6
/
+6
2023-07-26
RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"
Conor Dooley
5
-2
/
+46
2023-07-26
RISC-V: try new extension properties in of_early_processor_hartid()
Conor Dooley
1
-1
/
+28
2023-07-26
RISC-V: enable extension detection from dedicated properties
Conor Dooley
2
-4
/
+75
2023-07-26
RISC-V: split riscv_fill_hwcap() in 3
Conor Dooley
1
-168
/
+177
2023-07-26
RISC-V: add single letter extensions to riscv_isa_ext
Conor Dooley
2
-26
/
+24
2023-07-26
RISC-V: add missing single letter extension definitions
Conor Dooley
1
-0
/
+5
2023-07-26
RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()
Conor Dooley
3
-28
/
+14
2023-07-26
RISC-V: shunt isa_ext_arr to cpufeature.c
Conor Dooley
3
-73
/
+72
2023-07-26
RISC-V: drop a needless check in print_isa_ext()
Conor Dooley
1
-4
/
+0
2023-07-26
RISC-V: don't parse dt/acpi isa string to get rv32/rv64
Heiko Stuebner
1
-12
/
+9
2023-07-26
RISC-V: Provide a more helpful error message on invalid ISA strings
Palmer Dabbelt
1
-2
/
+6
2023-07-11
riscv: sigcontext: Correct the comment of sigreturn
Guo Ren
1
-1
/
+1
[next]