summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-31net/usb/r8152: adjust relative ocp functionhayeswang1-43/+23
2013-07-31net/usb/r8152: make sure the USB buffer is DMA-ablehayeswang1-25/+35
2013-07-31net/usb/r815x: change the return value for bind functionshayeswang1-2/+2
2013-07-31net/usb/r815x: avoid to call mdio functions for runtime-suspended devicehayeswang1-1/+13
2013-07-31net/usb/r815x: replace USB buffer from stack to DMA-ablehayeswang1-17/+27
2013-07-31parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer2-13/+28
2013-07-31parisc: agp/parisc-agp: allow binding of user memory to the AGP GARTAlex Ivanov1-2/+4
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches1-2/+7
2013-07-31drivers/rtc/rtc-twl.c: fix: rtcX/wakealarm attribute isn't createdGrygorii Strashko1-1/+2
2013-07-31rapidio: fix use after free in rio_unregister_scan()Dan Carpenter1-1/+3
2013-07-31dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine()Ben Hutchings1-0/+14
2013-07-31Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes...Roland Dreier18-46/+200
2013-07-31IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit1-13/+63
2013-07-31IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2-1/+10
2013-07-31IB/core: Create QP1 using the pkey index which contains the default pkeyJack Morgenstein1-1/+7
2013-07-31mlx5_core: Variable may be used uninitializedAndi Shyti1-1/+1
2013-07-31mlx5_core: Implement new initialization sequenceEli Cohen3-14/+83
2013-07-31mlx5_core: Fix use after free in mlx5_cmd_comp_handler()Dan Carpenter1-4/+7
2013-07-31IB/mlx5: Fix stack info leak in mlx5_ib_alloc_ucontext()Dan Carpenter1-1/+2
2013-07-31IB/mlx5: Fix error return code in init_one()Wei Yongjun1-3/+5
2013-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-261/+534
2013-07-31IB/mlx4: Use default pkey when creating tunnel QPsJack Morgenstein1-2/+8
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2-16/+48
2013-07-31mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao1-2/+2
2013-07-31mwifiex: fix wrong data rates in P2P clientAvinash Patil1-1/+2
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2-4/+6
2013-07-31Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-26/+21
2013-07-31Merge tag 'usb-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-91/+223
2013-07-31Merge tag 'tty-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-20/+25
2013-07-31HID: hidraw: fix improper mutex releaseYonghua Zheng1-1/+1
2013-07-31RDMA/cma: Only call cma_save_ib_info() for CM REQsSean Hefty1-1/+2
2013-07-31RDMA/cma: Fix accessing invalid private data for UDSean Hefty1-8/+11
2013-07-30mlx5: fix error return code in mlx5_alloc_uuars()Wei Yongjun1-0/+1
2013-07-30mvneta: Try to fix mvneta when compiled as moduleArnaud Patard \(Rtp\)1-10/+14
2013-07-30mvneta: Fix hang when loading the mvneta driverArnaud Patard \(Rtp\)1-10/+9
2013-07-30atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2-1/+42
2013-07-31drm/i915: fix missed hunk after GT access breakageBen Widawsky3-0/+8
2013-07-30RDMA/cma: Fix gcc warningPaul Bolle1-4/+3
2013-07-30net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without linkUwe Kleine-König1-5/+0
2013-07-30Revert "RDMA/nes: Fix compilation error when nes_debug is enabled"Roland Dreier1-2/+2
2013-07-31Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2-5/+11
2013-07-31gpio_msm: Fix build error due to missing err.hStephen Boyd1-0/+1
2013-07-31Revert "gpio/omap: don't create an IRQ mapping for every GPIO on DT"Linus Walleij1-40/+14
2013-07-31Revert "gpio/omap: auto request GPIO as input if used as IRQ via DT"Linus Walleij1-18/+0
2013-07-31Revert "gpio/omap: fix build error when OF_GPIO is not defined."Linus Walleij1-14/+2
2013-07-30drm/radeon/dpm: re-enable cac control on SIAlex Deucher1-2/+1
2013-07-30drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formulaAlex Deucher1-3/+5
2013-07-30drm/radeon/atom: initialize more atom interpretor elements to 0Alex Deucher1-0/+5
2013-07-30xen/tmem: do not allow XEN_TMEM on ARM64Stefano Stabellini1-1/+1
2013-07-30IB/qib: Add err_decode() call for ring dumpMike Marciniszyn2-1/+3