]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Re-apply r363564.
[FreeBSD/FreeBSD.git] / sys / dev /
2020-08-04 Mark JohnstonRemove free_domain() and uma_zfree_domain().
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-08-03 Andrew TurnerAllow child classes of simplebus to call attach directly
2020-08-03 Andrew TurnerHandle Raspberry Pi 4 xhci firmware loading.
2020-08-02 Jason A. Harmeningvt(4): CONS_HISTORY/CONS_CLRHIST should operate on...
2020-08-01 Marcin WojtasFix TX csum handling in if_mvneta
2020-07-31 Ruslan BukinAdd iommu_domain_map_ops virtual table with map/unmap...
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-30 Michal MelounMove Ti AM335x to dev/extres/clk framework.
2020-07-30 Wei HuPrevent framebuffer mmio space from being allocated...
2020-07-30 John-Mark Gurneyremove some long abandonded serial drivers (cy, rc...
2020-07-29 Ruslan Bukino Don't include headers from iommu.h, include them...
2020-07-29 Ruslan BukinFix build.
2020-07-29 Ruslan Bukino Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to
2020-07-28 Ruslan Bukino Move the buswide_ctxs bitmap to iommu_unit and rename...
2020-07-28 Alfredo Dal'Ava... virtio: fix mips regression introduced by r357596
2020-07-28 Andrew TurnerAdd an ACPI attachment for if_smc
2020-07-28 Ryan Moellerlibpmc: Use known pmc_cpuid buffer size
2020-07-27 Alexander MotinAdd initial driver for ACPI Platform Error Interfaces.
2020-07-27 Mark Johnstoncxgbe(4): Stop checking for failures from malloc(M_WAITOK).
2020-07-27 Mark Johnstonmpr(4), mps(4): Stop checking for failures from malloc...
2020-07-26 Jessica ClarkeAdd syscon power and reset control device driver
2020-07-26 Jessica ClarkeAdd Goldfish RTC device driver for RISC-V
2020-07-26 Ruslan BukinRename DMAR flags:
2020-07-25 Ruslan Bukino Make the _hw_iommu sysctl node non-static;
2020-07-25 Ruslan Bukino Move iommu gas prototypes, DMAR flags to iommu.h;
2020-07-25 John-Mark Gurneyclean up whitespace...
2020-07-25 Ruslan BukinMove Intel GAS to dev/iommu/ as now a part of generic...
2020-07-25 Ruslan BukinSplit-out the Intel GAS (Guest Address Space) managemen...
2020-07-25 Michal MelounRevert r363123.
2020-07-24 Navdeep Parharcxgbe(4): Some updates to the common code.
2020-07-24 Emmanuel Vadotdwmmc: Add MMCCAM part
2020-07-23 Mark Johnstonntb: Stop checking for failures from malloc(M_WAITOK).
2020-07-22 Emmanuel Vadotmmccam: Add a generic mmccam_start_discovery function
2020-07-22 Mark Johnstonusb(4): Stop checking for failures from malloc(M_WAITOK).
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-21 Andrew TurnerOnly write to VIRTIO_MMIO_GUEST_PAGE_SIZE with virtio...
2020-07-21 Ruslan BukinMove sys/iommu.h to dev/iommu/ as a part of generic...
2020-07-21 Ruslan BukinMove the Intel DMAR busdma backend to a generic place so
2020-07-21 Andriy Gapongpioiic: never drive lines active high
2020-07-19 Ian LeporeThe ds3231 RTC chip bitmask values for 12- versus 24...
2020-07-19 Adrian Chadd[if_an] unbreak!
2020-07-18 Jung-uk KimMFV: r363292
2020-07-17 Ruslan BukinAdd acpi_iort_map_pci_smmuv3().
2020-07-16 Allan JudeAdd VIRTIO_BLK_T_DISCARD support to the virtio-blk...
2020-07-16 Mark Johnstonsafexcel(4): Silence an integer truncation warning.
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 Ryan Moellerhwpmc: Always set pmc_cpuid to something
2020-07-14 Alexander MotinAdd stepping to the kern.hwpmc.cpuid string on x86.
2020-07-14 Mark Johnstonsafexcel(4): Fix the INVARIANTS build after a last...
2020-07-14 Mark JohnstonAdd a driver for the SafeXcel EIP-97.
2020-07-14 Jung-uk KimMFV: r362513
2020-07-13 Navdeep Parharcxgbev(4): Compare at most 16 bytes of the Ethernet...
2020-07-12 Michal MelounReverse the processing order of assigned clocks property.
2020-07-12 Michal Meloun Assigned clocks: fix off-by-one bug, don't leak alloca...
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-08 Emmanuel Vadottwsi: Fix for > Allwinner A20
2020-07-08 Emmanuel Vadotextres/syscon_generic: Make device quiet if not in...
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-06 Andrew TurnerAdd a driver for bcm2838 PCI express controller
2020-07-06 Hans Petter SelaskyInfiniband clients must be attached and detached in...
2020-07-05 Navdeep Parharcxgbe(4): Fix a bug (introduced in r362905) where some...
2020-07-04 Pawel Biernackidev.ixl.<N>.debug: mark as MPSAFE
2020-07-03 Navdeep Parharcxgbe(4): changes in the Tx path to help increase tx...
2020-07-02 Konstantin Belousovmlx5_core: remove unneccessary LFENCE instruction.
2020-07-01 Oleksandr TymoshenkoAdd i.MX 8M Quad support
2020-06-30 Andrew TurnerAdd dwc_otg_acpi
2020-06-28 Mark JohnstonRemove some redundant assignments and computations.
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-27 Li-Wen Hsurtwn: Add a USB ID for Buffalo WI-U2-433DHP
2020-06-27 Adrian Chadd[ath_hal] Add KeyMiss for AR5212/AR5416 series chips.
2020-06-26 Alexander MotinAdd mostly dummy hw.pci.enable_aspm tunable.
2020-06-26 Andriy Gaponsound/hda: fix interrupt handler endless loop after...
2020-06-26 John BaldwinReduce contention on per-adapter lock.
2020-06-25 Alexander MotinFix few panics on NVMe's timing out initialization...
2020-06-25 John BaldwinExplicitly zero the temporary auth context used to...
2020-06-25 John BaldwinExplicitly zero hash results and context in glxsb_authc...
2020-06-25 John BaldwinUse zfree() instead of bzero() and free().
2020-06-25 John BaldwinUse zfree() instead of explicit_bzero() and free().
2020-06-25 Navdeep Parharcxgbe(4): Add a pointer to the adapter softc in vi_info.
2020-06-25 Mark JohnstonCall swap_pager_freespace() from vm_object_page_remove().
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 Vladimir Kondratyevatkbd/evdev: recognize the Chromebook menu key as F13...
2020-06-24 Mark Johnstonacpi_ibm(4): Rename disengaged mode to unthrottled...
2020-06-24 Marcin WojtasFix AccessWidth and BitWidth parsing in SPCR table
2020-06-24 Cy SchubertMFV r362565:
2020-06-23 Navdeep Parharcxgbe(4): Add a tx_len16_to_desc helper.
2020-06-23 Andriy Gaponteach ena driver about RSS kernel option
2020-06-22 John BaldwinAdd support for requests with separate AAD to ccr(4).
2020-06-22 Mark Johnstonacpi_ibm(4): Add support for putting fans in disengaged...
2020-06-22 Andrew TurnerTranslaate the PCI address when activating a resource
2020-06-22 Andriy Gapongpiobus_release_pin: remove incorrect prefix from error...
2020-06-22 Baptiste DaroussinRevert r362466
2020-06-22 Alexander V. ChernikovSwitch cxgbe interface lookup to use fibX_lookup()...
2020-06-21 Hans Petter SelaskyImprove wording to be more precise and clear.
2020-06-21 Brandon Bergren[PowerPC] More relocation fixes
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
next