| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] ARM: 2719/1: enable module support in ixp2000 defconfigs by default | Lennert Buytenhek | 2005-06-20 | 5 | -5/+35 |
* | [PATCH] ARM: 2716/1: SharpSL Param: Fix typo | Richard Purdie | 2005-06-20 | 1 | -1/+1 |
* | [PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog | Lennert Buytenhek | 2005-06-20 | 3 | -9/+33 |
* | [PATCH] ARM: 2693/1: Add PCI support for Versatile/PB | Catalin Marinas | 2005-06-20 | 7 | -19/+404 |
* | [PATCH] ARM: 2686/2: AAEC-2000 Core support | Bellido Nicolas | 2005-06-20 | 21 | -1/+794 |
* | [PATCH] ARM: Add iomap support for ARM | Russell King | 2005-06-20 | 3 | -4/+74 |
* | [PATCH] ARM: Remove nmi_tick() from Integrator. | Russell King | 2005-06-20 | 1 | -1/+0 |
* | [PATCH] ARM: Add missed include for dmabounce.c | Russell King | 2005-06-20 | 1 | -0/+2 |
* | [PATCH] ARM: Lindent GCC helper functions | Russell King | 2005-06-20 | 8 | -313/+274 |
* | [PATCH] ARM: Remove gcc type-isms from GCC helper functions | Russell King | 2005-06-20 | 8 | -95/+90 |
* | [PATCH] ARM: Remove obsolete arch/arm/kernel/arch.c | Russell King | 2005-06-20 | 2 | -47/+1 |
* | [PATCH] ARM: Ensure DMA-bounced buffers are properly written to RAM | Russell King | 2005-06-20 | 1 | -2/+14 |
* | [PATCH] ARM: Add common CACHE_COLOUR macro | Russell King | 2005-06-20 | 2 | -4/+5 |
* | [PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches | Russell King | 2005-06-20 | 2 | -46/+29 |
* | Merge with ../linux-2.6-smp | Russell King | 2005-06-19 | 1 | -1/+2 |
|\ |
|
| * | [PATCH] ARM SMP: Messages about CPUs should be prefixed by CPU%u | Russell King | 2005-06-19 | 1 | -1/+2 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-06-19 | 13 | -3/+442 |
|\ \
| |/ |
|
| * | Merge with ../linux-2.6-smp | Russell King | 2005-06-19 | 9 | -2/+436 |
| |\ |
|
| | * | [PATCH] ARM SMP: Add missed files from Integrator/CP platform | Russell King | 2005-06-19 | 3 | -0/+248 |
| | * | [PATCH] ARM SMP: Add basic support Integrator/CP platform | Russell King | 2005-06-18 | 3 | -2/+23 |
| | * | [PATCH] ARM SMP: Add support for startup of secondary processors | Russell King | 2005-06-18 | 3 | -0/+165 |
| * | | [PATCH] ARM SMP: Fix PXA/SA11x0 suspend resume crash | Russell King | 2005-06-19 | 4 | -1/+6 |
* | | | [TCP]: Fix sysctl_tcp_low_latency | David S. Miller | 2005-06-18 | 1 | -1/+1 |
* | | | [IPV4]: [4/4] signed vs unsigned cleanup in net/ipv4/raw.c | Jesper Juhl | 2005-06-18 | 1 | -2/+2 |
* | | | [IPV4]: [3/4] signed vs unsigned cleanup in net/ipv4/raw.c | Jesper Juhl | 2005-06-18 | 1 | -1/+1 |
* | | | [IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4/raw.c | Jesper Juhl | 2005-06-18 | 1 | -1/+1 |
* | | | [IPV4]: [1/4] signed vs unsigned cleanup in net/ipv4/raw.c | Jesper Juhl | 2005-06-18 | 1 | -2/+8 |
* | | | [PKT_SCHED]: noop/noqueue qdisc style cleanups | Thomas Graf | 2005-06-18 | 1 | -11/+5 |
* | | | [PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary code | Thomas Graf | 2005-06-18 | 1 | -20/+14 |
* | | | [PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdisc | Thomas Graf | 2005-06-18 | 1 | -8/+9 |
* | | | [PKT_SCHED]: Transform pfifo_fast to use generic queue management interface | Thomas Graf | 2005-06-18 | 1 | -14/+9 |
* | | | [PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary code | Thomas Graf | 2005-06-18 | 1 | -38/+12 |
* | | | [PKT_SCHED]: Transform fifo qdisc to use generic queue management interface | Thomas Graf | 2005-06-18 | 1 | -88/+14 |
* | | | [PKT_SCHED]: Generic queue management interface for qdiscs using internal skb... | Thomas Graf | 2005-06-18 | 1 | -0/+122 |
* | | | [SCTP]: Replace spin_lock_irqsave with spin_lock_bh | Herbert Xu | 2005-06-18 | 1 | -6/+2 |
* | | | [IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh | Herbert Xu | 2005-06-18 | 5 | -14/+14 |
* | | | [NETLINK]: Set correct pid for ioctl originating netlink events | Jamal Hadi Salim | 2005-06-18 | 4 | -7/+7 |
* | | | [NETLINK]: Explicit typing | Jamal Hadi Salim | 2005-06-18 | 4 | -20/+16 |
* | | | [DECNET]: Remove unnecessary initilization of unused variable entries | Thomas Graf | 2005-06-18 | 1 | -1/+0 |
* | | | [IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification | Herbert Xu | 2005-06-18 | 2 | -4/+45 |
* | | | [NETLINK]: Correctly set NLM_F_MULTI without checking the pid | Jamal Hadi Salim | 2005-06-18 | 14 | -78/+83 |
* | | | [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags | Thomas Graf | 2005-06-18 | 3 | -14/+19 |
* | | | [PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanups | Thomas Graf | 2005-06-18 | 1 | -86/+88 |
* | | | [PKT_SCHED]: Make dsmark use the new dumping macros | Thomas Graf | 2005-06-18 | 1 | -28/+24 |
* | | | [PKT_SCHED]: Fix dsmark to apply changes consistent | Thomas Graf | 2005-06-18 | 1 | -49/+82 |
* | | | [RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flag | Thomas Graf | 2005-06-18 | 1 | -0/+23 |
* | | | [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms | Thomas Graf | 2005-06-18 | 1 | -1/+3 |
* | | | [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. | Thomas Graf | 2005-06-18 | 1 | -4/+4 |
* | | | [NETLINK]: Fix RTA_NEST_CANCEL(). | Thomas Graf | 2005-06-18 | 1 | -1/+2 |
* | | | [NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table | Thomas Graf | 2005-06-18 | 1 | -3/+0 |