summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/tlb.c
AgeCommit message (Expand)AuthorLines
2021-02-12um: remove process stub VMAJohannes Berg-15/+0
2021-02-12um: defer killing userspace on page table update failuresJohannes Berg-4/+3
2021-02-12um: mm: check more comprehensively for stub changesJohannes Berg-1/+11
2021-01-26Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg-54/+0
2020-12-13um: support some of ARCH_HAS_SET_MEMORYJohannes Berg-0/+54
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2019-12-04um: add support for folded p4d page tablesMike Rapoport-6/+50
2019-12-04um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport-29/+0
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-2/+2
2018-12-27um: Optimize Flush TLB for force/fork caseAnton Ivanov-4/+5
2018-12-27um: Skip TLB flushing where not neededAnton Ivanov-7/+14
2018-12-27um: Optimize TLB operations v2Anton Ivanov-28/+57
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+2
2015-11-06um: Report host OOM more nicelyRichard Weinberger-1/+15
2015-07-07um: Fix do_signal() prototypeIngo Molnar-1/+1
2014-07-20um: Fix hung task in fix_range_common()Richard Weinberger-1/+5
2014-07-20um: Ensure that a stub page cannot get unmappedRichard Weinberger-0/+3
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-4/+4
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger-0/+1
2011-11-02um: distribute exports to where exported stuff is definedAl Viro-0/+2
2011-11-02um: kill shared/tlb.hAl Viro-1/+0
2011-11-02um: make flush_tlb_kernel_range_common() staticAl Viro-1/+1
2008-02-05uml: style fixes in arch/um/kernelJeff Dike-1/+1
2008-02-05uml: customize tlb.hJeff Dike-7/+18
2008-02-05uml: 64-bit tlb fixesJeff Dike-4/+4
2008-02-05uml: cover stubs with a VMAJeff Dike-7/+4
2008-02-05uml: clean up TASK_SIZE usageJeff Dike-1/+1
2008-02-05uml: header untanglingJeff Dike-3/+4
2007-10-16uml: fix stub address calculationsJeff Dike-3/+3
2007-10-16uml: clean up tlb flush pathJeff Dike-131/+127
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike-22/+21
2007-10-16uml: style fixes pass 3Jeff Dike-79/+79
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike-5/+129
2007-10-16uml: throw out CHOOSE_MODEJeff Dike-11/+6
2007-05-07uml: more page fault path trimmingJeff Dike-28/+14
2007-05-07uml: eliminate a piece of debugging codeJeff Dike-1/+0
2007-05-07uml: speed page fault pathJeff Dike-1/+3
2007-05-07uml: remove debugging remnantsJeff Dike-3/+0
2007-05-07uml: speed up page table walkingJeff Dike-82/+120
2007-05-07uml: remove user_util.hJeff Dike-1/+0
2007-05-07uml: create as-layout.hJeff Dike-0/+1
2006-09-26[PATCH] uml: Whitespace fixesJeff Dike-184/+183
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike-2/+3
2005-09-22[PATCH] uml: fix condition in tlb flushPaolo 'Blaisorblade' Giarrusso-6/+6
2005-09-17[PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike-1/+1
2005-09-05[PATCH] uml: skas0 stubs now check system call return valuesBodo Stroesser-76/+87
2005-09-05[PATCH] uml: TLB operation batchingJeff Dike-110/+116