summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)Author
13 hoursMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2 daysMerge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
10 daysACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng
10 daysACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng
10 daysRISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng
11 daysmm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
11 daysmm: change to return bool for pudp_test_and_clear_young()Baolin Wang
11 daysmm: change to return bool for pmdp_test_and_clear_young()Baolin Wang
11 daysmm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang
11 daysmm: change to return bool for ptep_test_and_clear_young()Baolin Wang
11 daysarch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)
11 daysriscv: cfi: clear CFI lock status in start_thread()Zong Li
11 daysriscv: make runtime const not usable by modulesJisheng Zhang
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-09riscv: csr: define vtype register elementsSergey Matyukevich
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta
2026-01-29riscv/shstk: If needed allocate a new shadow stack on cloneDeepak Gupta
2026-01-29riscv: compat: fix COMPAT_UTS_MACHINE definitionHan Gao
2026-01-26mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure
2026-01-25riscv/mm: update write protect to work on shadow stacksDeepak Gupta
2026-01-25riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEsDeepak Gupta
2026-01-25riscv/mm: manufacture shadow stack ptesDeepak Gupta
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta
2026-01-25riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exitDeepak Gupta
2026-01-25riscv: add Zicfiss / Zicfilp extension CSR and bit definitionsDeepak Gupta
2026-01-25riscv: zicfiss / zicfilp enumerationDeepak Gupta
2026-01-25riscv: mm: define copy_user_page() as copy_page()Florian Schmaus
2026-01-25riscv: fix minor typo in syscall.h commentAustin Kim
2026-01-22riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand
2026-01-16riscv: Use 64-bit variable for output in __get_user_asmNathan Chancellor
2026-01-12riscv/paravirt: Use common code for paravirt_steal_clock()Juergen Gross
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross
2026-01-07riscv: remove irqflags.h inclusion in asm/bitops.hYunhui Cui