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