summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2018-11-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-11-0232-175/+364
|\
| * Merge tag 'drm-intel-next-fixes-2018-10-25' of git://anongit.freedesktop.org/...Dave Airlie2018-11-026-35/+110
| |\
| | * drm/i915/dp: Restrict link retrain workaround to external monitorsDhinakaran Pandiyan2018-10-241-6/+7
| | * drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()Dhinakaran Pandiyan2018-10-241-10/+3
| | * drm/nouveau: Fix nv50_mstc->best_encoder()Lyude Paul2018-10-191-10/+4
| | * drm/atomic_helper: Stop modesets on unregistered connectors harderLyude Paul2018-10-195-33/+99
| | * drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectorsLyude Paul2018-10-192-20/+22
| | * drm/atomic_helper: Disallow new modesets on unregistered connectorsLyude Paul2018-10-191-1/+20
| * | Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-0221-115/+207
| |\ \
| | * | drm/amdgpu: revert "enable gfxoff in non-sriov and stutter mode by default"Christian König2018-11-012-4/+2
| | * | drm/amd/pp: Print warning if od_sclk/mclk out of rangeRex Zhu2018-11-011-4/+8
| | * | drm/amd/pp: Fix pp_sclk/mclk_od not work on Vega10Rex Zhu2018-11-011-0/+31
| | * | drm/amd/pp: Fix pp_sclk/mclk_od not work on smu7Rex Zhu2018-11-011-4/+6
| | * | drm/amd/powerplay: no MGPU fan boost enablement on DPM disabledEvan Quan2018-11-011-3/+3
| | * | drm/amdgpu: Fix skipping hangged job reset during gpu recover.Andrey Grodzovsky2018-11-011-1/+1
| | * | drm/amd/powerplay: revise Vega20 pptable version checkEvan Quan2018-10-301-2/+8
| | * | drm/amd/display: set backlight level limit to 1Guttula, Suresh2018-10-301-0/+7
| | * | drm/amdgpu: fix reporting of failed msg sent to SMU (v2)Shirish S2018-10-261-0/+4
| | * | drm/amdgpu: Fix compute ring 1.0.0 failure after resetAndrey Grodzovsky2018-10-261-2/+4
| | * | drm/amdgpu: fix VM leaf walkingChristian König2018-10-261-1/+2
| | * | drm/amdgpu: fix amdgpu_vm_finiChristian König2018-10-251-1/+3
| | * | drm/amd/powerplay: commonize the API for retrieving current clocksEvan Quan2018-10-251-29/+15
| | * | drm/amd/powerplay: correct the clocks for DAL to be Khz unitEvan Quan2018-10-251-11/+10
| | * | drm/amd/display: Disable 4k 60 HDMI on DCE11David Francis2018-10-241-1/+1
| | * | drm/amdgpu: Fix null point errorRex Zhu2018-10-244-6/+10
| | * | drm/amd/display: Fix Null point error if smu ip was disabledRex Zhu2018-10-241-5/+11
| | * | drm/amd/powerplay: commit get_performance_level API as DAL neededEvan Quan2018-10-242-0/+17
| | * | drm/amd/powerplay: bump the PPtable version supportedEvan Quan2018-10-222-30/+18
| | * | drm/amd/powerplay: drop highest UCLK setting after display configuration changeEvan Quan2018-10-221-0/+11
| | * | drm/amd/pp: enable power limit increase in OD modeJoseph Greathouse2018-10-221-2/+14
| | * | powerplay: Respect units on max dcfclk watermarkDavid Francis2018-10-221-1/+1
| | * | drm/amdgpu: Fix null pointer amdgpu_device_fw_loadingEmily Deng2018-10-221-1/+1
| | * | drm/amd/powerplay: error out when force clock level under auto dpm mode V2Evan Quan2018-10-222-7/+19
| | |/
| * | Merge tag 'drm-misc-next-fixes-2018-10-31' of git://anongit.freedesktop.org/d...Dave Airlie2018-11-025-25/+47
| |\ \ | | |/ | |/|
| | * drm/panel: simple: Innolux TV123WAM is actually P120ZDG-BF1Douglas Anderson2018-10-291-7/+7
| | * dt-bindings: drm/panel: simple: Innolux TV123WAM is actually P120ZDG-BF1Douglas Anderson2018-10-291-3/+5
| | * drm/bridge: ti-sn65dsi86: Remove the mystery delayDouglas Anderson2018-10-291-13/+16
| | * drm/panel: simple: Add "no-hpd" delay for Innolux TV123WAMDouglas Anderson2018-10-291-0/+1
| | * drm/panel: simple: Support panels with HPD where HPD isn't connectedDouglas Anderson2018-10-291-2/+12
| | * dt-bindings: drm/panel: simple: Add no-hpd propertyDouglas Anderson2018-10-291-0/+3
| | * drm/edid: Add 6 bpc quirk for BOE panel.Lee, Shawn C2018-10-291-0/+3
| |/
* | Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-11-0212-17/+291
|\ \
| * | apparmor: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-011-1/+1
| * | apparmor: fix checkpatch error in Parse secmark policyJohn Johansen2018-11-011-1/+1
| * | apparmor: add #ifdef checks for secmark filteringArnd Bergmann2018-10-122-0/+12
| * | apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra2018-10-031-2/+4
| * | apparmor: don't try to replace stale label in ptraceme checkJann Horn2018-10-031-2/+2
| * | apparmor: Replace spin_is_locked() with lockdepLance Roy2018-10-031-1/+1
| * | apparmor: Allow filtering based on secmark policyMatthew Garrett2018-10-032-1/+177
| * | apparmor: Parse secmark policyMatthew Garrett2018-10-034-0/+77