summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-10-255-36/+110
|\
| * dynamic_debug: consolidate repetitive struct _ddebug descriptor definitionsJason Baron2011-10-181-29/+35
| * uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang2011-10-181-2/+5
| * new helper to create platform devices with dma maskUwe Kleine-König2011-08-261-2/+46
| * dynamic_debug: make netif_dbg() call __netdev_printk()Jason Baron2011-08-231-3/+1
| * dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron2011-08-232-2/+21
| * dynamic_debug: remove unused control variablesJason Baron2011-08-231-7/+0
| * dynamic_debug: Add __dynamic_dev_dbgJoe Perches2011-08-232-2/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-258-9/+7
|\ \
| * | doc: fix broken referencesPaul Bolle2011-09-275-6/+6
| * | Merge branch 'master' into for-nextJiri Kosina2011-09-15260-794/+6252
| |\ \
| * | | Remove unneeded version.h includes from include/Jesper Juhl2011-09-152-2/+0
| * | | drbd: Use angle brackets for system includesJoe Perches2011-09-151-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'upstream' into for-linusJiri Kosina2011-10-251-0/+2
| |\ \ \ \
| | * | | | HID: Fix race condition between driver core and ll-driverDavid Herrmann2011-08-101-0/+2
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acrux', 'logitech', 'multitouch', 'roccat' and 'wiimote' into...Jiri Kosina2011-10-251-0/+1
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | HID: add autodetection of multitouch devicesBenjamin Tissoires2011-09-261-0/+1
| | |/ / / / /
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-10-253-112/+36
|\ \ \ \ \ \ \
| * | | | | | | target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger2011-10-242-19/+4
| * | | | | | | target: Fix incorrect transport_sent usageNicholas Bellinger2011-10-241-1/+0
| * | | | | | | target: remove the task_sg_bidi field se_task and pSCSI BIDI supportChristoph Hellwig2011-10-241-1/+0
| * | | | | | | target: transport_subsystem_check_init cleanupsNicholas Bellinger2011-10-241-1/+1
| * | | | | | | target: use a workqueue for I/O completionsChristoph Hellwig2011-10-241-3/+3
| * | | | | | | target: remove unused TRANSPORT_ statesChristoph Hellwig2011-10-241-4/+0
| * | | | | | | target: remove TRANSPORT_DEFERRED_CMD stateChristoph Hellwig2011-10-241-3/+0
| * | | | | | | target: remove the TRANSPORT_REMOVE stateChristoph Hellwig2011-10-241-1/+0
| * | | | | | | target: stop task timers earlierChristoph Hellwig2011-10-242-2/+0
| * | | | | | | target: remove TF_TIMER_STOPChristoph Hellwig2011-10-241-1/+0
| * | | | | | | target: factor some duplicate code for stopping a taskChristoph Hellwig2011-10-241-0/+1
| * | | | | | | target: remove SCF_EMULATE_QUEUE_FULLChristoph Hellwig2011-10-241-1/+0
| * | | | | | | target: remove the transport_qf_callback se_cmd callbackChristoph Hellwig2011-10-241-1/+1
| * | | | | | | target: clean up the backend interface to caching parametersChristoph Hellwig2011-10-241-16/+4
| * | | | | | | target: remove the ->transport_split_cdb callback in se_cmdChristoph Hellwig2011-10-241-1/+0
| * | | | | | | target: replace ->get_cdb with a target_get_task_cdb helperChristoph Hellwig2011-10-241-4/+1
| * | | | | | | target: pack struct se_task more tightlyChristoph Hellwig2011-10-241-15/+15
| * | | | | | | target: Remove unnecessary se_task membersChristoph Hellwig2011-10-242-3/+2
| * | | | | | | target: make more use of the task_flags field in se_taskChristoph Hellwig2011-10-241-7/+7
| * | | | | | | target: Cleanup unused se_task bitsChristoph Hellwig2011-10-242-6/+0
| * | | | | | | target: Cleanup unused target_core_base.h bitsChristoph Hellwig2011-10-242-10/+0
| * | | | | | | target: Merge transport_cmd_finish_abort_tmr into transport_cmd_finish_abortNicholas Bellinger2011-10-241-1/+0
| * | | | | | | target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmdNicholas Bellinger2011-10-242-1/+1
| * | | | | | | target: Have core_tmr_alloc_req() take an explicit GFP_xxx flagRoland Dreier2011-10-241-1/+1
| * | | | | | | target: remove unused se_subsystem_api methodsChristoph Hellwig2011-10-241-12/+0
| * | | | | | | target: Remove session_reinstatement parameter from ->transport_wait_for_tasksNicholas Bellinger2011-10-242-2/+2
| * | | | | | | target: push session reinstatement out of transport_generic_free_cmdChristoph Hellwig2011-10-241-1/+1
| * | | | | | | target: remove transport_free_se_cmdChristoph Hellwig2011-10-241-1/+0
| * | | | | | | target: remove transport_generic_handle_cdbChristoph Hellwig2011-10-241-1/+0
| |/ / / / / /
* | | | | | | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-256-22/+183
|\ \ \ \ \ \ \
| * | | | | | | lib: add error checking to hex2binMimi Zohar2011-09-211-1/+1