Age | Commit message (Expand) | Author |
2020-12-15 | arch, mm: make kernel_page_present() always available | Mike Rapoport |
2020-12-15 | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC | Mike Rapoport |
2020-12-12 | Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-12-10 | RISC-V: Define get_cycles64() regardless of M-mode | Palmer Dabbelt |
2020-11-29 | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-11-28 | Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-11-27 | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-11-25 | RISC-V: fix barrier() use in <vdso/processor.h> | Randy Dunlap |
2020-11-25 | RISC-V: Add missing jump label initialization | Anup Patel |
2020-11-25 | riscv: Explicitly specify the build id style in vDSO Makefile again | Nathan Chancellor |
2020-11-24 | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra |
2020-11-16 | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed | Arnd Bergmann |
2020-11-15 | Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-11-09 | perf/arch: Remove perf_sample_data::regs_user_copy | Peter Zijlstra |
2020-11-06 | RISC-V: Fix the VDSO symbol generaton for binutils-2.35+ | Palmer Dabbelt |
2020-11-06 | RISC-V: Use non-PGD mappings for early DTB access | Anup Patel |
2020-11-06 | riscv: uaccess: fix __put_kernel_nofault() | Changbin Du |
2020-11-05 | riscv: fix pfn_to_virt err in do_page_fault(). | Liu Shaohua |
2020-11-05 | riscv: Set text_offset correctly for M-Mode | Sean Anderson |
2020-11-05 | RISC-V: Remove any memblock representing unusable memory area | Atish Patra |
2020-11-04 | risc-v: kernel: ftrace: Fixes improper SPDX comment style | Ryan Kosta |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-10-24 | Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-10-23 | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-10-22 | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2020-10-22 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-10-19 | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-10-17 | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe |
2020-10-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-10-13 | memblock: use separate iterators for memory and reserved regions | Mike Rapoport |
2020-10-13 | arch, drivers: replace for_each_membock() with for_each_mem_range() | Mike Rapoport |
2020-10-13 | riscv: drop unneeded node initialization | Mike Rapoport |
2020-10-13 | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-10-12 | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-10-09 | kbuild: explicitly specify the build id style | Bill Wendling |
2020-10-08 | seccomp: Move config option SECCOMP to arch/Kconfig | YiFei Zhu |
2020-10-06 | riscv: Fixup bootup failure with HARDENED_USERCOPY | Guo Ren |
2020-10-04 | RISC-V: Make sure memblock reserves the memory containing DT | Atish Patra |
2020-10-04 | riscv: remove address space overrides using set_fs() | Christoph Hellwig |
2020-10-04 | riscv: implement __get_kernel_nofault and __put_user_nofault | Christoph Hellwig |
2020-10-04 | riscv: refactor __get_user and __put_user | Christoph Hellwig |
2020-10-04 | riscv: use memcpy based uaccess for nommu again | Christoph Hellwig |
2020-10-04 | Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Palmer Dabbelt |
2020-10-02 | RISC-V: Add page table dump support for uefi | Atish Patra |
2020-10-02 | RISC-V: Add EFI runtime services | Atish Patra |
2020-10-02 | RISC-V: Add EFI stub support. | Atish Patra |
2020-10-02 | RISC-V: Add PE/COFF header for EFI stub | Atish Patra |
2020-10-02 | RISC-V: Implement late mapping page table allocation functions | Atish Patra |
2020-10-02 | RISC-V: Add early ioremap support | Atish Patra |
2020-10-02 | RISC-V: Move DT mapping outof fixmap | Anup Patel |