summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-09-19Introduce and use convenience SID_REPOONSE_FORMAT() define.Kenneth R Westerback
2019-09-19Add new (a.k.a SBC-4) flags/fields to struct scsi_read_cap_16. AdoptKenneth R Westerback
2019-09-19drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPCJonathan Gray
2019-09-18don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr.David Gwynne
2019-09-18Update struct inquiry_data with latest flags and remove flags that we didn't ...Kenneth R Westerback
2019-09-16Update list of device types with combination of FreeBSD andKenneth R Westerback
2019-09-16drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHVJonathan Gray
2019-09-16drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocJonathan Gray
2019-09-16drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)Jonathan Gray
2019-09-16drm/amdkfd: Add missing Polaris10 IDJonathan Gray
2019-09-16drm/i915: Sanity check mmap length against object sizeJonathan Gray
2019-09-16drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC setJonathan Gray
2019-09-16drm/vblank: Allow dynamic per-crtc max_vblank_countJonathan Gray
2019-09-16drm/i915: Cleanup gt powerstate from gemJonathan Gray
2019-09-16drm/i915: Restore sane defaults for KMS on GEM error loadJonathan Gray
2019-09-16drm/amd/dm: Understand why attaching path/tile properties are neededJonathan Gray
2019-09-16drm/amd/pp: Fix truncated clock value when set watermarkJonathan Gray
2019-09-16powerplay: Respect units on max dcfclk watermarkJonathan Gray
2019-09-16drm/i915: Rename PLANE_CTL_DECOMPRESSION_ENABLEJonathan Gray
2019-09-16drm/i915: Fix intel_dp_mst_best_encoder()Jonathan Gray
2019-09-16drm/amdgpu: Update gc_9_0 golden settings.Jonathan Gray
2019-09-16drm/amdgpu/gfx9: Update gfx9 golden settings.Jonathan Gray
2019-09-16drm/i915: Re-apply "Perform link quality check, unconditionally during long p...Jonathan Gray
2019-09-16Add RK3399 GMAC clock.Mark Kettenis
2019-09-15Mask all MMC interrupts. This prevents an interrupt storm when one of theMark Kettenis
2019-09-15With the recent fixes to SCSI version detection we reproduced aKenneth R Westerback
2019-09-15Attach packet interfaces to octpip to use fdt.Visa Hankala
2019-09-15Add a driver for the packet input processing unit. For now, the purposeVisa Hankala
2019-09-15Add the pip unit into the fdt blob.Visa Hankala
2019-09-15Implement hardware vlan tagging. Packets delivered to virtual functionsJonathan Matthew
2019-09-14Typo in comment. scsi_size() is actually sd_size().Kenneth R Westerback
2019-09-13avoid the use of a custom bpf copy function.David Gwynne
2019-09-13tweak tun/tap kn_data to be more consistent with everything else.David Gwynne
2019-09-12SAS3 controllers have a maximum size for sgl chain segments, and theJonathan Matthew
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-09-12Use unsigned types for queue counters and mask them appropriately beforeJonathan Matthew
2019-09-12Prepare for the emac/gmac "phy" property being renamed to "phy-handle"Jonathan Gray
2019-09-12pf_test can return PF_PASS, but set the mbuf to NULL.David Gwynne
2019-09-12knf for the switch statement in tun_dev_kqfilter.David Gwynne
2019-09-12let userland write up to hardmtu bytes, not just mtu bytes.David Gwynne
2019-09-12we don't need to cast hdr arguments to caddr_t for bpf_mtap_hdr anymore.David Gwynne
2019-09-12make bpf_mtap_hdr take a const void *, not a caddr_t.David Gwynne
2019-09-11vm_teardown() must be serialized since it modifies the global vmm_softcanton
2019-09-11Fix unveil for relative lookups in the non AT_FDCWD caseBob Beck
2019-09-11Make it possible to free overlapping regions (effectively allowingMark Kettenis
2019-09-11Ignore empty Tx queue slots in iwn_tx_done(). Prevents a NULL dereference.Stefan Sperling
2019-09-10Shuffle a couple of lines to make the device -> st_softc dances lookKenneth R Westerback
2019-09-10No need to check for ST_MOUNTED before calling st_mount_tape() AND inKenneth R Westerback
2019-09-10Do not decrement the number of VMs counter twice in one of vm_create()anton
2019-09-10return is not a funciton call. Avoid pointless parenthesis.Kenneth R Westerback