]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Fix secondary PIC initialization order
[FreeBSD/FreeBSD.git] / sys / vm /
2015-07-11 adrianAdd an initial NUMA affinity/policy configuration for...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 alcThe intention of r254304 was to scan the active queue...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 markjAdd a local variable initialization needed in the OBJT_...
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-02 mjgvm: don't lock proc around accesses to vm_{t,d}addr...
2015-07-02 kibAccount for the main process stack being one page below...
2015-06-30 markmHuge cleanup of random(4) code.
2015-06-25 jmgIf INVARIANTS is specified, add ctor/dtor to junk memor...
2015-06-21 alcAvoid pmap_is_modified() on pages that can't be mapped.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-17 glebiuso Un-inline vm_pager_get_pages(), vm_pager_get_pages_as...
2015-06-14 kibInvalid pages do not need neither update of the activat...
2015-06-14 alcAs the next step in eliminating PG_CACHE pages, free...
2015-06-13 sjgAdd META_MODE support.
2015-06-12 glebiusMake KPI of vm_pager_get_pages() more strict: if a...
2015-06-10 delphijMFV r284234:
2015-06-10 mjgImplement lockless resource limits.
2015-06-10 alcCorrect a type error in kmem_unback(). Previously...
2015-06-08 alcRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-04 jhbAdd a new file operations hook for mmap operations...
2015-06-02 vangyzenProvide vnode in memory map info for files on tmpfs
2015-05-30 alcDocument vm_page_alloc_contig()'s support for the VM_AL...
2015-05-27 jhbExport a list of VM objects in the system via a sysctl...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-20 kibDo grammar fix in the comment to record the right commi...
2015-05-20 kibRemove the write-only variable phent. We currently...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-10 kibSatisfy vm_object uma zone destructor requirements...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 kibThe vmem callback to reclaim kmem arena address space...
2015-05-08 jhbPlace VM objects on the object list when created and...
2015-05-08 adrianoops - how'd i miss this. Sorry!
2015-05-08 adrianAdd initial memory locality cost awareness to the VM...
2015-05-06 gjbMFH: r282315-r282534
2015-05-06 glebiusFix the KASSERT and improve wording in r282426.
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 glebiusFix arithmetical bug in vnode_pager_haspage(). The...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-02 glebiusInstead of reading, validating and adjusting value...
2015-05-01 gjbMFH: r281855-r282312
2015-04-30 jhbRemove support for Xen PV domU kernels. Support for...
2015-04-29 scottlImprove support for blacklisting bad memory locations...
2015-04-29 traszAdd kern.racct.enable tunable and RACCT_DISABLED config...
2015-04-28 pfgMFV r282150
2015-04-28 kibDo not sleep waiting for the MAP_ENTRY_IN_TRANSITION...
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-24 scottlRevert r281451. It causes a panic/hang early in boot...
2015-04-23 jhbReassign copyright statements on several files from...
2015-04-22 gjbMFH: r280643-r281852
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-20 gjbMFH: r281668 through r281783
2015-04-20 alcEliminate an unused variable.
2015-04-19 alcEliminate an unused variable.
2015-04-18 kibThe lseek(2), mmap(2), truncate(2), ftruncate(2), pread...
2015-04-12 ngieMFhead @ r281476
2015-04-12 dchaginRework r281162. Indeed, the flexible array member is...
2015-04-11 alcCorrect an off-by-one error in vm_reserv_reclaim_contig...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-10 glebiusUMA zone limit can be lowered, so remove protection...
2015-04-09 mavRemove sleeps from geom_up thread on device destruction.
2015-04-07 jeff - Simplify vm_pageout_scan() by introducing a new...
2015-04-06 dchaginProperly calculate "UMA Zones" per cpu cache size....
2015-04-05 alcUntil the lock assertions in vm_page_advise() are prope...
2015-04-05 dchaginFix wrong kassert msg in uma.
2015-04-04 alcReplace vm_fault()'s heuristic for automatic cache...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-01 rstoneFix integer truncation bug in malloc(9)
2015-03-30 glebiusCatch up on r271387 and remove unused parameter from
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-28 jeff - Eliminate pagequeue locking in the dirty code in...
2015-03-26 mavMake swapper release orphaned (lost) GEOM provider.
2015-03-26 rpauloAdd comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH.
2015-03-25 gjbMFH: r278968-r280640
2015-03-24 rpauloUse TUNABLE_INT_FETCH for boot_pages.
2015-03-24 rpauloRemove whitespace.
2015-03-21 alcIntroduce vm_object_color() and use it in mmap(2) to...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-19 alcFix the root cause of the "vm_reserv_populate: reserv...
2015-03-17 glebiuso Enhance vm_pager_free_nonreq() function:
2015-03-16 glebiusProvide a comment explaining r279688.
2015-03-14 dimMerge ^/head r279985 through r279994.
2015-03-14 ianSet the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl...
2015-03-14 ianRevert r279932; this is going to be fixed in the sbuf...
2015-03-12 ianNullterminate strings returned via sysctl.
2015-03-11 dimMerge ^/head r279759 through r279892.
2015-03-10 glebiusFix function name in comment.
2015-03-08 kibFix function name in the panic message.
next