- c2c81bb2 RISC-V: Fix the VDSO symbol generaton for binutils-2.35+ by Palmer Dabbelt · 4 years, 2 months ago
- 1074dd4 RISC-V: Use non-PGD mappings for early DTB access by Anup Patel · 4 years, 2 months ago
- 635e3f3 riscv: uaccess: fix __put_kernel_nofault() by Changbin Du · 4 years, 2 months ago
- bcacf5f6 riscv: fix pfn_to_virt err in do_page_fault(). by Liu Shaohua · 4 years, 2 months ago
- 79605f1 riscv: Set text_offset correctly for M-Mode by Sean Anderson · 4 years, 2 months ago
- 1bd14a6 RISC-V: Remove any memblock representing unusable memory area by Atish Patra · 4 years, 3 months ago
- 9d750c7 risc-v: kernel: ftrace: Fixes improper SPDX comment style by Ryan Kosta · 4 years, 3 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
- 0593c1b Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 2 months ago
- 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
- 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
- f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
- 270315b Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 2 months ago
- 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
- d5660df Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
- cc6de16 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 3 months ago
- b10d6bc arch, drivers: replace for_each_membock() with for_each_mem_range() by Mike Rapoport · 4 years, 3 months ago
- c8e4701 riscv: drop unneeded node initialization by Mike Rapoport · 4 years, 3 months ago
- 8b05418 Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 3 months ago
- 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- a968433 kbuild: explicitly specify the build id style by Bill Wendling · 4 years, 3 months ago
- 282a181 seccomp: Move config option SECCOMP to arch/Kconfig by YiFei Zhu · 4 years, 3 months ago
- 8481446 riscv: Fixup bootup failure with HARDENED_USERCOPY by Guo Ren · 4 years, 3 months ago
- a78c6f5 RISC-V: Make sure memblock reserves the memory containing DT by Atish Patra · 4 years, 3 months ago
- e8d444d riscv: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
- d464118 riscv: implement __get_kernel_nofault and __put_user_nofault by Christoph Hellwig · 4 years, 4 months ago
- f289a34 riscv: refactor __get_user and __put_user by Christoph Hellwig · 4 years, 4 months ago
- 11129e8 riscv: use memcpy based uaccess for nommu again by Christoph Hellwig · 4 years, 4 months ago
- eee4e23 Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-next by Palmer Dabbelt · 4 years, 3 months ago
- de22d21 RISC-V: Add page table dump support for uefi by Atish Patra · 4 years, 3 months ago
- b91540d RISC-V: Add EFI runtime services by Atish Patra · 4 years, 3 months ago
- d707174 RISC-V: Add EFI stub support. by Atish Patra · 4 years, 3 months ago
- cb7d2dd RISC-V: Add PE/COFF header for EFI stub by Atish Patra · 4 years, 3 months ago
- e8dcb61 RISC-V: Implement late mapping page table allocation functions by Atish Patra · 4 years, 3 months ago
- 6262f66 RISC-V: Add early ioremap support by Atish Patra · 4 years, 3 months ago
- 8f3a2b4 RISC-V: Move DT mapping outof fixmap by Anup Patel · 4 years, 3 months ago
- aa98876 RISC-V: Check clint_time_val before use by Anup Patel · 4 years, 3 months ago
- 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 4 months ago
- bdcf11d Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 3 months ago
- d5be89a RISC-V: Resurrect the MMIO timer implementation for M-mode systems by Palmer Dabbelt · 4 years, 4 months ago
- f025d9d riscv: Fix Kendryte K210 device tree by Damien Le Moal · 4 years, 4 months ago
- 21190b7 riscv: Add sfence.vma after early page table changes by Greentime Hu · 4 years, 5 months ago
- 54701a0 RISC-V: Fix duplicate included thread_info.h by Tian Tao · 4 years, 4 months ago
- a960c13 riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault() by Pekka Enberg · 4 years, 4 months ago
- 2baa6d9 riscv/mm/fault: Fix inline placement in vmalloc_fault() declaration by Pekka Enberg · 4 years, 4 months ago
- 38f5bd2 riscv: Add cache information in AUX vector by Zong Li · 4 years, 4 months ago
- b5fca7c riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO by Zong Li · 4 years, 4 months ago
- baf7cbd riscv: Set more data to cacheinfo by Zong Li · 4 years, 4 months ago
- afb8c6f riscv/mm/fault: Move access error check to function by Pekka Enberg · 4 years, 4 months ago
- 67474301 riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault() by Pekka Enberg · 4 years, 4 months ago
- 7a75f3d riscv/mm/fault: Simplify mm_fault_error() by Pekka Enberg · 4 years, 4 months ago
- 6c11ffb riscv/mm/fault: Move fault error handling to mm_fault_error() by Pekka Enberg · 4 years, 4 months ago
- bda281d riscv/mm/fault: Simplify fault error handling by Pekka Enberg · 4 years, 4 months ago
- ac416a7 riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault() by Pekka Enberg · 4 years, 4 months ago
- a51271d riscv/mm/fault: Move bad area handling to bad_area() by Pekka Enberg · 4 years, 4 months ago
- cac4d1d riscv/mm/fault: Move no context handling to no_context() by Pekka Enberg · 4 years, 4 months ago
- 4363287 riscv/mm: Simplify retry logic in do_page_fault() by Pekka Enberg · 4 years, 4 months ago
- 66d18db RISC-V: Take text_mutex in ftrace_init_nop() by Palmer Dabbelt · 4 years, 4 months ago
- 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 4 months ago
- c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- fc26f5b riscv: Add SiFive drivers to rv32_defconfig by Bin Meng · 4 years, 6 months ago
- 2bc3fc8 RISC-V: Remove CLINT related code from timer and arch by Anup Patel · 4 years, 4 months ago
- cc7f3f7 RISC-V: Add mechanism to provide custom IPI operations by Anup Patel · 4 years, 4 months ago
- d84835b1 Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
- 76d4467 riscv: Setup exception vector for nommu platform by Qiu Wenbo · 4 years, 5 months ago
- b923f12 Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 5ac365a mm/riscv: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
- efbfc62 riscv: include <asm/pgtable.h> in <asm/uaccess.h> by Christoph Hellwig · 4 years, 5 months ago
- 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 5 months ago
- 1d9cfee mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() by Anshuman Khandual · 4 years, 5 months ago
- f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
- 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- dbf8381 Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
- 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 4c5a116 vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() by Thomas Gleixner · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- 40284a0 riscv: disable stack-protector for vDSO by Tobias Klauser · 4 years, 5 months ago
- 635093e RISC-V: Fix build warning for smpboot.c by Atish Patra · 4 years, 5 months ago
- 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
- 28cff52 Merge branch 'linus' into locking/core, to resolve conflict by Ingo Molnar · 4 years, 5 months ago
- 3843aca riscv: fix build warning of mm/pageattr by Zong Li · 4 years, 6 months ago
- e3ef4d6 riscv: Fix build warning for mm/init by Zong Li · 4 years, 6 months ago
- 79b1feb RISC-V: Setup exception vector early by Atish Patra · 4 years, 6 months ago
- 925ac7b riscv: Select ARCH_HAS_DEBUG_VM_PGTABLE by Emil Renner Berthing · 4 years, 6 months ago
- 89b03cc riscv: Use generic pgprot_* macros from <linux/pgtable.h> by Pekka Enberg · 4 years, 6 months ago
- 3e7b669 riscv: Cleanup unnecessary define in asm-offset.c by Guo Ren · 4 years, 6 months ago
- ebc00dd riscv: Add jump-label implementation by Emil Renner Berthing · 4 years, 6 months ago
- 11a54f4 riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocs by Emil Renner Berthing · 4 years, 6 months ago
- 8e0c02f Replace HTTP links with HTTPS ones: RISC-V by Alexander A. Klimov · 4 years, 6 months ago
- f2c9699 riscv: Add STACKPROTECTOR supported by Guo Ren · 4 years, 6 months ago
- 08b5985 riscv: Fix typo in asm/hwcap.h uapi header by Tobias Klauser · 4 years, 6 months ago
- cbb3d91 riscv: Add kmemleak support by Tobias Klauser · 4 years, 6 months ago
- 20d38f7 riscv: Allow building with kcov coverage by Tobias Klauser · 4 years, 6 months ago