summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'risc-v/for-next'Mark Brown2021-08-062-3/+114
|\
| * riscv: kprobes: implement the branch instructionsChen Lifu2021-07-212-2/+79
| * riscv: kprobes: implement the auipc instructionChen Lifu2021-07-212-1/+35
* | riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang2021-07-241-1/+1
* | riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang2021-07-231-1/+5
|/
* Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-0913-59/+169
|\
| * riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong2021-07-061-1/+0
| * riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-063-1/+144
| * riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-054-5/+7
| * Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-301-9/+3
| |\
| | * riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-301-9/+3
| * | riscv: Only initialize swiotlb when necessaryKefeng Wang2021-06-111-5/+0
| * | riscv: Add __init section marker to some functions againJisheng Zhang2021-05-291-1/+1
| * | riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang2021-05-291-31/+9
| * | riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang2021-05-253-5/+5
| * | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-251-1/+0
| |/
* | riscv: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-2/+1
|\ \
| * | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
| * | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-183-7/+25
| |\ \
| * \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-033-12/+15
| |\ \ \
| * | | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-17/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-7/+0
| * | | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
| |/ /
* | | riscv: xip: support runtime trap patchingVitaly Wool2021-06-102-5/+23
* | | RISC-V: Fix memblock_free() usages in init_resources()Wende Tan2021-06-011-2/+2
| |/ |/|
* | riscv: kexec: Fix W=1 build warningsJisheng Zhang2021-05-221-5/+6
* | riscv: kprobes: Fix build error when MMU=nJisheng Zhang2021-05-221-0/+2
* | riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang2021-05-221-7/+7
|/
* riscv: remove unused handle_exception symbolRouven Czerwinski2021-05-061-2/+0
* riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-061-2/+0
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-0622-92/+884
|\
| * RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel2021-05-011-1/+1
| * RISC-V: enable XIPVitaly Wool2021-04-265-4/+195
| * RISC-V: Add crash kernel supportNick Kossifidis2021-04-263-0/+59
| * RISC-V: Add kdump supportNick Kossifidis2021-04-265-21/+159
| * RISC-V: Improve init_resources()Nick Kossifidis2021-04-261-44/+46
| * RISC-V: Add kexec supportNick Kossifidis2021-04-263-0/+348
| * riscv: vdso: fix and clean-up MakefileJisheng Zhang2021-04-261-2/+2
| * riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang2021-04-261-1/+3
| * riscv: module: Create module allocations without exec permissionsJisheng Zhang2021-04-261-1/+1
| * riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang2021-04-261-0/+8
| * riscv: Constify sbi_ipi_opsJisheng Zhang2021-04-262-3/+3
| * riscv: Constify sys_call_tableJisheng Zhang2021-04-261-1/+1
| * riscv: Mark some global variables __ro_after_initJisheng Zhang2021-04-264-9/+9
| * riscv: add __init section marker to some functionsJisheng Zhang2021-04-261-1/+1
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-264-7/+12
| * riscv: Workaround mcount name prior to clang-13Nathan Chancellor2021-04-261-5/+5
| * riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor2021-04-261-8/+4