index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-V
Nathan Chancellor
2023-08-31
1
-0
/
+5
*
Merge patch series "RISC-V: mm: Make SV48 the default address space"
Palmer Dabbelt
2023-08-31
11
-13
/
+261
|
\
|
*
RISC-V: mm: Document mmap changes
Charlie Jenkins
2023-08-23
1
-0
/
+22
|
*
RISC-V: mm: Update pgtable comment documentation
Charlie Jenkins
2023-08-23
1
-3
/
+5
|
*
RISC-V: mm: Add tests for RISC-V mm
Charlie Jenkins
2023-08-23
7
-1
/
+164
|
*
RISC-V: mm: Restrict address space for sv39,sv48,sv57
Charlie Jenkins
2023-08-23
3
-9
/
+70
*
|
Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"
Palmer Dabbelt
2023-08-31
5
-0
/
+26
|
\
\
|
*
|
riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherent
Jisheng Zhang
2023-08-23
1
-0
/
+1
|
*
|
riscv: allow kmalloc() caches aligned to the smallest value
Jisheng Zhang
2023-08-23
4
-0
/
+25
|
|
/
*
|
riscv: support PREEMPT_DYNAMIC with static keys
Jisheng Zhang
2023-08-31
2
-1
/
+14
*
|
Merge patch series "riscv: support ELF format binaries in nommu mode"
Palmer Dabbelt
2023-08-31
7
-22
/
+67
|
\
\
|
*
|
riscv: support the elf-fdpic binfmt loader
Greg Ungerer
2023-08-23
4
-2
/
+20
|
*
|
binfmt_elf_fdpic: support 64-bit systems
Greg Ungerer
2023-08-23
3
-20
/
+47
|
|
/
*
|
Merge patch series "riscv: KCFI support"
Palmer Dabbelt
2023-08-31
14
-12
/
+238
|
\
\
|
*
|
riscv: Allow CONFIG_CFI_CLANG to be selected
Sami Tolvanen
2023-08-23
1
-0
/
+1
|
*
|
riscv/purgatory: Disable CFI
Sami Tolvanen
2023-08-23
1
-0
/
+4
|
*
|
riscv: Add CFI error handling
Sami Tolvanen
2023-08-23
6
-1
/
+115
|
*
|
riscv: Add ftrace_stub_graph
Sami Tolvanen
2023-08-23
1
-0
/
+4
|
*
|
riscv: Add types to indirectly called assembly functions
Sami Tolvanen
2023-08-23
2
-4
/
+6
|
*
|
riscv: Implement syscall wrappers
Sami Tolvanen
2023-08-23
6
-7
/
+108
|
|
/
*
|
riscv: Move create_tmp_mapping() to init sections
Alexandre Ghiti
2023-08-31
1
-1
/
+1
*
|
riscv: Mark KASAN tmp* page tables variables as static
Alexandre Ghiti
2023-08-31
1
-3
/
+3
*
|
riscv: mm: use bitmap_zero() API
Ye Xingchen
2023-08-31
1
-1
/
+1
*
|
Merge patch series "support allocating crashkernel above 4G explicitly on riscv"
Palmer Dabbelt
2023-08-31
3
-14
/
+99
|
\
\
|
*
|
docs: kdump: Update the crashkernel description for riscv
Chen Jiahao
2023-08-16
1
-7
/
+8
|
*
|
riscv: kdump: Implement crashkernel=X,[high,low]
Chen Jiahao
2023-08-16
2
-7
/
+91
|
|
/
*
|
Merge patch series "riscv: kprobes: simulate some instructions"
Palmer Dabbelt
2023-08-31
3
-5
/
+116
|
\
\
|
*
|
riscv: kprobes: simulate c.beqz and c.bnez
Nam Cao
2023-08-16
3
-2
/
+48
|
*
|
riscv: kprobes: simulate c.jr and c.jalr instructions
Nam Cao
2023-08-16
3
-2
/
+41
|
*
|
riscv: kprobes: simulate c.j instruction
Nam Cao
2023-08-16
3
-1
/
+27
|
|
/
*
|
riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64B
Jisheng Zhang
2023-08-31
1
-1
/
+1
*
|
riscv: remove redundant mv instructions
Nam Cao
2023-08-31
1
-5
/
+1
*
|
Merge patch series "riscv: Allow userspace to directly access perf counters"
Palmer Dabbelt
2023-08-23
8
-20
/
+431
|
\
\
|
*
|
perf: tests: Adapt mmap-basic.c for riscv
Alexandre Ghiti
2023-08-16
1
-2
/
+4
|
*
|
tools: lib: perf: Implement riscv mmap support
Alexandre Ghiti
2023-08-16
1
-0
/
+66
|
*
|
Documentation: admin-guide: Add riscv sysctl_perf_user_access
Alexandre Ghiti
2023-08-16
1
-4
/
+23
|
*
|
drivers: perf: Implement perf event mmap support in the SBI backend
Alexandre Ghiti
2023-08-16
2
-7
/
+195
|
*
|
drivers: perf: Implement perf event mmap support in the legacy backend
Alexandre Ghiti
2023-08-16
1
-0
/
+26
|
*
|
riscv: Prepare for user-space perf event mmap support
Alexandre Ghiti
2023-08-16
2
-0
/
+109
|
*
|
drivers: perf: Rename riscv pmu sbi driver
Alexandre Ghiti
2023-08-16
2
-3
/
+3
|
*
|
riscv: Make legacy counter enum match the HW numbering
Alexandre Ghiti
2023-08-16
1
-1
/
+1
|
*
|
include: riscv: Fix wrong include guard in riscv_pmu.h
Alexandre Ghiti
2023-08-16
1
-3
/
+3
|
*
|
perf: Fix wrong comment about default event_idx
Alexandre Ghiti
2023-08-16
1
-1
/
+2
|
|
/
*
|
riscv: Require FRAME_POINTER for some configurations
Björn Töpel
2023-08-23
2
-3
/
+1
*
|
riscv: alternatives: fix a typo in comment
Yuan Tan
2023-08-02
1
-1
/
+1
*
|
RISC-V: cpu: refactor deprecated strncpy
Justin Stitt
2023-08-02
1
-6
/
+6
*
|
Merge patch series "RISC-V: Probe DT extension support using riscv,isa-extens...
Palmer Dabbelt
2023-07-26
5
-298
/
+434
|
\
\
|
*
|
RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"
Conor Dooley
2023-07-26
5
-2
/
+46
|
*
|
RISC-V: try new extension properties in of_early_processor_hartid()
Conor Dooley
2023-07-26
1
-1
/
+28
|
*
|
RISC-V: enable extension detection from dedicated properties
Conor Dooley
2023-07-26
2
-4
/
+75
[next]