summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-15drm/i915: Always reset vma->ggtt_view.pages cache on unbindingChris Wilson1-1/+1
2015-06-14Linux 4.1-rc8v4.1-rc8Linus Torvalds1-1/+1
2015-06-14Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-93/+144
2015-06-14Merge tag 'ntb-4.1' of git://github.com/jonmason/ntbLinus Torvalds1-1/+2
2015-06-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-25/+29
2015-06-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-06-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-6/+19
2015-06-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-15/+18
2015-06-14Merge tag 'sound-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds6-7/+58
2015-06-13MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin1-2/+2
2015-06-13IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent1-7/+14
2015-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-38/+80
2015-06-12Doc: networking: Fix URL for wiki.wireshark.org in udplite.txtMasanari Iida1-1/+1
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner1-1/+10
2015-06-12perf probe: Cut off the gcc optimization postfixes from function nameMasami Hiramatsu1-0/+5
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+13
2015-06-12Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds3-6/+10
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds3-4/+23
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse2-3/+21
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown3-0/+3
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown1-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown1-1/+1
2015-06-12dmaengine: Fix choppy sound because of unimplemented resumeKrzysztof Kozlowski1-1/+5
2015-06-12x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen1-2/+2
2015-06-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar9-30/+106
2015-06-12ALSA: hda - Abort the probe without i915 binding for HSW/BDWsound-4.1-rc8Takashi Iwai1-2/+16
2015-06-11perf tools: Update MANIFEST per files removed from kernelDavid Ahern1-4/+0
2015-06-11trace: Beautify perf_event_open syscallArnaldo Carvalho de Melo1-0/+58
2015-06-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-15/+46
2015-06-11net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-12Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-4/+18
2015-06-12Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-11/+28
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-06-11block: pmem: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2015-06-11Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-06-11Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar3-1/+11
2015-06-11drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BOMichel Dänzer1-5/+12
2015-06-11Revert "drm/radeon: adjust pll when audio is not enabled"Alex Deucher1-3/+0
2015-06-11Revert "drm/radeon: don't share plls if monitors differ in audio support"Alex Deucher1-3/+1
2015-06-11drm/radeon: fix freeze for laptop with Turks/Thames GPU.Jérôme Glisse1-0/+15
2015-06-11perf tools: Fix build failure on 32-bit archHe Kuang2-2/+2
2015-06-11perf stat: Error out unsupported group leader immediatelyKan Liang1-1/+4
2015-06-11perf evsel: Display 0x for hex values when printing the attributeAdrian Hunter1-1/+1
2015-06-11ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-06-11ntb: initialize max_mw for Atom before using itDaniel Verkamp1-0/+1
2015-06-11ALSA: hda - Re-add the lost fake mute supportTakashi Iwai4-2/+34
2015-06-10enic: fix memory leak in rq_cleanGovindarajulu Varadarajan1-5/+4
2015-06-10enic: check return value for stat dumpGovindarajulu Varadarajan2-4/+25