index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
1
-1
/
+0
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
1
-1
/
+0
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
1
-6
/
+0
2018-10-25
Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
27
-238
/
+679
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-24
/
+1
2018-10-22
RISC-V: SMP cleanup and new features
Palmer Dabbelt
10
-62
/
+245
2018-10-22
RISC-V: Fix some RV32 bugs and build failures
Palmer Dabbelt
4
-2
/
+7
2018-10-22
riscv: Add support to no-FPU systems
Palmer Dabbelt
9
-127
/
+196
2018-10-22
RISC-V: Cosmetic menuconfig changes
Nick Kossifidis
2
-36
/
+39
2018-10-22
riscv: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig
Masahiro Yamada
2
-2
/
+1
2018-10-22
RISC-V: remove the unused return_to_handler export
Christoph Hellwig
1
-1
/
+0
2018-10-22
RISC-V: Add futex support.
Jim Wilson
3
-1
/
+129
2018-10-22
RISC-V: Add FP register ptrace support for gdb.
Jim Wilson
2
-0
/
+55
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
3
-7
/
+49
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
6
-25
/
+58
2018-10-22
RISC-V: Add logical CPU indexing for RISC-V
Atish Patra
3
-1
/
+46
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
3
-4
/
+7
2018-10-22
RISC-V: Provide a cleaner raw_smp_processor_id()
Palmer Dabbelt
1
-10
/
+4
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: Avoid corrupting the upper 32-bit of phys_addr_t in ioremap
Vincent Chen
1
-1
/
+1
2018-10-22
RISC-V: Select GENERIC_LIB_UMODDI3 on RV32
Zong Li
1
-0
/
+1
2018-10-22
RISC-V: Use swiotlb on RV64 only
Zong Li
1
-0
/
+3
2018-10-22
RISC-V: Build tishift only on 64-bit
Zong Li
1
-1
/
+2
2018-10-22
Auto-detect whether a FPU exists
Alan Kao
4
-7
/
+19
2018-10-22
Allow to disable FPU support
Alan Kao
6
-3
/
+29
2018-10-22
Cleanup ISA string setting
Alan Kao
1
-11
/
+8
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-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
2
-24
/
+1
2018-10-02
RISCV: Fix end PFN for low memory
Atish Patra
1
-1
/
+1
2018-09-24
RISC-V: include linux/ftrace.h in asm-prototypes.h
James Cowgill
1
-0
/
+7
2018-09-05
RISC-V: Request newstat syscalls
Guenter Roeck
1
-0
/
+1
2018-09-04
riscv: Do not overwrite initrd_start and initrd_end
Guenter Roeck
1
-7
/
+0
2018-08-28
RISC-V: Use a less ugly workaround for unused variable warnings
Palmer Dabbelt
1
-14
/
+1
2018-08-28
riscv: tlb: Provide definition of tlb_flush() before including tlb.h
Will Deacon
1
-0
/
+4
2018-08-25
Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-2
/
+2
2018-08-24
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
1
-2
/
+2
2018-08-20
RISC-V: Fix sys_riscv_flush_icache
Palmer Dabbelt
4
-9
/
+23
2018-08-20
riscv: Delete asm/compat.h
Deepa Dinamani
2
-29
/
+1
[next]