summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-06-26ath(4): fix ATH_TICKS()cheloha1-2/+2
2020-06-26Accept input.kettenis1-1/+59
2020-06-26Handle OPAL interrupts.kettenis1-1/+2
2020-06-26Handle OPAL interrupts.kettenis2-3/+124
2020-06-26timecounting: deprecate time_second(9), time_uptime(9)cheloha2-5/+6
2020-06-26Add support for level-triggered interrupts and unmask established interropts.kettenis1-6/+25
2020-06-26Interprets profile/interval value as a frequency and not a number of ticks.mpi1-3/+3
2020-06-26return early if either initrd property is missingjsg1-2/+2
2020-06-26avoid uninitialised pointer usejsg2-4/+4
2020-06-26use correct index var in pmap_vp_destroy()jsg1-2/+2
2020-06-26Add sync().kettenis1-1/+7
2020-06-26Skip saving the state of the old proc if it is NULL.kettenis1-1/+5
2020-06-26byteswap vpd data going out to userland.dlg1-2/+7
2020-06-26Add RX refill handling. Each mvpp(4) controller has up to 8 Bufferpatrick1-15/+92
2020-06-26Add TX completion handling. I'm not quite sure, but I think that wepatrick1-8/+39
2020-06-26Since we send packets on the aggregated TX queue instead of the physicalpatrick1-4/+4
2020-06-26We don't have to implement pmap_copy(9).kettenis1-2/+1
2020-06-26Fix system calls; set %r0 to zero upon success and set (instead of clear)kettenis1-2/+3
2020-06-26Make kernel versions of TCB_GET() and TCB_SET() use %r13 as well.kettenis1-3/+3
2020-06-26Initialize registers according to ELFv2 ABI.kettenis1-1/+9
2020-06-26drm/i915/tgl: Make Wa_14010229206 permanentjsg1-6/+6
2020-06-26Revert "drm/amd/display: disable dcn20 abm feature for bring up"jsg1-7/+4
2020-06-26drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsjsg2-20/+22
2020-06-26drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsjsg2-61/+59
2020-06-26drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsjsg2-10/+14
2020-06-26drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsjsg2-33/+41
2020-06-26drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsjsg3-49/+63
2020-06-26drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsjsg2-37/+50
2020-06-26drm/i915/gt: Incrementally check for rewindingjsg4-4/+43
2020-06-26drm/i915/tc: fix the reset of ln0jsg1-1/+1
2020-06-26drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionjsg1-0/+1
2020-06-26stuff for PPCNT - Ports Performance Counters Registerdlg1-1/+110
2020-06-26drm/amd/display: Use kvfree() to free coeff in build_regamma()jsg1-1/+1
2020-06-26drm/amdkfd: Use correct major in devcgroup checkjsg1-1/+2
2020-06-26drm/connector: notify userspace on hotplug after register completejsg1-0/+5
2020-06-26drm/i915: Whitelist context-local timestamp in the gen9 cmdparserjsg1-0/+4
2020-06-26drm/i915/gem: Avoid iterating an empty listjsg1-6/+9
2020-06-26drm/i915: Fix AUX power domain toggling across TypeC mode resetsjsg1-2/+3
2020-06-26drm/dp_mst: Increase ACT retry timeout to 3sjsg1-21/+31
2020-06-26drm/amdgpu: Replace invalid device ID with a valid device IDjsg1-1/+1
2020-06-26drm/amdgpu/display: use blanked rather than plane state for sync groupsjsg1-4/+20
2020-06-26drm/dp_mst: Reformat drm_dp_check_act_status() a bitjsg1-12/+10
2020-06-26drm: encoder_slave: fix refcouting error for modulesjsg1-2/+3
2020-06-26drm/amd/display: Revalidate bandwidth before commiting DC updatesjsg1-0/+6
2020-06-26add readx_poll_timeout() required for 5.7.6 drmjsg1-0/+34
2020-06-26add USEC_TO_TIMEVAL()jsg1-1/+8
2020-06-26add some whitespace to let things breathe a bit.dlg1-149/+133
2020-06-26whitespace fixes, no functional change.dlg1-17/+17
2020-06-26fix link state handling so we can see link go both up and down.dlg1-20/+22
2020-06-25Return negative value to show that no index was found. The callerspatrick1-3/+3