]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
[PowerPC] Fix build failure in sec.c
[FreeBSD/FreeBSD.git] / sys /
2020-08-26 Brandon Bergren[PowerPC] Fix build failure in sec.c
2020-08-26 Mark JohnstonUse a large kmem arena import size on NUMA systems.
2020-08-26 Mark Johnstonvmem: Avoid allocating span tags when segments are...
2020-08-26 Mateusz Guzikcache: relock on failure in cache_zap_locked_vnode
2020-08-26 Mateusz Guzikcache: stop null checking in cache_free
2020-08-26 Mateusz Guzikcache: make it mandatory to request both timestamps...
2020-08-26 Mateusz Guzikcache: convert bucketlocks to a mutex
2020-08-26 Mateusz Guzikcache: only evict negative entries on CREATE when ISLAS...
2020-08-26 Mateusz Guzikcache: decouple smr and locked lookup in the slowpath
2020-08-26 Mateusz Guzikcache: factor dotdot lookup out of cache_lookup
2020-08-26 Alex RichardsonFix builds that set LD=ld.lld after r364761
2020-08-26 Toomas Soomeremove pragma ident lines
2020-08-26 Alan Somersgeli: use unmapped I/O
2020-08-26 Alan Somerscrypto(9): add CRYPTO_BUF_VMPAGE
2020-08-26 D Scott Phillipsarm64: Increase dmap size to 95 TiB
2020-08-26 D Scott Phillipsarm64/acpi: Give the real PA limit to ACPI
2020-08-26 D Scott Phillipsbitset: add BIT_FFS_AT() for finding the first bit...
2020-08-26 D Scott Phillipsarm64: Make local stores observable before sending...
2020-08-25 Matt MacyZFS: band-aid for -DNO_CLEAN
2020-08-25 Conrad Meyervm_pageout: Scale worker threads with CPUs
2020-08-25 Brandon Bergren[PowerPC] More preemptive powerpcspe ZFS build fixes
2020-08-25 Mark Johnstonsdhci(4): Recognize the Texas Instruments PCIxx12 card...
2020-08-25 Ryan MoellerFix zstd in OpenZFS module with CPUTYPE?=<something...
2020-08-25 Vincenzo Maffioneiflib: netmap: publish all the receive buffer
2020-08-25 Mateusz Guzikvfs: respect PRIV_VFS_LOOKUP in vaccess_smr
2020-08-25 Mark JohnstonPermit vm_page_wire() to be called on pages not belongi...
2020-08-25 Alex RichardsonPass -fuse-ld=/path/to/ld if ${LD} != "ld"
2020-08-25 Alex RichardsonAdd necessary Makefile.inc1 infrastructure for building...
2020-08-25 Michael TuexenRFC 3465 defines a limit L used in TCP slow start for...
2020-08-25 Dimitry AndricAdd atomic and bswap functions to libcompiler_rt
2020-08-25 Matt MacyBump __FreeBSD_version for OpenZFS switchover
2020-08-25 Matt MacyMerge OpenZFS support in to HEAD.
2020-08-25 Rick MacklemFix hangs with processes stuck sleeping on btalloc...
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Niclas Zeisingdrm2: Update deprecation message
2020-08-24 Konstantin BelousovRestore workaround for sysret fault on non-canonical...
2020-08-24 Vincenzo Maffionenetmap: use FreeBSD guards for epoch calls
2020-08-24 Alexander V. ChernikovRemove RT_LOCK mutex from rte.
2020-08-24 Warner LoshChange the resume notification event from 'kern' to...
2020-08-24 Mateusz Guzikcache: remove leftover assert in vn_fullpath_any_smr
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Leandro Lupori[PowerPC] Make new auxv format default
2020-08-24 Bjoern A. Zeebnet80211: enhance getflags*() and ieee80211_add_channel*()
2020-08-24 Peter Grehancpu_auxmsr: assert caller is preventing CPU migration.
2020-08-24 Vincenzo Maffioneiflib: fix isc_rxd_flush call in netmap_fl_refill()
2020-08-24 Mateusz Guzikcache: lockless reverse lookup
2020-08-24 Mateusz Guzikcache: drop the always curthread argument from reverse...
2020-08-24 Mateusz Guzikcache: perform reverse lookup using v_cache_dd if possible
2020-08-24 Mateusz Guzikcache: populate v_cache_dd for non-VDIR entries
2020-08-23 Bjoern A. Zeebnet80211: improve media information for VHT5GHZ
2020-08-23 Bjoern A. Zeebnet80211: set_vht_extchan() reverse order to always...
2020-08-23 Mateusz Guzikvfs: validate ndp state after the lookup
2020-08-23 Mateusz Guzikvfs: convert nameiop into an enum
2020-08-23 Mateusz Guzikvfs: support denying access in vaccess_vexec_smr
2020-08-23 Mateusz Guzikvfs: factor away doomed vnode handling into vdropl_final
2020-08-23 Konstantin Belousovamd64: Handle 5-level paging on wakeup.
2020-08-23 Konstantin Belousovamd64: Handle 5-level paging for efirt calls.
2020-08-23 Warner LoshFix another minor style glitch.
2020-08-23 Konstantin BelousovAdd bhyve support for LA57 guest mode.
2020-08-23 Konstantin BelousovAdd amd64 procctl(2) ops to manage forced LA48/LA57...
2020-08-23 Konstantin Belousovamd64 pmap: LA57 AKA 5-level paging
2020-08-23 Konstantin BelousovAdd definition for CR4.LA57 bit.
2020-08-23 Konstantin BelousovPass pointers to info parsed from notes, to brandinfo...
2020-08-23 Konstantin BelousovStyle.
2020-08-23 Konstantin BelousovReserve FreeBSD ELF feature control bit LA48 to control...
2020-08-23 Konstantin Belousovkern_sharedpage.c: Add exec_sysvec_init_secondary(...
2020-08-23 Mark Johnstonng_ubt: Add a device ID.
2020-08-23 Mateusz Guzikvfs: mark freevnode as noinline
2020-08-23 Navdeep Parharcxgbe(4): Use large clusters for TOE rx queues when...
2020-08-22 Konstantin BelousovFix several issues with process group orphanage.
2020-08-22 Alexander V. ChernikovFinish r364492 by renaming rt_flags to rte_flags for...
2020-08-22 Alexander V. ChernikovRename rt_flags to rte_flags && reduce number of rt_nho...
2020-08-22 Warner LoshWhitespace change to line up dev_sotfc definition.
2020-08-22 Warner LoshRetire obsolete sysctl hw.bus.devctl_disable
2020-08-22 Mateusz Guzikvfs: assert that HASBUF is only set with SAVENAME or...
2020-08-22 Mateusz Guzikcache: stronger vnode asserts in cache_enter_time
2020-08-22 Mateusz Guzikfd: pwd_drop after releasing filedesc lock
2020-08-22 Ed Masteacpi_iort: fix mapping end calculation
2020-08-22 Mateusz GuzikFix tinderbox build after r364465
2020-08-22 Mateusz Guzikvfs: add a work around for vp_crossmp bug to realpath
2020-08-22 Rick Macklemr364475 changed the internal API between the kernel...
2020-08-22 Rick MacklemAdd TLS support to the kernel RPC.
2020-08-21 Alexander V. ChernikovMake net.fibs growable.
2020-08-21 Mateusz Guzikvfs: fix freevnode accounting
2020-08-21 Alexander MotinFix CTL ioctl port creation error handling.
2020-08-21 Eric van Gyzenixgbe: fix impossible condition
2020-08-21 Andrew Gallatinuma: record allocation failures due to zone limits
2020-08-21 Eric van Gyzenamd64 pmap: potential integer overflowing expression
2020-08-21 Brandon Bergren[PowerPC] Fix translation-related crashes during startup
2020-08-21 Brandon Bergren[PowerPC64] Fix invalid OPAL call in xive_bind().
2020-08-21 Navdeep Parharcxgbei: destroy the worker threads' CV and mutex in...
2020-08-21 Warner LoshUse devctl.h instead of bus.h to reduce newbus pollution.
2020-08-20 Warner LoshUnbreak LINT
2020-08-20 Hans Petter SelaskyFix regression after r364379.
2020-08-20 Warner LoshRemove the long obsolete ufm driver.
2020-08-20 Warner LoshTag pccard drivers with gone in 13.
2020-08-20 Warner LoshMove from TAILQ to STAILQ because the nodes are a bit...
2020-08-20 Warner LoshMove devctl_notify* to devctl.h.
next