index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
include
/
shared
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
um: pass FD for memory operations when needed
Benjamin Berg
2
-0
/
+8
2025-06-02
um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
3
-2
/
+7
2025-06-02
um: Track userspace children dying in SECCOMP mode
Benjamin Berg
4
-0
/
+6
2025-06-02
um: Add stub side of SECCOMP/futex based process handling
Benjamin Berg
2
-0
/
+16
2025-05-05
um: Remove legacy network transport infrastructure
Tiwei Bie
2
-121
/
+0
2025-05-05
um: Remove obsolete legacy network transports
Tiwei Bie
1
-1
/
+0
2025-04-02
Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-9
/
+19
2025-03-20
um: Rewrite the sigio workaround based on epoll and tgkill
Tiwei Bie
2
-2
/
+1
2025-03-20
um: Add pthread-based helper support
Tiwei Bie
1
-0
/
+5
2025-03-18
um: remove copy_from_kernel_nofault_allowed
Benjamin Berg
1
-1
/
+0
2025-03-18
um: mark rodata read-only and implement _nofault accesses
Johannes Berg
4
-6
/
+13
2025-03-18
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
1
-1
/
+0
2024-11-12
um: move thread info into task
Benjamin Berg
1
-5
/
+2
2024-11-07
um: remove broken double fault detection
Benjamin Berg
1
-1
/
+0
2024-11-07
um: remove duplicate UM_NSEC_PER_SEC definition
Benjamin Berg
1
-1
/
+0
2024-11-07
um: remove file sync for stub data
Benjamin Berg
1
-1
/
+0
2024-11-07
um: always include kconfig.h and compiler-version.h
Benjamin Berg
3
-22
/
+3
2024-10-25
um: Add os_set_pdeathsig helper function
Tiwei Bie
1
-0
/
+2
2024-10-23
um: insert scheduler ticks when userspace does not yield
Benjamin Berg
1
-1
/
+5
2024-10-23
um: Abandon the _PAGE_NEWPROT bit
Tiwei Bie
2
-3
/
+0
2024-10-23
um: remove fault_catcher infrastructure
Johannes Berg
1
-1
/
+0
2024-10-10
um: Discover host_task_size from envp
Benjamin Berg
2
-4
/
+1
2024-10-10
um: use execveat to create userspace MMs
Benjamin Berg
1
-0
/
+11
2024-10-10
um: remove auxiliary FP registers
Benjamin Berg
1
-1
/
+1
2024-10-10
um: always use the internal copy of the FP registers
Benjamin Berg
1
-6
/
+0
2024-10-10
um: Fix the definition for physmem_size
Tiwei Bie
1
-0
/
+2
2024-10-10
um: Remove highmem leftovers
Tiwei Bie
2
-4
/
+2
2024-10-10
um: Remove unused os_getpgrp function
Benjamin Berg
1
-1
/
+0
2024-10-10
um: Remove unused os_stop_process
Benjamin Berg
1
-1
/
+0
2024-10-10
um: Remove unused os_process_parent
Benjamin Berg
1
-1
/
+0
2024-10-10
um: Remove unused os_process_pc
Benjamin Berg
1
-1
/
+0
2024-09-12
um: Remove the declaration of user_thread function
Tiwei Bie
1
-1
/
+0
2024-09-12
um: Remove unused mm_fd field from mm_id
Tiwei Bie
1
-4
/
+1
2024-09-12
um: Remove obsoleted declaration for execute_syscall_skas
Gaosheng Cui
1
-1
/
+0
2024-07-03
um: refactor TLB update handling
Benjamin Berg
1
-0
/
+1
2024-07-03
um: simplify and consolidate TLB updates
Benjamin Berg
1
-6
/
+6
2024-07-03
um: Delay flushing syscalls until the thread is restarted
Benjamin Berg
3
-1
/
+5
2024-07-03
um: remove copy_context_skas0
Benjamin Berg
2
-2
/
+0
2024-07-03
um: remove LDT support
Benjamin Berg
1
-14
/
+7
2024-07-03
um: Rework syscall handling
Benjamin Berg
4
-15
/
+51
2024-07-03
um: Create signal stack memory assignment in stub_data
Benjamin Berg
2
-1
/
+10
2024-07-03
um: Remove stub-data.h include from common-offsets.h
Benjamin Berg
1
-5
/
+0
2024-07-03
um: add mmap/mremap OS calls
Johannes Berg
1
-0
/
+2
2024-07-03
um: generalize os_rcv_fd
Johannes Berg
1
-1
/
+2
2024-07-03
um: time-travel: support time-travel protocol broadcast messages
Mordechay Goodstein
1
-0
/
+9
2024-07-03
um: Remove unused ncpus variable
Tiwei Bie
1
-1
/
+0
2024-07-03
um: chan: use blocking IO for console output for time-travel
Benjamin Berg
1
-0
/
+1
2024-05-25
Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-2
/
+6
2024-04-30
um: Fix the declaration of kasan_map_memory
Tiwei Bie
1
-0
/
+2
2024-04-30
um: Fix the -Wmissing-prototypes warning for __switch_mm
Tiwei Bie
1
-0
/
+2
[next]