]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Reduce code duplication by creating ctl_set_res_ua() helper.
[FreeBSD/FreeBSD.git] / sys / vm /
2014-11-30 kibProvide mutual exclusion between zone allocation/destru...
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-24 glebiusWe already have "int i" in this scope.
2014-11-23 glebius\n at end of panicstr is redundant.
2014-11-23 glebiusMerge from projects/sendfile:
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 alcBy the time that vm_reserv_init() runs, vm_phys_segs...
2014-11-19 glebiusUse __func__ in KASSERTs, since the code is about to...
2014-11-19 glebiusIn vnode_pager_generic_getpages() vp->v_mount is derefe...
2014-11-18 glebiusCollapse three contiguous comment blocks into one....
2014-11-15 alcEnable the use of VM_PHYSSEG_SPARSE on amd64 and i386...
2014-11-14 glebiusEven better indent struct pagerops.
2014-11-14 glebiusConstantly indent struct pagerops.
2014-11-04 kibFix mis-spelling of bits and types names in the
2014-11-04 alcEliminate a stale, i386-specific comment.
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-30 markmThis is the much-discussed major upgrade to the random...
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelIFC @r273338
2014-10-19 neelIFC @r273206
2014-10-18 jhbRetire the unimplemented MAP_RENAME and MAP_NORESERVE...
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-10 neelIFC @r272887
2014-10-10 kibMake MAP_NOSYNC handling in the vm_fault() read-locked...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 bryanvChange the UMA mutex into a rwlock
2014-10-05 bryanvRemove stray uma_mtx lock/unlock in zone_drain_wait()
2014-10-04 kibAdd kernel option KSTACK_USAGE_PROF to sample the stack...
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-03 smhRefactor ZFS ARC reclaim checks and limits
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-09-27 neelIFC @r272185
2014-09-24 smhFix ticks wrap issue of lowmem test in vm_pageout_scan
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-23 kibvm_map_pmap_enter() and pmap_enter_object() are current...
2014-09-20 neelIFC @r271887
2014-09-17 kibThe vm_mmap_cdev() explicitely converts absence of...
2014-09-17 neelIFC @r271694
2014-09-16 jhbPermit MAP_RENAME and MAP_NORESERVE for now. These...
2014-09-15 jhbAdd stricter checking of some mmap() arguments:
2014-09-15 alcThree improvements to vnode_pager_generic_getpages():
2014-09-15 glebiusRemove redundant declaration. vnode.h should be include...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-15 kibProvide the unique implementation for the VOP_GETPAGES...
2014-09-14 alcAvoid an exclusive acquisition of the object lock on...
2014-09-14 kibFix mis-spelling of bits and types names in the vnode_p...
2014-09-11 alcUpdate a stale comment.
2014-09-10 glebiusRemove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
2014-09-10 alcFix a boundary case error in vm_reserv_alloc_contig...
2014-09-08 alcOops. vm_map_simplify_entry() is used by mac_proc_vm_r...
2014-09-08 alcMake two functions static and eliminate an unused ...
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-02 neelIFC @r269962
2014-08-29 jhbFix a typo.
2014-08-28 smhRefactor ZFS ARC reclaim logic to be more VM cooperative
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-26 alcBack in the days when the kernel was single threaded...
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-23 alcRelax one of the conditions for mapping a page on the...
2014-08-15 kibImplement 'fast path' for the vm page fault handler...
2014-08-14 alcAvoid pointless (but harmless) actions on unmanaged...
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-13 kibIf vm_page_grab() allocates a new page, the page is...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-09 kibAdapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of
2014-08-08 kibChange pmap_enter(9) interface to take flags parameter...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-06 kibThe vm_pager_page_unswapped() pager op is only implemen...
2014-08-06 kibAdd wrappers to assert that vm object is unlocked and...
2014-08-05 roygervm_phys: improve robustness of fictitious ranges
2014-08-03 alcRetire pmap_change_wiring(). We have never used it...
2014-08-02 alcRewrite a loop in vm_map_wire() so that gcc doesn't...
2014-08-02 alcHandle wiring failures in vm_map_wire() with the new...
2014-07-26 alcWhen unwiring a region of an address space, do not...
2014-07-24 kibCorrect assertion. The shadowing object cannot be...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-14 kibThe OBJ_TMPFS flag of vm_object means that there is...
2014-07-09 roygervm_phys: remove limitation on number of fictitious...
2014-07-07 marcelRemove ia64.
2014-07-06 alcIntroduce pmap_unwire(). It will replace pmap_change_w...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 alcDelay the call to crhold() in vm_map_insert() until...
next