summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-08-23fix unused variable warning gcc4 complains aboutjsg1-0/+2
2020-08-23Add support for "normal" external interrupts. Needed for running on POWER8kettenis3-4/+26
2020-08-23Add OPAL_SET_XIVE and OPAL_GET_XIVE.kettenis2-14/+20
2020-08-23Add missing conversion from IPL to CPU priority.kettenis1-2/+2
2020-08-23uhidev(4) does apply the SET_IDLE request to all its child driversmglocker7-9/+22
2020-08-23Attempt to support IODA2 bridges such as the one found on POWER8 chips.kettenis1-3/+4
2020-08-23Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works onkettenis5-24/+64
2020-08-23Remove unused debug_syncprt, improve debug sysctl handlingkn4-17/+9
2020-08-23Allow userland to use EVFILT_EXCEPT.mpi1-2/+2
2020-08-23Use sysctl_bounded_args for simple cases in cpu_sysctl on i386gnezdo1-13/+11
2020-08-22Don't complain when child nodes don't have a _CRS method. This happens forkettenis1-6/+4
2020-08-22Convert icmp_sysctl to sysctl_bounded_argsgnezdo2-16/+12
2020-08-22Convert ip_sysctl to sysctl_bounded_argsgnezdo2-49/+20
2020-08-22Convert udp_sysctl to sysctl_bounded_argsgnezdo2-15/+9
2020-08-22Add sizes to free() callskn1-21/+23
2020-08-22The last timeout_add(sc_timeout) died in the great XS_NO_CCB purge of 2017. Nukekrw4-17/+4
2020-08-22Rework unicast/multicast configuration. Keep note that this only changespatrick2-122/+93
2020-08-22Correct oversize rxq initialization in the classifier.patrick1-1/+8
2020-08-22IPv4 protocol parser init fixup and a few whitespace fixes.patrick1-7/+12
2020-08-22Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.patrick1-19/+19
2020-08-22Use sizeof(variable) instead of using a macro for the length parameter.patrick1-2/+2
2020-08-22Simplify some code by getting rid of an extra variable.patrick1-7/+9
2020-08-22More consistent use of the BIT() macro.patrick1-5/+5
2020-08-22Simplify check for return code.patrick1-5/+2
2020-08-22Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTLkn4-13/+13
2020-08-22drm/amd/display: dchubbub p-state warning during surface planes switchjsg1-2/+67
2020-08-22drm/amd/display: Fix dmesg warning from setting abm leveljsg1-0/+23
2020-08-22drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumejsg1-1/+4
2020-08-22drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpijsg1-3/+4
2020-08-22drm: Added orientation quirk for ASUS tablet model T103HAFjsg1-0/+6
2020-08-22drm/amdgpu: fix ordering of psp suspendjsg1-4/+4
2020-08-22drm/dp_mst: Fix the DDC I2C device registration of an MST portjsg1-12/+16
2020-08-22drm/i915/gt: Force the GT reset on shutdownjsg1-0/+5
2020-08-22drm/ttm/nouveau: don't call tt destroy callback on alloc failure.jsg1-3/+0
2020-08-22drm/radeon: fix array out-of-bounds read and write issuesjsg1-1/+1
2020-08-22drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idlejsg1-1/+1
2020-08-22drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlinejsg1-3/+3
2020-08-22drm/amdgpu: use the unlocked drm_gem_object_putjsg1-1/+1
2020-08-22drm/gem: Fix a leak in drm_gem_objects_lookup()jsg1-2/+2
2020-08-22drm/amd/powerplay: suppress compile error around BUG_ONjsg1-2/+12
2020-08-22drm/amd/powerplay: fix compile error with ARCH=arcjsg1-1/+2
2020-08-22drm/amdgpu/display: properly guard the calls to swSMU functionsjsg1-2/+2
2020-08-22drm/amdgpu/display bail early in dm_pp_get_static_clocksjsg1-0/+2
2020-08-22drm/amd/display: Improve DisplayPort monitor interopjsg3-8/+23
2020-08-22drm/radeon: disable AGP by defaultjsg1-5/+0
2020-08-22drm/debugfs: fix plain echo to connector "force" attributejsg1-4/+4
2020-08-22drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncjsg3-3/+9
2020-08-22drm/amdgpu: avoid dereferencing a NULL pointerjsg1-7/+12
2020-08-21Leave default ifq_maxlen handling to ifq_init()kn19-40/+19
2020-08-21ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).mglocker1-3/+1