summaryrefslogtreecommitdiffstats
path: root/fs/ioctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-17hwmon: (lm85) Simplify RANGE_TO_REGJean Delvare1-11/+4
2008-10-17hwmon: (lm85) Convert to a new-style i2c driverJean Delvare1-57/+64
2008-10-17hwmon: (lm85) Support different PWM frequency tablesJean Delvare1-6/+23
2008-10-17hwmon: (lm85) Select the closest PWM frequencyJean Delvare1-3/+2
2008-10-17hwmon: (lm85) Implement the standard PWM frequency interfaceJean Delvare2-49/+38
2008-10-17hwmon: (lm85) Rework the device detectionJean Delvare1-73/+50
2008-10-17hwmon: (ams) Simplify IRQ handling routineDmitry Torokhov1-25/+17
2008-10-17hwmon: (ams) Fix locking issuesDmitry Torokhov4-65/+56
2008-10-17hwmon: (ams) Fix permissions on 'joystick' module parameterDmitry Torokhov1-2/+2
2008-10-17hwmon: (ams) Convert to a new-style i2c driverJean Delvare3-41/+48
2008-10-17hwmon: (lm87) Add support for configuration through platform_dataBen Hutchings2-11/+15
2008-10-17hwmon: (lm87) Restore original configuration register on removalBen Hutchings1-5/+7
2008-10-17hwmon: (lm87) Fix masking of config register in lm87_init_client()Ben Hutchings1-4/+4
2008-10-17hwmon: (lm90) Don't spam the kernel logJean Delvare1-3/+3
2008-10-17hwmon: (lm90) Support MAX6646, MAX6647 and MAX6649Ben Hutchings3-13/+82
2008-10-17hwmon: (lm90) Rename temperature conversion functions to match usageBen Hutchings1-23/+23
2008-10-17hwmon: (lm90) Support ADT7461 in extended modeNate Case3-38/+97
2008-10-17hwmon: (lm90) Convert some macros to static functionsNate Case1-45/+83
2008-10-17hwmon: (lm90) Update datasheet linksJean Delvare2-29/+13
2008-10-17hwmon: (lm90) Don't access nonexistent registers on Maxim chipsJean Delvare1-8/+21
2008-10-17hwmon: (lm90) Support the extra resolution bits of MAX6657Jean Delvare2-25/+39
2008-10-17hwmon: (lm90) Move 16-bit value read to a separate functionJean Delvare1-29/+43
2008-10-17{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds2-4/+2
2008-10-17Fix kernel/softirq.c printk format warning properlyLinus Torvalds1-1/+1
2008-10-17FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-2/+0
2008-10-17FRV: Switch unaligned access to the packed-struct implementationHarvey Harrison1-1/+1
2008-10-17FRV: Provide dma_map_page() for NOMMU and fix commentsDavid Howells2-5/+29
2008-10-17frv: use generic pci_enable_resources()Bjorn Helgaas3-34/+1
2008-10-16lib: remove defining macros for strict_strto??Harvey Harrison1-49/+68
2008-10-16lib: trivial whitespace tidyHarvey Harrison1-17/+9
2008-10-16lib: pull base-guessing logic to helper functionHarvey Harrison1-38/+42
2008-10-16init/do_mounts_md.c must #include <linux/delay.h>Adrian Bunk1-0/+1
2008-10-16rtc: rtc-ds1286 and rtc-m48t35 need <linux/io.h>Geert Uytterhoeven2-0/+2
2008-10-16Document panic_on_unrecovered_nmi sysctlBernhard Walle1-0/+12
2008-10-16drivers/net/xen-netfront.c: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-10-16make kprobes.c:kretprobe_table_lock() staticAdrian Bunk1-1/+1
2008-10-16make hp_wmi_notify() staticAdrian Bunk1-1/+1
2008-10-16ipc/sem.c: make free_un() staticAdrian Bunk1-1/+1
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm2-15/+23
2008-10-16resources: tidy __request_region()Bjorn Helgaas1-20/+21
2008-10-16GRU driver: minor updatesJack Steiner7-29/+39
2008-10-16Configure out AIO supportThomas Petazzoni5-1/+26
2008-10-16w1: new driver. DS2431 chipBernhard Weirich2-0/+313
2008-10-16W1: ds2490.c optimize ds_set_pullupDavid Fries1-19/+45
2008-10-16W1: Documentation/w1/masters/ds2490 updateDavid Fries1-0/+52
2008-10-16W1: ds2490.c ds_write_block remove extra ds_wait_statusDavid Fries1-2/+0
2008-10-16W1: ds2490.c magic number workDavid Fries1-4/+12
2008-10-16W1: ds2490.c reset ds2490 in initDavid Fries1-0/+21
2008-10-16W1: ds2490.c ds_reset remove ds_wait_statusDavid Fries1-13/+2
2008-10-16W1: ds2490.c ds_dump_status reworkDavid Fries1-50/+84