summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Merge tag 'sound-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2-7/+25
2014-03-20openvswitch: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff1-1/+1
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik4-20/+4
2014-03-20MIPS: Make local_irq_disable macro safe for non-Mipsr2Jim Quinlan1-0/+11
2014-03-20Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie1-3/+7
2014-03-20drm/exynos: Fix (more) freeing issues in exynos_drm_drv.cDaniel Kurtz1-3/+7
2014-03-20mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins1-6/+22
2014-03-20Merge tag 'pci-v3.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+1
2014-03-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2014-03-20MIPS: Octeon: Fix warning in of_device_alloc on cn3xxxAndreas Herrmann1-10/+12
2014-03-20MIPS: ftrace: Tweak safe_load()/safe_store() macrosViller Hsiao1-10/+10
2014-03-20Merge tag 'drm-intel-fixes-2014-03-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie3-1/+17
2014-03-20via-rhine: Disable device in error pathRoger Luethi1-3/+5
2014-03-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-03-19ALSA: compress: Pass through return value of open ops callbackCharles Keepax1-1/+1
2014-03-19MIPS: BCM47XX: Check all (32) GPIOs when looking for a pinRafał Miłecki1-1/+1
2014-03-19drm/i915: Disable stolen memory when DMAR is activeChris Wilson1-0/+7
2014-03-19Revert "drm/i915: don't touch the VDD when disabling the panel"Jani Nikula2-1/+10
2014-03-19cgroup: fix a failure path in create_css()Li Zefan1-4/+7
2014-03-19Revert "[PATCH] Insert GART region into resource map"Bjorn Helgaas1-19/+1
2014-03-19ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-03-19vxlan: fix potential NULL dereference in arp_reduce()David Stevens1-0/+3
2014-03-19Merge branch 'cnic-net'David S. Miller8-122/+138
2014-03-19cnic: Update version to 2.5.20 and copyright year.Michael Chan4-6/+6
2014-03-19cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan6-114/+129
2014-03-19cnic: Use proper ulp_ops for per device operations.Michael Chan1-2/+3
2014-03-18net: cdc_ncm: fix control message orderingBjørn Mork2-25/+24
2014-03-18ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-03-18isdn/capi: Make Middleware depend on CAPI2.0Paul Bolle1-9/+9
2014-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-69/+2
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller11-44/+66
2014-03-18ALSA: oxygen: Xonar DG(X): fix Stereo Upmixing regressionClemens Ladisch1-6/+24
2014-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-1/+2
2014-03-18MIPS: Fix possible build error with transparent hugepages enabledAlex Smith1-6/+6
2014-03-18drm: Fix use-after-free in the shadow-attache exit codeDaniel Vetter1-1/+1
2014-03-18Merge tag 'drm-intel-fixes-2014-03-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-31/+42
2014-03-18net: cpsw: do not register cpts twiceBenedikt Spranger1-4/+0
2014-03-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-16/+14
2014-03-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds16-35/+46
2014-03-18ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bugPeter Senna Tschudin1-10/+4
2014-03-17sparc64:tsb.c:use array size macro rather than numberDoug Wilson1-1/+1
2014-03-17sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp1-2/+2
2014-03-17MIPS: mark O32+FP64 experimental for nowPaul Burton1-3/+9
2014-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-17/+16
2014-03-17MIPS: ftrace: Fix icache flush range errorViller Hsiao1-3/+2
2014-03-17MIPS: Fix syscall tracing interfaceLars Persson1-2/+2
2014-03-17MIPS: asm: syscall: Fix copying system call argumentsMarkos Chandras1-2/+1
2014-03-17Linux 3.14-rc7v3.14-rc7Linus Torvalds1-1/+1
2014-03-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-3/+12
2014-03-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+15