Skip site navigation (1)Skip section navigation (2)


2024/dev-commits-src-branches/20240916.dev-commits-src-branches

Messages: 54, sorted by subject
Last update: Mon Sep 16 0:07:07 2024

home | up | archive sorted by: subject | author | date | reverse date
  1. Sep 11 Konstantin Belousov        git: 046d7aea4d8a - stable/14 - x86 iommu: move device_tag_init() to utils
  2. Sep 14 Eugene Grosbein            git: 048132192698 - stable/14 - MFC: fetch(1): suppress "Not Modified" in quiet mode
  3. Sep 15 Ed Maste                   git: 056c50c48be3 - stable/14 - libnv: correct the calculation of the structure's size
  4. Sep 10 Zhenlei Huang              git: 07cf1ce012c5 - stable/14 - ndp: Fix libxo formatting for the header of neighbor cache
  5. Sep 11 Konstantin Belousov        git: 173116c6a392 - stable/14 - DMAR: provide hw.iommu.ir alias for the hw.dmar.ir tunable
  6. Sep 11 Konstantin Belousov        git: 1d85f40e7fe3 - stable/14 - dmar: avoid excessive indirection in KASSERT() in domain_map_buf()
  7. Sep 11 Colin Percival             git: 1dd6f34fb78f - stable/14 - EC2: Move network config into a separate function
  8. Sep 11 Konstantin Belousov        git: 1dfa8765409b - stable/14 - busdma_iommu: indirect dmar-specific method calls in iommu_get_dev_ctx()
  9. Sep  9 Ed Maste                   git: 224dcabfcd91 - stable/13 - development.7: markup nits, tag spdx
 10. Sep 14 Eugene Grosbein            git: 251d93eda084 - stable/13 - MFC: fetch(1): suppress "Not Modified" in quiet mode
 11. Sep 11 Konstantin Belousov        git: 2a6982e2643f - stable/14 - x86 iommu: move DMAR-independent parts of the interrupt setup code into common
 12. Sep  9 Ed Maste                   git: 34f5366d0493 - stable/13 - development.7/FILES: add CONTRIBUTING + git-arc.sh
 13. Sep 11 Konstantin Belousov        git: 3a00c673465f - stable/14 - dmar_qi_XXX_invalidate_glob(): reduce code duplication
 14. Sep 11 Konstantin Belousov        git: 3f5d7c42ce8b - stable/14 - x86: allow to have more than one kind of IOMMU
 15. Sep 11 Konstantin Belousov        git: 3ff2b417a0c1 - stable/14 - msi_alloc(): do not leak msi_lock in error case
 16. Sep  9 Ed Maste                   git: 41e6582ab6a7 - stable/13 - bsd.symver.mk: pass $CFLAGS to $CPP invocation
 17. Sep 11 Konstantin Belousov        git: 483c1340a009 - stable/14 - msi_release(): consistently unlock msi_lock around iommu_unmap_msi_intr()
 18. Sep 12 Colin Percival             git: 4fe752ccb3f8 - stable/14 - zfs: fix build without MAC
 19. Sep  9 Joseph Mingrone            git: 508356c03875 - stable/14 - tcpdump: ppp: Use the buffer stack for the de-escaping buffer
 20. Sep  9 Dimitry Andric             git: 5096328dd7cb - releng/13.4 - Add UPDATING note about running make delete-old after libc++ 18 upgrade


