summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
| |/ /
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/ /
* | | riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-291-2/+1
* | | Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt2021-10-041-1/+2
|\ \ \ | |_|/ |/| |
| * | RISC-V: Include clone3() on rv32Palmer Dabbelt2021-10-041-1/+2
| |/
* | riscv/vdso: Move vdso data page up frontTong Tiangen2021-10-021-0/+2
* | riscv/vdso: Refactor asm/vdso.hTong Tiangen2021-10-022-6/+11
|/
* riscv: Improve stack randomisation on RV64Kefeng Wang2021-09-101-0/+3
* Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-053-28/+24
|\
| * RISC-V: Fix VDSO build for !MMUPalmer Dabbelt2021-08-251-0/+9
| * riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-241-12/+2
| * riscv: fix the global name pfn_base confliction errorKenneth Lee2021-08-131-2/+2
| * riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti2021-08-111-13/+2
| * riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti2021-08-111-1/+1
| * riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen2021-08-031-0/+8
* | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-011-4/+1
|\ \
| * \ Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie2021-07-261-2/+2
| |\ \
| * \ \ Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-231-4/+1
| |\ \ \ | | |_|/ | |/| |
| | * | drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas2021-07-211-4/+1
* | | | riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti2021-08-061-3/+4
| |_|/ |/| |
* | | RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt2021-07-211-2/+2
|/ /
* | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-0916-81/+374
|\ \
| * | riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-062-0/+18
| * | riscv: ptrace: add argn syntaxJeff Xie2021-07-051-0/+31
| * | riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2021-07-052-5/+2
| * | riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-051-24/+30
| * | Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-304-20/+50
| |\ \
| | * | riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-303-9/+29
| | * | riscv: Introduce set_kernel_memory helperAlexandre Ghiti2021-06-301-0/+16
| | * | riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti2021-06-112-11/+5
| | |/
| * | riscv: Enable KFENCE for riscv64Liu Shixin2021-06-301-0/+63
| * | RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt2021-06-301-13/+0
| * | riscv: add ASID-based tlbflushing methodsGuo Ren2021-06-301-0/+2
| * | riscv: Cleanup unused functionsGuo Ren2021-06-081-10/+0
| * | riscv: fix build error when CONFIG_SMP is disabledBixuan Cui2021-06-082-5/+5
| * | riscv: Use global mappings for kernel pagesGuo Ren2021-05-291-1/+2
| * | riscv: mm: init: Consolidate vars, functionsJisheng Zhang2021-05-291-1/+1
| * | riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang2021-05-291-7/+0
| * | riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang2021-05-251-3/+8
| * | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-251-1/+0
| * | riscv: enable generic PCI resource mappingStanislaw Kardach2021-05-251-0/+2
| * | riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang2021-05-251-0/+11
| * | riscv: mm: add THP support on 64-bitNanyong Sun2021-05-221-0/+156
| * | riscv: mm: make pmd_bad() check leaf conditionNanyong Sun2021-05-221-1/+1
| * | riscv: mm: add _PAGE_LEAF macroNanyong Sun2021-05-223-6/+8
| |/
* | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* | arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-4/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0