summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_supportErik Kaneda2020-03-301-0/+1
* ACPICA: Change PlatformCommChannel ASL keyword to PCCErik Kaneda2020-03-301-1/+1
* ACPICA: Fix IVRS IVHD type 10h reserved field nameMichał Żygowski2020-03-301-1/+1
* ACPICA: Implement IVRS IVHD type 11h parsingMichał Żygowski2020-03-301-2/+16
* ACPICA: Fix a typo in a comment fieldBob Moore2020-03-301-1/+1
* ACPICA: Update version to 20200214Bob Moore2020-03-301-1/+1
* ACPICA: Fix a couple of typosBob Moore2020-02-162-2/+2
* ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth2020-02-161-1/+1
* ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth2020-02-161-2/+2
* ACPICA: cast the result of the pointer difference to u32Sven Barth2020-02-161-1/+1
* ACPICA: Table Manager: Update comments in a function headerBob Moore2020-02-161-6/+6
* ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal2020-02-161-0/+12
* ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore2020-02-161-1/+1
* ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda2020-02-162-3/+3
* 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