summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-23[PATCH] w83781d: Don't reset the chip by defaultJean Delvare2-1/+26
2006-03-23[PATCH] w83781d: Document the alarm and beep bitsJean Delvare1-0/+19
2006-03-23[PATCH] w83627ehf: Refactor the sysfs interfaceYuan Mu1-126/+80
2006-03-23[PATCH] hwmon: Support the Pentium M VID codeJean Delvare1-1/+8
2006-03-23[PATCH] hwmon: Add support for the Winbond W83687THFJean Delvare3-17/+66
2006-03-23[PATCH] hwmon: f71805f semaphore to mutex conversionsJean Delvare1-28/+29
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar36-596/+632
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 3Jean Delvare3-6/+6
2006-03-23[PATCH] i2c: Semaphore to mutex conversions, part 2Ingo Molnar8-64/+68
2006-03-23[PATCH] i2c: Speed up block transfersJean Delvare1-9/+6
2006-03-23[PATCH] hwmon: w83792d drop useless macrosJean Delvare1-21/+3
2006-03-23[PATCH] hwmon: w83792d use arrays of attributesYuan Mu1-284/+241
2006-03-23[PATCH] hwmon: Refactor SENSOR_DEVICE_ATTR_2Jim Cromie1-5/+7
2006-03-23[PATCH] I2C: fix sx200_acb build on other archesJean Delvare1-1/+1
2006-03-23[PATCH] i2c: scx200_acb minimal documentation updateBen Gardner2-4/+6
2006-03-23[PATCH] i2c: scx200_acb fix and speed up the poll loopBen Gardner1-11/+2
2006-03-23[PATCH] i2c: scx200_acb add support for the CS5535/CS5536Ben Gardner1-14/+43
2006-03-23[PATCH] i2c: scx200_acb remove use of lock_kernelBen Gardner1-6/+7
2006-03-23[PATCH] i2c: scx200_acb refactor/simplify codeBen Gardner1-44/+29
2006-03-23[PATCH] i2c: scx200_acb debug log cleanupBen Gardner1-25/+17
2006-03-23[PATCH] i2c: scx200_acb whitespace and comment cleanupBen Gardner1-47/+43
2006-03-23[PATCH] I2C: Convert i2c to mutexesArjan van de Ven4-24/+28
2006-03-23[PATCH] hwmon: Use attribute arrays in f71805fJean Delvare1-115/+103
2006-03-23[PATCH] hwmon: Use attribute arrays in pc87360Jim Cromie1-207/+201
2006-03-23[PATCH] hwmon: Allow sensor attributes arraysJim Cromie1-5/+7
2006-03-23[PATCH] reduce size of bio mempoolsBenjamin LaHaise1-4/+4
2006-03-23[PATCH] __GENERIC_PER_CPU changesEric Dumazet1-6/+2
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton42-222/+137
2006-03-23[PATCH] Only allocate percpu data for possible CPUsEric Dumazet1-3/+8
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise3-15/+12
2006-03-23[PATCH] atomic: add_unless cmpxchg optimiseNick Piggin6-10/+50
2006-03-23[PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan3-18/+0
2006-03-23[PATCH] kernel/rcupdate.c: make two structs staticAdrian Bunk2-4/+2
2006-03-23[PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer1-27/+49
2006-03-23[PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usageOleg Nesterov1-5/+4
2006-03-23[PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tagRene Herman1-5/+1
2006-03-23[PATCH] pause_on_oops command line optionAndrew Morton5-17/+130
2006-03-23[PATCH] kill _INLINE_Adrian Bunk12-112/+56
2006-03-23[PATCH] notifier: profile.h forward decl fixAndrew Morton1-1/+1
2006-03-23[PATCH] make bug messages more consistentIngo Molnar4-7/+7
2006-03-23[PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-35/+19
2006-03-23[PATCH] sysv: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] Extract inode_inc_link_count(), inode_dec_link_count()Alexey Dobriyan1-0/+12
2006-03-23[PATCH] fs/ufs/file.c: drop insane header dependenciesAlexey Dobriyan1-10/+0
2006-03-23[PATCH] sigprocmask: kill unneeded temp varOleg Nesterov1-4/+4
2006-03-23[PATCH] snsc kmalloc2kzallocJes Sorensen2-9/+4
2006-03-23[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven2-4/+5
2006-03-23[PATCH] oss: semaphore to mutex conversionIngo Molnar6-53/+53