summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/tlb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* um: Remove the redundant newpage check in update_pte_rangeTiwei Bie2024-09-121-10/+6
* um: refactor TLB update handlingBenjamin Berg2024-07-031-118/+12
* um: simplify and consolidate TLB updatesBenjamin Berg2024-07-031-305/+81
* um: remove force_flush_all from fork_handlerBenjamin Berg2024-07-031-29/+15
* um: Delay flushing syscalls until the thread is restartedBenjamin Berg2024-07-031-19/+2
* um: Rework syscall handlingBenjamin Berg2024-07-031-22/+20
* um: Add missing headersTiwei Bie2024-04-221-0/+1
* um: Remove unused functionsTiwei Bie2024-04-221-6/+0
* um: Declare fix_range_common as a static functionBenjamin Berg2023-02-011-2/+2
* um: protect VMA iterationJohannes Berg2023-02-011-0/+2
* um: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-271-8/+6
* um: remove process stub VMAJohannes Berg2021-02-121-15/+0
* um: defer killing userspace on page table update failuresJohannes Berg2021-02-121-4/+3
* um: mm: check more comprehensively for stub changesJohannes Berg2021-02-121-1/+11
* Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg2021-01-261-54/+0
* um: support some of ARCH_HAS_SET_MEMORYJohannes Berg2020-12-131-0/+54
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* um: add support for folded p4d page tablesMike Rapoport2019-12-051-6/+50
* um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport2019-12-051-29/+0
* um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-151-1/+1
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* um: Optimize Flush TLB for force/fork caseAnton Ivanov2018-12-271-4/+5
* um: Skip TLB flushing where not neededAnton Ivanov2018-12-271-7/+14
* um: Optimize TLB operations v2Anton Ivanov2018-12-271-28/+57
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+2
* um: Report host OOM more nicelyRichard Weinberger2015-11-061-1/+15
* um: Fix do_signal() prototypeIngo Molnar2015-07-071-1/+1
* um: Fix hung task in fix_range_common()Richard Weinberger2014-07-201-1/+5
* um: Ensure that a stub page cannot get unmappedRichard Weinberger2014-07-201-0/+3
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-4/+4
* um: Add BUG() to do_ops()'s error pathRichard Weinberger2012-05-211-0/+1
* um: distribute exports to where exported stuff is definedAl Viro2011-11-021-0/+2
* um: kill shared/tlb.hAl Viro2011-11-021-1/+0
* um: make flush_tlb_kernel_range_common() staticAl Viro2011-11-021-1/+1
* uml: style fixes in arch/um/kernelJeff Dike2008-02-051-1/+1
* uml: customize tlb.hJeff Dike2008-02-051-7/+18
* uml: 64-bit tlb fixesJeff Dike2008-02-051-4/+4
* uml: cover stubs with a VMAJeff Dike2008-02-051-7/+4
* uml: clean up TASK_SIZE usageJeff Dike2008-02-051-1/+1
* uml: header untanglingJeff Dike2008-02-051-3/+4
* uml: fix stub address calculationsJeff Dike2007-10-161-3/+3
* uml: clean up tlb flush pathJeff Dike2007-10-161-131/+127
* uml: fold mmu_context_skas into mm_contextJeff Dike2007-10-161-22/+21
* uml: style fixes pass 3Jeff Dike2007-10-161-79/+79
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-5/+129
* uml: throw out CHOOSE_MODEJeff Dike2007-10-161-11/+6
* uml: more page fault path trimmingJeff Dike2007-05-071-28/+14
* uml: eliminate a piece of debugging codeJeff Dike2007-05-071-1/+0