summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* firewire: Move fw_card kref functions into linux/firewire.hChris Boot2012-05-101-0/+14
* firewire: Add function to get speed from opaque struct fw_requestChris Boot2012-05-101-0/+1
* target: remove the t_se_count field in struct se_cmdChristoph Hellwig2012-05-071-1/+0Star
* target: remove the t_task_cdbs_ex_left field in struct se_cmdChristoph Hellwig2012-05-071-1/+0Star
* target: remove the t_task_cdbs_left field in struct se_cmdChristoph Hellwig2012-05-071-1/+0Star
* target: remove struct se_taskChristoph Hellwig2012-05-072-16/+6Star
* target: move the state and execute lists to the commandChristoph Hellwig2012-05-071-15/+11Star
* target: simplify command to task linkageChristoph Hellwig2012-05-071-6/+1Star
* target: replace ->execute_task with ->execute_cmdChristoph Hellwig2012-05-072-2/+3
* target: remove the task_sectors field in struct se_taskChristoph Hellwig2012-05-071-1/+0Star
* target: remove the task_size field in struct se_taskChristoph Hellwig2012-05-071-1/+0Star
* target: remove the task_lba field in struct se_taskChristoph Hellwig2012-05-071-1/+0Star
* target: remove target_get_task_cdbChristoph Hellwig2012-05-071-2/+0Star
* target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-04-151-1/+1
* target: Remove transport_do_task_sg_chain() and associated detritusRoland Dreier2012-04-152-9/+0Star
* target: add unknown size flag to target_submit_cmd()Sebastian Andrzej Siewior2012-04-151-0/+2
* target: Remove obsolete DF_READ_ONLY usageNicholas Bellinger2012-04-151-3/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-065-8/+5Star
|\
| * ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings2012-04-061-2/+1Star
| * tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-061-1/+1
| * Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-042-3/+3
| |\
| | * netfilter: ipset: avoid use of kernel-only typesJan Engelhardt2012-03-261-2/+2
| | * netfilter: xt_LOG: don't use xchg() for simple assignmentJan Beulich2012-03-261-1/+1
| * | net: fix /proc/net/dev regressionEric Dumazet2012-04-031-2/+0Star
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-062-7/+8
|\ \ \
| * | | memcg swap: use mem_cgroup_uncharge_swap fixMichal Hocko2012-04-061-7/+7
| * | | libfs: add simple_open()Stephen Boyd2012-04-061-0/+1
* | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-04-051-0/+5
|\ \ \ \
| * | | | CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-0/+5
* | | | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-051-3/+4
|\ \ \ \ \
| * | | | | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-301-1/+2
| * | | | | kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-03-301-2/+2
* | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-053-6/+15
|\ \ \ \ \ \
| * | | | | | common: DMA-mapping: add NON-CONSISTENT attributeMarek Szyprowski2012-03-281-0/+1
| * | | | | | common: DMA-mapping: add WRITE_COMBINE attributeMarek Szyprowski2012-03-281-0/+1
| * | | | | | common: dma-mapping: introduce mmap methodMarek Szyprowski2012-03-281-0/+3
| * | | | | | common: dma-mapping: remove old alloc_coherent and free_coherent methodsMarek Szyprowski2012-03-281-4/+0Star
| * | | | | | X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-2/+4
| * | | | | | common: dma-mapping: introduce generic alloc() and free() methodsMarek Szyprowski2012-03-281-0/+6
| |/ / / / /
* | | | | | Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-042-5/+26
|\ \ \ \ \ \
| * | | | | | PM / QoS: add pm_qos_update_request_timeout() APIMyungJoo Ham2012-03-281-0/+4
| * | | | | | PM / Sleep: Mitigate race between the freezer and request_firmware()Rafael J. Wysocki2012-03-281-2/+19
| * | | | | | firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki2012-03-281-0/+1
| * | | | | | firmware_class: Rework usermodehelper checkRafael J. Wysocki2012-03-281-3/+2Star
* | | | | | | Merge branch 'selinux' ("struct common_audit_data" sanitizer)Linus Torvalds2012-04-041-71/+25Star
|\ \ \ \ \ \ \
| * | | | | | | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds2012-04-031-4/+3Star
| * | | | | | | LSM: shrink the common_audit_data data unionEric Paris2012-04-031-17/+18
| * | | | | | | LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-50/+4Star
* | | | | | | | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-04-041-5/+3Star
|\ \ \ \ \ \ \ \
| * | | | | | | | regulator: Fix comments in include/linux/regulator/machine.hAxel Lin2012-03-291-5/+3Star