summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-02UAPI: Plumb the UAPI Kbuilds into the user header installation and checkingDavid Howells7-34/+49
2012-10-02UAPI: x86: Differentiate the generated UAPI and internal headersDavid Howells1-7/+10
2012-10-02UAPI: Remove the objhdr-y export listDavid Howells2-9/+6
2012-10-02UAPI: Move linux/version.hDavid Howells2-7/+8
2012-10-02UAPI: Set up uapi/asm/Kbuild.asmDavid Howells2-45/+50
2012-10-02UAPI: x86: Fix insn_sanity build failure after UAPI splitDavid Howells1-0/+4
2012-10-02UAPI: x86: Fix the test_get_len toolDavid Howells1-1/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells63-0/+160
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells7-9/+30
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells176-350/+350
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells376-731/+731
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells129-136/+0
2012-10-02UAPI: Refer to the DRM UAPI headers with <...> and from certain headers onlyDavid Howells2-1/+3
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds134-995/+988
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier40-445/+7285
2012-10-02Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley176-4460/+13492
2012-10-02Merge branch 'next-cleanup' into for-v3.7Marek Szyprowski2-16/+13
2012-10-02ARM: dma-mapping: Remove unsed var at arm_coherent_iommu_unmap_pageHiroshi Doyu1-1/+0
2012-10-02ARM: highbank: add coherent DMA setupRob Herring5-0/+62
2012-10-02ARM: kill off arch_is_coherentRob Herring3-26/+6
2012-10-02ARM: add coherent iommu dma opsRob Herring1-40/+143
2012-10-02ARM: add coherent dma opsRob Herring2-12/+60
2012-10-02ARM: dma-mapping: Refrain noisy console messageHiroshi Doyu1-1/+1
2012-10-02ARM: dma-mapping: Small logical clean upHiroshi Doyu1-4/+5
2012-10-02drivers: dma-contiguous: refactor dma_alloc_from_contiguous()Michal Nazarewicz1-11/+7
2012-10-01sata_mv: Fix warnings when no PCIAndrew Lunn1-3/+5
2012-10-01[libata] Makefile: Fix build error in sata_highbankMark Langsdorf1-1/+1
2012-10-01drivers: bus: omap_l3: fixup merge conflict resolutionOlof Johansson1-1/+0
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds580-1870/+1758
2012-10-01Merge tag 'docs' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+232
2012-10-01Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-326/+644
2012-10-01Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds26-33/+633
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds162-3542/+4908
2012-10-01Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-137/+112
2012-10-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller7-82/+76
2012-10-01Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds87-17516/+159
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds269-11219/+10743
2012-10-01Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds86-4998/+10502
2012-10-01Merge tag 'maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-2/+8
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds623-15490/+4618
2012-10-01MAINTAINERS: add scripts/dtc under Devicetree maintainersRob Herring1-0/+1
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds43-90/+154
2012-10-02sfc: Fix the reported priorities of different filter typesBen Hutchings1-16/+53
2012-10-02sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IPBen Hutchings3-58/+10
2012-10-02sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2-2/+4
2012-10-02sfc: Fix MCDI structure field lookupBen Hutchings1-2/+4
2012-10-02sfc: Add parentheses around use of bitfield macro argumentsBen Hutchings1-11/+11
2012-10-02sfc: Fix null function pointer in efx_sriov_channel_typeBen Hutchings1-0/+1
2012-10-01vxlan: virtual extensible lanstephen hemminger5-0/+1294
2012-10-01igmp: export symbol ip_mc_leave_groupstephen hemminger1-0/+1