summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-24serial: core: Privatize modem status enable flagsPeter Hurley1-0/+12
2014-09-24USB: core: add device-qualifier quirkJohan Hovold1-0/+3
2014-09-24locking: Add WARN_ON_ONCE lock assertionPeter Hurley1-0/+5
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter3-147/+185
2014-09-24drm: Move internal debugfs functions to drm_internal.hDaniel Vetter1-25/+0
2014-09-24drm: Move leftover ioctl declarations to drm_internal.hDaniel Vetter1-7/+0
2014-09-24drm: Move drm_vm_open_locked into drm_internal.hDaniel Vetter1-1/+0
2014-09-24drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter2-1/+1
2014-09-24drm: change drm_err return type to voidJoe Perches1-1/+1
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard1-4/+5
2014-09-24Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+1
2014-09-24audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs1-5/+9
2014-09-24audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs1-3/+2
2014-09-24audit: fix build error when asm/syscall.h does not existEric Paris1-1/+2
2014-09-24ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-3/+4
2014-09-24ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris1-0/+1
2014-09-24syscall.h: fix doc text for syscall_get_arch()Richard Guy Briggs1-1/+1
2014-09-24audit: drop unused struct audit_rule definitionEric Paris1-13/+0
2014-09-23[media] rc: add dvbsky rc keymap macronibble.max1-0/+1
2014-09-23[media] v4l: videobuf2: Fix typos in commentsLaurent Pinchart1-2/+2
2014-09-23f2fs: support large sector sizeChao Yu1-2/+3
2014-09-23icmp: add a global rate limitationEric Dumazet1-0/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-24/+75
2014-09-23Merge branch 'pci/hotplug' into nextBjorn Helgaas1-2/+0
2014-09-23gpio: Increase ARCH_NR_GPIOs to 512Mika Westerberg1-1/+1
2014-09-23GPIO: gpio-dwapb: Enable platform driver binding to MFD driverWeike Chen1-0/+32
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe1-1/+1
2014-09-23dmaengine: Mark the struct dma_slave_config direction field deprecatedLaurent Pinchart1-1/+3
2014-09-23libata: change ata_<foo>_printk routines to return voidJoe Perches1-6/+6
2014-09-23xen: Add Xen pvSCSI protocol descriptionJuergen Gross1-0/+229
2014-09-23xen/events: support threaded irqs for interdomain event channelsJuergen Gross1-0/+2
2014-09-23mmc: Consolidate emmc tuning blocksStephen Boyd1-0/+5
2014-09-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar8-62/+108
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-4/+37
2014-09-23PCI: Remove unused pci_get_dma_source()Alex Williamson1-5/+0
2014-09-23PCI: Remove unused pci_find_upstream_pcie_bridge()Alex Williamson1-11/+0
2014-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+15
2014-09-23tcp: avoid possible arithmetic overflowsEric Dumazet1-0/+9
2014-09-23ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann1-1/+4
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli1-0/+8
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli1-0/+6
2014-09-22nand: omap2: Remove horrible ifdefs to fix module probeEzequiel GarcĂ­a1-0/+16
2014-09-22Merge branches 'pci/enumeration', 'pci/misc' and 'pci/virtualization' into nextBjorn Helgaas2-2/+16
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+11
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet1-1/+2
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig1-1/+2
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2-2/+6
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig1-2/+2
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig1-0/+1
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig2-3/+1