aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12um: remove process stub VMAJohannes Berg1-87/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-12-04um: add support for folded p4d page tablesMike Rapoport1-2/+10
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg1-2/+2
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+2
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-0/+3
2015-05-31um: Use char[] for linker script address declarationsNicolas Iooss1-2/+2
2015-05-31um: Create asm/sections.hNicolas Iooss1-2/+1
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger1-45/+23
2013-07-19um: Mark stub pages mapping with VM_PFNMAPRichard Weinberger1-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-8/+8
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh1-1/+0
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't hold itAl Viro1-1/+1
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro1-18/+5
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22uml: fix order of pud and pmd_free()Roel Kluin1-2/+2
2008-02-08uml: fix mm_context memory leakJeff Dike1-0/+5
2008-02-05uml: don't kill pid 0Jeff Dike1-1/+13
2008-02-05uml: cover stubs with a VMAJeff Dike1-45/+59
2008-02-05uml: kill processes instead of panicing kernelJeff Dike1-0/+5
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-4/+4
2007-10-16uml: fix stub address calculationsJeff Dike1-2/+3
2007-10-16uml: free LDT state on process exitJeff Dike1-0/+2
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike1-6/+6
2007-10-16uml: style fixes pass 3Jeff Dike1-35/+29
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-2/+2
2006-10-11[PATCH] uml: correct removal of pte_mkexecPaolo 'Blaisorblade' Giarrusso1-4/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-29[PATCH] uml: remove pte_mkexecJeff Dike1-2/+4
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-1/+1
2006-01-18[PATCH] uml: move LDT creationBodo Stroesser1-6/+2
2005-11-07[PATCH] uml: maintain own LDT entriesBodo Stroesser1-17/+27
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-0/+1
2005-10-29[PATCH] mm: arches skip ptlockHugh Dickins1-3/+0
2005-09-05[PATCH] uml: fix x86_64 page leakJeff Dike1-1/+8
2005-09-05[PATCH] uml: increase granularity of host capability checkingBodo Stroesser1-24/+28
2005-07-07[PATCH] uml: Proper clone support for skas0Bodo Stroesser1-1/+6
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike1-22/+114
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+48