summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2014-08-04proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman-0/+1
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-11/+2
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxLinus Torvalds-1/+1
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-18/+310
2014-08-04Merge tag 'edac_for_3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds-10/+18
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+8
2014-08-04Merge tag 'asoc-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai-143/+297
2014-08-04Merge remote-tracking branches 'spi/topic/sh', 'spi/topic/sh-msiof' and 'spi/...Mark Brown-0/+2
2014-08-04Merge remote-tracking branch 'regmap/topic/getdev' into regmap-nextMark Brown-0/+7
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...Mark Brown-0/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'a...Mark Brown-2/+19
2014-08-04Merge remote-tracking branches 'asoc/topic/sigmadsp', 'asoc/topic/sirf', 'aso...Mark Brown-0/+25
2014-08-04Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...Mark Brown-9/+27
2014-08-04Merge remote-tracking branches 'asoc/topic/intel', 'asoc/topic/kirkwood', 'as...Mark Brown-0/+19
2014-08-04Merge remote-tracking branches 'asoc/topic/fsl', 'asoc/topic/fsl-asrc', 'asoc...Mark Brown-0/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/cirrus' and 'a...Mark Brown-0/+13
2014-08-04Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'a...Mark Brown-0/+6
2014-08-04Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown-0/+1
2014-08-04Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown-0/+1
2014-08-04Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown-0/+2
2014-08-04Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown-28/+69
2014-08-04hwmon: (ntc_thermistor) Support B57330V2103 from EPCOSJohannes Pointner-0/+1
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart-2/+2
2014-08-04drm/tegra: Make job submission 64-bit safeThierry Reding-6/+9
2014-08-04drm/tegra: Add SET/GET_FLAGS IOCTLsThierry Reding-0/+21
2014-08-04drm/tegra: Add SET/GET_TILING IOCTLsThierry Reding-0/+25
2014-08-04Merge branch 'drm/dsi/for-next' into drm/tegra/for-nextThierry Reding-0/+2
2014-08-04dmaengine: add device tree binding documentation for the nbpfaxi driverGuennadi Liakhovetski-0/+20
2014-08-04Merge tag 'drm-intel-next-2014-07-25-merged' of git://anongit.freedesktop.org...Dave Airlie-1/+27
2014-08-04Merge branch '3.17/hdmi-infoframe' into for-nextTomi Valkeinen-0/+9
2014-08-03NFS: allow lockless access to access_cacheNeilBrown-0/+1
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown-0/+1
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown-0/+2
2014-08-03nfs: fix comment and add warn_on for PG_INODE_REFWeston Andros Adamson-1/+1
2014-08-03nfs: check wait_on_bit_lock err in page_group_lockWeston Andros Adamson-1/+1
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton-2/+2
2014-08-03sunrpc: remove __rcu annotation from struct gss_cl_ctx->gc_gss_ctxJeff Layton-1/+1
2014-08-03Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust-126/+232
2014-08-03drm/exynos: fimd: support LCD I80 interfaceYoungJun Cho-1/+2
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf-0/+213
2014-08-02cdc_subset: deal with a device that needs reset for timeoutOliver Neukum-0/+3
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov-1/+3
2014-08-02inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov-11/+35
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov-1/+1
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov-21/+27
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov-2/+2
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov-1/+1
2014-08-02net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov-2/+1
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov-1/+1
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu-0/+63