index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_guc_log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/uc: move GuC and HuC files under gt/uc/
Daniele Ceraolo Spurio
2019-07-13
1
-632
/
+0
*
drm/i915/guc: Use system workqueue for log capture
Chris Wilson
2019-07-13
1
-2
/
+2
*
drm/i915: synchronize_irq() against the actual irq
Ville Syrjälä
2019-07-03
1
-1
/
+1
*
drm/i915/guc: Reduce verbosity on log overflows
Chris Wilson
2019-06-18
1
-1
/
+3
*
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
2019-06-14
1
-3
/
+3
*
drm/i915: Discard some redundant cache domain flushes
Chris Wilson
2019-06-14
1
-10
/
+1
*
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
1
-4
/
+2
*
drm/i915/guc: Flush the residual log capture irq on disabling
Chris Wilson
2019-02-22
1
-0
/
+5
*
drm/i915: do not return invalid pointers as a *dentry
Greg Kroah-Hartman
2019-02-05
1
-0
/
+3
*
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
2019-01-14
1
-15
/
+11
*
drm/i915/guc: Track the rpm wakeref
Chris Wilson
2019-01-14
1
-6
/
+9
*
drm/i915: Markup paired operations on wakerefs
Chris Wilson
2019-01-14
1
-3
/
+3
*
drm/i915: Pull unpin map into vma release
Chris Wilson
2018-07-24
1
-1
/
+1
*
drm/i915/guc: Move defines with size of GuC logs to intel_guc_log.h
Piotr Piorkowski
2018-06-12
1
-5
/
+28
*
drm/i915/guc: Refactoring preparation of the GUC_CTL_LOG_PARAMS parameter
Piotr Piorkowski
2018-06-12
1
-11
/
+0
*
drm/i915/guc: Don't store runtime GuC log level in modparam
Piotr Piórkowski
2018-06-12
1
-18
/
+10
*
drm/i915/guc: Handle GuC log flush event in dedicated function
Michal Wajdeczko
2018-03-21
1
-0
/
+5
*
drm/i915/guc: Move enable/disable msg functions to GuC header
Michal Wajdeczko
2018-03-21
1
-14
/
+12
*
drm/i915/guc: Drop union guc_log_control
Michal Wajdeczko
2018-03-21
1
-8
/
+5
*
drm/i915/guc: Unify naming of private GuC action functions
Michal Wajdeczko
2018-03-21
1
-9
/
+9
*
drm/i915/guc: Don't try to enable GuC logging when we're not using GuC
Michał Winiarski
2018-03-20
1
-4
/
+3
*
drm/i915/guc: Allow user to control default GuC logging
Michał Winiarski
2018-03-19
1
-11
/
+7
*
drm/i915/guc: Don't print out relay statistics when relay is disabled
Michał Winiarski
2018-03-19
1
-13
/
+13
*
drm/i915/guc: Get rid of GuC log runtime
Michał Winiarski
2018-03-19
1
-32
/
+32
*
drm/i915/guc: Move check for fast memcpy_wc to relay creation
Michał Winiarski
2018-03-19
1
-10
/
+10
*
drm/i915/guc: Split relay control and GuC log level
Michał Winiarski
2018-03-19
1
-45
/
+30
*
drm/i915/guc: Flush directly in log unregister
Michał Winiarski
2018-03-19
1
-22
/
+16
*
drm/i915/guc: Merge log relay file and channel creation
Michał Winiarski
2018-03-19
1
-60
/
+5
*
drm/i915/guc: Log runtime should consist of both mapping and relay
Michał Winiarski
2018-03-19
1
-88
/
+37
*
drm/i915/guc: Keep GuC interrupts enabled when using GuC
Michał Winiarski
2018-03-19
1
-12
/
+19
*
drm/i915/guc: Fix build break on config without DEBUG_FS
Michal Wajdeczko
2018-03-15
1
-0
/
+2
*
drm/i915/guc: Update syntax of GuC log functions
Michal Wajdeczko
2018-03-15
1
-95
/
+108
*
drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offset
Jackie Li
2018-03-14
1
-1
/
+1
*
drm/i915/guc: Create common entry points for log register/unregister
Michał Winiarski
2018-03-09
1
-93
/
+63
*
drm/i915/guc: Tidy guc_log_control
Michał Winiarski
2018-03-09
1
-33
/
+47
*
drm/i915/guc: work around gcc-4.4.4 union initializer issue
Andrew Morton
2018-03-08
1
-2
/
+4
*
drm/i915/guc: Don't try to create log runtime if there is no log
Michal Wajdeczko
2018-02-01
1
-0
/
+3
*
drm/i915/guc: Fix return from guc_log_relay_file_create
Sagar Arun Kamble
2018-01-31
1
-0
/
+2
*
drm/i915/guc: Fix comments style in intel_guc_log.c
Sagar Arun Kamble
2018-01-24
1
-15
/
+30
*
drm/i915/guc: Update name and prototype of i915_guc_log_control
Sagar Arun Kamble
2018-01-24
1
-2
/
+5
*
drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutex
Sagar Arun Kamble
2018-01-24
1
-44
/
+127
*
drm/i915/guc: Grab RPM wakelock while disabling GuC interrupts
Sagar Arun Kamble
2018-01-24
1
-0
/
+3
*
drm/i915/guc: Change values for i915_guc_log_control
Michal Wajdeczko
2018-01-18
1
-12
/
+15
*
drm/i915/guc: Redefine guc_log_level modparam values
Michal Wajdeczko
2018-01-18
1
-25
/
+22
*
drm/i915/guc: Move GuC workqueue allocations outside of the mutex
Michał Winiarski
2017-12-14
1
-23
/
+0
*
drm/i915/guc: Introduce USES_GUC_xxx helper macros
Michal Wajdeczko
2017-12-06
1
-3
/
+3
*
drm/i915: Unify uC variable types to avoid flooding checkpatch.pl
Joonas Lahtinen
2017-10-06
1
-1
/
+2
*
drm/i915/guc: Move GuC log declarations into dedicated header
Michal Wajdeczko
2017-10-06
1
-0
/
+3
*
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
2017-09-22
1
-12
/
+14
*
drm/i915: Treat WC a separate cache domain
Chris Wilson
2017-04-12
1
-1
/
+5
[next]