summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-25Remove unused `fault_type' argument.Martin Pieuchot
2024-11-25Push the KERNEL_LOCK() down in the aiodone_daemon().Martin Pieuchot
2024-11-25Account for in-flight pages being written to disk when computing page shortage.Martin Pieuchot
2024-11-25remove hw->debug_mask, we are using the ice_debug global variable insteadStefan Sperling
2024-11-25Do not retry with a single page if paging out a cluster didn't work.Martin Pieuchot
2024-11-25implement ice_config_rss() and its many friendsStefan Sperling
2024-11-25ice(4) rx dma maps don't need to be larger than one mbufStefan Sperling
2024-11-25disable interrupts when taking an ice(4) interface downStefan Sperling
2024-11-25Do not try to terminate an empty buffer.Nicholas Marriott
2024-11-25don't reset the rx queue tail pointer in ice_setup_rx_ctx()Stefan Sperling
2024-11-25Use cursor style from global options instead of default for popups, fromNicholas Marriott
2024-11-25Do not rely on window reference count for linked formats because theyNicholas Marriott
2024-11-25Unify checking for the asn1_flagTheo Buehler
2024-11-25remove EM_NUM, unused and not in SysV ABI documentsJonathan Gray
2024-11-25drm/amd/pm: Vangogh: Fix kernel memory out of bounds writeJonathan Gray
2024-11-25drm/amd/display: Adjust VSDB parser for replay featureJonathan Gray
2024-11-25drm/amd: Fix initialization mistake for NBIO 7.7.0Jonathan Gray
2024-11-24turn off CDIAGFLAGS and turn back on INSTALL_STRIP accidentallyDamien Miller
2024-11-24Add support for the "post-power-on-delay-ms" in the MMC power sequencing.Mark Kettenis
2024-11-24Add RK3399 support.Mark Kettenis
2024-11-24Fix RK3399 USB clock gates.Mark Kettenis
2024-11-24Make fw_update -d behave like the manual saysAndrew Fresh
2024-11-24Fix some inaccuracies and gaps in the paragraph i wrote about CMACIngo Schwarze
2024-11-24Add KASSERT on P_WSLEEP in setrunqueue() and sched_chooseproc().Claudio Jeker
2024-11-24In setrunnable() also check for P_WSLEEP in the SSTOP case.Claudio Jeker
2024-11-24Do not clear P_WSLEEP in ptsigna's SIGCONT handling. cursig() no longerClaudio Jeker
2024-11-24unwind: support wildcard in blacklistkirill
2024-11-24simpler ifaliasreq sockaddr fillingKlemens Nanni
2024-11-24Disable regression tests for small builtin curvesTheo Buehler
2024-11-24Disable small builtin curvesTheo Buehler
2024-11-23Implement power down if the PMIC is marked as the system power controllerMark Kettenis
2024-11-23syncTheo de Raadt
2024-11-23Simplify endian handling in SHA-3.Joel Sing
2024-11-23Further refactoring of the wNAF codeTheo Buehler
2024-11-23Drop bn is zero special caseTheo Buehler
2024-11-23Further simplify after dropping wNAF modificationTheo Buehler
2024-11-23Ditch the wNAF modificationTheo Buehler
2024-11-22Comment tweak from jsing with another tweak by meTheo Buehler
2024-11-22Stop using BIGNUM internals, add some clarifying commentsTheo Buehler
2024-11-22Rewrite the crazy while loop into a for loopTheo Buehler
2024-11-22First pass over compute_wNAF()Theo Buehler
2024-11-22Swap the order of m and n in ec_wNAF_precompute()Theo Buehler
2024-11-22Split two helpers out of ec_wNAF_mul()Theo Buehler
2024-11-22Do not strvis output to terminal from commands.Nicholas Marriott
2024-11-22Document command prompt escape sequence, from Von Welch.Nicholas Marriott
2024-11-22Rename curve_name into nidTheo Buehler
2024-11-22Use OPENSSL_EC_EXPLICIT_CURVE rather than 0Theo Buehler
2024-11-22Flush the interrupt status register in ahci(4) attachJan Klemkow
2024-11-22Bring the weird msgbuf_free() into a slightly more usual formTheo Buehler
2024-11-22Adjust test-http.c to the new ibuf world order.Claudio Jeker