summaryrefslogtreecommitdiff
path: root/include/linux/extable.h
AgeCommit message (Expand)Author
2016-08-04extable.h: add stddef.h so "NULL" definition is not implicitPaul Gortmaker
2016-08-04exceptions: fork exception table content from module.h into extable.hPaul Gortmaker
cv: errata: Fix the PAUSE Opcode for MIPS P8700Djordje Todorovic 2025-09-05riscv: use lw when reading int cpu in new_vmalloc_checkRadim Krčmář 2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook 2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur 2025-05-08riscv: save the SR_SUM status over switchesBen Dooks 2025-04-29riscv: entry: Split ret_from_fork() into user and kernelCharlie Jenkins 2025-04-29riscv: entry: Convert ret_from_fork() to CCharlie Jenkins 2025-01-08riscv: use local label names instead of global ones in assemblyClément Léger 2025-01-08riscv: stacktrace: fix backtracing through exceptionsClément Léger 2024-09-15riscv: avoid Imbalance in RASJisheng Zhang 2024-09-15Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt 2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti 2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang 2024-07-26riscv: Improve exception and system call latencyAnton Blanchard 2024-01-24riscv: blacklist assembly symbols for kprobeClément Léger 2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu 2023-11-06riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger 2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger 2023-11-02Merge patch series "riscv: SCS support"Palmer Dabbelt 2023-10-31riscv: put interrupt entries into .irqentry.textNam Cao 2023-10-27riscv: Use separate IRQ shadow call stacksSami Tolvanen 2023-10-27riscv: Implement Shadow Call StackSami Tolvanen 2023-10-27riscv: Move global pointer loading to a macroSami Tolvanen 2023-10-27riscv: Deduplicate IRQ stack switchingSami Tolvanen 2023-10-27riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta 2023-06-20riscv: replace deprecated scall with ecallFangrui Song 2023-06-08riscv: Disable Vector Instructions for kernel itselfGuo Ren 2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang 2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang 2023-03-23riscv: entry: Convert to generic entryGuo Ren 2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt 2022-12-08Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt 2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker 2022-12-05riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren 2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang