summaryrefslogtreecommitdiff
path: root/arch/um/kernel/tlb.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-03um: refactor TLB update handlingBenjamin Berg1-118/+12
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg1-305/+81
2024-07-03um: remove force_flush_all from fork_handlerBenjamin Berg1-29/+15
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg1-19/+2
2024-07-03um: Rework syscall handlingBenjamin Berg1-22/+20
2024-04-22um: Add missing headersTiwei Bie1-0/+1
2024-04-22um: Remove unused functionsTiwei Bie1-6/+0
2023-02-02um: Declare fix_range_common as a static functionBenjamin Berg1-2/+2
2023-02-02um: protect VMA iterationJohannes Berg1-0/+2
2022-09-27um: remove vma linked list walkMatthew Wilcox (Oracle)1-8/+6
2021-02-12um: remove process stub VMAJohannes Berg1-15/+0
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg1-4/+3
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg1-1/+11
2021-01-27Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg1-54/+0
2020-12-14um: support some of ARCH_HAS_SET_MEMORYJohannes Berg1-0/+54
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-12-05um: add support for folded p4d page tablesMike Rapoport1-6/+50
2019-12-05um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport1-29/+0
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-2/+2
2018-12-28um: Optimize Flush TLB for force/fork caseAnton Ivanov1-4/+5
2018-12-28um: Skip TLB flushing where not neededAnton Ivanov1-7/+14
2018-12-28um: Optimize TLB operations v2Anton Ivanov1-28/+57
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+2
2015-11-07um: Report host OOM more nicelyRichard Weinberger1-1/+15
2015-07-07um: Fix do_signal() prototypeIngo Molnar1-1/+1
2014-07-20um: Fix hung task in fix_range_common()Richard Weinberger1-1/+5
2014-07-20um: Ensure that a stub page cannot get unmappedRichard Weinberger1-0/+3
2012-10-10um: get rid of pointless include "..." where include <...> will doAl Viro1-4/+4
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger1-0/+1
2011-11-02um: distribute exports to where exported stuff is definedAl Viro1-0/+2
2011-11-02um: kill shared/tlb.hAl Viro1-1/+0
2011-11-02um: make flush_tlb_kernel_range_common() staticAl Viro1-1/+1
2008-02-05uml: style fixes in arch/um/kernelJeff Dike1-1/+1
2008-02-05uml: customize tlb.hJeff Dike1-7/+18
2008-02-05uml: 64-bit tlb fixesJeff Dike1-4/+4
2008-02-05uml: cover stubs with a VMAJeff Dike1-7/+4
2008-02-05uml: clean up TASK_SIZE usageJeff Dike1-1/+1
2008-02-05uml: header untanglingJeff Dike1-3/+4
2007-10-16uml: fix stub address calculationsJeff Dike1-3/+3
2007-10-16uml: clean up tlb flush pathJeff Dike1-131/+127
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike1-22/+21
2007-10-16uml: style fixes pass 3Jeff Dike1-79/+79
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-5/+129
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-11/+6
2007-05-07uml: more page fault path trimmingJeff Dike1-28/+14
2007-05-07uml: eliminate a piece of debugging codeJeff Dike1-1/+0
2007-05-07uml: speed page fault pathJeff Dike1-1/+3