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
/
input
/
joystick
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-29
Input: psxpad-spi - switch to using polled mode of input devices
Dmitry Torokhov
2
-31
/
+34
2019-09-05
Input: sidewinder - make array seq static const, makes object smaller
Colin Ian King
1
-1
/
+1
2019-08-11
Merge tag 'v5.3-rc4' into next
Dmitry Torokhov
1
-0
/
+5
2019-08-06
Input: iforce - add sanity checks
Oliver Neukum
1
-0
/
+5
2019-07-22
Input: add support for the FlySky FS-iA6B RC receiver
Markus Koch
3
-2
/
+244
2019-07-15
Input: iforce - remove empty multiline comments
Tim Schumacher
6
-18
/
+0
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
37
-400
/
+37
2019-06-22
Input: iforce - add the Saitek R440 Force Wheel
Tim Schumacher
2
-0
/
+2
2019-06-22
Input: iforce - use unaligned accessors, where appropriate
Dmitry Torokhov
2
-7
/
+12
2019-06-22
Input: iforce - drop couple of temps from transport code
Dmitry Torokhov
2
-10
/
+4
2019-06-22
Input: iforce - drop bus type from iforce structure
Dmitry Torokhov
3
-7
/
+0
2019-06-22
Input: iforce - use DMA-safe buffores for USB transfers
Dmitry Torokhov
3
-15
/
+25
2019-06-22
Input: iforce - allow callers supply data buffer when fetching device IDs
Dmitry Torokhov
4
-30
/
+47
2019-06-22
Input: iforce - only call iforce_process_packet() if initialized
Dmitry Torokhov
2
-4
/
+1
2019-06-22
Input: iforce - signal command completion from transport code
Dmitry Torokhov
2
-5
/
+6
2019-06-22
Input: iforce - do not combine arguments for iforce_process_packet()
Dmitry Torokhov
4
-11
/
+13
2019-06-22
Input: iforce - factor out hat handling when parsing packets
Dmitry Torokhov
1
-44
/
+57
2019-06-22
Input: iforce - update formatting of switch statements
Dmitry Torokhov
3
-100
/
+100
2019-06-22
Input: iforce - use DMA-safe buffer when getting IDs from USB
Dmitry Torokhov
1
-46
/
+22
2019-06-22
Input: iforce - split into core and transport modules
Dmitry Torokhov
7
-43
/
+25
2019-06-22
Input: iforce - move transport data into transport modules
Dmitry Torokhov
3
-104
/
+144
2019-06-22
Input: iforce - add bus type and parent arguments to iforce_init_device()
Dmitry Torokhov
4
-18
/
+8
2019-06-22
Input: iforce - introduce start and stop io transport ops
Dmitry Torokhov
4
-23
/
+34
2019-06-22
Input: iforce - move command completion handling to serio code
Dmitry Torokhov
2
-8
/
+11
2019-06-22
Input: iforce - move get_id to the transport operations
Dmitry Torokhov
4
-65
/
+51
2019-06-22
Input: iforce - introduce transport ops
Dmitry Torokhov
4
-28
/
+29
2019-06-22
Input: iforce - remove "being used" silliness
Dmitry Torokhov
1
-10
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
28
-368
/
+28
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
Thomas Gleixner
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31
Thomas Gleixner
2
-26
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
3
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2
-0
/
+2
2019-03-03
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-1
/
+1
2019-02-16
Input: db9 - mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-01-14
Merge tag 'v4.20' into for-linus
Dmitry Torokhov
4
-11
/
+11
2019-01-13
Input: xpad - add support for SteelSeries Stratus Duo
Tom Panfil
1
-0
/
+3
2018-12-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-10
/
+6
2018-12-03
Input: xpad - quirk all PDP Xbox One gamepads
Cameron Gutman
1
-10
/
+6
2018-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Greg Kroah-Hartman
1
-0
/
+3
2018-10-01
Input: xpad - add support for Xbox1 PDP Camo series gamepad
Ramses RamÃrez
1
-0
/
+3
2018-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
27
-226
/
+93
2018-08-16
Merge branch 'next' into for-linus
Dmitry Torokhov
27
-226
/
+93
2018-08-08
Input: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+5
2018-07-27
Input: iforce - reorganize joystick configuration lists
Tim Schumacher
1
-14
/
+5
2018-07-27
Input: iforce - assign BTN_DEAD only for specific devices
Tim Schumacher
1
-5
/
+6
2018-07-26
Input: iforce - reformat the packet dump output
Tim Schumacher
4
-11
/
+7
2018-07-26
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
26
-104
/
+0
2018-07-25
Input: pxrc - flatten probe code
Dmitry Torokhov
1
-49
/
+35
2018-07-25
Input: pxrc - do not store unneeded data in driver structure
Dmitry Torokhov
1
-18
/
+17
[next]