index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
Makefile
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-05
riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
Puranjay Mohan
1
-2
/
+2
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2025-03-26
riscv: Remove duplicate CONFIG_PAGE_OFFSET definition
Samuel Holland
1
-1
/
+0
2025-03-17
kbuild: Introduce Kconfig symbol for linking vmlinux with relocations
Ard Biesheuvel
1
-1
/
+1
2024-11-30
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2024-11-27
kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
Masahiro Yamada
1
-1
/
+1
2024-11-11
riscv: Implement cmpxchg8/16() using Zabha
Alexandre Ghiti
1
-0
/
+3
2024-11-11
riscv: Implement cmpxchg32/64() using Zacas
Alexandre Ghiti
1
-0
/
+3
2024-09-01
riscv: boot: add Image.xz support
Lasse Collin
1
-2
/
+4
2024-07-12
Merge patch series "riscv: Apply Zawrs when available"
Palmer Dabbelt
1
-3
/
+0
2024-07-12
riscv: Provide a definition for 'pause'
Andrew Jones
1
-3
/
+0
2024-05-24
Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-7
/
+37
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+3
2024-05-22
riscv: show help string for riscv-specific targets
Emil Renner Berthing
1
-0
/
+17
2024-05-22
riscv: make image compression configurable
Emil Renner Berthing
1
-7
/
+20
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-11
/
+15
2024-05-19
riscv: add support for kernel-mode FPU
Samuel Holland
1
-0
/
+3
2024-05-07
Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers
Arnd Bergmann
1
-1
/
+1
2024-04-28
RISC-V: enable building 64-bit kernels with rust support
Miguel Ojeda
1
-0
/
+7
2024-04-05
riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210
Yangyu Chen
1
-1
/
+1
2024-03-27
riscv: merge two if-blocks for KBUILD_IMAGE
Masahiro Yamada
1
-11
/
+8
2024-03-26
riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/
Masahiro Yamada
1
-1
/
+1
2024-01-22
RISC-V: build: Allow LTO to be selected
Wende Tan
1
-0
/
+5
2024-01-17
riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi
Masahiro Yamada
1
-0
/
+2
2024-01-17
Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"
Palmer Dabbelt
1
-3
/
+1
2024-01-17
riscv: Hoist linker relaxation disabling logic into Kconfig
Nathan Chancellor
1
-3
/
+1
2024-01-09
riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
Jisheng Zhang
1
-0
/
+2
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-0
/
+4
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-6
/
+3
2023-10-28
kbuild: unify vdso_install rules
Masahiro Yamada
1
-6
/
+3
2023-10-27
riscv: Implement Shadow Call Stack
Sami Tolvanen
1
-0
/
+4
2023-10-12
riscv: Remove duplicate objcopy flag
Song Shuai
1
-1
/
+0
2023-08-23
riscv: Require FRAME_POINTER for some configurations
Björn Töpel
1
-3
/
+0
2023-06-08
riscv: Enable Vector code to be built
Guo Ren
1
-1
/
+5
2023-04-28
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-2
/
+10
2023-04-26
riscv: Allow to downgrade paging mode from the command line
Alexandre Ghiti
1
-1
/
+2
2023-04-19
Merge patch series "Introduce 64b relocatable kernel"
Palmer Dabbelt
1
-2
/
+5
2023-04-19
riscv: Use --emit-relocs in order to move .rela.dyn in init
Alexandre Ghiti
1
-1
/
+1
2023-04-19
riscv: Introduce CONFIG_RELOCATABLE
Alexandre Ghiti
1
-2
/
+5
2023-03-27
riscv: configs: Add nommu PHONY defconfig for RV32
Jesse Taube
1
-0
/
+4
2023-03-23
riscv: Handle zicsr/zifencei issues between clang and binutils
Nathan Chancellor
1
-4
/
+6
2023-03-06
RISC-V: Stop emitting attributes
Palmer Dabbelt
1
-0
/
+7
2023-02-25
Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-4
/
+5
2023-02-20
Merge tag 'soc-dt-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-1
/
+1
2023-02-15
Merge patch series "riscv: Optimize function trace"
Palmer Dabbelt
1
-1
/
+5
2023-02-15
riscv: ftrace: Reduce the detour code size to half
Guo Ren
1
-2
/
+2
2023-02-15
riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
Guo Ren
1
-0
/
+4
2023-02-14
Merge patch series "Remove toolchain dependencies for Zicbom"
Palmer Dabbelt
1
-3
/
+0
2023-02-14
RISC-V: remove toolchain version checks for Zicbom
Conor Dooley
1
-3
/
+0
2023-02-01
riscv: disable generation of unwind tables
Andreas Schwab
1
-0
/
+3
[next]