summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-02-1115-450/+434
|\
| * [MIPS] signal: do not inline handle_signal()Franck Bui-Huu2007-02-101-1/+1
| * [MIPS] signal: do not use save_static_function() anymoreFranck Bui-Huu2007-02-103-30/+10
| * [MIPS] signal32: no need to save c0_status register in setup_sigcontext32()Franck Bui-Huu2007-02-103-4/+2
| * [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizesFranck Bui-Huu2007-02-101-114/+97
| * [MIPS] signal: factorize debug codeFranck Bui-Huu2007-02-104-24/+20
| * [MIPS] signal: test return value of install_sigtramp()Franck Bui-Huu2007-02-101-3/+3
| * [MIPS] signal32: remove duplicate codeFranck Bui-Huu2007-02-101-46/+4
| * [MIPS] signal: clean up sigframe structureFranck Bui-Huu2007-02-104-69/+81
| * [MIPS] signal: do not inline functions in signal-common.hFranck Bui-Huu2007-02-102-136/+153
| * [MIPS] signals: reduce {setup,restore}_sigcontext sizesFranck Bui-Huu2007-02-101-45/+21
| * [MIPS] Fix warning in get_user when fetching pointer object from userspace.Ralf Baechle2007-02-101-4/+1
| * [MIPS] Fix eth2 platform device id for jaguar_atx and ocelot_3 platformsDale Farnsworth2007-02-102-2/+2
| * [MIPS] JMR3927 and RBTX49x7 support little endianSergei Shtylyov2007-02-101-0/+2
| * [MIPS] RBTX49x7: declare prom_getcmdline()Sergei Shtylyov2007-02-101-0/+2
| * [MIPS] RTLX: Sprinkle device model code into code to make udev happier.Ralf Baechle2007-02-101-1/+22
| * [MIPS] VPE: Sprinkle device model code into code to make udev happier.Ralf Baechle2007-02-103-1/+43
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-02-113-40/+17
|\ \
| * | tifm_sd: treat "status error" as normal command completionAlex Dubov2007-02-111-7/+4
| * | mmc: wbsd: Remove stray kunmap_atomic()Pierre Ossman2007-02-111-1/+0
| * | mmc: sdhci: Stop asking for mailPierre Ossman2007-02-091-24/+11
| * | mmc: sdhci: Remove driver versionPierre Ossman2007-02-091-4/+1
| * | mmc: wbsd: Remove driver versionPierre Ossman2007-02-091-4/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-11539-9047/+9052
|\ \ \
| * | | [IPV4]: Restore multipath routing after rt_next changes.Eric Dumazet2007-02-104-5/+5
| * | | [XFRM] IPV6: Fix outbound RO transformation which is broken by IPsec tunnel p...Masahide NAKAMURA2007-02-101-3/+5
| * | | [NET]: Reorder fields of struct dst_entryEric Dumazet2007-02-101-10/+10
| * | | [DECNET]: Convert decnet route to use the new dst_entry 'next' pointerEric Dumazet2007-02-102-19/+18
| * | | [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-103-21/+20
| * | | [IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-102-32/+31
| * | | [NET]: Introduce union in struct dst_entry to hold 'next' pointerEric Dumazet2007-02-101-1/+6
| * | | [DECNET]: fix misannotation of linkinfo_dnAl Viro2007-02-101-1/+1
| * | | [DECNET]: FRA_{DST,SRC} are le16 for decnetAl Viro2007-02-101-6/+6
| * | | [UDP]: UDP can use sk_hash to speedup lookupsEric Dumazet2007-02-102-6/+7
| * | | [NET]: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-102-9/+9
| * | | [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-105-80/+80
| * | | [NET] X25: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1010-65/+65
| * | | [NET] WANROUTER: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-103-268/+268
| * | | [NET] UNIX: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-102-30/+30
| * | | [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1044-1203/+1203
| * | | [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1020-150/+150
| * | | [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1023-367/+367
| * | | [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1033-207/+207
| * | | [NET] RXRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-107-39/+39
| * | | [NET] ROSE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-103-34/+34
| * | | [NET] PACKET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-39/+39
| * | | [NET] NETROM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-105-43/+43
| * | | [NET] NETLINK: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-102-23/+23
| * | | [NET] NETLABEL: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
| * | | [NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1010-43/+43
OpenPOWER on IntegriCloud