summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds5-103/+333
2011-03-22sd: Fail discard requests when logical block provisioning has been disabledMartin K. Petersen1-0/+1
2011-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds42-322/+381
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman2-15/+10
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet1-1/+1
2011-03-21veth: Fix the byte countersEric W. Biederman1-1/+1
2011-03-21net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.Eric W. Biederman1-7/+11
2011-03-21macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman1-6/+12
2011-03-21net: fix incorrect spelling in drop monitor protocolNeil Horman1-1/+1
2011-03-21can: c_can: Do basic c_can configuration _before_ enabling the interruptsJan Altenberg1-3/+3
2011-03-21net/appletalk: fix atalk_release use after freeArnd Bergmann1-0/+3
2011-03-21ipx: fix ipx_release()Eric Dumazet1-1/+1
2011-03-21snmp: SNMP_UPD_PO_STATS_BH() always called from softirqEric Dumazet1-2/+2
2011-03-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman1-1/+1
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun3-2/+16
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds15-941/+1237
2011-03-21Reduce sequential pointer derefs in scsi_error.c and reduce size as wellJesper Juhl1-45/+49
2011-03-21matroxfb: remove incorrect Matrox G200eV supportGary Hade1-9/+0
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds46-1079/+947
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-4/+12
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2-20/+161
2011-03-21Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-108/+1702
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony5-47/+59
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds20-51/+67
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds9-82/+140
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds13-427/+375
2011-03-21hwmon: (ads1015) Make gain and datarate configurableDirk Eibach4-85/+211
2011-03-21hwmon: (ads1015) Drop dynamic attribute groupJean Delvare1-32/+18
2011-03-21hwmon: Add support for Texas Instruments ADS1015Dirk Eibach7-0/+425
2011-03-21hwmon: New driver for SMSC SCH5627Hans de Goede5-0/+897
2011-03-21hwmon: (abituguru*) Update my email addressHans de Goede3-5/+5
2011-03-21hwmon: (lm75) Speed up detectionJean Delvare1-21/+19
2011-03-21hwmon: (lm75) Add detection of the National Semiconductor LM75ALen Sorensen3-16/+47
2011-03-21hp_accel: Fix driver nameJean Delvare1-1/+1
2011-03-21Move lis3lv02d drivers to drivers/miscJean Delvare13-51/+59
2011-03-21Move hp_accel to drivers/platform/x86Jean Delvare7-25/+23
2011-03-21Let Kconfig handle lis3lv02d dependenciesJean Delvare2-27/+25
2011-03-21hwmon: (sht15) Fix integer overflow in humidity calculationVivien Didelot1-2/+2
2011-03-21hwmon: (sht15) Spelling fixJustin P. Mattock1-1/+1
2011-03-21hwmon: (w83795) Document pin mappingJean Delvare1-0/+127
2011-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-4/+39
2011-03-21Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-27/+184
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells2-1/+1
2011-03-21bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita1-1/+1
2011-03-21kbuild: Make DEBUG_SECTION_MISMATCH selectable, but not on by defaultMichal Marek1-1/+0
2011-03-21fs: Use BUG_ON(!mnt) at dentry_open().Tetsuo Handa1-11/+2
2011-03-21fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin1-10/+9
2011-03-21nfs: lock() vs unlock() typoDan Carpenter1-2/+2
2011-03-21pstore: fix leaking ->i_privateTony Luck1-1/+7
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil7-2/+34