summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-24Make timeout_add_sec(9) add a tick if given zero secondskn
2020-07-24Remove lacpmode and lacptimeout bitskn
2020-07-24Remove trunkdev bitskn
2020-07-24Remove trunkproto bitskn
2020-07-23Free SLB descriptors when we destroy a pmap.Mark Kettenis
2020-07-23Bump MAXCPUS (for MULTIPROCESSOR kernels) to 48, which seems to be theMark Kettenis
2020-07-23Enter DDB directly when we encounter an unhandled trap such that weMark Kettenis
2020-07-23Use per-pmap lock to protect userland SLB handling.Mark Kettenis
2020-07-23drm/i915/perf: Use GTT when saving/restoring engine GPRJonathan Gray
2020-07-23drm/i915/gvt: Fix two CFL MMIO handling caused by regression.Jonathan Gray
2020-07-23drm/i915/gt: Only swap to a random sibling once upon creationJonathan Gray
2020-07-23drm/i915/gt: Ignore irq enabling on the virtual enginesJonathan Gray
2020-07-23drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.Jonathan Gray
2020-07-23drm/amdgpu/display: create fake mst encoders ahead of time (v4)Jonathan Gray
2020-07-23drm/amd/display: OLED panel backlight adjust not work with external display c...Jonathan Gray
2020-07-23drm/amd/display: handle failed allocation during stream constructionJonathan Gray
2020-07-23drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Jonathan Gray
2020-07-23drm/amdgpu/powerplay: Modify SMC message name for setting power profile modeJonathan Gray
2020-07-23Even more whitespace fixup.Patrick Wildt
2020-07-23Fix typo in previous commit such that the code is actually compiled in.Mark Kettenis
2020-07-23match on AMDI0010Jonathan Gray
2020-07-23Fix comments to match code; OK fcambus@Tim van der Molen
2020-07-23Handle the case where we can sleep (and therefore switch CPUs) whileMark Kettenis
2020-07-23Increase the event queue size. When polling for admin command completion,Jonathan Matthew
2020-07-23Nuke unused struct scsi_link member of spc_softc.Kenneth R Westerback
2020-07-22Nuke unused struct scsi_link member of vdsk_softc.Kenneth R Westerback
2020-07-22Init GOP and COMPHY.Patrick Wildt
2020-07-22Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero thePatrick Wildt
2020-07-22Rework mvpp2_prs_flow_find() to return a tid instead of a whole prsPatrick Wildt
2020-07-22Make switching CPUs in DDB work.Mark Kettenis
2020-07-22Actually try to evict a PTE from a different slot instead of failing toMark Kettenis
2020-07-22Use interface index instead of pointer to `ifnet' in `struct bstp_port'.mvs
2020-07-22Fix more whitespace issues.Patrick Wildt
2020-07-22Use correct ethertype and IP proto defines.Patrick Wildt
2020-07-22Fix whitespace issue.Patrick Wildt
2020-07-22Use 1U for BIT(x), always define it and use it in four more places.Patrick Wildt
2020-07-22Don't grab the kernel lock for mpsafe interrupts.Mark Kettenis
2020-07-22pstat -t was showing bogus column data on ttys, in modes whereTheo de Raadt
2020-07-22Implement IPIs.Mark Kettenis
2020-07-22console marker should be after :Theo de Raadt
2020-07-22Add missing CVS tags.tobhe
2020-07-22Nuke unused struct scsi_link members of adapter softc's where theKenneth R Westerback
2020-07-22Remove debugging printf in critical section. This doesn't play well withMark Kettenis
2020-07-22regenJonathan Gray
2020-07-22add Intel AX200 BluetoothJonathan Gray
2020-07-22Add missing mplock.h file.Mark Kettenis
2020-07-22regenJonathan Gray
2020-07-22add devices found in Inspiron 5505 dmesg from jmc@Jonathan Gray
2020-07-22gc some ifmedia stuff that this driver doesnt use.David Gwynne
2020-07-22Use CPU_IS_PRIMARY macro in identifycpu() on i386.Frederic Cambus