index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-11
RISC-V: KVM: Upgrade SBI spec version to v0.3
Anup Patel
1
-1
/
+1
2022-03-10
RISC-V: Add SBI HSM suspend related defines
Anup Patel
1
-5
/
+22
2022-03-10
RISC-V: Add arch functions for non-retentive suspend entry/exit
Anup Patel
2
-0
/
+63
2022-03-10
RISC-V: Enable CPU_IDLE drivers
Anup Patel
1
-0
/
+24
2022-03-03
riscv: Fix is_linear_mapping with recent move of KASAN region
Alexandre Ghiti
2
-1
/
+2
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-30
/
+1
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2022-02-14
riscv: mm: Set sv57 on defaultly
Qinglin Pan
2
-0
/
+2
2022-02-14
riscv: mm: Prepare pt_ops helper functions for sv57
Qinglin Pan
2
-0
/
+3
2022-02-14
riscv: mm: Control p4d's folding by pgtable_l5_enabled
Qinglin Pan
3
-3
/
+156
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-19
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
8
-22
/
+228
2022-01-19
riscv: Explicit comment about user virtual address space size
Alexandre Ghiti
1
-0
/
+9
2022-01-19
riscv: Implement sv48 support
Alexandre Ghiti
7
-9
/
+187
2022-01-19
riscv: Allow to dynamically define VA_BITS
Alexandre Ghiti
3
-4
/
+14
2022-01-19
riscv: Split early kasan mapping to prepare sv48 introduction
Alexandre Ghiti
1
-0
/
+1
2022-01-19
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/kernel/git/riscv/linux
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-11
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
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-07
riscv/mm: Enable THP migration
Nanyong Sun
1
-0
/
+5
2022-01-07
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-05
riscv: Make vmalloc/vmemmap end equal to the start of the next region
Alexandre Ghiti
1
-2
/
+2
2022-01-05
riscv: extable: add a dedicated uaccess handler
Jisheng Zhang
3
-70
/
+51
2022-01-05
riscv: add gpr-num.h
Jisheng Zhang
1
-0
/
+77
2022-01-05
riscv: extable: add `type` and `data` fields
Jisheng Zhang
2
-11
/
+31
2022-01-05
riscv: extable: consolidate definitions
Jisheng Zhang
3
-6
/
+35
2022-01-05
riscv: extable: make fixup_exception() return bool
Jisheng Zhang
1
-4
/
+4
2022-01-05
riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
Jisheng Zhang
1
-0
/
+12
2022-01-05
riscv: switch to relative exception tables
Jisheng Zhang
3
-3
/
+27
2022-01-05
riscv: consolidate __ex_table construction
Jisheng Zhang
2
-27
/
+15
2022-01-05
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/kernel/git/efi/efi
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
[prev]
[next]