summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds53-1557/+4643
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing3-14/+6
2013-09-05bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing1-2/+8
2013-09-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds72-610/+1060
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds52-502/+738
2013-09-05Merge branch 'ipmi'Linus Torvalds3-1/+79
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer1-0/+75
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com1-0/+2
2013-09-05ipmi: Initialize locals to avoid warningCorey Minyard1-1/+1
2013-09-05ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter1-0/+1
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King103-1343/+1590
2013-09-05HID: MAINTAINERS: add roccat driversStefan Achatz1-0/+8
2013-09-05Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie26-399/+357
2013-09-04x86, doc: Add an entry in MAINTAINERS for arch/x86/kernel/cpu/vmware.cAlok Kataria1-0/+6
2013-09-05f2fs: optimize gc for better performanceJin Xu3-2/+9
2013-09-05drm/exynos: Fix build error with exynos_drm_connector.cSachin Kamat1-1/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_fimdSachin Kamat1-53/+21
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat1-58/+12
2013-09-05drm/exynos: Remove non-DT support in exynos_drm_g2dSachin Kamat1-3/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_hdmiphySachin Kamat1-10/+1
2013-09-05drm/exynos: Remove non-DT support in exynos_ddcSachin Kamat1-10/+1
2013-09-05drm/exynos: Make Exynos DRM drivers depend on OFSachin Kamat1-2/+2
2013-09-05drm/exynos: Consider fallback option to allocation failVikas Sajjan1-0/+13
2013-09-05drm/exynos: fimd: move platform data parsing to separate functionAndrzej Hajda1-32/+31
2013-09-05drm/exynos: fimd: get signal polarities from device treeAndrzej Hajda1-0/+9
2013-09-05drm/exynos: fimd: replace struct fb_videomode with videomodeAndrzej Hajda3-97/+70
2013-09-05drm/exynos: check a pixel format to a particular window layerInki Dae1-0/+11
2013-09-05drm/exynos: fix fimd pixel format settingInki Dae1-21/+13
2013-09-05drm/exynos: Add NULL pointer checkSachin Kamat1-0/+9
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat19-96/+30
2013-09-05drm/exynos: Add missing of.h header includeSachin Kamat6-1/+6
2013-09-05drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat1-5/+0
2013-09-05drm/exynos: add device tree support for rotatorChanho Park2-28/+107
2013-09-05drm/exynos: Add missing includesMark Brown10-0/+10
2013-09-05drm/exynos: add runtime pm interfaces to g2d driverInki Dae1-12/+28
2013-09-05drm/exynos: Add fallback option to get non physically contiguous memory for fbVikas Sajjan1-2/+13
2013-09-05f2fs: merge more bios of node block writesJaegeuk Kim1-4/+5
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds73-1403/+2413
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds24-186/+1057
2013-09-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-11/+50
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds58-71/+81
2013-09-04Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2-22/+7
2013-09-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds28-379/+857
2013-09-04lockref: Implement lockref for ItaniumLuck, Tony2-0/+6
2013-09-04Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds236-7353/+12458
2013-09-04Merge tag 'pinctrl-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds74-5797/+9342
2013-09-05drm/tda998x: BUG() on invalid audio formatDavid Herrmann1-0/+4
2013-09-05drm/radeon: protect ACPI calls with CONFIG_ACPIStephen Rothwell1-0/+4
2013-09-04sh_eth: fix napi_{en|dis}able() calls racing against interruptsSergei Shtylyov1-5/+7
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-380/+569