21. Sep 10 Xin LI git: 5297156047f2 - stable/14 - vmstat: Add root element to libxo output 22. Sep 13 Colin Percival git: 58066db597be - releng/13.4 - Update in preparation for 13.4-RELEASE 23. Sep 9 Philip Paeps git: 59ffae6c0c7a - stable/13 - contrib/tzdata: import tzdata 2024b 24. Sep 10 Rick Macklem git: 617a9b99a594 - stable/14 - nfsd: Fix handling of NFSv4 setable attributes 25. Sep 10 Zhenlei Huang git: 635037210ea3 - stable/14 - ndp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0]) 26. Sep 9 Ed Maste git: 65c70eb58bbe - stable/14 - development.7: markup nits, tag spdx 27. Sep 11 Colin Percival git: 6a9e7f6a1d35 - stable/14 - EC2: Make amazon-ssm-agent optional 28. Sep 9 Martin Matuska git: 755e773877e9 - stable/14 - zfs: merge openzfs/zfs@33174af15 (zfs-2.2-release) into stable/14 29. Sep 9 Philip Paeps git: 7eb0b02bc4ed - stable/14 - contrib/tzdata: import tzdata 2024b 30. Sep 11 Zhenlei Huang git: 818a8f2ef344 - stable/13 - ndp: Fix libxo formatting for the header of neighbor cache 31. Sep 12 Kristof Provost git: 8f2519378501 - stable/14 - if_ovpn: ensure it's safe to modify the mbuf 32. Sep 11 Konstantin Belousov git: 92d04b87f0f2 - stable/14 - x86 iommu: move DMAR-independent parts of the qi code into common 33. Sep 11 Konstantin Belousov git: 93865104f762 - stable/14 - DMAR: rename domain_{alloc,free}_pgtbl to domain_domain_$1_pgtbl 34. Sep 11 Colin Percival git: 953142d6baf3 - stable/14 - EC2: Add new "small" AMIs 35. Sep 9 Ed Maste git: 9ebdfc41bd34 - stable/14 - mfi: correct typo in sysctl/tunable description 36. Sep 11 Konstantin Belousov git: 9f319352d7ac - stable/14 - vfs_default.c: trim whitespace 37. Sep 9 Ed Maste git: a954348eac32 - stable/13 - stand: bump arbitrary build date to 2024-01-01 38. Sep 10 Xin LI git: b10e93220e52 - stable/14 - mfiutil: Handle potential ioctl(2) failures in mfi_flash.c 39. Sep 11 Konstantin Belousov git: b535995861e0 - stable/14 - Intel DMAR: improve X2X macros to fix failures in certain syntax contexts 40. Sep 9 Ed Maste git: b6d5bda21fca - stable/13 - mfi: correct typo in sysctl/tunable description
41. Sep 11 Konstantin Belousov git: c5c01f6276ee - stable/14 - x86: always provide dummy x86_iommu virtual methods 42. Sep 11 Konstantin Belousov git: c7447c45fb00 - stable/14 - x86 dmar: generalize dmar_domain_free_entry() into iommu_domain_free_entry() 43. Sep 13 Colin Percival git: c876eaf40915 - Create tag release/13.4.0 44. Sep 11 Colin Percival git: c8d5eda2d4ee - stable/14 - vmimage.subr: Pass $INSTALLOPTS to install* 45. Sep 11 Colin Percival git: d263bfda8203 - stable/14 - release/Makefile.vm: Add cloudware overrides 46. Sep 10 Rick Macklem git: d72ace979924 - stable/13 - nfsd: Fix handling of NFSv4 setable attributes 47. Sep 15 Ed Maste git: d84fced6b468 - stable/13 - libnv: correct the calculation of the structure's size 48. Sep 11 Konstantin Belousov git: d88d70096cd9 - stable/14 - dmar_qi_emit(): use atomic_store_64() when available 49. Sep 9 Ed Maste git: df2f5112be9b - stable/13 - sys: Mark ACL conversion routines as __result_use_check 50. Sep 12 Konstantin Belousov git: e8b9bd97e3cb - stable/14 - vop_stdadvise(): restore correct handling of length == 0 51. Sep 11 Konstantin Belousov git: eebdbe7f1975 - stable/14 - x86 iommu: move page level related functions to common utils 52. Sep 11 Konstantin Belousov git: eed2b98a2e0c - stable/14 - x86 iommu x86_unit_common: expand hw completion write-out area to 8 bytes 53. Sep 11 Konstantin Belousov git: f279f9ec2923 - stable/14 - DMAR: move hw.iommu.dmar.{tbl_pagecnt,batch_coalesce} sysctls up one level 54. Sep 9 Ed Maste git: f6c2926aa3ff - stable/13 - man/man7/development.7: correct typo in manpage.


home | up | archive sorted by: subject | author | date | reverse date