]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
MFC r345741:
[FreeBSD/FreeBSD.git] / sys / vm /
2019-03-30 Konstantin BelousovMFC r345452:
2019-03-27 Konstantin BelousovMFC r345324:
2019-03-12 Konstantin BelousovMFC r343964, r344121, r344128, r344593, r344594:
2019-03-11 Mark JohnstonMFC r344550:
2019-03-06 Konstantin BelousovMFC r344353:
2019-03-05 Jason A. HarmeningMFC r344561:
2019-02-25 Mark JohnstonMFC r344231, r344440:
2019-02-20 Pedro F. GiffuniMFC r344042:
2019-02-17 Konstantin BelousovMFC r343966:
2019-02-14 Konstantin BelousovMFC r343850:
2019-02-09 Alexander MotinMFC r343673: Fix integer math overflow in UMA hash_alloc().
2019-02-06 Mark JohnstonMFC r343719:
2019-02-01 Mark JohnstonMFC r343353:
2019-01-25 Konstantin BelousovMFC r343145:
2019-01-23 Konstantin BelousovMFC r343082:
2019-01-14 Konstantin BelousovMFC r342853:
2019-01-06 Konstantin BelousovMFC r342630:
2018-12-16 Konstantin BelousovMFC r341398:
2018-12-13 Mark JohnstonMFC r340405:
2018-12-08 Konstantin BelousovMFC r341375:
2018-12-02 Konstantin BelousovMFC r340922:
2018-11-29 Mark JohnstonMFC r341247:
2018-11-28 Konstantin BelousovMFC r339506, r339508, r340064 (by markj), r340546 ...
2018-11-20 Mark JohnstonMFC r340205:
2018-11-17 Mark JohnstonMFC r340174:
2018-11-13 Mark JohnstonMFC r339927:
2018-11-13 Mark JohnstonMFC r340331:
2018-11-13 Mark JohnstonMFC r339925:
2018-11-10 Mark JohnstonMFC r340241:
2018-11-01 Mark JohnstonMFC r339688:
2018-11-01 Mark JohnstonMFC r339616:
2018-11-01 Mark JohnstonMFC r339686:
2018-11-01 Mark JohnstonMFC r339661, r339669:
2018-10-31 Mark JohnstonMFC r339601, r339603:
2018-10-31 Gleb SmirnoffMFhead r339596:
2018-10-31 Mark JohnstonMFC r339452, r339664:
2018-10-30 Mark JohnstonMFC r339934:
2018-10-16 Jonathan T. LooneyImport CK as of commit 5221ae2f3722a78c7fc41e47069ad949...
2018-10-10 Dag-Erling SmørgravUpgrade to 1.8.1.
2018-10-10 Dag-Erling SmørgravUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 Jung-uk KimUpdate ACPICA to 20181003.
2018-10-09 John BaldwinUpdate sendmail to work with the OpenSSL 1.1 API.
2018-10-09 John BaldwinUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 Ed MasteCopy libevent sources to contrib
2018-10-08 Glen BarberMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 Ed Masteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 Glen BarberMFH r338661 through r339200.
2018-10-05 Matt Macyeliminate locking surrounding ui_vmsize and swap reserv...
2018-10-01 Mark JohnstonUse an unsigned iterator for domain sets.
2018-10-01 Andrew GallatinAllow empty NUMA memory domains to support Threadripper2
2018-09-28 Konstantin BelousovCorrect vm_fault_copy_entry() handling of backing file...
2018-09-28 Konstantin BelousovIn vm_fault_copy_entry(), we should not assert that...
2018-09-28 Konstantin BelousovIn vm_fault_copy_entry(), collect the code to initializ...
2018-09-24 Mark JohnstonAdd more NUMA-specific low memory predicates.
2018-09-24 Alan CoxPassing UMA_ZONE_NOFREE to uma_zcreate() for swpctrie_z...
2018-09-24 Ed MasteCopy libevent sources to contrib
2018-09-24 Mark JohnstonEnsure that "domain" is initialized when vm_ndomains...
2018-09-21 Alexander MotinMFV r338866: 9700 ZFS resilvered mirror does not balanc...
2018-09-20 Mark JohnstonEnsure that imports into per-domain kmem arenas are...
2018-09-20 Mark JohnstonChange the domain selection policy in kmem_back().
2018-09-20 Martin MatuskaMFV r338797:
2018-09-20 Baptiste DaroussinImport mandoc 1.14.4
2018-09-19 Mark JohnstonMove kernel vmem arena initialization to vm_kern.c.
2018-09-19 Mateusz Guzikvm: check for empty kstack cache before locking
2018-09-18 Mark JohnstonOnly update the domain cursor once in keg_fetch_slab().
2018-09-18 Mateusz Guzikvm: stop taking proc lock in mmap to satisfy racct...
2018-09-13 Jung-uk KimUpdate OpenSSL to 1.1.1.
2018-09-11 Martin MatuskaMFV r338519:
2018-09-10 Mark JohnstonSplit some checks in vm_page_activate() to make it...
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.3. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.2. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade to OpenSSH 7.8p1.
2018-09-08 Mark JohnstonRelax an assertion in vm_pqbatch_process_page().
2018-09-06 Mark JohnstonUse the correct terminology.
2018-09-06 Mark JohnstonAvoid resource deadlocks when one domain has exhausted...
2018-09-06 Mark JohnstonRemove vm_page_remque().
2018-09-02 Alan CoxRecent changes have created, for the first time, physic...
2018-08-29 Konstantin BelousovRemove {max/min}_offset() macros, use vm_map_{max/min...
2018-08-26 Mark MurrayRemove the Yarrow PRNG algorithm option in accordance...
2018-08-25 Alan CoxEliminate the arena parameter to kmem_free(). Implicit...
2018-08-24 Gleb SmirnoffEither "free" or "allocated" is misleading here, since...
2018-08-23 Gleb SmirnoffFix comment. The actual meaning of ub_cnt is the opposite.
2018-08-23 Mark JohnstonAdd a per-pagequeue pdpages counter.
2018-08-23 Mark JohnstonEnsure that queue state is cleared when vm_page_dequeue...
2018-08-23 Emmanuel Vadotdts: Import DTS for arm64
2018-08-21 Alan CoxEliminate kmem_malloc()'s unused arena parameter. ...
2018-08-21 Xin LIMFV r338092: ntp 4.2.8p12.
2018-08-20 Alan CoxEliminate kmem_alloc_contig()'s unused arena parameter.
2018-08-18 Alan CoxEliminate the unused arena parameter from kmem_alloc_at...
2018-08-18 Alan CoxEliminate the arena parameter to kmem_malloc_domain...
2018-08-14 Cy SchubertMFV r337818:
2018-08-14 Kyle EvansMFV r337586: lua: Update to 5.3.5
2018-08-14 Jung-uk KimMerge OpenSSL 1.0.2p.
2018-08-14 Martin MatuskaMFV r337744:
2018-08-13 Konstantin BelousovPrevent some parallel swap-ins, rate-limit swapper...
2018-08-13 Jung-uk KimMerge ACPICA 20180810.
2018-08-13 Emmanuel VadotImport DTS files from Linux 4.18
2018-08-11 Kyle EvansMFH @ r337607, in preparation for boarding
2018-08-09 Mark JohnstonAccount for the lowmem handlers in the inactive queue...
2018-08-09 Olivier HouchardImport CK as of commit 08813496570879fbcc2adcdd9ddc0a05...
next