aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/tlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06um: 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-09um: 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
2007-05-07uml: remove debugging remnantsJeff Dike1-3/+0
2007-05-07uml: speed up page table walkingJeff Dike1-82/+120
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: create as-layout.hJeff Dike1-0/+1
2006-09-26[PATCH] uml: Whitespace fixesJeff Dike1-184/+183
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike1-2/+3
2005-09-22[PATCH] uml: fix condition in tlb flushPaolo 'Blaisorblade' Giarrusso1-6/+6
2005-09-17[PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike1-1/+1
2005-09-05[PATCH] uml: skas0 stubs now check system call return valuesBodo Stroesser1-76/+87
2005-09-05[PATCH] uml: TLB operation batchingJeff Dike1-110/+116
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike1-64/+68
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+369