aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton4-6/+6
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita7-9/+9
2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach1-0/+5
2013-05-07e1000e: fix scheduling while atomic bugBruce Allan1-1/+1
2013-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-14/+1800
2013-05-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds29-169/+957
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds30-290/+1164
2013-05-06Merge tag 'for-3.10-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds18-75/+71
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds16-122/+328
2013-05-06net/usb: new driver for RTL8152hayeswang4-0/+1789
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1024/+1834
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-47/+52
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov1-1/+1
2013-05-05Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds63-1294/+5998
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-13/+18
2013-05-05net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt1-13/+10
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+5
2013-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds19-22/+22
2013-05-05gadget: single_open() leaksAl Viro2-2/+2
2013-05-05staging: single_open() leaksAl Viro8-8/+8
2013-05-05megaraid: single_open() leakAl Viro1-1/+1
2013-05-05wireless: single_open() leaksAl Viro4-7/+7
2013-05-05input: single_open() leakAl Viro1-1/+1
2013-05-05rtc: single_open() leaksAl Viro2-2/+2
2013-05-05ds1620: single_open() leakAl Viro1-1/+1
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-60/+115
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+1
2013-05-04serial: sunsu: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds38-513/+770
2013-05-04Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-8/+86
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-122/+81
2013-05-04Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-59/+98
2013-05-04Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds22-4281/+7476
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds60-866/+13600
2013-05-04sun3_scsi: add ->show_info()Geert Uytterhoeven3-106/+80
2013-05-04nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven1-15/+0
2013-05-04more mode_t whack-a-mole...Al Viro1-1/+1
2013-05-04hwmon: (lm75) Add support for the Dallas/Maxim DS7505Jean Delvare2-1/+8
2013-05-04hwmon: (lm75) Tune resolution and sample time per chipJean Delvare1-6/+36
2013-05-04hwmon: (lm75) Prepare to support per-chip resolution and sample timeJean Delvare1-5/+26
2013-05-04hwmon: (lm75) Per-chip configuration register initializationJean Delvare1-2/+22
2013-05-03cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo1-1/+1
2013-05-03sky2: Fix crash on receiving VLAN framesKirill Smelkov1-0/+2
2013-05-03asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org1-0/+3
2013-05-03net: qmi_wwan: Add Telewell TW-LTE 4GTeppo Kotilainen1-0/+1
2013-05-03usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter1-1/+2
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+10
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds363-7021/+28258
2013-05-03qxl: update to new idr interfaces.Dave Airlie2-24/+16
2013-05-03Merge branch 'server-fixes' into drm-nextDave Airlie9-11/+127