summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner
2021-08-25riscv: use strscpy to replace strlcpyJason Wang
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang
2021-08-24riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du
2021-07-24riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang
2021-07-23riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang
2021-07-21riscv: kprobes: implement the branch instructionsChen Lifu
2021-07-21riscv: kprobes: implement the auipc instructionChen Lifu
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang
2021-07-06riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang
2021-06-10riscv: xip: support runtime trap patchingVitaly Wool
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Wende Tan
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang
2021-05-25riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang
2021-05-22riscv: kexec: Fix W=1 build warningsJisheng Zhang
2021-05-22riscv: kprobes: Fix build error when MMU=nJisheng Zhang
2021-05-22riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-06riscv: remove unused handle_exception symbolRouven Czerwinski
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-01RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel