index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
riscv: Handle zicsr/zifencei issues between clang and binutils
Nathan Chancellor
2
-4
/
+28
2023-03-30
riscv: mm: Fix incorrect ASID argument when flushing TLB
Dylan Jhong
3
-2
/
+4
2023-03-30
riscv: Bump COMMAND_LINE_SIZE value to 1024
Alexandre Ghiti
1
-0
/
+8
2023-03-22
RISC-V: mm: Support huge page in vmalloc_fault()
Dylan Jhong
1
-0
/
+5
2023-03-22
riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
1
-10
/
+20
2023-03-22
Revert "riscv: mm: notify remote harts about mmu cache updates"
Sergey Matyukevich
4
-41
/
+17
2023-03-17
RISC-V: fix taking the text_mutex twice during sifive errata patching
Conor Dooley
1
-1
/
+1
2023-03-17
RISC-V: take text_mutex during alternative patching
Conor Dooley
3
-3
/
+14
2023-03-17
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
4
-6
/
+39
2023-03-17
riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
Alexandre Ghiti
1
-1
/
+1
2023-03-17
riscv: Add header include guards to insn.h
Liao Chang
1
-0
/
+5
2023-03-17
RISC-V: Stop emitting attributes
Palmer Dabbelt
2
-0
/
+11
2023-03-10
riscv: ftrace: Reduce the detour code size to half
Guo Ren
4
-86
/
+75
2023-03-10
riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
Guo Ren
1
-0
/
+4
2023-03-10
riscv, mm: Perform BPF exhandler fixup on page fault
Björn Töpel
1
-4
/
+6
2023-03-10
riscv: ftrace: Fixup panic by disabling preemption
Andy Chiu
1
-1
/
+1
2023-03-10
riscv: jump_label: Fixup unaligned arch_static_branch function
Andy Chiu
1
-0
/
+2
2023-03-10
riscv: mm: fix regression due to update_mmu_cache change
Sergey Matyukevich
1
-1
/
+1
2023-03-10
riscv: Avoid enabling interrupts in die()
Mattias Nissler
1
-2
/
+3
2023-03-10
RISC-V: add a spin_shadow_stack declaration
Conor Dooley
1
-0
/
+1
2023-03-10
RISC-V: time: initialize hrtimer based broadcast clock event device
Conor Dooley
1
-0
/
+3
2023-02-10
Merge tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-5
/
+34
2023-02-09
riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
Guo Ren
1
-1
/
+3
2023-02-09
riscv: kprobe: Fixup misaligned load text
Guo Ren
1
-3
/
+5
2023-02-03
Merge tag 'riscv-for-linus-6.2-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-19
/
+33
2023-02-03
riscv: stacktrace: Fix missing the first frame
Liu Shixin
1
-1
/
+2
2023-02-02
riscv: mm: Implement pmdp_collapse_flush for THP
Mayuresh Chitale
2
-0
/
+24
2023-02-02
riscv: disable generation of unwind tables
Andreas Schwab
1
-0
/
+3
2023-02-02
riscv: kprobe: Fixup kernel panic when probing an illegal position
Guo Ren
1
-0
/
+18
2023-02-01
Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"
Palmer Dabbelt
2
-19
/
+12
2023-02-01
riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
Samuel Holland
2
-18
/
+10
2023-01-27
Merge tag 'riscv-for-linus-6.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-5
/
+6
2023-01-25
riscv: Move call to init_cpu_topology() to later initialization stage
Ley Foon Tan
1
-1
/
+2
2023-01-25
riscv/kprobe: Fix instruction simulation of JALR
Liao Chang
1
-2
/
+2
2023-01-20
Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...
Linus Torvalds
1
-1
/
+1
2023-01-20
riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAIT
Masahiro Yamada
1
-1
/
+1
2023-01-20
RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2
Heiko Stuebner
1
-1
/
+1
2023-01-07
riscv: dts: sifive: fu740: fix size of pcie 32bit memory
Ben Dooks
1
-1
/
+1
2023-01-05
riscv: uaccess: fix type of 0 variable on error in get_user()
Ben Dooks
1
-1
/
+1
2023-01-05
riscv, kprobes: Stricter c.jr/c.jalr decoding
Björn Töpel
1
-2
/
+2
2022-12-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-44
/
+97
2022-12-19
Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2022-12-15
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
46
-217
/
+549
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+28
2022-12-14
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-9
/
+10
2022-12-13
riscv: Fixup compile error with !MMU
Guo Ren
1
-1
/
+1
2022-12-13
kbuild: add test-{ge,gt,le,lt} macros
Masahiro Yamada
1
-1
/
+1
2022-12-13
riscv: Fix P4D_SHIFT definition for 3-level page table mode
Alexandre Ghiti
1
-1
/
+5
2022-12-13
riscv: Apply a static assert to riscv_isa_ext_id
Andrew Jones
1
-1
/
+2
[next]