summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-02-09enable hw vlan tag handling in the rx path too.David Gwynne
2022-02-09Add iic_is_compatible() for matching I2C devicesVisa Hankala
2022-02-09Increase armv7 ramdisk size to avoid errors in installer.Visa Hankala
2022-02-09drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledJonathan Gray
2022-02-09drm/i915/overlay: Prevent divide by zero bugs in scalingJonathan Gray
2022-02-09drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina ...Jonathan Gray
2022-02-09drm/amd/display: watermark latencies is not enough on DCN31Jonathan Gray
2022-02-09drm/amd/pm: correct the MGpuFanBoost support for Beige GobyJonathan Gray
2022-02-09drm/i915/adlp: Fix TypeC PHY-ready status readoutJonathan Gray
2022-02-09drm/i915: Disable DSB usage for nowJonathan Gray
2022-02-09enable hardware vlan tagging.David Gwynne
2022-02-08oops, a typo snuck inTheo de Raadt
2022-02-08Do not /0 if timeout[PFTM_INTERVAL] manages to become zeroTheo de Raadt
2022-02-08The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing.Theo de Raadt
2022-02-08Fix a KASSERT in iwm(4) being triggered for the wrong reason.Stefan Sperling
2022-02-08bring back IPv4, TCP4/6 and UDP4/6 checksum offloading.David Gwynne
2022-02-08use sizeof(long) - 1 in m_pullup to determine payload alignment.David Gwynne
2022-02-08fix off by one in bounds testJonathan Gray
2022-02-08poll(2): Switch to kqueue backendVisa Hankala
2022-02-08rework checksum/vlan offloading, and enable it for ipv6 too.David Gwynne
2022-02-07Allow writes to rw pages in pte_spill_vGeorge Koehler
2022-02-07New status flag: 'c' - process is chrooted.Rob Pierce
2022-02-07Allow "ddb{1}> trace" through interrupt on macppcGeorge Koehler
2022-02-07Delete STACKGAPLEN: this exec-time allocation at the top of thePhilip Guenther
2022-02-07Tweak previous.Rob Pierce
2022-02-07Checking ifaddr pointer for NULL without checking in6_ifaddr worksAlexander Bluhm
2022-02-07Sync ps.1 with sys/proc.h. Tweaked by deraadt@.Rob Pierce
2022-02-07Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-07In rtredirect() change an bad assignment in an if condition to theClaudio Jeker
2022-02-06Avoid touching "locked" DARTs. While there, print something when we placeMark Kettenis
2022-02-06s/poll/poolRob Pierce
2022-02-06Simplify cursig() a bit and make sure that signals are always sent toClaudio Jeker
2022-02-05grow the dmesg buffer on i386 from 4 to 8 pagesDaniel Dickman
2022-02-05Switch vmapbuf() and vunmapbuf() over to km_alloc(9) and km_free(9) likeMark Kettenis
2022-02-05Only install the sensors once as multiple devices can be paired with theAnton Lindqvist
2022-02-05make bpf_movein align the packet payload.David Gwynne
2022-02-05remove an extra set of brackets. no functional change.David Gwynne
2022-02-04Add prototype for clock_set_frequency_idx().Mark Kettenis
2022-02-04Define __HAVE_PMAP_MPSAFE_ENTER_COW; the ARMv8 architecture requiresMark Kettenis
2022-02-04whitelist resolv.conf for stat. go dns library does this.Ted Unangst
2022-02-04set the APM_BATT_CHARGING state if the battery is being charged and tryRobert Nagy
2022-02-03store root bridge data in softc before calling intel_init_stolen_res()Jonathan Gray
2022-02-03The sparc64 pmap at least requires the fault access_type to be aPhilip Guenther
2022-02-03Delete unused/obsolete M_* type values.Philip Guenther
2022-02-03Use UVM_KMF_TRYLOCK for consistencyKlemens Nanni
2022-02-03inteldrm now requires ttmJonathan Gray
2022-02-03sync list of amdgpu files built with -msse -msse2 with linux 5.15.yJonathan Gray
2022-02-02Add apldma(4), a driver for the DMA controller found on Apple SoCs.Mark Kettenis
2022-02-02Get the pci bus number from the bus-range property when available, ratherMiod Vallat
2022-02-02acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come fromTheo de Raadt