aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-02[PATCH] m68knommu: fix ColdFire startup code to properly handle non 0 based ramGreg Ungerer1-3/+12
2005-09-02[PATCH] m68knommu: new family (523x) and board setupGreg Ungerer1-6/+19
2005-09-02[PATCH] m68knommu: 523x ColdFire processor init codeGreg Ungerer1-0/+82
2005-09-02Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds41-393/+200
2005-09-02Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds8-31/+143
2005-09-02Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 Linus Torvalds56-327/+43646
2005-09-02Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 Linus Torvalds4-335/+583
2005-09-01/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik1068-21699/+63363
2005-09-01/spare/repo/netdev-2.6 branch 'master'Jeff Garzik1068-21699/+63363
2005-09-01[ARM] Fix ARMv6 page table bitsRussell King1-1/+1
2005-09-01Merge refs/heads/release from master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 Linus Torvalds52-417/+3092
2005-09-01Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds19-225/+273
2005-09-01[PATCH] ppc: L2 cache prefetch fixes on 745xKumar Gala2-2/+34
2005-09-01[PATCH] Fix PCI ROM mappingBenjamin Herrenschmidt1-7/+17
2005-09-01[PATCH] Fix bug in ppc64 dynamic hugepage supportDavid Gibson1-13/+9
2005-09-01[PATCH] Add missing select's to DVB_BUDGET_AVAdrian Bunk1-0/+3
2005-09-01[SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.hRussell King2-5/+17
2005-09-01[ARM] Simplify setup_mm_for_reboot()Russell King1-9/+9
2005-09-01[ARM] Convert open-coded __pmd_populate to use inline functionRussell King1-5/+1
2005-09-01[SERIAL] mwave is no longer brokenRussell King1-2/+2
2005-09-01[ARM] 2864/1: VST aka CONFIG_NO_IDLE_HZ support for SA11x0Nicolas Pitre2-2/+53
2005-09-01[ARM] 2863/1: clarify comment in PXA2xx and SA1x00 timer codeNicolas Pitre2-12/+12
2005-09-01[ARM] 2862/1: VST aka CONFIG_NO_IDLE_HZ support for PXA2xxNicolas Pitre2-2/+53
2005-09-01[ARM] 2865/2: fix fadvise64_64 syscall argument passingNicolas Pitre4-2/+16
2005-08-31[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()Jouni Malinen1-7/+7
2005-08-31[PATCH] iseries_veth: Be consistent about driver name, increment versionMichael Ellerman1-6/+10
2005-08-31[PATCH] iseries_veth: Remove studly caps from iseries_veth.cMichael Ellerman1-37/+37
2005-08-31[PATCH] iseries_veth: Incorporate iseries_veth.h in iseries_veth.cMichael Ellerman2-48/+40
2005-08-31[PATCH] iseries_veth: Add sysfs support for port structsMichael Ellerman1-0/+67
2005-08-31[PATCH] iseries_veth: Add sysfs support for connection structsMichael Ellerman1-4/+90
2005-08-31[PATCH] iseries_veth: Fix bogus counting of TX errorsMichael Ellerman1-28/+19
2005-08-31[PATCH] iseries_veth: Simplify full-queue handlingMichael Ellerman1-44/+64
2005-08-31[PATCH] iseries_veth: Add a per-connection ack timerMichael Ellerman1-6/+69
2005-08-31[PATCH] iseries_veth: Remove TX timeout codeMichael Ellerman1-48/+0
2005-08-31[PATCH] iseries_veth: Use kobjects to track lifecycle of connection structsMichael Ellerman1-38/+83
2005-08-31[PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetricalMichael Ellerman1-13/+22
2005-08-31[PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeededMichael Ellerman1-9/+8
2005-08-31[PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variableMichael Ellerman1-6/+7
2005-08-31[PATCH] iseries_veth: Remove redundant message stack lockMichael Ellerman1-9/+3
2005-08-31[PATCH] iseries_veth: Fix broken promiscuous handlingMichael Ellerman1-11/+5
2005-08-31[PATCH] iseries_veth: Try to avoid pathological reset behaviourMichael Ellerman1-2/+23
2005-08-31[PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timerMichael Ellerman1-8/+13
2005-08-31[PATCH] iseries_veth: Cleanup error and debug messagesMichael Ellerman1-47/+51
2005-08-31Auto-update from upstreamTony Luck176-4074/+20621
2005-08-31[SERIAL] Convert mwave to use serial8250_(un)?register_portAlan Cox1-9/+12
2005-08-31[IA64] uncached allocator: use generic (not sn2 specific) functionsMartin Hicks1-2/+2
2005-08-31[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer9-223/+24
2005-08-31[ARM] 2869/1: ixp4xx: correct ioread*/iowrite*David Vrabel1-42/+60
2005-08-31[ARM] 2868/1: Include linux/cpumask.h in arch/arm/common/gic.cCatalin Marinas1-0/+1
2005-08-31[ARM] 2867/2: unaligned ldrd/strd fixupsSteve Longerbeam1-14/+56