Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvs.NetBSD.org] / src / sys / uvm
Current tag: netbsd-9-0-RC1
File | Rev. | Age | Author | Last log entry |
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
1.362.2.2 | 14 months | martin | Addionally pull up the following revision for ticket #388: sys/uvm/uvm_map.c ... |
![]() |
1.213 | 2 years | chs | branches: 1.213.2; allow tmpfs files to be larger than 4GB. |
![]() |
1.206.2.1 | 14 months | martin | Pull up following revision(s) (requested by chs in ticket #414): sys/uvm/uvm_f... |
![]() |
1.199 | 22 months | kre | Avoid a panic from the sequence mlock(buf, 0); munlock(buf, 0); mlock(buf, p... |
![]() |
1.180 | 23 months | kre | Remove end of line spaces - one (two in one line) added during recent merge, on... |
![]() |
1.172.4.1 | 15 months | martin | Pull up following revision(s) (requested by maxv in ticket #355): sys/uvm/uvm_... |
![]() |
1.168 | 20 months | chs | uvm_pagealloc() uses UVM_PGA_* flags, not UVM_KMF_* flags, and it is always nowa... |
![]() |
1.146 | 2 years | maxv | Introduce KLEAK, a new feature that can detect kernel information leaks. It wor... |
![]() |
1.128 | 17 months | msaitoh | Avoid undefined behavior in uao_pagein_page(). Found by kUBSan. OK'd by riastr... |
![]() |
1.111 | 3 years | pgoyette | branches: 1.111.4; 1.111.8; Update the kernhist(9) kernel history code to addr... |
![]() |
1.110 | 21 months | chs | Draining pools from the pagedaemon thread can deadlock, because draining a pool ... |
![]() |
1.109 | 2 years | maxv | branches: 1.109.4; Rename 'slotspace' -> 'slotarea' in UVM, to avoid (future) c... |
![]() |
1.103 | 3 years | pgoyette | branches: 1.103.4; Update the kernhist(9) kernel history code to address issues... |
![]() |
1.99 | 2 years | jdolecek | for direct map case, avoid PGO_NOBLOCKALLOC when writing, it makes genfs_getpage... |
![]() |
1.87 | 2 years | jdolecek | branches: 1.87.2; add the KASSERT() for loan_count wrap-around to all places wh... |
![]() |
1.84 | 2 years | jdolecek | branches: 1.84.4; add sysctl to easily set ubc_direct PR kern/53124 |
![]() |
1.74 | 3 years | christos | branches: 1.74.10; more snprintb bits |
![]() |
1.72 | 2 years | mrg | branches: 1.72.4; only warn once per call to uvm_pglistalloc_simple() if waitin... |
![]() |
1.69 | 2 years | jdolecek | add sysctl to easily set ubc_direct PR kern/53124 |
![]() |
1.68 | 4 years | cherry | branches: 1.68.16; Move sys/uvm/uvm_physseg.h inclusion to within _KERNEL only.... |
![]() |
1.66 | 3 years | pgoyette | branches: 1.66.4; Update the kernhist(9) kernel history code to address issues ... |
![]() |
1.64 | 3 years | pgoyette | branches: 1.64.4; Update the kernhist(9) kernel history code to address issues ... |
![]() |
1.52 | 6 years | matt | branches: 1.52.30; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically... |
![]() |
1.50 | 3 years | kamil | Revert vadvise(2) removal This system call was used in legacy Lisp code, that w... |
![]() |
1.49 | 2 years | jdolecek | branches: 1.49.2; Remove emap support. Unfortunately it never got to state wher... |
![]() |
1.45 | 2 years | jdolecek | update comment - PGO_JOURNALLOCKED now supported for 'get' too |
![]() |
1.40 | 20 months | skrll | Avoid KASSERT(!cpu_intr_p()) when breaking into ddb and issuing show uvmexp |
![]() |
1.39 | 2 years | jdolecek | branches: 1.39.2; add experimental new function uvm_direct_process(), to allow ... |
![]() |
1.38 | 2 years | msaitoh | - Cleanup for dynamic sysctl: - Remove unused *_NAMES macros for sysctl. - R... |
![]() |
1.37 | 9 years | rmind | branches: 1.37.2; 1.37.54; Welcome to 5.99.53! Merge rmind-uvmplock branch: ... |
![]() |
1.33 | 8 years | rmind | branches: 1.33.38; - Manage anonymous UVM object reference count with atomic op... |
![]() |
1.31 | 2 years | christos | branches: 1.31.2; don't store the rssmax in the lwp rusage, it is a per proc pr... |
![]() |
1.30 | 9 years | rmind | branches: 1.30.54; 1.30.60; - Rework uvm_anfree() into uvm_anon_freelst(), whi... |
![]() |
1.29 | 2 years | jdolecek | branches: 1.29.2; Remove emap support. Unfortunately it never got to state wher... |
![]() |
1.28 | 4 years | christos | branches: 1.28.22; Introduce security.pax.mprotect.ptrace sysctl which can be u... |
![]() |
1.25 | 20 months | mlelstv | allow NONE build |
![]() |
1.23 | 7 years | christos | use __USE() for empty macro |
![]() |
1.20 | 9 years | chuck | udpate license clauses on my code to match the new-style BSD licenses. based on ... |
![]() |
1.20 | 9 years | para | extending vmem(9) to be able to allocated resources for it's own needs. simplify... |
![]() |
1.19 | 3 years | joerg | branches: 1.19.10; 1.19.16; Extend the mmap(2) interface to allow requesting p... |
![]() |
1.17 | 9 years | chuck | branches: 1.17.4; udpate license clauses on my code to match the new-style BSD ... |
![]() |
1.17 | 9 years | chuck | branches: 1.17.56; udpate license clauses on my code to match the new-style BSD... |
![]() |
1.17 | 8 years | para | branches: 1.17.48; removed code from uvmpdpol_needsscan_p that got there by mis... |
![]() |
1.17 | 9 years | yamt | branches: 1.17.54; band-aid fix after the merge of rmind-uvmplock branch. |
![]() |
1.15 | 9 years | mrg | branches: 1.15.56; move and rename the uvm history code out of uvm_stat to "ker... |
![]() |
1.15 | 5 years | mrg | branches: 1.15.18; disable the previous for now; it fails for me on a different... |
![]() |
1.14 | 9 years | chuck | udpate license clauses on my code to match the new-style BSD licenses. based on ... |
![]() |
1.13 | 6 years | chs | add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for map... |
![]() |
1.11 | 4 years | christos | really, don't install uvm_physseg.h! |
![]() |
1.10 | 9 years | chuck | udpate license clauses on my code to match the new-style BSD licenses. based on ... |
![]() |
1.10 | 2 years | jdolecek | branches: 1.10.2; 1.10.8; adjust heuristics for read-ahead to skip the full re... |
![]() |
1.9 | 3 years | christos | branches: 1.9.4; CID-1427737: Pacify coverity using KASSERT |
![]() |
1.8 | 10 years | uebayasi | branches: 1.8.60; Provide a forward declaration of "struct vm_page", whose inte... |
![]() |
1.8 | 4 years | cherry | branches: 1.8.2; 1.8.6; 1.8.18; Move sys/uvm/uvm_physseg.h inclusion to withi... |
![]() |
1.8 | 6 years | pooka | Use same uvm_swap_shutdown() stub for !vmswap kernels and rump kernels. |
![]() |
1.7 | 23 months | rin | branches: 1.7.6; VM_MAXUSER_ADDRESS can be undefined when compiling module/core... |
![]() |
1.4 | 15 years | christos | merge ktrace-lwp. |
![]() |
1.4 | 11 years | yamt | branches: 1.4.22; - add a function to perform explicit read-ahead. - ra_startio... |
![]() |
1.3 | 13 years | thorpej | branches: 1.3.62; 1.3.132; Replace the Mach-derived boolean_t type with the C9... |
![]() |
1.2 | 14 years | yamt | branches: 1.2.6; merge yamt-pdpolicy branch. - separate page replacement polic... |