summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson10-20/+23
2011-03-23x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2-0/+9
2011-03-23x86: add context tag to mark mm when running a task in 32-bit compatibility modeStephen Wilson1-0/+6
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro1-3/+3
2011-03-23close race in /proc/*/environAl Viro1-6/+4
2011-03-23report errors in /proc/*/*map* sanelyAl Viro3-11/+13
2011-03-23pagemap: close races with suid execveAl Viro2-7/+4
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro1-1/+1
2011-03-23fix leaks in path_lookupat()Al Viro1-2/+5
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
2011-03-21Small typo fix...Holger Hans Peter Freyther1-1/+1
2011-03-21Filesystem: fifo: Fixed coding style issue.David Jenni1-2/+1
2011-03-21fs/inode: Fix kernel-doc format for inode_init_ownerBen Hutchings1-1/+1
2011-03-21select: remove unused MAX_SELECT_SECONDSNamhyung Kim2-6/+0
2011-03-21vfs: cleanup do_vfs_ioctl()Namhyung Kim1-13/+8
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds67-137/+85