Sign in
android-kvm
/
linux
/
df1b4ba9d4a8454285c53c2ec7224228105bc5c8
/
arch
/
riscv
/
kernel
f307307
riscv: for C functions called only from assembly, mark with __visible
by Paul Walmsley
· 5 years ago
a48dac4
riscv: fp: add missing __user pointer annotations
by Paul Walmsley
· 5 years ago
5ed881b
riscv: add missing header file includes
by Paul Walmsley
· 5 years ago
bf6df5d
riscv: mark some code and data as file-static
by Paul Walmsley
· 5 years ago
ffaee27
riscv: add prototypes for assembly language functions from head.S
by Paul Walmsley
· 5 years ago
e8f44c5
riscv: cleanup do_trap_break
by Christoph Hellwig
· 5 years ago
2f01b78
riscv: remove the switch statement in do_trap_break()
by Vincent Chen
· 5 years ago
cd9e72b8
RISC-V: entry: Remove unneeded need_resched() loop
by Valentin Schneider
· 5 years ago
8bb0dae
riscv: Correct the handling of unexpected ebreak in do_trap_break()
by Vincent Chen
· 5 years ago
e0c0fc1
riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()
by Vincent Chen
· 5 years ago
8b04825
riscv: avoid kernel hangs when trapped in BUG()
by Vincent Chen
· 5 years ago
1885660
RISC-V: Clear load reservations while restoring hart contexts
by Palmer Dabbelt
· 5 years ago
c82dd6d
riscv: Avoid interrupts being erroneously enabled in handle_exception()
by Vincent Chen
· 5 years ago
d3d7a0c
RISC-V: Export kernel symbols for kvm
by Atish Patra
· 5 years ago
b47613d
arch/riscv: disable excess harts before picking main boot hart
by Xiang Wang
· 5 years ago
58d4faf
Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 5 years ago
e77fafe
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 5 years ago
474efec
riscv: modify the Image header to improve compatibility with the ARM64 header
by Paul Walmsley
· 5 years ago
f5bf645
riscv: cleanup riscv_cpuid_to_hartid_mask
by Christoph Hellwig
· 6 years ago
e11ea2a
riscv: optimize send_ipi_single
by Christoph Hellwig
· 6 years ago
1db7a7c
riscv: cleanup send_ipi_mask
by Christoph Hellwig
· 6 years ago
7e0e508
riscv: refactor the IPI code
by Christoph Hellwig
· 6 years ago
98a93b0
riscv: Add support for perf registers sampling
by Mao Han
· 5 years ago
dbeb90b
riscv: Add perf callchain support
by Mao Han
· 6 years ago
4f3f900
riscv: Using CSR numbers to access CSRs
by Bin Meng
· 6 years ago
015b269
Merge tag 'common/for-v5.4-rc1/cpu-topology' into for-v5.4-rc1-branch
by Paul Walmsley
· 6 years ago
8ac71d7
riscv: Correct the initialized flow of FP register
by Vincent Chen
· 6 years ago
d06fa5a
Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into for-next/cpu-topology
by Will Deacon
· 6 years ago
b399abe
riscv: Fix perf record without libelf support
by Mao Han
· 6 years ago
03f11f0
RISC-V: Parse cpu topology during boot.
by Atish Patra
· 6 years ago
0570bc8
Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 6 years ago
0f327f2
RISC-V: Add an Image header that boot loader can parse.
by Atish Patra
· 6 years ago
671f9a3
RISC-V: Setup initial page tables in two stages
by Anup Patel
· 6 years ago
5ad18b2
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
556024d
riscv: Remove gate area stubs
by Andy Lutomirski
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
eb7c825
Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 6 years ago
4059455
riscv: export pm_power_off again
by Andreas Schwab
· 6 years ago
50acfb2
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
by Thomas Gleixner
· 6 years ago
1802d0b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
by Thomas Gleixner
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
2e1661d2
signal: Remove the task parameter from force_sig_fault
by Eric W. Biederman
· 6 years ago
351b682
signal: Explicitly call force_sig_fault on current
by Eric W. Biederman
· 6 years ago
6f25a96
signal/riscv: Remove tsk parameter from do_trap
by Eric W. Biederman
· 6 years ago
3cf5d07
signal: Remove task parameter from force_sig
by Eric W. Biederman
· 6 years ago
588cb88
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
b0bb126
Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 6 years ago
4c3aeb8
RISC-V: Avoid using invalid intermediate translations
by Palmer Dabbelt
· 6 years ago
9a6e7af
riscv: Support BUG() in kernel module
by Vincent Chen
· 6 years ago
ee72e0e
riscv: Add the support for c.ebreak check in is_valid_bugaddr()
by Vincent Chen
· 6 years ago
58de775
riscv: move flush_icache_{all,mm} to cacheflush.c
by Gary Guo
· 6 years ago
a3182c9
RISC-V: Access CSRs using CSR numbers
by Anup Patel
· 6 years ago
6dcaf00
RISC-V: Add interrupt related SCAUSE defines in asm/csr.h
by Anup Patel
· 6 years ago
f1f47c6
RISC-V: Fix minor checkpatch issues.
by Atish Patra
· 6 years ago
8b4302a
RISC-V: Support nr_cpus command line option.
by Atish Patra
· 6 years ago
ab3d265
RISC-V: Implement nosmp commandline option.
by Atish Patra
· 6 years ago
7011456
RISC-V: Add RISC-V specific arch_match_cpu_phys_id
by Atish Patra
· 6 years ago
fd7f744
riscv: vdso: drop unnecessary cc-ldoption
by Nick Desaulniers
· 6 years ago
bf0102a
riscv: call pm_power_off from machine_halt / machine_power_off
by Christoph Hellwig
· 6 years ago
bed1378
riscv: print the unexpected interrupt cause
by Christoph Hellwig
· 6 years ago
6ab77af
riscv: remove duplicate macros from ptrace.h
by Christoph Hellwig
· 6 years ago
8774254
riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR code
by Christoph Hellwig
· 6 years ago
ba9c014
riscv: cleanup the parse_dtb calling conventions
by Christoph Hellwig
· 6 years ago
c637b91
riscv: simplify the stack pointer setup in head.S
by Christoph Hellwig
· 6 years ago
df16c40
riscv: clear all pending interrupts when booting
by Christoph Hellwig
· 6 years ago
7a64f3f
riscv/signal: Fixup additional syscall restarting
by Guo Ren
· 6 years ago
fa98339
riscv/stacktrace: Remove the pointless ULONG_MAX marker
by Thomas Gleixner
· 6 years ago
da4ed37
RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)
by Joe Perches
· 6 years ago
387181d
RISC-V: Always compile mm/init.c with cmodel=medany and notrace
by Anup Patel
· 6 years ago
d72cb8c
Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 6 years ago
8dcd175
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
795c230
riscv/vdso: don't clear PG_reserved
by David Hildenbrand
· 6 years ago
b1b988a
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
13fd5de
RISC-V: Fixmap support and MM cleanups
by Palmer Dabbelt
· 6 years ago
f7ccc35
arch: riscv: fix logic error in parse_dtb
by Andreas Schwab
· 6 years ago
fbdc619
RISC-V: Assign hwcap as per comman capabilities.
by Atish Patra
· 6 years ago
291debb
RISC-V: Compare cpuid with NR_CPUS before mapping.
by Atish Patra
· 6 years ago
dd641e2
RISC-V: Allow hartid-to-cpuid function to fail.
by Atish Patra
· 6 years ago
ba15c86
RISC-V: Remove NR_CPUs check during hartid search from DT
by Atish Patra
· 6 years ago
78d1daa
RISC-V: Move cpuid to hartid mapping to SMP.
by Atish Patra
· 6 years ago
e15c6e3
RISC-V: Do not wait indefinitely in __cpu_up
by Atish Patra
· 6 years ago
cfbe271
Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038
by Thomas Gleixner
· 6 years ago
d4c08b9
riscv: Use latest system call ABI
by Arnd Bergmann
· 6 years ago
6f1e9e9
RISC-V: Move setup_vm() to mm/init.c
by Anup Patel
· 6 years ago
0651c26
RISC-V: Move setup_bootmem() to mm/init.c
by Anup Patel
· 6 years ago
680f9b8
RISC-V: Setup init_mm before parse_early_param()
by Anup Patel
· 6 years ago
dd81c8a
riscv: use for_each_of_cpu_node iterator
by Johan Hovold
· 6 years ago
e3d794d
riscv: treat cpu devicetree nodes without status as enabled
by Johan Hovold
· 6 years ago
149820c
riscv: fix riscv_of_processor_hartid() comment
by Johan Hovold
· 6 years ago
e1b1381
riscv: use pr_info and friends
by Johan Hovold
· 6 years ago
7265d10
riscv: add missing newlines to printk messages
by Johan Hovold
· 6 years ago
41fb9d5
Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"
by Palmer Dabbelt
· 6 years ago
28198c4
riscv: fixup max_low_pfn with PFN_DOWN.
by Guo Ren
· 6 years ago
2bb1063
RISC-V: fix bad use of of_node_put
by Andreas Schwab
· 6 years ago
99fd6e8
RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=y
by Vincent Chen
· 6 years ago
8010094
Fix a handful of audit-related issue
by Palmer Dabbelt
· 6 years ago
775800b
riscv: fix trace_sys_exit hook
by David Abdurachmanov
· 6 years ago
Next »