summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson
2011-03-23proc: disable mem_write after execStephen Wilson
2011-03-23mm: implement access_remote_vmStephen Wilson
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-03-23x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson
2011-03-23x86: add context tag to mark mm when running a task in 32-bit compatibility modeStephen Wilson
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro
2011-03-23close race in /proc/*/environAl Viro
2011-03-23report errors in /proc/*/*map* sanelyAl Viro
2011-03-23pagemap: close races with suid execveAl Viro
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro
2011-03-23fix leaks in path_lookupat()Al Viro
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2011-03-21Reduce sequential pointer derefs in scsi_error.c and reduce size as wellJesper Juhl
2011-03-21matroxfb: remove incorrect Matrox G200eV supportGary Hade
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2011-03-21Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds
2011-03-21hwmon: (ads1015) Make gain and datarate configurableDirk Eibach
2011-03-21hwmon: (ads1015) Drop dynamic attribute groupJean Delvare
2011-03-21hwmon: Add support for Texas Instruments ADS1015Dirk Eibach
2011-03-21hwmon: New driver for SMSC SCH5627Hans de Goede
2011-03-21hwmon: (abituguru*) Update my email addressHans de Goede
2011-03-21hwmon: (lm75) Speed up detectionJean Delvare
2011-03-21hwmon: (lm75) Add detection of the National Semiconductor LM75ALen Sorensen
2011-03-21hp_accel: Fix driver nameJean Delvare
2011-03-21Move lis3lv02d drivers to drivers/miscJean Delvare
2011-03-21Move hp_accel to drivers/platform/x86Jean Delvare
2011-03-21Let Kconfig handle lis3lv02d dependenciesJean Delvare
2011-03-21hwmon: (sht15) Fix integer overflow in humidity calculationVivien Didelot
2011-03-21hwmon: (sht15) Spelling fixJustin P. Mattock
2011-03-21hwmon: (w83795) Document pin mappingJean Delvare
2011-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2011-03-21Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells
2011-03-21bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita
2011-03-21kbuild: Make DEBUG_SECTION_MISMATCH selectable, but not on by defaultMichal Marek
2011-03-21fs: Use BUG_ON(!mnt) at dentry_open().Tetsuo Handa