index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-27
arch/um: partially revert the conversion to __section() macro
Linus Torvalds
1
-1
/
+1
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2
-2
/
+2
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-18
Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+14
2020-10-18
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
1
-1
/
+1
2020-10-12
Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-10-12
um: Clean up stacktrace dump
Johannes Berg
1
-3
/
+1
2020-10-12
um: change sigio_spinlock to a mutex
Johannes Berg
1
-3
/
+3
2020-10-12
um: time-travel: Return the sequence number in ACK messages
Johannes Berg
1
-0
/
+1
2020-10-12
um: time-travel: Fix IRQ handling in time_travel_handle_message()
Johannes Berg
1
-5
/
+9
2020-09-01
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
Kees Cook
2
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-12
mm: clean up the last pieces of page fault accountings
Peter Xu
1
-4
/
+0
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-5
/
+0
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
1
-12
/
+0
2020-07-05
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-1
/
+1
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
1
-6
/
+4
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2
-2
/
+2
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2
-4
/
+4
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2
-16
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
6
-6
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-6
/
+1
2020-06-09
um: add show_stack_loglvl()
Dmitry Safonov
1
-8
/
+16
2020-06-09
um/sysrq: remove needless variable sp
Dmitry Safonov
1
-3
/
+1
2020-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
1
-0
/
+16
2020-06-04
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
1
-8
/
+4
2020-05-08
x86/module: Use text_poke() for late relocations
Peter Zijlstra
1
-0
/
+16
2020-04-29
um: syscall.c: include <asm/unistd.h>
Johannes Berg
1
-0
/
+1
2020-04-07
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-65
/
+528
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-1
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-03-30
um: Implement ndelay/udelay in time-travel mode
Johannes Berg
1
-0
/
+6
2020-03-30
um: Implement time-travel=ext
Johannes Berg
2
-13
/
+313
2020-03-30
um: time-travel: Rewrite as an event scheduler
Johannes Berg
2
-50
/
+208
2020-03-30
um: Move timer-internal.h to non-shared
Johannes Berg
3
-3
/
+3
2020-03-30
um: Fix overlapping ELF segments when statically linked
David Gow
1
-1
/
+1
2020-03-30
um: Don't use console_drivers directly
Andy Shevchenko
1
-5
/
+4
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2
-16
/
+14
2020-01-20
Revert "um: Enable CONFIG_CONSTRUCTORS"
Johannes Berg
1
-0
/
+1
2020-01-07
um: Implement copy_thread_tls
Amanieu d'Antras
1
-3
/
+3
2019-12-05
um: add support for folded p4d page tables
Mike Rapoport
5
-12
/
+75
2019-12-05
um: remove unused pxx_offset_proc() and addr_pte() functions
Mike Rapoport
1
-29
/
+0
2019-10-11
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-09-16
um: irq: Fix LAST_IRQ usage in init_IRQ()
Erel Geron
1
-1
/
+1
2019-09-15
um: Add SPDX headers to files in arch/um/kernel/
Alex Dewar
28
-29
/
+29
2019-09-15
um: drivers: Add virtio vhost-user driver
Erel Geron
4
-0
/
+5
2019-09-15
um: time-travel: Restrict time update in IRQ handler
Johannes Berg
2
-4
/
+15
[next]