| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] 2980/1: Fix L7200 core.c compile | Deepak Saxena | 2005-10-14 | 1 | -5/+15 |
* | [ARM] 3009/1: S3C2410 - io.h offsets too large for LDRH/STRH | Ben Dooks | 2005-10-14 | 1 | -16/+42 |
* | [ARM] 3008/1: the exception table is not read-only | Nicolas Pitre | 2005-10-13 | 1 | -7/+8 |
* | [ARM] 3007/1: BAST - add CONFIG_ISA to build | Ben Dooks | 2005-10-13 | 1 | -0/+1 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-10-13 | 20 | -64/+116 |
|\ |
|
| * | [ARM] 3006/1: S3C2410 - arch/arm/mach-s3c2410 sparse fixes | Ben Dooks | 2005-10-13 | 2 | -5/+2 |
| * | [ARM] 3005/1: S3C2440 - add definition for s3c2440_set_dsc() call in hardware.h | Ben Dooks | 2005-10-13 | 1 | -0/+7 |
| * | [ARM] 3003/1: SSP channel map register updates for pxa2xx | Liam Girdwood | 2005-10-12 | 1 | -3/+4 |
| * | [ARM] 3002/1: Wrong parameter to uart_update_timeout() in drivers/serial/pxa.c | Lothar Wassmann | 2005-10-12 | 1 | -1/+1 |
| * | [ARM] 2978/1: nwfpe - clean up sparse errors | Ben Dooks | 2005-10-12 | 5 | -7/+30 |
| * | [ARM] 2969/1: miscellaneous whitespace cleanup | George G. Davis | 2005-10-12 | 1 | -22/+22 |
| * | [ARM] 2970/1: Use -mtune=arm1136j-s when building for CPU_V6 targets | George G. Davis | 2005-10-12 | 1 | -1/+1 |
| * | [ARM] 2971/1: i.MX uart handle rts irq | Sascha Hauer | 2005-10-12 | 1 | -6/+33 |
| * | [ARM] 2979/2: S3C2410 - add static to non-exported machine items | Ben Dooks | 2005-10-12 | 3 | -4/+4 |
| * | [ARM] 2977/1: armksyms.c - make items in export table static | Ben Dooks | 2005-10-12 | 1 | -2/+2 |
| * | [ARM] 2976/1: S3C2410: add static to functions in serial driver | Ben Dooks | 2005-10-12 | 1 | -7/+8 |
| * | [ARM] 2975/1: S3C2410: time.c missing include of cpu.h | Ben Dooks | 2005-10-12 | 1 | -0/+1 |
| * | [ARM] 2974/1: fix ARM710 swi bug workaround | Nicolas Pitre | 2005-10-12 | 1 | -6/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-10-12 | 6 | -226/+166 |
|\ \ |
|
| * | | [SPARC64]: Fix boot failures on SunBlade-150 | David S. Miller | 2005-10-12 | 6 | -226/+166 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-10-12 | 21 | -50/+159 |
|\ \ \ |
|
| * | | | [TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!" | Herbert Xu | 2005-10-12 | 1 | -1/+8 |
| * | | | [NETPOLL]: wrong return for null netpoll_poll_lock() | Ben Dooks | 2005-10-12 | 1 | -1/+1 |
| * | | | [BRIDGE]: fix race on bridge del if | Stephen Hemminger | 2005-10-12 | 1 | -1/+1 |
| * | | | [TWSK]: Grab the module refcount for timewait sockets | Arnaldo Carvalho de Melo | 2005-10-10 | 2 | -0/+4 |
| * | | | [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets | Arnaldo Carvalho de Melo | 2005-10-10 | 1 | -1/+5 |
| * | | | [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions | Arnaldo Carvalho de Melo | 2005-10-10 | 1 | -2/+2 |
| * | | | [NETFILTER] ctnetlink: add support to change protocol info | Pablo Neira Ayuso | 2005-10-10 | 1 | -0/+37 |
| * | | | [NETFILTER] ctnetlink: allow userspace to change TCP state | Pablo Neira Ayuso | 2005-10-10 | 2 | -0/+26 |
| * | | | [NETFILTER]: Use only 32bit counters for CONNTRACK_ACCT | Harald Welte | 2005-10-10 | 4 | -13/+22 |
| * | | | [IPSEC] Fix block size/MTU bugs in ESP | Herbert Xu | 2005-10-10 | 2 | -6/+7 |
| * | | | [IPSEC]: Use ALIGN macro in ESP | Herbert Xu | 2005-10-10 | 2 | -10/+12 |
| * | | | [NETFILTER] ctnetlink: add one nesting level for TCP state | Pablo Neira Ayuso | 2005-10-10 | 2 | -1/+12 |
| * | | | [NETFILTER]: Add missing include to ip_conntrack_tuple.h | Harald Welte | 2005-10-10 | 1 | -0/+2 |
| * | | | [NETFILTER] ctnetlink: ICMP ID is not mandatory | Pablo Neira Ayuso | 2005-10-10 | 1 | -2/+1 |
| * | | | [NETFILTER] conntrack_netlink: Fix endian issue with status from userspace | Harald Welte | 2005-10-10 | 1 | -1/+2 |
| * | | | [NETFILTER] nat: remove bogus structure member | Harald Welte | 2005-10-10 | 1 | -4/+0 |
| * | | | [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV | Harald Welte | 2005-10-10 | 2 | -6/+10 |
| * | | | [NETFILTER] ipt_ULOG: Mark ipt_ULOG as OBSOLETE | Harald Welte | 2005-10-10 | 1 | -1/+6 |
| * | | | [NETFILTER] PPTP helper: Add missing Kconfig dependency | Harald Welte | 2005-10-10 | 1 | -0/+1 |
* | | | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2005-10-12 | 1 | -7/+7 |
|\ \ \ \ |
|
| * | | | | sata_nv: Fixed bug introduced by 0.08's MCP51 and MCP55 support. | Jeff Garzik | 2005-10-11 | 1 | -7/+7 |
* | | | | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2005-10-12 | 1 | -206/+18 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | e100: revert CPU cycle saver microcode, it causes severe problems | Jeff Garzik | 2005-10-11 | 1 | -206/+18 |
| |/ / / |
|
* | | | | [PATCH] ppc32: Tell userland about lack of standard TB | Benjamin Herrenschmidt | 2005-10-12 | 2 | -2/+4 |
* | | | | [PATCH] ppc32: Fix timekeeping | Benjamin Herrenschmidt | 2005-10-12 | 1 | -1/+1 |
* | | | | [PATCH] uml: compile-time fix recent patch | Paolo 'Blaisorblade' Giarrusso | 2005-10-12 | 1 | -0/+5 |
* | | | | [PATCH] uml: revert block driver use of host AIO | Jeff Dike | 2005-10-12 | 5 | -373/+483 |
| |_|/
|/| | |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-10-11 | 5 | -11/+8 |
|\ \ \ |
|
| * | | | [SPARC64]: Fix net booting on Ultra5 | David S. Miller | 2005-10-11 | 1 | -2/+6 |