summaryrefslogtreecommitdiffstats
path: root/drivers/uwb/uwbd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-05hwmon: (w83793) Add watchdog functionalitySven Anders2-4/+481
2010-03-05hwmon: (g760a) Make rpm_from_cnt staticJean Delvare1-1/+1
2010-03-05hwmon: (it87) Validate auto pwm settingsJean Delvare2-0/+36
2010-03-05hwmon: (it87) Add support for old automatic fan speed controlJean Delvare2-4/+205
2010-03-05hwmon: (it87) Drop dead web links in documentationJean Delvare1-13/+5
2010-03-05hwmon: (it87) Add an entry in MAINTAINERSJean Delvare1-0/+7
2010-03-05hwmon: (it87) Use strict_strtol instead of simple_strtolJean Delvare1-15/+44
2010-03-05hwmon: (it87) Fix many checkpatch errors and warningsJean Delvare1-75/+87
2010-03-05hwmon: (it87) Add support for beep on alarmJean Delvare2-0/+126
2010-03-05hwmon: (it87) Create vid attributes by groupJean Delvare1-8/+7
2010-03-05hwmon: (it87) Refactor attributes creation and removalJean Delvare1-130/+103
2010-03-05hwmon: (it87) Expose the PWM/temperature mappingsJean Delvare1-4/+69
2010-03-05hwmon: (it87) Display fan outputs in automatic mode as suchJean Delvare1-38/+61
2010-03-05hwmon: (lm90) Add SMBus alert supportJean Delvare2-0/+75
2010-03-05hwmon: (lm90) Restore configuration on exitJean Delvare1-4/+10
2010-03-05hwmon: (lm90) Add support for the Winbond/Nuvoton W83L771AWG/ASGJean Delvare3-3/+24
2010-03-04ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams5-67/+40
2010-03-04ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-04ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2-2/+2
2010-03-04Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30
2010-03-03init: Open /dev/console from rootfsEric W. Biederman2-9/+6
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa1-1/+1
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa1-27/+50
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa1-6/+10
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa1-2/+1
2010-03-03fix race in d_splice_alias()Al Viro1-1/+0
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsAl Viro1-1/+6
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2-1/+10
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro1-1/+1
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro3-1/+6
2010-03-03get rid of useless vfsmount_lock use in put_mnt_ns()Al Viro1-6/+2
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro2-1/+2
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro3-8/+18
2010-03-03Don't mess with generic_permission() under ->d_lock in hpfsAl Viro1-6/+9
2010-03-03sanitize const/signedness for udfAl Viro5-19/+19
2010-03-03nilfs: sanitize const/signedness in dealing with ->d_name.nameAl Viro1-2/+2
2010-03-03nilfs really shouldn't slap struct dentry on stack...Al Viro3-15/+12
2010-03-03sanitize const/signedness of ufs a bitAl Viro2-7/+7
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitAl Viro10-82/+97
2010-03-03new helper: iterate_mounts()Al Viro3-34/+33
2010-03-03fix NFS4 handling of mountpoint statAl Viro1-3/+9
2010-03-03Clean follow_dotdot() up a bitAl Viro1-16/+3
2010-03-03fix mnt_mountpoint abuse in smackAl Viro1-1/+1
2010-03-03a couple of mntget+dget -> path_get in nfs4procAl Viro1-4/+4
2010-03-03Switch alloc_nfs_open_context() to struct pathAl Viro1-4/+4
2010-03-03New helper: path_is_under(path1, path2)Al Viro3-39/+37