index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wanrouter
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-05-25
i2c-nomadik: break out single messsage transmission
Linus Walleij
1
-32
/
+48
2011-05-25
i2c-nomadik: reset the hw after status check
Virupax Sadashivpetimath
1
-4
/
+4
2011-05-25
i2c-nomadik: remove the unnecessary delay
Virupax Sadashivpetimath
1
-18
/
+2
2011-05-25
i2c-nomadik: change the TX and RX threshold
Virupax Sadashivpetimath
1
-13
/
+26
2011-05-25
i2c-nomadik: add code to retry on timeout failure
Virupax Sadashivpetimath
1
-48
/
+49
2011-05-25
i2c-nomadik: use pm_runtime API
Rabin Vincent
1
-6
/
+31
2011-05-25
i2c-nomadik: print abort cause only on abort tag
Virupax Sadashivpetimath
1
-8
/
+19
2011-05-25
i2c-nomadik: correct adapter timeout initialization
Virupax Sadashivpetimath
1
-4
/
+5
2011-05-25
i2c-nomadik: remove the redundant error message
srinidhi kasagar
1
-2
/
+0
2011-05-25
i2c-nomadik: corrrect returned error numbers
Virupax Sadashivpetimath
1
-4
/
+6
2011-05-25
i2c-nomadik: fix speed enumerator
Linus Walleij
1
-1
/
+1
2011-05-25
i2c-nomadik: make i2c timeout specific per i2c bus
Virupax Sadashivpetimath
2
-8
/
+8
2011-05-25
i2c-nomadik: add regulator support
Jonas Aberg
1
-15
/
+58
2011-05-24
i2c-parport: Various cleanups
Jean Delvare
3
-59
/
+55
2011-05-24
i2c-i801: Don't depend on other kernel driver config options
Jean Delvare
2
-10
/
+7
2011-05-24
i2c-i801: Check for vendor Fujitsu before probing for apanel
Jean Delvare
1
-1
/
+2
2011-05-24
i2c-i801: Don't probe for slaves on IDF channels
Jean Delvare
1
-15
/
+31
2011-05-24
i2c-i801: SMBus patch for Intel Panther Point DeviceIDs
Seth Heasley
3
-1
/
+5
2011-05-24
i2c/writing-clients: Fix foo_driver.id_table
Vikram Narayanan
1
-1
/
+1
2011-05-24
x86, ioapic: Restore ioapic entries during resume properly
Suresh Siddha
1
-2
/
+2
2011-05-24
x86: Get rid of asmregparm
Richard Weinberger
3
-11
/
+2
2011-05-24
um: Use RWSEM_GENERIC_SPINLOCK on x86
Richard Weinberger
1
-2
/
+2
2011-05-24
m68knommu: Use generic show_interrupts()
Geert Uytterhoeven
2
-28
/
+1
2011-05-24
coldfire_qspi compile fix
Steven King
1
-0
/
+1
2011-05-24
m68k: merge the mmu and non-mmu versions of sys_m68k.c
Greg Ungerer
3
-643
/
+578
2011-05-24
m68knommu: use asm-generic/bitops/ext2-atomic.h
Akinobu Mita
1
-17
/
+1
2011-05-24
m68knommu: Remove obsolete #include <linux/sys.h>
Geert Uytterhoeven
6
-6
/
+0
2011-05-24
m68k: merge mmu and non-mmu versions of asm-offsets.c
Greg Ungerer
6
-190
/
+114
2011-05-24
hwmon: (coretemp) Add comments describing the handling of HT CPUs
Guenter Roeck
1
-2
/
+18
2011-05-24
kernel/watchdog.c: Use proper ANSI C prototypes
Linus Torvalds
1
-1
/
+1
2011-05-24
perf tools: Fix sample type size calculation in 32 bits archs
Frederic Weisbecker
1
-1
/
+1
2011-05-24
m68k: merge non-mmu and mmu versions of m68k_ksyms.c
Greg Ungerer
3
-64
/
+32
2011-05-24
m68knommu: remove un-needed exporting of COLDFIRE symbols
Greg Ungerer
2
-12
/
+3
2011-05-24
m68knommu: move EXPORT of kernel_thread to function definition
Greg Ungerer
2
-4
/
+1
2011-05-24
m68knommu: move EXPORT of local checksumming functions to definitions
Greg Ungerer
2
-5
/
+3
2011-05-24
m68knommu: move EXPORT of dump_fpu to function definition
Greg Ungerer
2
-4
/
+1
2011-05-24
m68knommu: clean up mm/init_no.c
Greg Ungerer
1
-47
/
+4
2011-05-24
m68k: merge the mmu and non-mmu mm/Makefile
Greg Ungerer
3
-18
/
+9
2011-05-24
m68k: mv kmap_mm.c to kmap.c
Greg Ungerer
2
-370
/
+365
2011-05-24
m68knommu: remove stubs for __ioremap() and iounmap()
Greg Ungerer
4
-43
/
+6
2011-05-24
m68knommu: remove unused kernel_set_cachemode()
Greg Ungerer
1
-8
/
+0
2011-05-24
m68k: let Makefile sort out compiling mmu and non-mmu lib/checksum.c
Greg Ungerer
2
-8
/
+3
2011-05-24
m68k: remove duplicate memcpy() implementation
Greg Ungerer
4
-131
/
+75
2011-05-24
m68k: remove duplicate memset() implementation
Greg Ungerer
4
-107
/
+74
2011-05-24
m68k: remove duplicate memmove() implementation
Greg Ungerer
3
-99
/
+2
2011-05-24
m68k: merge mmu and non-mmu versions of lib/Makefile
Greg Ungerer
3
-15
/
+11
2011-05-24
m68k: merge mmu and non-mmu versions of muldi3
Greg Ungerer
3
-152
/
+96
2011-05-24
drivers/gpu/drm/radeon/atom.c: fix warning
Andrew Morton
1
-2
/
+2
2011-05-24
drm/radeon/kms: bump kms version number
Alex Deucher
1
-1
/
+2
2011-05-24
drm/radeon/kms: properly set num banks for fusion asics
Alex Deucher
1
-2
/
+6
[next]