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
starfive-6.6.48-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
/
tlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
um: Remove the redundant newpage check in update_pte_range
Tiwei Bie
1
-10
/
+6
2024-07-03
um: refactor TLB update handling
Benjamin Berg
1
-118
/
+12
2024-07-03
um: simplify and consolidate TLB updates
Benjamin Berg
1
-305
/
+81
2024-07-03
um: remove force_flush_all from fork_handler
Benjamin Berg
1
-29
/
+15
2024-07-03
um: Delay flushing syscalls until the thread is restarted
Benjamin Berg
1
-19
/
+2
2024-07-03
um: Rework syscall handling
Benjamin Berg
1
-22
/
+20
2024-04-22
um: Add missing headers
Tiwei Bie
1
-0
/
+1
2024-04-22
um: Remove unused functions
Tiwei Bie
1
-6
/
+0
2023-02-02
um: Declare fix_range_common as a static function
Benjamin Berg
1
-2
/
+2
2023-02-02
um: protect VMA iteration
Johannes Berg
1
-0
/
+2
2022-09-27
um: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-8
/
+6
2021-02-12
um: remove process stub VMA
Johannes Berg
1
-15
/
+0
2021-02-12
um: defer killing userspace on page table update failures
Johannes Berg
1
-4
/
+3
2021-02-12
um: mm: check more comprehensively for stub changes
Johannes Berg
1
-1
/
+11
2021-01-27
Revert "um: support some of ARCH_HAS_SET_MEMORY"
Johannes Berg
1
-54
/
+0
2020-12-14
um: support some of ARCH_HAS_SET_MEMORY
Johannes Berg
1
-0
/
+54
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-1
/
+1
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2019-12-05
um: add support for folded p4d page tables
Mike Rapoport
1
-6
/
+50
2019-12-05
um: remove unused pxx_offset_proc() and addr_pte() functions
Mike Rapoport
1
-29
/
+0
2019-09-15
um: Add SPDX headers to files in arch/um/kernel/
Alex Dewar
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-2
/
+2
2018-12-28
um: Optimize Flush TLB for force/fork case
Anton Ivanov
1
-4
/
+5
2018-12-28
um: Skip TLB flushing where not needed
Anton Ivanov
1
-7
/
+14
2018-12-28
um: Optimize TLB operations v2
Anton Ivanov
1
-28
/
+57
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+2
2015-11-07
um: Report host OOM more nicely
Richard Weinberger
1
-1
/
+15
2015-07-07
um: Fix do_signal() prototype
Ingo Molnar
1
-1
/
+1
2014-07-20
um: Fix hung task in fix_range_common()
Richard Weinberger
1
-1
/
+5
2014-07-20
um: Ensure that a stub page cannot get unmapped
Richard Weinberger
1
-0
/
+3
2012-10-10
um: get rid of pointless include "..." where include <...> will do
Al Viro
1
-4
/
+4
2012-05-21
um: Add BUG() to do_ops()'s error path
Richard Weinberger
1
-0
/
+1
2011-11-02
um: distribute exports to where exported stuff is defined
Al Viro
1
-0
/
+2
2011-11-02
um: kill shared/tlb.h
Al Viro
1
-1
/
+0
2011-11-02
um: make flush_tlb_kernel_range_common() static
Al Viro
1
-1
/
+1
2008-02-05
uml: style fixes in arch/um/kernel
Jeff Dike
1
-1
/
+1
2008-02-05
uml: customize tlb.h
Jeff Dike
1
-7
/
+18
2008-02-05
uml: 64-bit tlb fixes
Jeff Dike
1
-4
/
+4
2008-02-05
uml: cover stubs with a VMA
Jeff Dike
1
-7
/
+4
2008-02-05
uml: clean up TASK_SIZE usage
Jeff Dike
1
-1
/
+1
2008-02-05
uml: header untangling
Jeff Dike
1
-3
/
+4
2007-10-16
uml: fix stub address calculations
Jeff Dike
1
-3
/
+3
2007-10-16
uml: clean up tlb flush path
Jeff Dike
1
-131
/
+127
2007-10-16
uml: fold mmu_context_skas into mm_context
Jeff Dike
1
-22
/
+21
2007-10-16
uml: style fixes pass 3
Jeff Dike
1
-79
/
+79
2007-10-16
uml: remove code made redundant by CHOOSE_MODE removal
Jeff Dike
1
-5
/
+129
2007-10-16
uml: throw out CHOOSE_MODE
Jeff Dike
1
-11
/
+6
2007-05-07
uml: more page fault path trimming
Jeff Dike
1
-28
/
+14
2007-05-07
uml: eliminate a piece of debugging code
Jeff Dike
1
-1
/
+0
[next]