summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen3-1/+144
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti4-5/+7
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-9/+3
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-9/+3
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+0
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar3-7/+25
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang1-5/+0
2021-06-10riscv: xip: support runtime trap patchingVitaly Wool2-5/+23
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar3-12/+15
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Wende Tan1-2/+2
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang1-1/+1
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang1-31/+9
2021-05-25riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang3-5/+5
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+0
2021-05-22riscv: kexec: Fix W=1 build warningsJisheng Zhang1-5/+6
2021-05-22riscv: kprobes: Fix build error when MMU=nJisheng Zhang1-0/+2
2021-05-22riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang1-7/+7
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-06riscv: remove unused handle_exception symbolRouven Czerwinski1-2/+0
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven1-2/+0
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds22-92/+884
2021-05-01RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel1-1/+1
2021-04-26RISC-V: enable XIPVitaly Wool5-4/+195
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis3-0/+59
2021-04-26RISC-V: Add kdump supportNick Kossifidis5-21/+159
2021-04-26RISC-V: Improve init_resources()Nick Kossifidis1-44/+46
2021-04-26RISC-V: Add kexec supportNick Kossifidis3-0/+348
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang1-2/+2
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang1-1/+3
2021-04-26riscv: module: Create module allocations without exec permissionsJisheng Zhang1-1/+1
2021-04-26riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang1-0/+8
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang2-3/+3
2021-04-26riscv: Constify sys_call_tableJisheng Zhang1-1/+1
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang4-9/+9
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang1-1/+1
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti4-7/+12
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-5/+5
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-8/+4
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen1-2/+4
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen2-0/+11
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen1-0/+15
2021-04-15riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang1-0/+3
2021-04-15riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang1-1/+10
2021-04-15riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang1-0/+1
2021-04-01riscv,entry: fix misaligned base for excp_vect_tableZihao Yu1-0/+1
2021-04-01riscv: Drop const annotation for spKefeng Wang1-1/+1