index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: preprocess module linker script
Masahiro Yamada
2020-09-24
1
-0
/
+9
*
RISC-V: Remove CLINT related code from timer and arch
Anup Patel
2020-08-20
2
-35
/
+7
*
RISC-V: Add mechanism to provide custom IPI operations
Anup Patel
2020-08-20
2
-25
/
+19
*
Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-08-14
1
-1
/
+2
|
\
|
*
vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()
Thomas Gleixner
2020-08-06
1
-1
/
+2
*
|
uaccess: remove segment_eq
Christoph Hellwig
2020-08-12
1
-3
/
+1
*
|
riscv: include <asm/pgtable.h> in <asm/uaccess.h>
Christoph Hellwig
2020-08-12
1
-0
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
1
-17
/
+1
|
\
\
|
*
|
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
1
-5
/
+0
|
*
|
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
2020-08-07
1
-12
/
+1
|
|
/
*
|
Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-07
7
-8
/
+108
|
\
\
|
|
/
|
/
|
|
*
RISC-V: Fix build warning for smpboot.c
Atish Patra
2020-08-05
1
-0
/
+3
|
*
riscv: Use generic pgprot_* macros from <linux/pgtable.h>
Pekka Enberg
2020-07-30
1
-6
/
+0
|
*
riscv: Add jump-label implementation
Emil Renner Berthing
2020-07-30
1
-0
/
+60
|
*
Replace HTTP links with HTTPS ones: RISC-V
Alexander A. Klimov
2020-07-30
1
-1
/
+1
|
*
riscv: Add STACKPROTECTOR supported
Guo Ren
2020-07-30
1
-0
/
+33
|
*
riscv: Fix typo in asm/hwcap.h uapi header
Tobias Klauser
2020-07-30
1
-1
/
+1
|
*
riscv: Support irq_work via self IPIs
Greentime Hu
2020-07-30
1
-0
/
+10
*
|
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-03
1
-2
/
+0
|
\
\
|
*
\
Merge branch 'locking/header'
Peter Zijlstra
2020-07-29
1
-2
/
+0
|
|
\
\
|
|
*
|
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
2020-07-29
1
-2
/
+0
*
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-08-03
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'
Will Deacon
2020-07-21
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorw
Palmer Dabbelt
2020-07-17
1
-1
/
+9
*
|
|
riscv: use 16KB kernel stack on 64-bit
Andreas Schwab
2020-07-14
1
-0
/
+4
*
|
|
riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warning
Vincent Chen
2020-07-10
2
-3
/
+4
*
|
|
kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.h
Vincent Chen
2020-07-10
1
-1
/
+0
|
/
/
*
/
riscv/atomic: Fix sign extension for RV64I
Nathan Huckleberry
2020-06-12
1
-4
/
+4
|
/
*
Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-11
9
-15
/
+148
|
\
|
*
riscv: use vDSO common flow to reduce the latency of the time-related functions
Vincent Chen
2020-06-11
7
-10
/
+144
|
*
clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
Anup Patel
2020-06-10
1
-2
/
+0
|
*
irqchip: RISC-V per-HART local interrupt controller driver
Anup Patel
2020-06-10
1
-2
/
+0
|
*
RISC-V: Rename and move plic_find_hart_id() to arch directory
Anup Patel
2020-06-10
1
-0
/
+1
|
*
RISC-V: self-contained IPI handling routine
Anup Patel
2020-06-10
2
-1
/
+3
*
|
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
2
-27
/
+0
*
|
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
3
-4
/
+2
*
|
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
4
-5
/
+3
*
|
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2020-06-08
1
-1
/
+2
*
|
riscv: use asm-generic/cacheflush.h
Christoph Hellwig
2020-06-08
1
-59
/
+3
|
/
*
Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-05
7
-2
/
+516
|
\
|
*
riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structure
Yash Shah
2020-05-21
1
-0
/
+15
|
*
riscv: Remove the 'riscv_' prefix of function name
Zong Li
2020-05-18
1
-2
/
+2
|
*
riscv: Add SW single-step support for KDB
Vincent Chen
2020-05-18
1
-0
/
+219
|
*
riscv: Use the XML target descriptions to report 3 system registers
Vincent Chen
2020-05-18
2
-1
/
+124
|
*
riscv: Add KGDB support
Vincent Chen
2020-05-18
2
-0
/
+118
|
*
riscv: Allow device trees to be built into the kernel
Palmer Dabbelt
2020-05-18
1
-0
/
+39
*
|
riscv: support DEBUG_WX
Zong Li
2020-06-04
1
-0
/
+11
*
|
mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
Anshuman Khandual
2020-06-04
1
-4
/
+0
*
|
mm/hugetlb: define a generic fallback for is_hugepage_only_range()
Anshuman Khandual
2020-06-04
1
-6
/
+0
*
|
mm: switch the test_vmalloc module to use __vmalloc_node
Christoph Hellwig
2020-06-02
1
-2
/
+2
|
/
[next]