summaryrefslogtreecommitdiff
path: root/vm
AgeCommit message (Expand)Author
2016-02-02vm/vm_page: add missing error checkingRichard Braun
2015-11-22vm_page: remove unused headerRichard Braun
2014-12-10vm/vm_kmem: replace call to pmap_extractRichard Braun
2014-12-10vm/vm_kmem: remove vm_kmem_lookup_pageRichard Braun
2014-12-10vm/vm_kmem: directmap updateRichard Braun
2014-12-10vm/vm_map: remove the kentry areaRichard Braun
2014-12-10vm/vm_page: rework for a direct physical mappingRichard Braun
2014-12-06x86/pmap: remove page table accountingRichard Braun
2014-11-17kern/kmem: minor interface updatesRichard Braun
2014-11-17vm/vm_kmem: minor interface updatesRichard Braun
2014-11-17vm/vm_map: minor interface updatesRichard Braun
2014-09-20vm/vm_page: silence warningRichard Braun
2014-09-03kern/percpu: new moduleRichard Braun
2014-08-29vm/vm_page: properly set type in vm_page_manage()Richard Braun
2014-08-29vm/vm_page: fix alignment of CPU poolsRichard Braun
2014-08-20vm/vm_page: pin thread where appropriateRichard Braun
2014-06-19vm/vm_kmem: fix page allocation error handlingRichard Braun
2014-05-08x86/pmap: per-CPU page tablesRichard Braun
2014-01-10vm/vm_page: turn vm_page_ready into a functionRichard Braun
2014-01-10vm/vm_page: slightly improve page informationRichard Braun
2014-01-02Declare variables as read mostly where appropriateRichard Braun
2013-07-24x86/pmap: fix PTEs accounting during initializationRichard Braun
2013-07-23x86/pmap: count PTEs per PTP at initializationRichard Braun
2013-07-20x86/pmap: remove kernel-specific functionsRichard Braun
2013-07-20vm/vm_page: increase page address checks on loadRichard Braun
2013-07-20vm/vm_page: new vm_page_type functionRichard Braun
2013-07-20vm/vm_page: handle type for allocations of order > 0Richard Braun
2013-07-10vm/vm_page: introduce page usage typesRichard Braun
2013-07-09vm/vm_page: minor name changeRichard Braun
2013-07-09vm/vm_phys: merge into the vm_page moduleRichard Braun
2013-07-03vm/vm_kmem: fix mention to multiple kernel mapsRichard Braun
2013-07-03x86/pmap: change pmap_kenter to pass protectionRichard Braun
2013-06-28x86/pmap: replace pmap_kupdate with pmap_updateRichard Braun
2013-06-28x86/pmap: replace pmap_kextract with pmap_extractRichard Braun
2013-06-15vm/vm_map: rework flagsRichard Braun
2013-06-15vm/vm_map: advice macros updateRichard Braun
2013-06-15vm/vm_map: fix typoRichard Braun
2013-06-14vm/vm_setup: declare vm_setup as an init functionRichard Braun
2013-06-14vm/vm_map: fix map entry mergingRichard Braun
2013-05-26vm/vm_kmem: check that kernel space doesn't start at 0Richard Braun
2013-05-15kern/list: rename list_insert to list_insert_headRichard Braun
2013-04-19vm/vm_map: make vm_map_info lock VM mapRichard Braun
2013-04-18vm/vm_map: fix lookup cache handlingRichard Braun
2013-04-18vm/vm_map: fix map entry clippingRichard Braun
2013-04-17vm/vm_map: serialize access to the kentry slabs listRichard Braun
2013-04-17vm/vm_map: replace spin locks with mutexesRichard Braun
2013-04-17vm/vm_phys: replace spin locks with mutexesRichard Braun
2013-04-04vm/vm_phys: fix CPU pool initializationRichard Braun
2012-12-28x86/pmap: reintroduce the kernel pmapRichard Braun
2012-12-24vm/vm_map: create pmap for new VM mapsRichard Braun