aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-12scsi: introduce sdev_prefix_printk()Gravatar Hannes Reinecke 1-0/+9
2014-11-12scsi: remove scsi_cmd_print_sense_hdr()Gravatar Hannes Reinecke 1-2/+0
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlGravatar Douglas Gilbert 2-1/+9
2014-11-09Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-8/+31
2014-11-09Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+70
2014-11-06Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+6
2014-11-05PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()Gravatar Yinghai Lu 1-1/+6
2014-11-04of: Fix overflow bug in string property parsing functionsGravatar Grant Likely 1-14/+70
2014-11-04ARM: imx: clk-vf610: define PLL's clock treeGravatar Stefan Agner 1-8/+31
2014-11-03Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Gravatar Linus Torvalds 1-4/+4
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-18/+3
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 2-6/+5
2014-11-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-1/+0
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+22
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-2/+42
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+7
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-11/+9
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 2-0/+20
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsGravatar Pablo Neira Ayuso 1-0/+10
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsGravatar Pablo Neira Ayuso 1-0/+10
2014-10-31Return short read or 0 at end of a raw device, not EIOGravatar David Jeffery 1-0/+1
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsGravatar Ben Hutchings 1-0/+2
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbGravatar Eric Dumazet 1-2/+6
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 1-9/+9
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Gravatar Linus Torvalds 4-52/+33
2014-10-29mm: memcontrol: fix missed end-writeback page accountingGravatar Johannes Weiner 1-41/+17
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerGravatar Johannes Weiner 1-1/+0
2014-10-29mm, thp: fix collapsing of hugepages on madviseGravatar David Rientjes 1-7/+10
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Gravatar Marek Szyprowski 1-3/+6
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2014-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+7
2014-10-28block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedGravatar Martin K. Petersen 1-2/+2
2014-10-28overlayfs: fix lockdep misannotationGravatar Miklos Szeredi 1-3/+6
2014-10-28rcu: Provide counterpart to rcu_dereference() for non-RCU situationsGravatar Paul E. McKenney 1-0/+15
2014-10-28usbnet: add a callback for set_rx_modeGravatar Olivier Blin 1-0/+4
2014-10-28skbuff.h: fix kernel-doc warning for headers_endGravatar Randy Dunlap 1-0/+4
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsGravatar Paul E. McKenney 1-9/+9
2014-10-28drm/radeon: remove invalid pci idGravatar Alex Deucher 1-1/+0
2014-10-28compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompilesGravatar Steven Noonan 2-2/+0
2014-10-28perf: Fix typos in sample code in the perf_event.h headerGravatar Andy Lutomirski 1-7/+7
2014-10-28sched: Update comments for CLONE_NEWNSGravatar Chen Hanxiao 1-1/+1
2014-10-28scsi: set REQ_QUEUE for the blk-mq caseGravatar Christoph Hellwig 1-4/+4
2014-10-28Revert "block: all blk-mq requests are tagged"Gravatar Christoph Hellwig 1-2/+1
2014-10-27Merge tag 'media/v3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+9
2014-10-27mm, cma: make parameters order consistent in func declaration and definitionGravatar Weijie Yang 1-4/+4
2014-10-27Merge remote-tracking branch 'regulator/fix/core' into regulator-linusGravatar Mark Brown 1-0/+2
2014-10-26Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-4/+4
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-0/+43
2014-10-25ARM: i.MX6: Fix "emi" clock name typoGravatar Steve Longerbeam 1-4/+4