summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-13PCI: Remove pci_ats_enabled()Bjorn Helgaas1-2/+0
2015-08-13PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas1-1/+0
2015-08-13PCI: Move ATS declarations to linux/pci.h so they're all togetherBjorn Helgaas2-42/+9
2015-08-13PCI: Reduce size of ATS structure elementsBjorn Helgaas1-3/+3
2015-08-13PCI: Embed ATS info directly into struct pci_devBjorn Helgaas2-12/+6
2015-08-13PCI: Allocate ATS struct during enumerationBjorn Helgaas2-1/+10
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-1/+0
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet2-14/+0
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+3
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2015-08-13blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-08-13iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding1-0/+1
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-0/+6
2015-08-13memory: tegra: Add Tegra210 supportThierry Reding1-0/+36
2015-08-13memory: tegra: Add support for a variable-size client ID bitfieldPaul Walmsley1-0/+2
2015-08-13iommu/tegra-smmu: Move flush_dcache to tegra-smmu.cRussell King1-7/+0
2015-08-13Merge tag 'qcom-soc-for-4.3' of git://codeaurora.org/quic/kernel/agross-msm i...Olof Johansson3-0/+92
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee1-2/+2
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-0/+5
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij42-150/+326
2015-08-13ASoC: dapm: Consolidate path trace eventsLars-Peter Clausen1-38/+15
2015-08-13ASoC: dapm: Consolidate input and output path handlingLars-Peter Clausen1-14/+55
2015-08-13ARM/fb: ep93xx: switch framebuffer to use modedb onlyLinus Walleij1-8/+0
2015-08-13Merge tag 'socfpga_dts_for_v4.3_part_2' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-0/+110
2015-08-13Merge tag 'mvebu-soc-4.3-2' of git://git.infradead.org/linux-mvebu into next/...Olof Johansson1-0/+6
2015-08-13mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()Johannes Berg1-13/+0
2015-08-12Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman5-2/+25
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton1-2/+6
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-3/+32
2015-08-12drm: export the DRM permission check codeThomas Hellstrom1-0/+1
2015-08-12drm/radeon: add new OLAND pci idAlex Deucher1-0/+1
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells5-4/+34
2015-08-12drm/irq: Make pipe unsigned and name consistentThierry Reding1-16/+16
2015-08-12drm/plane: Remove redundant externThierry Reding1-23/+22
2015-08-12drm/plane: Use consistent data types for format countThierry Reding1-3/+3
2015-08-12iommu/vt-d: Split up iommu->domains arrayJoerg Roedel1-1/+1
2015-08-12KVM: arm/arm64: timer: Allow the timer to control the active stateMarc Zyngier1-2/+5
2015-08-12KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interruptMarc Zyngier1-0/+2
2015-08-12KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_activeMarc Zyngier1-0/+2
2015-08-12KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interruptsMarc Zyngier1-0/+25
2015-08-12KVM: arm/arm64: vgic: Allow HW irq to be encoded in LRMarc Zyngier2-1/+5
2015-08-12KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfieldsMarc Zyngier1-3/+7
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar6-69/+95
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2-7/+1
2015-08-12locking, include/llist: Use linux/atomic.h instead of asm/cmpxchg.hWill Deacon1-1/+1
2015-08-12locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon1-7/+6
2015-08-12locking/qrwlock: Implement queue_write_unlock() using smp_store_release()Will Deacon1-8/+1
2015-08-12locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_l...Will Deacon1-27/+59
2015-08-12locking, asm-generic: Rework atomic-long.h to avoid bulk code duplicationWill Deacon1-149/+40