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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-09
riscv: dts: microchip: mpfs: Drop empty chosen node
Geert Uytterhoeven
1
-3
/
+0
2022-01-09
riscv: dts: canaan: Group tuples in interrupt properties
Geert Uytterhoeven
1
-11
/
+12
2022-01-09
riscv: dts: canaan: Fix SPI FLASH node names
Geert Uytterhoeven
4
-4
/
+4
2022-01-08
kbuild: do not quote string values in include/config/auto.conf
Masahiro Yamada
1
-3
/
+1
2022-01-07
riscv/mm: Enable THP migration
Nanyong Sun
2
-0
/
+6
2022-01-07
riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semantics
Nanyong Sun
2
-6
/
+7
2022-01-07
riscv/head: fix misspelling of guaranteed
hasheddan
1
-1
/
+1
2022-01-06
RISC-V: Clean up the defconfigs
Palmer Dabbelt
6
-17
/
+10
2022-01-06
RISC-V: defconfigs: Remove redundant K210 DT source
Palmer Dabbelt
2
-2
/
+0
2022-01-06
KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR
Vincent Chen
1
-0
/
+8
2022-01-06
RISC-V: KVM: Add VM capability to allow userspace get GPA bits
Anup Patel
3
-0
/
+9
2022-01-06
RISC-V: KVM: Forward SBI experimental and vendor extensions
Anup Patel
2
-0
/
+31
2022-01-06
RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static
Jisheng Zhang
1
-1
/
+1
2022-01-06
RISC-V: KVM: Add SBI HSM extension in KVM
Atish Patra
5
-0
/
+134
2022-01-06
RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2
Atish Patra
3
-0
/
+143
2022-01-06
RISC-V: KVM: Add SBI v0.2 base extension
Atish Patra
5
-1
/
+85
2022-01-06
RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
Atish Patra
4
-131
/
+146
2022-01-06
RISC-V: KVM: Mark the existing SBI implementation as v0.1
Atish Patra
2
-32
/
+144
2022-01-06
KVM: RISC-V: Use common KVM implementation of MMU memory caches
Sean Christopherson
4
-65
/
+18
2022-01-05
RISC-V: defconfigs: Remove redundant CONFIG_EFI=y
Palmer Dabbelt
1
-1
/
+0
2022-01-05
RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESET
Palmer Dabbelt
2
-2
/
+0
2022-01-05
RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSG
Palmer Dabbelt
2
-2
/
+0
2022-01-05
RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMS
Palmer Dabbelt
2
-2
/
+0
2022-01-05
RISC-V: defconfigs: Sort CONFIG_MMC
Palmer Dabbelt
1
-1
/
+1
2022-01-05
RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCK
Palmer Dabbelt
1
-1
/
+1
2022-01-05
RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIRE
Palmer Dabbelt
1
-1
/
+1
2022-01-05
RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALL
Palmer Dabbelt
2
-2
/
+2
2022-01-05
RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALL
Palmer Dabbelt
2
-2
/
+2
2022-01-05
RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOW
Palmer Dabbelt
1
-1
/
+1
2022-01-05
RISC-V: defconfigs: Set CONFIG_FB=y, for FB console
Palmer Dabbelt
2
-0
/
+2
2022-01-05
riscv: mm: Enable PMD split page table lock for RV64
Kefeng Wang
2
-1
/
+3
2022-01-05
riscv: Make vmalloc/vmemmap end equal to the start of the next region
Alexandre Ghiti
2
-3
/
+3
2022-01-05
riscv: switch to relative extable and other improvements
Palmer Dabbelt
11
-201
/
+290
2022-01-05
riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` section
Jisheng Zhang
2
-2
/
+0
2022-01-05
riscv: extable: add a dedicated uaccess handler
Jisheng Zhang
4
-70
/
+78
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
5
-18
/
+56
2022-01-05
riscv: extable: consolidate definitions
Jisheng Zhang
4
-10
/
+37
2022-01-05
riscv: lib: uaccess: fold fixups into body
Jisheng Zhang
1
-11
/
+11
2022-01-05
riscv: extable: use `ex` for `exception_table_entry`
Jisheng Zhang
1
-5
/
+5
2022-01-05
riscv: extable: make fixup_exception() return bool
Jisheng Zhang
3
-10
/
+10
2022-01-05
riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
Jisheng Zhang
3
-8
/
+12
2022-01-05
riscv: switch to relative exception tables
Jisheng Zhang
5
-6
/
+30
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-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-61
/
+54
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-17
Merge tag 'riscv-for-linus-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
2
-60
/
+54
2021-12-16
riscv: dts: sifive unmatched: Link the tmp451 with its power supply
Vincent Pelletier
1
-0
/
+1
2021-12-16
riscv: dts: sifive unmatched: Fix regulator for board rev3
Vincent Pelletier
1
-60
/
+24
[prev]
[next]