index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
Age
Commit message (
Expand
)
Author
2007-10-25
defparam PAGER_MAP_SIZE.
yamt
2007-10-15
uvm_mremap: fix alignment check for the easy cases.
yamt
2007-10-15
uvm_map_reserve: don't ignore alignment. fixes mremap.
yamt
2007-10-15
When swapping to a regular file use a workqueue to signal I/O completion.
hannken
2007-10-12
Don't restrict the offset when allocating a map entry for in-kernel map -
skrll
2007-10-11
Remove LOCK_ASSERT(!simple_lock_held(&foo));
ad
2007-10-10
Merge from vmlocking:
ad
2007-10-08
Merge file descriptor locking, cwdi locking and cross-call changes
ad
2007-10-08
Fix merge error.
ad
2007-10-08
Pad the hashlocks to 32-byte boundaries.
ad
2007-09-23
make RANGE_TEST a function.
yamt
2007-09-21
uvm_swapin: disable the swaplock assertion. uvm_lwp_hold() can't take
ad
2007-09-01
Make bioops a pointer and point it to the softdeps struct in softdep
pooka
2007-08-20
Also initialize map->lock for INTRSAFE maps.
ad
2007-08-20
uvmspace_free: destroy locks.
ad
2007-08-18
Include sys/cpu.h for CPU_INFO_FOREACH.
ad
2007-08-18
Fix error in previous.
ad
2007-08-18
Make the uarea cache per-CPU and drain in batches of 4.
ad
2007-08-08
Round up size arguments as mmap() does.
drochner
2007-08-05
In uao_get(), drop object lock only after dropswap to avoid KASSERT panic.
pooka
2007-08-04
Use VSIZENOTSET only in KASSERTs
pooka
2007-08-01
use separate nreslookup evcnt for obj and anon pages.
yamt
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-27
ubc_uiomove: add an "advice" argument rather than using UVM_ADV_RANDOM blindly.
yamt
2007-07-27
remove a debug printf.
yamt
2007-07-27
Change unused fflags parameter in VOP_MMAP to prot and pass in
pooka
2007-07-24
In order to pacify assertions, make uao_list_lock + uvm_swap_data_lock
ad
2007-07-22
When _KERNEL is defined, we have now grown a dependency on
he
2007-07-22
Retire uvn_attach() - it abuses VXLOCK and its functionality,
pooka
2007-07-21
Temporarily work around an assertion from mutex_enter.
ad
2007-07-21
Fix DEBUG build.
ad
2007-07-21
Merge unobtrusive locking changes from the vmlocking branch.
ad
2007-07-17
Add native mremap system call based on the UVM implementation for
joerg
2007-07-16
change pmap_phys_address()s parameter to paddr_t since that's what it gets
macallan
2007-07-14
Revert unintentially committed change.
ad
2007-07-12
Implementation of per-CPU work-queues support for workqueue(9) interface.
rmind
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-06-24
handle UVM_UNKNOWN_OFFSET.
christos
2007-06-22
ubc_alloc: break loans on UBC_FAULTBUSY.
yamt
2007-06-15
Add a sysctl to disable swapout of kernel stacks. Discussed on tech-kern@.
ad
2007-06-05
improve post-ubc file overwrite performance in common cases.
yamt
2007-05-17
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
yamt
2007-05-15
Some Veriexec stuff that's been rotting in my tree for months.
elad
2007-05-11
Make us standards compliant again. Return EINVAL in all cases (except for
christos
2007-05-11
Improve on previous and write a RANGE_TEST macro and do it on all the
christos
2007-05-11
fix bogus wrap tests; ssize_t != int...
christos
2007-05-11
Add temporary workaround for PR kern/36019 (panic on sun2 and sun3).
tsutsui
2007-05-07
add an evcnt and some assertions.
yamt
2007-04-23
adjust misleading comment: PGO_SYNCIO does not depend on PGO_CLEANIT
pooka
2007-04-22
Change the way that emulations locate files within the emulation root to
dsl
[next]