summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-07-04drm/amdgpu: Enable SDMA power gating for PCOJonathan Gray
2019-07-04drm/amdgpu: Add pg support for gfxoff for PCOJonathan Gray
2019-07-04drm/amdgpu: add picasso for amdgpu kmsJonathan Gray
2019-07-04drm/amdgpu: add picasso support for sdma_v4Jonathan Gray
2019-07-04drm/amdgpu: add picasso support for gfx_v9_0Jonathan Gray
2019-07-04drm/amdgpu: add picasso support for gmcJonathan Gray
2019-07-04drm/amdgpu: add clockgating support for picassoJonathan Gray
2019-07-04drm/amdgpu: add picasso support for vcnJonathan Gray
2019-07-04drm/amdgpu: add picasso ucode loading methodJonathan Gray
2019-07-04drm/amdgpu: initilize picasso psp firmwares supportJonathan Gray
2019-07-04drm/amdgpu: Add support of powerplay for picassoJonathan Gray
2019-07-04drm/amd/display/dm: add picasso supportJonathan Gray
2019-07-04drm/amdgpu: add picasso support for vmJonathan Gray
2019-07-04drm/amdgpu: add soc15 support for picassoJonathan Gray
2019-07-04drm/amdgpu: add picasso to asic_type enumJonathan Gray
2019-07-04Make seqlock_init() take an IPL argument so the engine stats lock whichJonathan Gray
2019-07-03Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9).cheloha
2019-07-03Skip thermal zones without "trips" or "cooling-maps" nodes.Mark Kettenis
2019-07-03OF_finddevice(9) returns -1 if the node in question couldn't be found.Mark Kettenis
2019-07-03Allocate a new major for tap(4) also note that pseudo-device tun is for tapPatrick Wildt
2019-07-03Lock the kernel when removing file descriptors from the descriptorVisa Hankala
2019-07-03use ifiq_input return values to apply backpressure to rings.David Gwynne
2019-07-03add the kernel side of net.link.ifrxq.pressure_return and pressure_dropDavid Gwynne
2019-07-03prepare sysctl net mib to allow runtime tuning of rx q pressure thresholdsDavid Gwynne
2019-07-03Don't check if unsigned value is less than zeroians
2019-07-02acpi_set_gpehandler: turn edge arg into flags, add support forJoshua Stein
2019-07-02Drop % from register name used for register variable since it makes clangMark Kettenis
2019-07-02Register rktemp(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-07-02Register cpu(4) as a cooling device. This supports passive cooling byMark Kettenis
2019-07-02Add thermal zone handling code. This provides support for thermal zonesMark Kettenis
2019-07-02re-add framebuffer size change from 1.4 that was lost in the bigJoshua Stein
2019-07-02R.I.P. timespecfix(); ok visa@ mpi@cheloha
2019-07-02When source address tracking record is used for "route-to", the nextYASUOKA Masahiko
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
2019-07-01Document which mechanism protect some fields used w/o KERNEL_LOCK().Martin Pieuchot
2019-07-01Use timeout_add_msec(9)kn
2019-07-01drm/i915/gen9+: Fix initial readout for Y tiled framebuffersJoshua Stein
2019-07-01kevent(2): remove 24hr timeout limitcheloha
2019-07-01Link the state and the source track to keep the source track whileYASUOKA Masahiko
2019-07-01Add more verbose messages about unsupported ext2fs features.Kevin Lo
2019-07-01revert local changes in code under #ifdef __linux__Jonathan Gray
2019-07-01reintroduce ifiq_input counting backpressureDavid Gwynne
2019-06-30if_vinput should pass BPF_DIRECTION_IN to bpf_mtap, not OUTDavid Gwynne
2019-06-30drm: add fallback override/firmware EDID modes workaroundJonathan Gray
2019-06-30drm/edid: abstract override/firmware EDID retrievalJonathan Gray
2019-06-30drm/i915/sdvo: Implement proper HDMI audio support for SDVOJonathan Gray
2019-06-30Ansify function definitions.Visa Hankala
2019-06-30Compute address for ll/sc only once.Visa Hankala
2019-06-30Change pcic(4) attached with resources specified by locators on luna88k,Kenji Aoyama