index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-dbgcap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-23
xhci: dbc: Provide sysfs option to configure dbc descriptors
Mathias Nyman
1
-4
/
+187
2022-09-22
xhci: dbc: Fix memory leak in xhci_alloc_dbc()
Rafael Mendonca
1
-1
/
+1
2022-02-17
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
1
-0
/
+10
2022-02-17
xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
Mathias Nyman
1
-2
/
+3
2022-02-17
xhci: dbc: create and remove dbc structure in dbgtty driver.
Mathias Nyman
1
-23
/
+3
2022-02-17
xhci: dbc: refactor xhci_dbc_init()
Mathias Nyman
1
-58
/
+66
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-28
xhci: dbc: Make function xhci_dbc_ring_alloc() static
Wei Yongjun
1
-1
/
+1
2020-07-23
xhci: dbgcap: remove dbc dependency on dbctty specific flag
Mathias Nyman
1
-4
/
+12
2020-07-23
xhci: dbc: Add a operations structure to access driver functions
Mathias Nyman
1
-11
/
+6
2020-07-23
xhci: dbctty: split dbc tty driver registration and unregistration functions.
Mathias Nyman
1
-3
/
+3
2020-07-23
xhci: dbc: simplify dbc requests allocation and queueing
Mathias Nyman
1
-15
/
+28
2020-07-23
xhci: dbc: Pass dbc pointer to dbc start and stop functions.
Mathias Nyman
1
-15
/
+14
2020-07-23
xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functions
Mathias Nyman
1
-9
/
+5
2020-07-23
xhci: dbc: don't use generic xhci ring allocation functions for dbc.
Mathias Nyman
1
-10
/
+70
2020-07-23
xhci: dbc: Don't use generic xhci context allocation for dbc
Mathias Nyman
1
-3
/
+30
2020-07-23
xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
Mathias Nyman
1
-3
/
+2
2020-07-23
xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints
Mathias Nyman
1
-3
/
+3
2020-07-23
xhci: dbgtty: Pass dbc pointer when registering a dbctty device
Mathias Nyman
1
-5
/
+3
2020-07-23
xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...
Mathias Nyman
1
-4
/
+2
2020-07-23
xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()
Mathias Nyman
1
-4
/
+2
2020-07-23
xhci: dbc: Pass dbc pointer to endpoint init and exit functions.
Mathias Nyman
1
-10
/
+7
2020-07-23
xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()
Mathias Nyman
1
-4
/
+1
2020-07-23
xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()
Mathias Nyman
1
-4
/
+2
2020-07-23
xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameter
Mathias Nyman
1
-4
/
+5
2020-07-23
xhci: dbc: Use dev_info() and similar instead of xhci_info()
Mathias Nyman
1
-21
/
+21
2020-07-23
xhci: dbc: Add device pointer to dbc structure
Mathias Nyman
1
-0
/
+1
2020-07-23
xhci: dbc: Remove dbc_dma_free_coherent() wrapper
Mathias Nyman
1
-12
/
+2
2020-07-23
xhci: dbc: Remove dbc_dma_alloc_coherent() wrapper
Mathias Nyman
1
-15
/
+2
2020-07-23
xhci: dbc: Don't use generic xhci erst allocation and free functions
Mathias Nyman
1
-3
/
+28
2020-07-23
xhci: dbc: Don't use generic xhci inc_deq() function for dbc
Mathias Nyman
1
-1
/
+13
2020-07-09
usb: host: xhci-dbgcap: File headers are not good candidates for kerneldoc
Lee Jones
1
-1
/
+1
2019-07-25
usb: host: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-1
/
+0
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-2
/
+0
2019-03-22
usb: xhci: dbc: Don't free all memory with spinlock held
Mathias Nyman
1
-2
/
+3
2019-02-20
usb: xhci: dbc: Fixing typo error.
Prabhat Chand Pandey
1
-3
/
+3
2018-07-16
Merge 4.18-rc5 into usb-next
Greg Kroah-Hartman
1
-4
/
+8
2018-07-13
usb: xhci: dbc: remove redundant pointer dbc
Colin Ian King
1
-2
/
+0
2018-07-02
usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
Kai-Heng Feng
1
-4
/
+8
2018-05-24
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
1
-0
/
+1
2018-03-08
usb: xhci: dbc: Fix lockdep warning
Lu Baolu
1
-8
/
+12
2018-01-24
USB: move many drivers to use DEVICE_ATTR_RW
Greg Kroah-Hartman
1
-1
/
+1
2017-12-12
xhci: fixup incorrect memset size parameter when clearing up DbC on exit.
Mathias Nyman
1
-1
/
+1
2017-12-08
usb: xhci: Add DbC support in xHCI driver
Lu Baolu
1
-0
/
+996