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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-09
riscv: Move alternative length validation into subsection
Nathan Chancellor
1
-2
/
+2
2022-06-09
riscv: Wire up memfd_secret in UAPI header
Tobias Klauser
1
-1
/
+0
2022-06-09
riscv: Fix irq_work when SMP is disabled
Samuel Holland
1
-1
/
+1
2022-05-30
riscv: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-1
/
+1
2022-04-08
riscv module: remove (NOLOAD)
Fangrui Song
1
-3
/
+3
2022-04-08
riscv: Increase stack size under KASAN
Dmitry Vyukov
1
-2
/
+8
2022-03-04
riscv: Fix is_linear_mapping with recent move of KASAN region
Alexandre Ghiti
2
-1
/
+2
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-1
/
+0
2022-01-20
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
2
-11
/
+10
2022-01-20
RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
Atish Patra
1
-2
/
+0
2022-01-20
RISC-V: Avoid using per cpu array for ordered booting
Atish Patra
1
-0
/
+25
2022-01-20
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
8
-22
/
+228
2022-01-20
riscv: Explicit comment about user virtual address space size
Alexandre Ghiti
1
-0
/
+9
2022-01-20
riscv: Implement sv48 support
Alexandre Ghiti
7
-9
/
+187
2022-01-20
riscv: Allow to dynamically define VA_BITS
Alexandre Ghiti
3
-4
/
+14
2022-01-20
riscv: Split early kasan mapping to prepare sv48 introduction
Alexandre Ghiti
1
-0
/
+1
2022-01-20
riscv: Move KASAN mapping next to the kernel mapping
Alexandre Ghiti
3
-11
/
+17
2022-01-19
Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-182
/
+260
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-11
/
+45
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
1
-1
/
+0
2022-01-12
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2022-01-11
RISC-V: Use SBI SRST extension when available
Anup Patel
1
-0
/
+24
2022-01-09
RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n
Sean Christopherson
1
-8
/
+2
2022-01-09
riscv: remove cpu_stop()
Jisheng Zhang
1
-2
/
+0
2022-01-08
riscv/mm: Enable THP migration
Nanyong Sun
1
-0
/
+5
2022-01-08
riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semantics
Nanyong Sun
2
-6
/
+7
2022-01-06
RISC-V: KVM: Add VM capability to allow userspace get GPA bits
Anup Patel
1
-0
/
+1
2022-01-06
RISC-V: KVM: Add SBI HSM extension in KVM
Atish Patra
1
-0
/
+1
2022-01-06
RISC-V: KVM: Add SBI v0.2 base extension
Atish Patra
2
-0
/
+10
2022-01-06
RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
Atish Patra
1
-0
/
+2
2022-01-06
RISC-V: KVM: Mark the existing SBI implementation as v0.1
Atish Patra
1
-0
/
+29
2022-01-06
KVM: RISC-V: Use common KVM implementation of MMU memory caches
Sean Christopherson
2
-10
/
+2
2022-01-06
riscv: Make vmalloc/vmemmap end equal to the start of the next region
Alexandre Ghiti
1
-2
/
+2
2022-01-06
riscv: extable: add a dedicated uaccess handler
Jisheng Zhang
3
-70
/
+51
2022-01-06
riscv: add gpr-num.h
Jisheng Zhang
1
-0
/
+77
2022-01-06
riscv: extable: add `type` and `data` fields
Jisheng Zhang
2
-11
/
+31
2022-01-06
riscv: extable: consolidate definitions
Jisheng Zhang
3
-6
/
+35
2022-01-06
riscv: extable: make fixup_exception() return bool
Jisheng Zhang
1
-4
/
+4
2022-01-06
riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
Jisheng Zhang
1
-0
/
+12
2022-01-06
riscv: switch to relative exception tables
Jisheng Zhang
3
-3
/
+27
2022-01-06
riscv: consolidate __ex_table construction
Jisheng Zhang
2
-27
/
+15
2022-01-06
riscv: remove unused __cmpxchg_user() macro
Jisheng Zhang
1
-75
/
+0
2021-12-27
Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2021-12-13
efi: Move efifb_setup_from_dmi() prototype from arch headers
Javier Martinez Canillas
1
-1
/
+0
2021-12-13
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
1
-5
/
+3
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
1
-1
/
+0
2021-12-07
locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
Sebastian Andrzej Siewior
1
-1
/
+1
2021-11-22
RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value
Anup Patel
1
-5
/
+3
2021-11-13
Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-14
/
+14
2021-11-10
Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+0
[next]