index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-24
m68k/mac: Fix mac_irq_pending() for PSC MACE and SCC
Finn Thain
1
-1
/
+1
2011-10-24
m68k/mac: Fix compiler warning in via_read_time()
Finn Thain
1
-17
/
+23
2011-10-24
zorro: Fix four checkpatch warnings
Jim Rotmalm
1
-4
/
+4
2011-10-24
hwmon: (w83627ehf) Better fix for negative temperature values
Jean Delvare
1
-25
/
+26
2011-10-24
hwmon: (w83627ehf) Uninline is_word_sized
Jean Delvare
1
-1
/
+1
2011-10-24
hwmon: (lm75) Document why clones are not detected
Jean Delvare
2
-37
/
+58
2011-10-24
hwmon: (w83627ehf) Move fan pins check to a separate function
Jean Delvare
1
-53
/
+67
2011-10-24
hwmon: (w83627ehf) Skip reading unused voltage registers
Jean Delvare
1
-0
/
+3
2011-10-24
hwmon: (lm75) Add support for Analog Devices ADT75
Michael Hennerich
3
-0
/
+8
2011-10-24
hwmon: (pmbus_core) Simplify sign extensions
Guenter Roeck
1
-13
/
+4
2011-10-24
hwmon: (pmbus) Add support for Lineage Power DC-DC converters
Guenter Roeck
2
-0
/
+12
2011-10-24
hwmon: (pmbus/ltc2978) Add support for LTC3880 to LTC2978 driver
Guenter Roeck
3
-30
/
+168
2011-10-24
hwmon: (pmbus/ltc2978) Explicit driver for LTC2978
Guenter Roeck
6
-7
/
+385
2011-10-24
hwmon: (pmbus) Add support for TEMP2 peak attributes
Guenter Roeck
2
-5
/
+43
2011-10-24
hwmon: AD7314 driver (ported from IIO)
Jonathan Cameron
4
-0
/
+222
2011-10-24
hwmon: (pmbus) Add support for Intersil power management chips
Guenter Roeck
4
-0
/
+393
2011-10-24
hwmon: (pmbus) Always call _pmbus_read_byte in core driver
Guenter Roeck
6
-15
/
+17
2011-10-24
hwmon: (pmbus) Replace EINVAL return codes with more appropriate errors
Guenter Roeck
4
-13
/
+13
2011-10-24
hwmon: (pmbus) Provide more documentation
Guenter Roeck
1
-0
/
+283
2011-10-24
hwmon/f71882fg: Make the decision wether to register fan attr. per fan
Hans de Goede
1
-65
/
+54
2011-10-24
hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper function
Hans de Goede
1
-44
/
+64
2011-10-24
hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensional
Hans de Goede
1
-24
/
+26
2011-10-24
hwmon: (exynos4_tmu) Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2011-10-24
hwmon: Add driver for EXYNOS4 TMU
Donggeun Kim
5
-0
/
+699
2011-10-24
hwmon: (pmbus/adm1275) Add support for ADM1276
Guenter Roeck
3
-24
/
+72
2011-10-24
hwmon: (pmbus/adm1275) Add support for second current limit
Guenter Roeck
2
-7
/
+96
2011-10-24
hwmon: (pmbus) Don't return errors from driver remove functions
Guenter Roeck
10
-21
/
+18
2011-10-24
hwmon: (pmbus) Add comments explaining internal driver API return values
Guenter Roeck
1
-2
/
+16
2011-10-24
hwmon: (w83627ehf) add caseopen detection
Dmitry Artamonow
1
-0
/
+62
2011-10-24
9p: fix 9p.txt to advertise msize instead of maxdata
Nicolae Mogoreanu
1
-1
/
+1
2011-10-24
net/9p: Convert net/9p protocol dumps to tracepoints
Aneesh Kumar K.V
7
-92
/
+238
2011-10-24
fs/9p: change an int to unsigned int
Dan Carpenter
2
-2
/
+3
2011-10-24
fs/9p: Cleanup option parsing in 9p
Aneesh Kumar K.V
2
-14
/
+31
2011-10-24
9p: move dereference after NULL check
Dan Carpenter
1
-2
/
+2
2011-10-24
fs/9p: inode file operation is properly initialized init_special_inode
Aneesh Kumar K.V
1
-2
/
+0
2011-10-24
fs/9p: Update zero-copy implementation in 9p
Aneesh Kumar K.V
9
-348
/
+506
2011-10-24
Merge commit 'v3.1' into devicetree/next
Grant Likely
153
-596
/
+948
2011-10-24
dt: Add empty of_match_node() macro
Nicolas Ferre
1
-0
/
+1
2011-10-24
nfs41: implement DESTROY_CLIENTID operation
Mi Jinlong
4
-2
/
+61
2011-10-24
nfsd4: typo logical vs bitwise negate for want_mask
Benny Halevy
1
-1
/
+1
2011-10-24
nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...
Benny Halevy
1
-0
/
+2
2011-10-24
nfsd4: seq->status_flags may be used unitialized
Benny Halevy
1
-2
/
+4
2011-10-24
nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid
Benny Halevy
3
-1
/
+18
2011-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
David S. Miller
6
-66
/
+148
2011-10-24
Linux 3.1
v3.1
Linus Torvalds
1
-1
/
+1
2011-10-24
ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT
Eric Dumazet
5
-9
/
+15
2011-10-24
rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces
Eric W. Biederman
1
-0
/
+1
2011-10-24
ipv4: fix ipsec forward performance regression
Yan, Zheng
1
-7
/
+7
2011-10-24
jme: fix irq storm after suspend/resume
Clemens Buchacher
1
-0
/
+6
2011-10-24
route: fix ICMP redirect validation
Flavio Leitner
1
-5
/
+31
[prev]
[next]