summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-10-27riscv: fix misalgned trap vector base addressChen Lu1-0/+1
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen1-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen2-19/+28
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen2-2/+4
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+2
2021-09-12Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+2
2021-09-11riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang2-3/+2
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner7-29/+132
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-24/+132
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-08-26riscv: use strscpy to replace strlcpyJason Wang1-1/+1
2021-08-25riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool3-20/+16
2021-08-25riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang1-0/+1
2021-08-25riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen1-0/+4
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu1-2/+2
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du1-1/+1
2021-07-24riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang1-1/+1
2021-07-24riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang1-1/+5
2021-07-22riscv: kprobes: implement the branch instructionsChen Lifu2-2/+79
2021-07-22riscv: kprobes: implement the auipc instructionChen Lifu2-1/+35
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-59/+169
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-07riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong1-1/+0
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen3-1/+144
2021-07-06riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti4-5/+7
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-9/+3
2021-07-01riscv: 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-11riscv: 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-02RISC-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-26riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang3-5/+5
2021-05-26riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+0
2021-05-23riscv: kexec: Fix W=1 build warningsJisheng Zhang1-5/+6
2021-05-23riscv: kprobes: Fix build error when MMU=nJisheng Zhang1-0/+2
2021-05-23riscv: 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