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