]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
vm_overcommit: put into __read_mostly section
[FreeBSD/FreeBSD.git] / sys /
2022-09-30 Konstantin Belousovvm_overcommit: put into __read_mostly section
2022-09-30 Konstantin Belousovvm: make vm.overcommit available externally
2022-09-29 Corvin Köhnex86/mp: don't create empty cpu groups
2022-09-28 Zhenlei Huangdebugnet: Fix parameter order in the calls to m_get()
2022-09-26 Hubert Mazurigc: Don't start in promiscious mode by default
2022-09-25 Richard Scheffeneggertcp: fix cwnd restricted SACK retransmission loop
2022-09-25 Michael Tuexentcp: send ACKs when requested
2022-09-25 Michael Tuexentcp: fix computation of offset
2022-09-21 Mark Johnstondevstat: Remove DTrace io probes lacking a BIO reference
2022-09-21 Bjoern A. ZeebLinuxKPI: netdev: expose napi state
2022-09-21 Bjoern A. Zeebnet80211: update (parts of) Action field categories
2022-09-21 Bjoern A. ZeebLinuxKPI, dev: 80211 update mac80211 KPI
2022-09-21 Bjoern A. ZeebLinuxKPI: firmware: add request_partial_firmware_into_buf()
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: add ieee80211_stop_tx_ba_session()
2022-09-21 Bjoern A. Zeebnet80211: update (parts of) frame types and subtypes...
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211 / iwlwifi: improve queue management
2022-09-21 Bjoern A. Zeebiwlwifi: add FreeBSD specific debugging
2022-09-21 Bjoern A. Zeebnet80211: simplify an #ifdef INET/INET6 block
2022-09-21 Bjoern A. Zeebnet80211 / drivers: rename to IEEE80211_FC0_SUBTYPE_QOS...
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: improve linuxkpi_ieee80211_get_tid()
2022-09-21 Bjoern A. Zeebiwlwifi: move an ieee80211_get_tid() call
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: scanning code updates
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: implement (*get_antenna) and set ic_...
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: make HW_CRYPTO compileable again
2022-09-21 Bjoern A. ZeebLinuxKPI: extend kfifo to be usable
2022-09-21 Bjoern A. ZeebLinuxKPI 802.11: change type of bssid in struct ieee802...
2022-09-21 Bjoern A. Zeebnet80211: consistently use the IEEE80211_M_ memory...
2022-09-21 Bjoern A. Zeebnet80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_*
2022-09-21 Bjoern A. Zeebnet80211: ieee80211_ies_expand() add extra length check
2022-09-21 Bjoern A. Zeebiwlwifi firmware: update to -73 / newer builds for...
2022-09-21 Bjoern A. ZeebLinuxKPI: 802.11 header updates
2022-09-21 Bjoern A. Zeebnet80211: change order in ieee80211_vhtchanflags()
2022-09-21 Bjoern A. Zeebnet80211: add VHT5G and VHT2G checks/return to media_status
2022-09-21 Bjoern A. ZeebLinuxKPI: skbuff: sort list header and add new (dummy...
2022-09-21 Bjoern A. Zeebnet80211: correct IEEE80211_FEXT_BITS
2022-09-21 Bjoern A. Zeebnet80211: radiotap: add one more define for HE
2022-09-21 Bjoern A. Zeebnet80211: improve DDB output.
2022-09-21 Bjoern A. Zeebnet80211: add more 802.11ac Element IDs
2022-09-21 Bjoern A. Zeebnet80211: VHT correct check/option in ieee80211_vht_adj...
2022-09-21 Bjoern A. ZeebLinuxKPI 802.11/iwlwifi/rtw88: update KPI
2022-09-21 Bjoern A. ZeebUSB: add 2 (3) more device IDs for rtw88-usb devices...
2022-09-21 Mathew McBrideds1307: add support for the EPSON RX-8035SA I2C RTC
2022-09-21 Bjoern A. ZeebXHCI: remove a self-assignment
2022-09-21 Bjoern A. Zeebarm/gic: fix a KASSERT in arm_gic_reserve_msi_range()
2022-09-21 Andrew TurnerUse the cached dc zva length in arm64 memset
2022-09-21 Andrew TurnerImport the arm64 Cortex Strings memset into the kernel
2022-09-21 Andrew TurnerImport an optimized arm64 memcmp into the kernel
2022-09-21 Andrew TurnerUpdate the arm64 kernel memcpy/memmove
2022-09-21 Andrew TurnerDecode the arm64 ID_AA64ISAR1_EL1 register
2022-09-21 Andrew TurnerFix the IV length in the armv8 AES GCM code
2022-09-21 Andrew TurnerStore mpidr as a 64-bit value on arm64
2022-09-21 Andrew TurnerMerge the common parts of the SMCCC handlers
2022-09-21 Andrew TurnerAdd an IDC only arm64 icache sync function
2022-09-21 Andrew TurnerDisable promotion on pcpu memory on arm64
2022-09-21 Alan Coxarm64: Implement final level only TLB invalidations
2022-09-21 Konstantin Belousovi386: explain the handshake between copyout_fast.s...
2022-09-21 Konstantin Belousovi386: lower register's pressure on copyout_fast
2022-09-21 Konstantin Belousovi386 copyout/in_fast: handle page fault from KVA access
2022-09-21 Konstantin Belousovi386: check that trap() and syscall() run on the thread...
2022-09-21 Konstantin Belousovi386 copyout_fast: do not use trampstk for temporal...
2022-09-21 Konstantin Belousovi386 double fault: %ebx printout was missed
2022-09-20 Pavel Timofeevhda: add patch for Framework laptop v2 headphone jack
2022-09-19 Gleb Smirnofftcp: tcp6_connect() requires net epoch
2022-09-19 Doug Moorerb_tree: avoid extra reads in rebalancing
2022-09-18 Rick Macklemnfscl: Allow "nolockd" to work for NFSv4 mounts
2022-09-18 Doug Moorerb_tree: fine-tune RB_REMOVE
2022-09-18 Kyle Evansarm64, riscv: size boot stacks appropriately
2022-09-18 Kyle Evansalc: force maximum payload size to 128 bytes for AR816X...
2022-09-18 Kyle Evansarm64: disable the EL2 MMU before dropping to EL1
2022-09-18 Kyle Evansarm64: gic: disable the ITS if it's enabled prior to...
2022-09-18 Gordon Berglingnetpfil: Fix some typos in source code comments
2022-09-18 Gordon Berglingkern_jail: Fix a typo in a source code comment
2022-09-18 Gordon Berglingqlnxe(4): Fix a typo in a source code comment
2022-09-18 Gordon Berglingsafexcel: Fix a typo in a source code comment
2022-09-16 Rick Macklemnfscl: Add a console message for session recovery
2022-09-16 Rick Macklemnfscl: Fix setup of Sequence when all slots marked bad
2022-09-16 Rick Macklemnfsd: Update console message for no session found
2022-09-16 Jiahao LIif_dwc: fix reinitialization with changed MAC
2022-09-16 Matthew Groomsbcm2835_clkman: add RPI4 compat string
2022-09-15 Doug Moorerb_tree: optimize rb_insert
2022-09-15 Gleb Smirnofftree(3): allow the compare function to return any signe...
2022-09-14 Alexander V. ChernikovAdd FIB_ALGO to GENERIC on amd64/arm64.
2022-09-14 Alexander MotinCTL: Validate IOCTL parameters.
2022-09-14 Richard Scheffeneggertcp: finish SACK loss recovery on sudden lack of SACK...
2022-09-13 Richard ScheffeneggerRevert "tcp: finish SACK loss recovery on sudden lack...
2022-09-13 Richard Scheffeneggertcp: finish SACK loss recovery on sudden lack of SACK...
2022-09-13 Gordon Berglingisp: Remove a double word in the driver manual
2022-09-13 Gordon Berglingocs_fc(4): Remove double words in source code comments
2022-09-13 Gordon Berglingiscsi(4): Remove a double word in a source code comment
2022-09-13 Gordon Berglingnetinet6: Remove a double word in a source code comment
2022-09-12 Gordon Berglingnet80211(4): Fix a few common typos in source code...
2022-09-12 Gordon Berglingiwm(4): Remove a whitespace
2022-09-12 Gordon Berglingif_clone: Fix a typo in a source code comment
2022-09-12 Gordon Berglingbfe(4): Fix a typo in a comment
2022-09-12 Gordon Berglingextra_tcp_stacks: Fix two typos in source code comments
2022-09-11 Cy Schubertipfilter: Remove unused ioctl
2022-09-11 Cy Schubertipfilter: Remove IPL_SELECT
2022-09-10 Gordon Berglingusb(4): Bring back an accidently reverted grammar corre...
2022-09-10 Gordon BerglingRevert "usb: Remove a double words in a source code...
2022-09-10 Gordon Berglingnet80211(4): Correct a grammar mistake in a source...
next