index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ioctl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-17
hwmon: (lm85) Simplify RANGE_TO_REG
Jean Delvare
1
-11
/
+4
2008-10-17
hwmon: (lm85) Convert to a new-style i2c driver
Jean Delvare
1
-57
/
+64
2008-10-17
hwmon: (lm85) Support different PWM frequency tables
Jean Delvare
1
-6
/
+23
2008-10-17
hwmon: (lm85) Select the closest PWM frequency
Jean Delvare
1
-3
/
+2
2008-10-17
hwmon: (lm85) Implement the standard PWM frequency interface
Jean Delvare
2
-49
/
+38
2008-10-17
hwmon: (lm85) Rework the device detection
Jean Delvare
1
-73
/
+50
2008-10-17
hwmon: (ams) Simplify IRQ handling routine
Dmitry Torokhov
1
-25
/
+17
2008-10-17
hwmon: (ams) Fix locking issues
Dmitry Torokhov
4
-65
/
+56
2008-10-17
hwmon: (ams) Fix permissions on 'joystick' module parameter
Dmitry Torokhov
1
-2
/
+2
2008-10-17
hwmon: (ams) Convert to a new-style i2c driver
Jean Delvare
3
-41
/
+48
2008-10-17
hwmon: (lm87) Add support for configuration through platform_data
Ben Hutchings
2
-11
/
+15
2008-10-17
hwmon: (lm87) Restore original configuration register on removal
Ben Hutchings
1
-5
/
+7
2008-10-17
hwmon: (lm87) Fix masking of config register in lm87_init_client()
Ben Hutchings
1
-4
/
+4
2008-10-17
hwmon: (lm90) Don't spam the kernel log
Jean Delvare
1
-3
/
+3
2008-10-17
hwmon: (lm90) Support MAX6646, MAX6647 and MAX6649
Ben Hutchings
3
-13
/
+82
2008-10-17
hwmon: (lm90) Rename temperature conversion functions to match usage
Ben Hutchings
1
-23
/
+23
2008-10-17
hwmon: (lm90) Support ADT7461 in extended mode
Nate Case
3
-38
/
+97
2008-10-17
hwmon: (lm90) Convert some macros to static functions
Nate Case
1
-45
/
+83
2008-10-17
hwmon: (lm90) Update datasheet links
Jean Delvare
2
-29
/
+13
2008-10-17
hwmon: (lm90) Don't access nonexistent registers on Maxim chips
Jean Delvare
1
-8
/
+21
2008-10-17
hwmon: (lm90) Support the extra resolution bits of MAX6657
Jean Delvare
2
-25
/
+39
2008-10-17
hwmon: (lm90) Move 16-bit value read to a separate function
Jean Delvare
1
-29
/
+43
2008-10-17
{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()
Linus Torvalds
2
-4
/
+2
2008-10-17
Fix kernel/softirq.c printk format warning properly
Linus Torvalds
1
-1
/
+1
2008-10-17
FRV: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-2
/
+0
2008-10-17
FRV: Switch unaligned access to the packed-struct implementation
Harvey Harrison
1
-1
/
+1
2008-10-17
FRV: Provide dma_map_page() for NOMMU and fix comments
David Howells
2
-5
/
+29
2008-10-17
frv: use generic pci_enable_resources()
Bjorn Helgaas
3
-34
/
+1
2008-10-16
lib: remove defining macros for strict_strto??
Harvey Harrison
1
-49
/
+68
2008-10-16
lib: trivial whitespace tidy
Harvey Harrison
1
-17
/
+9
2008-10-16
lib: pull base-guessing logic to helper function
Harvey Harrison
1
-38
/
+42
2008-10-16
init/do_mounts_md.c must #include <linux/delay.h>
Adrian Bunk
1
-0
/
+1
2008-10-16
rtc: rtc-ds1286 and rtc-m48t35 need <linux/io.h>
Geert Uytterhoeven
2
-0
/
+2
2008-10-16
Document panic_on_unrecovered_nmi sysctl
Bernhard Walle
1
-0
/
+12
2008-10-16
drivers/net/xen-netfront.c: Use DIV_ROUND_UP
Julia Lawall
1
-1
/
+1
2008-10-16
make kprobes.c:kretprobe_table_lock() static
Adrian Bunk
1
-1
/
+1
2008-10-16
make hp_wmi_notify() static
Adrian Bunk
1
-1
/
+1
2008-10-16
ipc/sem.c: make free_un() static
Adrian Bunk
1
-1
/
+1
2008-10-16
resource: add resource_type() and IORESOURCE_TYPE_BITS
Magnus Damm
2
-15
/
+23
2008-10-16
resources: tidy __request_region()
Bjorn Helgaas
1
-20
/
+21
2008-10-16
GRU driver: minor updates
Jack Steiner
7
-29
/
+39
2008-10-16
Configure out AIO support
Thomas Petazzoni
5
-1
/
+26
2008-10-16
w1: new driver. DS2431 chip
Bernhard Weirich
2
-0
/
+313
2008-10-16
W1: ds2490.c optimize ds_set_pullup
David Fries
1
-19
/
+45
2008-10-16
W1: Documentation/w1/masters/ds2490 update
David Fries
1
-0
/
+52
2008-10-16
W1: ds2490.c ds_write_block remove extra ds_wait_status
David Fries
1
-2
/
+0
2008-10-16
W1: ds2490.c magic number work
David Fries
1
-4
/
+12
2008-10-16
W1: ds2490.c reset ds2490 in init
David Fries
1
-0
/
+21
2008-10-16
W1: ds2490.c ds_reset remove ds_wait_status
David Fries
1
-13
/
+2
2008-10-16
W1: ds2490.c ds_dump_status rework
David Fries
1
-50
/
+84
[next]