summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-07-25The IPv4 reassembly code is MP safe, so we can run it in parallel.Alexander Bluhm
2022-07-25The GPIO pin on Apple M1 systems is actually connected to the SDZ pin, whichMark Kettenis
2022-07-25Print function name for contextKlemens Nanni
2022-07-25Don't grab netlock within pppacioctl(). pipex(4) doesn't rely onVitaliy Makkoveev
2022-07-25Remove "Static" keyword from pipex(4) layer.Vitaliy Makkoveev
2022-07-25Fix annotation of smr_tqh_lastVisa Hankala
2022-07-25Replace selwakeup() with KNOTE() in socket event activationVisa Hankala
2022-07-24Fix assertion for write netlock in rip6_input(). ip6_input() hasAlexander Bluhm
2022-07-24regenKlemens Nanni
2022-07-24Update Atheros AR928X pcidev stringKlemens Nanni
2022-07-24Revert simplification of the aiodone daemon it breaks swap on arm64.Martin Pieuchot
2022-07-24macppc, powerpc: retrigger deferred DEC interrupts from splx(9)Scott Soule Cheloha
2022-07-23timecounting: use full 96-bit product when computing elapsed timeScott Soule Cheloha
2022-07-23kernel: remove global "randompid" toggleScott Soule Cheloha
2022-07-23Discard relative movement packets outside of [-127, 127] range toStefan Hagen
2022-07-22Zap nd6_recalc_reachtm_interval indirectionKlemens Nanni
2022-07-22Leftovers from florian's RS/NA purge from the kernel in 2017.Klemens Nanni
2022-07-22Zap dead store nd6_allocatedKlemens Nanni
2022-07-22Call nd6_timer() without argumentKlemens Nanni
2022-07-22drm/aperture: Run fbdev removal before internal helpersJonathan Gray
2022-07-22drm/amd/pm: Prevent divide by zeroJonathan Gray
2022-07-22drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines.Jonathan Gray
2022-07-22drm/i915: Require the vm mutex for i915_vma_bind()Jonathan Gray
2022-07-22drm/i915/uc: correctly track uc_fw init failureJonathan Gray
2022-07-22drm/i915/gt: Serialize TLB invalidates with GT resetsJonathan Gray
2022-07-22drm/i915/gt: Serialize GRDOM access between multiple engine resetsJonathan Gray
2022-07-22drm/i915/dg2: Add Wa_22011100796Jonathan Gray
2022-07-22drm/i915/selftests: fix a couple IS_ERR() vs NULL testsJonathan Gray
2022-07-22drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist()Jonathan Gray
2022-07-22drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()Jonathan Gray
2022-07-21Add support for the new DART variant found on the Apple M2 SoC. Untested,Mark Kettenis
2022-07-21Zap unused global keypair_counterKlemens Nanni
2022-07-20Add size to free(9) callKlemens Nanni
2022-07-20move to 7.2-beta. this gets done very early, to avoid finding outTheo de Raadt
2022-07-20Add a pool for the allocation of the pf_anchor struct.Moritz Buhl
2022-07-20the _pad_ system calls from 2021/12/23 can go awayTheo de Raadt
2022-07-20syncTheo de Raadt
2022-07-20the _pad_ system calls from 2021/12/23 can go awayTheo de Raadt
2022-07-19Fix up tx ring slot calculations so we store the mbuf and dma map withJonathan Matthew
2022-07-18Restrict pledge("vminfo") callers to read-only swapctl(2) operations.Jeremie Courreges-Anglas
2022-07-18Delete the YPACTIVE toggling code when "getpw" code access/open are done toTheo de Raadt
2022-07-18Compile octeon kernels with -march=mips64r2Visa Hankala
2022-07-18Remove locks description duplicate. No functional changes.Vitaliy Makkoveev
2022-07-18the domainname is under root control, but because we are producing a pathTheo de Raadt
2022-07-18For opening up the bindings file in ypconnect(2), bail out earlyTheo de Raadt
2022-07-17Revert the changes made in rev 1.82. It is important to use pmap_enter(9)Mark Kettenis
2022-07-17backout last step: the path checks are too strong until everyone has aTheo de Raadt
2022-07-17the PLEDGE_YPACTIVE "hack" bit related to "getpw" pledge goes away. libcTheo de Raadt
2022-07-16To fix an KASSERT(la != NULL) panic in ARP, protect the rt_llinfoAlexander Bluhm
2022-07-16Fix IPIs on systems with multiple clusters where the CPU interfaceMark Kettenis