index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-27
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
182
-3947
/
+1598
2007-04-27
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
21
-308
/
+184
2007-04-27
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
13
-30
/
+234
2007-04-27
[MIPS] Replace old fashioned "__typeof" with "__typeof__".
Robert P. J. Day
1
-1
/
+1
2007-04-27
[MIPS] Updated Sibyte headers
Mark Mason
12
-107
/
+175
2007-04-27
[MIPS] Remove unused argument from kunmap_coherent().
Ralf Baechle
1
-1
/
+1
2007-04-27
[MIPS] IP22: Get rid of volatile in IP22 core code.
Ralf Baechle
3
-3
/
+3
2007-04-27
[MIPS] JMR3927 cleanup
Atsushi Nemoto
4
-196
/
+4
2007-04-27
[S390] Clean up smp code in preparation for some larger changes.
Heiko Carstens
1
-5
/
+0
2007-04-27
[S390] split page_test_and_clear_dirty.
Martin Schwidefsky
3
-10
/
+18
2007-04-27
[S390] Processor degradation notification.
Heiko Carstens
1
-0
/
+1
2007-04-27
[S390] zfcpdump support.
Michael Holzheu
5
-0
/
+83
2007-04-27
[S390] Use generic bug.
Heiko Carstens
1
-13
/
+56
2007-04-27
[S390] Improved oops output.
Martin Schwidefsky
1
-0
/
+1
2007-04-27
[S390] cio: ccwgroup register vs. unregister.
Cornelia Huck
1
-0
/
+1
2007-04-27
[S390] cio: Channel-path configure function.
Peter Oberparleiter
3
-0
/
+66
2007-04-27
[S390] cio/ipl: Clean interface between cio and ipl code.
Heiko Carstens
2
-2
/
+8
2007-04-27
[AVR32] Fix compile error with gcc 4.1
Haavard Skinnemoen
1
-9
/
+4
2007-04-27
avr32: remove unneeded cast in atomic.h
Mathieu Desnoyers
1
-1
/
+1
2007-04-27
[AVR32] Use memcpy/memset in memcpy_{from,to}_io and memset_io
Haavard Skinnemoen
1
-14
/
+3
2007-04-27
[AVR32] Get rid of board_setup_fbmem()
Haavard Skinnemoen
1
-2
/
+2
2007-04-27
[AVR32] Simplify early handling of memory regions
Haavard Skinnemoen
1
-8
/
+2
2007-04-27
[AVR32] Move setup_bootmem() from mm/init.c to kernel/setup.c
Haavard Skinnemoen
1
-1
/
+0
2007-04-27
[AVR32] Make I/O access macros work with external devices
Haavard Skinnemoen
2
-152
/
+222
2007-04-27
[AVR32] Clean up exception handling code
Haavard Skinnemoen
3
-24
/
+45
2007-04-27
[AVR32] Clean up cpu identification and add features bitmap
Haavard Skinnemoen
1
-0
/
+9
2007-04-27
[AVR32] Clean up asm/sysreg.h
Haavard Skinnemoen
1
-294
/
+249
2007-04-27
[AVR32] Put cpu in sleep 0 when idle.
Hans-Christian Egtvedt
1
-0
/
+2
2007-04-27
[AVR32] Change system timer from count-compare to Timer/Counter 0
Hans-Christian Egtvedt
1
-0
/
+112
2007-04-27
[AVR32] Add nwait and tdf parameters to SMC configuration
Hans-Christian Egtvedt
1
-0
/
+22
2007-04-26
[WEXT] net_device: Don't include wext bits if not required.
Johannes Berg
1
-1
/
+2
2007-04-26
[WEXT]: Clean up how wext is called.
Johannes Berg
2
-10
/
+25
2007-04-26
[AF_RXRPC]: Delete the old RxRPC code.
David Howells
10
-698
/
+8
2007-04-26
[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...
David Howells
2
-2
/
+54
2007-04-26
[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both
David Howells
6
-4
/
+189
2007-04-26
[AF_RXRPC]: Key facility changes for AF_RXRPC
David Howells
1
-0
/
+2
2007-04-26
[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()
Oleg Nesterov
1
-3
/
+4
2007-04-26
[NET]: Delete unused header file linux/if_wanpipe_common.h
Robert P. J. Day
1
-58
/
+0
2007-04-26
[NET]: Delete unused header file linux/sdla_fr.h.
Robert P. J. Day
1
-638
/
+0
2007-04-26
[NETLINK]: Possible cleanups.
Adrian Bunk
3
-4
/
+0
2007-04-26
[XFRM]: Export SAD info.
Jamal Hadi Salim
2
-0
/
+33
2007-04-25
[BRIDGE]: drop PAUSE frames
Stephen Hemminger
1
-0
/
+1
2007-04-25
[IPV6]: Export in6addr_any for future use.
YOSHIFUJI Hideaki
1
-2
/
+0
2007-04-25
[IPV6]: Consolidate common SNMP code
Herbert Xu
1
-8
/
+12
2007-04-25
[IPV4]: Consolidate common SNMP code
Herbert Xu
1
-0
/
+1
2007-04-25
[TCP]: Fix linkage errors on i386.
YOSHIFUJI Hideaki
1
-0
/
+6
2007-04-25
[WIRELESS] cfg80211: Update comment for locking.
Johannes Berg
1
-0
/
+4
2007-04-25
[TCP]: Congestion control API update.
Stephen Hemminger
2
-4
/
+10
2007-04-25
[WIRELESS]: Remove wext over netlink.
Johannes Berg
1
-10
/
+0
2007-04-25
[WIRELESS] cfg80211: New wireless config infrastructure.
Johannes Berg
5
-0
/
+218
[next]