summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-07-28Add RK3399 Type-C PHY clocks.Patrick Wildt
2021-07-28Use a more descriptive name for the raw sensor which reflects the numberanton
2021-07-28Delay installation of sensors until a device with battery support isanton
2021-07-28Fix previous: In one spot I incorrectly used Pos (unsigned short) whereTheo Buehler
2021-07-27Revert "Use per-CPU counters for tunnel descriptor block" diff.mvs
2021-07-27Implemented from the Linux driver:Marcus Glocker
2021-07-27Introduce mutex(9) to protect pipex(4) session content.mvs
2021-07-27replace efibind.h files with the small amount we needJonathan Gray
2021-07-27Fix Rx hash typeKevin Lo
2021-07-26Use per-CPU counters for tunnel descriptor block (tdb) statistics.mvs
2021-07-26Print a few more registers in dump_regs().Mark Kettenis
2021-07-26Do not queue crypto operations for IPsec. The packet entries inAlexander Bluhm
2021-07-26The mbuf header cleanup in revision 1.173 of ip_icmp.c was tooAlexander Bluhm
2021-07-26Adjust driver for device tree binding changes.Mark Kettenis
2021-07-26Fix accounting of the number of frames queued on an iwx(4) Tx ring.Stefan Sperling
2021-07-26fix an mbuf leak with m_len 0 mbufsJonathan Gray
2021-07-26retry i2c transfers on -EAGAIN up to the number of times specified inJonathan Gray
2021-07-26Add mtx_enter/mtx_leave in kvp_pool_keys().asou
2021-07-26Pass a socket pointer to various socket buffer routines in preparation forMartin Pieuchot
2021-07-25Kill unused sbinsertoob().Martin Pieuchot
2021-07-25Force to use serial console when no graphic board is found.Kenji Aoyama
2021-07-25Enable LEDs for the LAN7800 chip, as e.g. found on theMarcus Glocker
2021-07-25enable iwm(4)Jonathan Gray
2021-07-25enable ix(4)Jonathan Gray
2021-07-24riscv64 userland timecounter supportJeremie Courreges-Anglas
2021-07-24Implement a workaround for the SiFive FU740 CIP-1200 errata.Mark Kettenis
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Fix octeon build after dwctwo(4) update.Marcus Glocker
2021-07-24The I2C controller's clock- and bitrate properties used different namingPatrick Wildt
2021-07-24Modifying a knote must be done with the corresponding lock held. AssertMartin Pieuchot
2021-07-24Replace cpus_running with CPU_IS_RUNNING().Visa Hankala
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Use the presence of an intrmap, rather than the number of queues, toJonathan Matthew
2021-07-23Make GENERIC compile again.Marcus Glocker
2021-07-23compile in non-DIAGNOSTIC mode; ok mglockerTheo de Raadt
2021-07-23Use 8/4/1 bytes loads/stores for copyin/copyout/kcopyJeremie Courreges-Anglas
2021-07-23pci_intr_msix_count() is the function that drivers using multiple MSI-XJonathan Matthew
2021-07-22Sync dwctwo(4) with the NetBSD-current code base.Marcus Glocker
2021-07-22Add sizes for free() in zlibTheo Buehler
2021-07-22In revision 1.74 of netmpls/mpls_input.c we use rtisvalid(4) to checkmvs
2021-07-22Make kqpoll_dequeue() usable with lazy removal of knotesVisa Hankala
2021-07-21Also count crypto errors in ipsec_input_cb() like IPsec output inAlexander Bluhm
2021-07-21Propagate errors from crypto_invoke() and count them in IPsec. TheyAlexander Bluhm
2021-07-21drm/amdkfd: fix sysfs kobj leakJonathan Gray
2021-07-21drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()Jonathan Gray
2021-07-21drm/dp_mst: Avoid to mess up payload table by ports in stale topologyJonathan Gray
2021-07-21drm/dp_mst: Do not set proposed vcpi directlyJonathan Gray
2021-07-21drm/i915/gt: Fix -EDEADLK handling regressionJonathan Gray
2021-07-21drm/i915/gtt: drop the page table optimisationJonathan Gray
2021-07-20add AMD 17h/6xh Root ComplexJoshua Stein