summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree()Erik Kaneda2020-02-162-5/+3
* Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-02-1410-42/+177
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-02-142-6/+2
| |\
| | * cpufreq: Make cpufreq_global_kobject staticYangtao Li2020-02-032-6/+2
| * | ACPI: PM: s2idle: Prevent spurious SCIs from waking up the systemRafael J. Wysocki2020-02-111-3/+9
| * | ACPICA: Introduce acpi_any_gpe_status_set()Rafael J. Wysocki2020-02-114-0/+106
| * | ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki2020-02-113-18/+37
| * | ACPI: EC: Fix flushing of pending workRafael J. Wysocki2020-02-111-18/+26
* | | Merge tag 'sound-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-02-147-46/+105
|\ \ \
| * | | ALSA: pcm: Fix double hw_free callsTakashi Iwai2020-02-131-1/+2
| * | | ALSA: usb-audio: Add clock validity quirk for Denon MC7000/MCX8000Alexander Tsoy2020-02-133-32/+66
| * | | ALSA: hda/realtek - Fix silent output on MSI-GL73Takashi Iwai2020-02-121-0/+1
| * | | ALSA: hda/realtek - Add more codec supported Headset ButtonKailang Yang2020-02-121-0/+3
| * | | ALSA: usb-audio: Apply sample rate quirk for Audioengine D1Arvind Sankar2020-02-111-0/+1
| * | | ALSA: usb-audio: Fix UAC2/3 effect unit parsingTakashi Iwai2020-02-111-2/+10
| * | | ALSA: usb-audio: Apply 48kHz fixed rate playback for Jabra Evolve 65 headsetTakashi Iwai2020-02-111-11/+22
| |/ /
* | | Merge tag 'drm-fixes-2020-02-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-1451-251/+1131
|\ \ \
| * \ \ Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie2020-02-1426-178/+990
| |\ \ \
| | * | | drm/i915: Mark the removal of the i915_request from the sched.linkChris Wilson2020-02-121-0/+2
| | * | | drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2020-02-122-0/+185
| | * | | drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson2020-02-122-10/+32
| | * | | drm/i915/execlists: Offline error captureChris Wilson2020-02-121-2/+120
| | * | | drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson2020-02-125-6/+321
| | * | | drm/i915: Keep track of request among the scheduling listsChris Wilson2020-02-124-18/+38
| | * | | Merge tag 'gvt-fixes-2020-02-12' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-02-122-2/+6
| | |\ \ \
| | | * | | drm/i915/gvt: more locking for ppgtt mm LRU listIgor Druzhinin2020-02-101-0/+4
| | | * | | drm/i915/gvt: fix high-order allocation failure on late loadIgor Druzhinin2020-02-101-2/+2
| | * | | | drm/i915/gem: Tighten checks and acquiring the mmap objectChris Wilson2020-02-122-30/+21
| | * | | | drm/i915: Fix preallocated barrier list appendJosé Roberto de Souza2020-02-121-9/+10
| | * | | | drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutexChris Wilson2020-02-122-21/+31
| | * | | | drm/i915: Tighten atomicity of i915_active_acquire vs i915_active_releaseChris Wilson2020-02-121-7/+9
| | * | | | drm/i915: Stub out i915_gpu_coredump_putChris Wilson2020-02-121-0/+4
| | * | | | drm/i915: Check activity on i915_vma after confirming pin_count==0Chris Wilson2020-02-111-2/+12
| | * | | | drm/i915/gem: Detect overflow in calculating dumb buffer sizeChris Wilson2020-02-111-1/+4
| | * | | | drm/i915: Don't show the blank process name for internal/simulated errorsChris Wilson2020-02-111-1/+1
| | * | | | drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain listChris Wilson2020-02-113-29/+85
| | * | | | drm/i915/execlists: Leave resetting ring to intel_ringChris Wilson2020-02-111-1/+0
| | * | | | drm/i915/gt: Use the BIT when checking the flags, not the indexChris Wilson2020-02-101-1/+2
| | * | | | drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson2020-02-101-1/+16
| | * | | | drm/i915: Make a copy of the ggtt view for slave planeVille Syrjälä2020-02-101-0/+1
| | * | | | drm/i915/gem: Take local vma references for the parserChris Wilson2020-02-101-1/+36
| | * | | | drm/i915/pmu: Correct the rc6 offset upon enablingChris Wilson2020-02-101-0/+12
| | * | | | drm/i915: Fix i915_error_state_store error definationZhang Xiaoxu2020-02-091-2/+1
| | * | | | drm/i915/bios: Fix the timing parametersVandita Kulkarni2020-02-091-2/+4
| | * | | | drm/i915/dsi: Ensure that the ACPI adapter lookup overrides the bus numVivek Kasireddy2020-02-091-2/+1
| | * | | | drm/i915: Fix post-fastset modeset check for port syncVille Syrjälä2020-02-091-26/+17
| | * | | | drm/i915/dsi: Lookup the i2c bus from ACPI NS only if CONFIG_ACPI=y (v2)Vivek Kasireddy2020-02-091-16/+31
| * | | | | Merge tag 'amd-drm-fixes-5.6-2020-02-12' of git://people.freedesktop.org/~agd...Dave Airlie2020-02-1416-66/+108
| |\ \ \ \ \
| | * | | | | drm/amdgpu:/navi10: use the ODCAP enum to index the caps arrayAlex Deucher2020-02-111-11/+11
| | * | | | | drm/amdgpu: update smu_v11_0_pptable.hAlex Deucher2020-02-111-14/+32