summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2021-07-20Turn pipex(4) session statistics to per-CPU counters. This makes pipex(4)mvs
2021-07-20The current workaround to disable parallel IPsec did not work.Alexander Bluhm
2021-07-20Do not attempt to load 7265D iwm(4) firmware on all 7265 devices.Stefan Sperling
2021-07-20Make iwm_init() call iwm_stop() if we fail to move into SCAN state.Stefan Sperling
2021-07-20Make iwx_init() call iwx_stop() if we fail to move into SCAN state.Stefan Sperling
2021-07-20Remove bogus use of CPU_MAXID and get cpu_info only once.Visa Hankala
2021-07-20Remove unneeded __sync_* library functions from the kernel.Visa Hankala
2021-07-20Fix trailing whitespace in a few places.Mike Larkin
2021-07-19Fix an alignment fault observed on an octeon machine while pppoe(4) wasStefan Sperling
2021-07-19Remove `ids' from `ipsec_ids_tree' while following ipsp_ids_insert()mvs
2021-07-19drm/i915/display: Do not zero past infoframes.vscJonathan Gray
2021-07-19drm/amd/display: Reject non-zero src_y and src_x for video planesJonathan Gray
2021-07-19drm/amd/display: fix incorrrect valid irq checkJonathan Gray
2021-07-19drm/dp: Handle zeroed port counts in drm_dp_read_downstream_info()Jonathan Gray
2021-07-19drm/radeon: Call radeon_suspend_kms() in radeon_pci_shutdown() for Loongson64Jonathan Gray