index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
|
*
|
|
|
HID: add autodetection of multitouch devices
Benjamin Tissoires
2011-09-26
3
-0
/
+18
|
|
|
|
*
|
|
|
HID: hid-multitouch: add support for the IDEACOM 6650 chip
Stephane Chatty
2011-09-20
3
-10
/
+25
|
|
|
|
*
|
|
|
HID: hid-multitouch: Add LG Display Multitouch device.
Jeff Brown
2011-08-16
4
-0
/
+10
|
|
|
|
*
|
|
|
HID: hid-multitouch: Filter collections by application usage.
Jeff Brown
2011-08-16
1
-0
/
+10
|
|
|
|
|
|
_
|
/
|
|
|
|
|
/
|
|
|
|
|
*
|
|
|
HID: "hid-logitech" driver with Logitech Driving Force GT
Michal Malý
2011-09-22
1
-0
/
+1
|
|
|
*
|
|
|
HID: hid-logitech-dj: fix off by one
Nestor Lopez Casado
2011-09-20
2
-5
/
+5
|
|
|
*
|
|
|
HID: Add full support for Logitech Unifying receivers
Nestor Lopez Casado
2011-09-15
6
-0
/
+1059
|
|
|
*
|
|
|
HID: hid-lg4ff: add a kfree() to an error path
Dan Carpenter
2011-08-23
1
-2
/
+2
|
|
|
*
|
|
|
HID: hid-lg4ff: silence sparse complaint
Dan Carpenter
2011-08-23
1
-2
/
+2
|
|
|
*
|
|
|
HID: make CONFIG_LOGIWHEELS_FF default to CONFIG_LOGITECH_FF
Jiri Kosina
2011-08-10
1
-0
/
+1
|
|
|
*
|
|
|
HID: lg4ff - Document sysfs interface for range setting
Michal Malý
2011-08-04
1
-0
/
+7
|
|
|
*
|
|
|
HID: lg4ff - Fix misleading info in Kconfig
Michal Malý
2011-08-04
3
-6
/
+13
|
|
|
*
|
|
|
HID: lg4ff - Add autocentering command accepted by Formula Force EX
Michal Malý
2011-08-04
1
-3
/
+33
|
|
|
*
|
|
|
HID: lg4ff - Add range setting support and sysfs interface
Michal Malý
2011-08-04
3
-12
/
+232
|
|
|
*
|
|
|
HID: lg4ff - Add support for native mode switching
Michal Malý
2011-08-04
1
-0
/
+89
|
|
|
*
|
|
|
HID: lg4ff - Move handling of Logitech wheels to lg4ff driver
Michal Malý
2011-08-04
4
-43
/
+60
|
|
|
|
/
/
/
|
|
*
|
|
|
HID: ACRUX - handle gamepads with different report layout
Sergei Kolzun
2011-08-04
1
-12
/
+24
|
|
*
|
|
|
HID: ACRUX - fix enabling force feedback support
Sergei Kolzun
2011-08-04
1
-1
/
+1
|
|
|
/
/
/
*
|
|
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2011-10-25
36
-2068
/
+937
|
\
\
\
\
\
|
*
|
|
|
|
target: Fix compile warning w/ missing module.h include
Nicholas Bellinger
2011-10-25
1
-0
/
+1
|
*
|
|
|
|
target: Remove legacy se_task->task_timer and associated logic
Nicholas Bellinger
2011-10-24
5
-194
/
+4
|
*
|
|
|
|
target: Fix incorrect transport_sent usage
Nicholas Bellinger
2011-10-24
4
-7
/
+5
|
*
|
|
|
|
target: re-use the command S/G list for single-task commands
Christoph Hellwig
2011-10-24
1
-11
/
+31
|
*
|
|
|
|
target: Fix BIDI t_task_cdb handling in transport_generic_new_cmd
Nicholas Bellinger
2011-10-24
1
-9
/
+9
|
*
|
|
|
|
target: remove transport_allocate_tasks
Christoph Hellwig
2011-10-24
1
-49
/
+32
|
*
|
|
|
|
target: merge transport_new_cmd_obj into transport_generic_new_cmd
Christoph Hellwig
2011-10-24
1
-76
/
+53
|
*
|
|
|
|
target: remove the task_sg_bidi field se_task and pSCSI BIDI support
Christoph Hellwig
2011-10-24
3
-46
/
+5
|
*
|
|
|
|
target: transport_subsystem_check_init cleanups
Nicholas Bellinger
2011-10-24
3
-29
/
+7
|
*
|
|
|
|
target: use a workqueue for I/O completions
Christoph Hellwig
2011-10-24
3
-83
/
+98
|
*
|
|
|
|
target: remove unused TRANSPORT_ states
Christoph Hellwig
2011-10-24
1
-4
/
+0
|
*
|
|
|
|
target: remove TRANSPORT_DEFERRED_CMD state
Christoph Hellwig
2011-10-24
3
-20
/
+11
|
*
|
|
|
|
target: remove the TRANSPORT_REMOVE state
Christoph Hellwig
2011-10-24
3
-5
/
+0
|
*
|
|
|
|
target: move depth_left manipulation out of transport_generic_request_failure
Christoph Hellwig
2011-10-24
1
-12
/
+11
|
*
|
|
|
|
target: stop task timers earlier
Christoph Hellwig
2011-10-24
3
-52
/
+14
|
*
|
|
|
|
target: remove TF_TIMER_STOP
Christoph Hellwig
2011-10-24
2
-7
/
+0
|
*
|
|
|
|
target: factor some duplicate code for stopping a task
Christoph Hellwig
2011-10-24
3
-36
/
+31
|
*
|
|
|
|
target: fix list walking in transport_free_dev_tasks
Christoph Hellwig
2011-10-24
1
-5
/
+8
|
*
|
|
|
|
target: use transport_cmd_check_stop_to_fabric consistently
Christoph Hellwig
2011-10-24
1
-1
/
+1
|
*
|
|
|
|
target: do not pass the queue object to transport_remove_cmd_from_queue
Christoph Hellwig
2011-10-24
1
-6
/
+5
|
*
|
|
|
|
target: remove SCF_EMULATE_QUEUE_FULL
Christoph Hellwig
2011-10-24
2
-20
/
+13
|
*
|
|
|
|
target: remove the transport_qf_callback se_cmd callback
Christoph Hellwig
2011-10-24
2
-44
/
+37
|
*
|
|
|
|
target: clean up the backend interface to caching parameters
Christoph Hellwig
2011-10-24
4
-119
/
+23
|
*
|
|
|
|
target: make iblock_emulate_sync_cache asynchronous
Christoph Hellwig
2011-10-24
1
-16
/
+21
|
*
|
|
|
|
target: Fix REPORT TARGET PORT GROUPS handling with small allocation length
Nicholas Bellinger
2011-10-24
1
-0
/
+20
|
*
|
|
|
|
target: remove the ->transport_split_cdb callback in se_cmd
Christoph Hellwig
2011-10-24
6
-131
/
+36
|
*
|
|
|
|
target: replace ->get_cdb with a target_get_task_cdb helper
Christoph Hellwig
2011-10-24
4
-35
/
+19
|
*
|
|
|
|
target: make the ->get_cdb method optional
Christoph Hellwig
2011-10-24
7
-48
/
+15
|
*
|
|
|
|
target: pack struct se_task more tightly
Christoph Hellwig
2011-10-24
1
-15
/
+15
|
*
|
|
|
|
target: Remove unnecessary se_task members
Christoph Hellwig
2011-10-24
4
-43
/
+28
|
*
|
|
|
|
target: make more use of the task_flags field in se_task
Christoph Hellwig
2011-10-24
3
-44
/
+43
[prev]
[next]