index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-23
riscv: fixup max_low_pfn with PFN_DOWN.
Guo Ren
1
-1
/
+1
2019-01-23
RISC-V: fix bad use of of_node_put
Andreas Schwab
1
-5
/
+1
2019-01-23
RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=y
Vincent Chen
2
-1
/
+18
2019-01-07
Fix a handful of audit-related issue
Palmer Dabbelt
2
-3
/
+10
2019-01-07
riscv: fix trace_sys_exit hook
David Abdurachmanov
1
-1
/
+1
2019-01-07
riscv: define CREATE_TRACE_POINTS in ptrace.c
David Abdurachmanov
1
-0
/
+2
2019-01-07
riscv: audit: add audit hook in do_syscall_trace_enter/exit()
David Abdurachmanov
1
-0
/
+5
2019-01-07
riscv: add audit support
David Abdurachmanov
1
-2
/
+2
2019-01-07
RISC-V: Support MODULE_SECTIONS mechanism on RV32
Zong Li
1
-14
/
+16
2019-01-07
riscv: don't stop itself in smp_send_stop
Andreas Schwab
1
-7
/
+36
2019-01-07
arch: riscv: support kernel command line forcing when no DTB passed
Paul Walmsley
1
-1
/
+8
2019-01-07
RISC-V: Make BSS section as the last section in vmlinux.lds.S
Anup Patel
1
-2
/
+6
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-12-21
RISC-V: Move from EARLY_PRINTK to SBI earlycon
Palmer Dabbelt
1
-28
/
+0
2018-12-21
riscv: remove unused variable in ftrace
David Abdurachmanov
1
-1
/
+0
2018-12-21
RISC-V: add of_node_put()
Yangtao Li
1
-0
/
+1
2018-12-21
RISC-V: Fix of_node_* refcount
Atish Patra
5
-1
/
+20
2018-12-17
RISC-V: Remove EARLY_PRINTK support
Anup Patel
1
-28
/
+0
2018-11-30
Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+2
2018-11-27
riscv/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-12
/
+2
2018-11-20
RISC-V: recognize S/U mode bits in print_isa
Patrick Stählin
1
-3
/
+6
2018-11-20
RISC-V: Build flat and compressed kernel images
Anup Patel
2
-1
/
+11
2018-11-12
RISC-V: Silence some module warnings on 32-bit
Olof Johansson
1
-6
/
+6
2018-10-31
RISC-V: properly determine hardware caps
Andreas Schwab
1
-3
/
+5
2018-10-22
RISC-V: SMP cleanup and new features
Palmer Dabbelt
7
-47
/
+195
2018-10-22
RISC-V: Fix some RV32 bugs and build failures
Palmer Dabbelt
1
-0
/
+3
2018-10-22
riscv: Add support to no-FPU systems
Palmer Dabbelt
6
-115
/
+168
2018-10-22
RISC-V: remove the unused return_to_handler export
Christoph Hellwig
1
-1
/
+0
2018-10-22
RISC-V: Add FP register ptrace support for gdb.
Jim Wilson
1
-0
/
+52
2018-10-22
RISC-V: Mask out the F extension on systems without D
Palmer Dabbelt
1
-0
/
+7
2018-10-22
RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}
Palmer Dabbelt
1
-7
/
+0
2018-10-22
RISC-V: Show IPI stats
Anup Patel
2
-7
/
+40
2018-10-22
RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
Anup Patel
1
-4
/
+6
2018-10-22
RISC-V: Use Linux logical CPU number instead of hartid
Atish Patra
5
-22
/
+45
2018-10-22
RISC-V: Add logical CPU indexing for RISC-V
Atish Patra
2
-0
/
+23
2018-10-22
RISC-V: Use WRITE_ONCE instead of direct access
Atish Patra
1
-2
/
+3
2018-10-22
RISC-V: Use mmgrab()
Palmer Dabbelt
1
-1
/
+2
2018-10-22
RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
Palmer Dabbelt
1
-4
/
+5
2018-10-22
RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
Palmer Dabbelt
2
-3
/
+6
2018-10-22
RISC-V: Disable preemption before enabling interrupts
Atish Patra
1
-1
/
+5
2018-10-22
RISC-V: Comment on the TLB flush in smp_callin()
Palmer Dabbelt
1
-0
/
+4
2018-10-22
RISC-V: Filter ISA and MMU values in cpuinfo
Palmer Dabbelt
1
-7
/
+61
2018-10-22
RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}
Palmer Dabbelt
1
-7
/
+0
2018-10-22
RISC-V: No need to pass scause as arg to do_IRQ()
Anup Patel
2
-3
/
+2
2018-10-22
RISC-V: Use swiotlb on RV64 only
Zong Li
1
-0
/
+3
2018-10-22
Auto-detect whether a FPU exists
Alan Kao
3
-3
/
+15
2018-10-22
Allow to disable FPU support
Alan Kao
3
-2
/
+9
2018-10-22
Refactor FPU code in signal setup/return procedures
Alan Kao
1
-27
/
+41
2018-10-22
Extract FPU context operations from entry.S
Alan Kao
3
-87
/
+107
2018-10-02
RISCV: Fix end PFN for low memory
Atish Patra
1
-1
/
+1
[next]