summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/tlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-6/+50
* um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport2019-12-041-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
* uml: speed page fault pathJeff Dike2007-05-071-1/+3
* uml: remove debugging remnantsJeff Dike2007-05-071-3/+0
* uml: speed up page table walkingJeff Dike2007-05-071-82/+120
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: create as-layout.hJeff Dike2007-05-071-0/+1
* [PATCH] uml: Whitespace fixesJeff Dike2006-09-261-184/+183
* [PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike2006-09-261-2/+3
* [PATCH] uml: fix condition in tlb flushPaolo 'Blaisorblade' Giarrusso2005-09-221-6/+6
* [PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike2005-09-171-1/+1
* [PATCH] uml: skas0 stubs now check system call return valuesBodo Stroesser2005-09-051-76/+87
* [PATCH] uml: TLB operation batchingJeff Dike2005-09-051-110/+116