]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
riscv: Add pass(4) to GENERIC kernel
[FreeBSD/FreeBSD.git] / sys / dev /
2023-05-02 Justin HibbitsMechanically convert if_hn(4) to IfAPI
2023-05-02 Xin LIMFV: less v632.
2023-05-01 Ed Mastebxe: prefer C99 bool to boolean_t
2023-05-01 Mark Johnstonhwpmc: Fix a typo
2023-04-29 Kristof Provostwg: change module name to if_wg
2023-04-28 Doug Ambriskomrsas(4) switch from PTRIN define to include sys/abi_co...
2023-04-28 Doug Ambriskomrsas(4) fix build on targets that don't define PTRIN.
2023-04-28 Ravi Pokalajedec_dimm(4): Refactor offset adjustment and page0...
2023-04-28 Ravi Pokalajedec_dimm(4): Add manufacturing year and week.
2023-04-28 Doug AmbriskoAdd the mfi(4) ioctl support to mrsas(4)
2023-04-28 Zhenlei Huangmrsas: Fix a typo in a source code comment
2023-04-28 Zhenlei Huangmps: Fix a typo in a source code comment
2023-04-28 Ian Moffettixgbe: Fix typos in source code comments
2023-04-28 Johannes TotzExpose EFI wake time API
2023-04-26 Mark Johnstonirdma: Silence an unused function warning
2023-04-26 Dag-Erling SmørgravUpdate tzcode to 2023c.
2023-04-26 Andrew TurnerAdd a simple-framebuffer vt driver
2023-04-25 Justin Hibbitsal_eth: Finish conversion to IfAPI
2023-04-25 Justin Hibbitsirdma: Convert to IfAPI
2023-04-25 Dimitry Andrical_eth: make function definitions consistent with decla...
2023-04-25 Dimitry AndricUse bool for one-bit wide bit-fields
2023-04-25 Vladimir Kondratyevbcm5974(4): Make Magic Trackpad 2 support endian-safe.
2023-04-25 Val Packettbcm5974(4): add Magic Trackpad 2 (USB only) support
2023-04-24 Simon J. GerratyMerge bmake-20230414
2023-04-24 Andrew TurnerClean up PCI DEN0115 driver probing
2023-04-24 Justin HibbitsMechanically convert Xen netfront/netback(4) to IfAPI
2023-04-24 Andrew TurnerAdd PCI_ID_OFW_IOMMU to the pci ecam ACPI driver
2023-04-24 Andrew TurnerRemove redundant data from pci host generic
2023-04-24 Andrew TurnerAdd a PCI driver that follows the Arm DEN0115 spec
2023-04-24 Andrew TurnerAllow pci_host_generic attachments to manage registers
2023-04-24 Hu Shunchaohid: fix typo in hid_is_collection
2023-04-24 Val Packettbcm5974: fix wellspring9 pressure settings to handle...
2023-04-24 Val Packettintelspi: add PCI attachment (Lynx/Wildcat/Sunrise...
2023-04-24 Val Packettspibus: extend API: add cs_delay ivar, KEEP_CS and...
2023-04-21 Ed Mastelibcbor: update to 0.10.2
2023-04-21 Mariusz Zaborskimpr: don't use hardcoded value in debug branch
2023-04-21 Mariusz Zaborskimpr: fix copying of event_mask
2023-04-21 Navdeep Parharcxgbe(4): Update firmwares to version 1.27.3.0
2023-04-20 Navdeep Parharcxgbe(4): Dump the firmware log before falling back...
2023-04-20 Bjoern A. Zeebdpaa2: add console support for FDT based systems
2023-04-19 Dimitry Andricichiic: use bool for one-bit wide bit-fields
2023-04-19 Navdeep Parharcxgbe/iw_cxgbe: debug routines to dump STAG (steering...
2023-04-19 Dmitry Salychevdpaa2: Avoid dpaa2_cmd race conditions
2023-04-18 Marius Stroblgem(4): Remove onboard-only Sun ERI and remnants of...
2023-04-18 Marius Stroblmmc(4): Don't call bridge driver for timings not requir...
2023-04-18 Hans Petter Selaskymlx5en(4): Don't wait for receive queue to fill up...
2023-04-18 Hans Petter Selaskymlx5en(4): Explain why CQE zipping is off.
2023-04-18 Hans Petter Selaskymlx5: Remove unused debugfs node pointers.
2023-04-18 Hans Petter Selaskymlx5: Implement diagostic counters as sysctl(8) nodes.
2023-04-18 Hans Petter Selaskymlx5: Don't give zero number of pages to the firmware.
2023-04-18 Hans Petter Selaskymlx5: Implement mlx5_core_modify_cq_by_mask().
2023-04-18 Hans Petter Selaskymlx5: Fix duplicate free of default flow rule in error...
2023-04-18 Hans Petter Selaskymlx5: Make mlx5_del_flow_rule() NULL safe.
2023-04-18 Hans Petter Selaskymlx5: Make MLX5_COMP_EQ_SIZE tunable.
2023-04-18 Stephen J. Kiernanflash: Add "n25q64" to mx25l driver
2023-04-17 Gleb Smirnoffnet: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCH
2023-04-17 Cy Schubertsqlite3: Vendor import of sqlite3 3.41.2
2023-04-17 Steve Kiernanveriexec: Rename old VERIEXEC_SIGNED_LOAD as VERIEXEC_S...
2023-04-17 Steve Kiernanveriexec: Additional functionality for MAC/veriexec
2023-04-14 Kyle Evansuart(4): add Sunrise Point UART controllers
2023-04-14 Julien Grallxen/intr: move sys/x86/xen/xen_intr.c to sys/dev/xen...
2023-04-14 Elliott Mitchellxen/intr: move interrupt allocation/release to architecture
2023-04-14 Julien Grallxen/intr: move x86 PIC interface to xen_arch_intr.c...
2023-04-14 Elliott Mitchellxen/intr: move evtchn_type to intr-internal.h
2023-04-14 Julien Grallxen/intr: introduce dev/xen/bus/intr-internal.h
2023-04-14 Elliott Mitchellxen/intr: adjust xen_intr_handle_upcall() to match...
2023-04-14 Julien Grallxen: introduce XEN_CPUID_TO_VCPUID()/XEN_VCPUID()
2023-04-13 Henri Hennebertrtsx: Add plug-and-play info
2023-04-12 Zhenlei Huangiicbus(4): Use the existing CTLFLAG_RWTUN flag definition
2023-04-12 Zhenlei Huangbxe(4): Use CTLFLAG_RDTUN flag definition
2023-04-12 Zhenlei Huangice(4): Use the existing CTLFLAG_RWTUN flag definition
2023-04-10 John Baldwinif_mos: Remove set but unused variable.
2023-04-10 John Baldwinipmi: Remove some dead code for unsupported BMCs.
2023-04-10 Christos Margiolisofw: fix memory leak in ofwbus_attach()
2023-04-08 Hans Petter Selaskyusb(4): Separate the fast path and the slow path to...
2023-04-08 Hans Petter Selaskyusb(4): Code refactoring as a pre-step for adding missi...
2023-04-05 Mark Johnstonnetmap: Handle packet batches in generic mode
2023-04-05 Mark Johnstonnetmap: Fix queue stalls with generic interfaces
2023-04-05 Zhenlei Huangmlx5ib(4): Mark driver knows net epoch
2023-04-04 Eric van Gyzenmlxfw: fix potential NULL pointer dereference
2023-04-03 Martin Matuskazfs: merge openzfs/zfs@431083f75
2023-04-02 Navdeep Parharcxgbe(4): Allow tracing filters on loopback ports.
2023-04-01 Navdeep Parharcxgbe/iw_cxgbe: Always set a vnet around calls to IN_LO...
2023-04-01 黃清隆arcmsr(4): Fix reading buffer empty length error.
2023-03-31 Joseph Mingronelibpcap: Update to 1.10.3
2023-03-30 Navdeep Parharcxgbe(4): Remove dead code.
2023-03-29 Elliott Mitchellxen: switch to using core atomics for synchronization
2023-03-29 Philip Paepscontrib/tzdata: import tzdata 2023c
2023-03-28 Bartosz Sobczakirdma(4): Upgrade the driver to 1.1.11-k
2023-03-27 Ruslan BukinImport OpenCSD v.1.4.0.
2023-03-27 Corvin Köhnepci: add tunable hw.pci.enable_mps_tune
2023-03-24 Justin HibbitsMechanically convert qlnx(4) to IfAPI
2023-03-24 Eric Joynerice(4): Restore old conditional overwritten by last...
2023-03-24 Philip Paepscontrib/tzdata: import tzdata 2023b
2023-03-23 Gordon Berglingacpi(4): Fix a typo in a kernel message
2023-03-23 Philip Paepscontrib/tzdata: import tzdata 2023a
2023-03-21 Vincenzo Maffionenetmap: fix copyin/copyout of nmreq options list
2023-03-21 Zhenlei Huangif_re: Drop redundant assignments for ifq_maxlen and...
2023-03-20 Zhenlei Huangxhci(4): Describe Fresco Logic FL1009 USB 3.0 controller
2023-03-20 Xin LIMFV: xz 5.4.2.
next