Age | Commit message (Expand) | Author | Files | Lines |
2010-05-17 | Merge branch 'devel-stable' into devel | Russell King | 7 | -7/+0 |
2010-05-15 | ARM: Remove useless linux/bootmem.h includes | Russell King | 1 | -1/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 7 | -7/+0 |
2010-03-13 | dma-mapping: arm: use generic pci_set_dma_mask and pci_set_consistent_dma_mask | FUJITA Tomonori | 2 | -31/+0 |
2010-02-26 | Merge branch 'misc2' into devel | Russell King | 1 | -1/+1 |
2010-02-26 | Merge branch 'tmpreg' into devel | Russell King | 1 | -1/+1 |
2010-02-16 | ARM: 5928/1: Change type of VMALLOC_END to unsigned long. | Fenkart/Bostandzhyan | 1 | -1/+1 |
2010-02-12 | ARM: 5910/1: ARM: Add tmp register for addruart and loadsp | Tony Lindgren | 1 | -1/+1 |
2010-01-28 | ARM: 5869/1: ixp4xx: implement sched_clock() | Mikael Pettersson | 1 | -0/+11 |
2009-12-05 | IXP4xx: GTWX5715 platform only has two PCI IRQ lines, not four. | Krzysztof Hałasa | 1 | -21/+11 |
2009-12-05 | IXP4xx: Introduce IXP4XX_GPIO_IRQ(n) macro and convert IXP4xx platform files. | Krzysztof Hałasa | 10 | -234/+169 |
2009-12-05 | IXP4xx: move Gemtek GTWX5715 platform macros to the platform code. | Krzysztof Hałasa | 3 | -121/+43 |
2009-12-05 | IXP4xx: Remove unused Motorola PrPMC1100 platform macros. | Krzysztof Hałasa | 3 | -44/+0 |
2009-12-05 | IXP4xx: move FSG platform macros to the platform code. | Krzysztof Hałasa | 5 | -60/+18 |
2009-12-05 | IXP4xx: move DSM G600 platform macros to the platform code. | Krzysztof Hałasa | 5 | -64/+35 |
2009-12-05 | IXP4xx: move NAS100D platform macros to the platform code. | Krzysztof Hałasa | 5 | -64/+31 |
2009-12-05 | IXP4xx: move NSLU2 platform macros to the platform code. | Krzysztof Hałasa | 5 | -65/+32 |
2009-12-05 | IXP4xx: move Coyote platform macros to the platform code. | Krzysztof Hałasa | 5 | -43/+19 |
2009-12-05 | IXP4xx: move AVILA platform macros to the platform code. | Krzysztof Hałasa | 5 | -51/+18 |
2009-12-05 | IXP4xx: move IXDP425 platform macros to the platform code. | Krzysztof Hałasa | 5 | -52/+25 |
2009-12-05 | IXP4xx: Extend PCI MMIO indirect address space to 1 GB. | Krzysztof Hałasa | 4 | -29/+29 |
2009-12-05 | IXP4xx: Fix compilation failure with CONFIG_IXP4XX_INDIRECT_PCI. | Krzysztof Hałasa | 1 | -8/+15 |
2009-12-05 | IXP4xx: Drop "__ixp4xx_" prefix from in/out/ioread/iowrite functions for clar... | Krzysztof Hałasa | 1 | -95/+55 |
2009-12-05 | IXP4xx: Rename indirect MMIO primitives from __ixp4xx_* to __indirect_*. | Krzysztof Hałasa | 1 | -57/+50 |
2009-12-05 | IXP4xx: Ensure index is positive in irq_to_gpio() and npe_request(). | Roel Kluin | 4 | -4/+4 |
2009-12-05 | ARM: fix insl() and outsl() endianness on IXP4xx architecture. | Krzysztof Hałasa | 1 | -3/+4 |
2009-12-05 | IXP4xx: change the timer base frequency to 66.666000 MHz. | Krzysztof Hałasa | 1 | -1/+1 |
2009-09-21 | ixp4xx: arch_idle() documentation fixup | Mikael Pettersson | 1 | -2/+4 |
2009-09-21 | ixp4xx: timer and clocks cleanups | Mikael Pettersson | 1 | -9/+7 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+1 |
2009-09-07 | IXP42x HSS support for setting internal clock rate | Krzysztof Halasa | 1 | -0/+1 |
2009-08-11 | IXP4xx: Fix IO_SPACE_LIMIT for 2.6.31-rc core PCI changes | Mikael Pettersson | 1 | -1/+1 |
2009-05-25 | IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com... | Krzysztof Hałasa | 1 | -11/+11 |
2009-05-24 | IXP4xx: support for Goramo MultiLink router platform. | Krzysztof Hałasa | 3 | -0/+514 |
2009-05-24 | IXP42x: Use __fls() in QMgr interrupt handlers. | Krzysztof Hałasa | 1 | -15/+20 |
2009-05-24 | IXP42x: Add QMgr support for IXP425 rev. A0 processors. | Krzysztof Hałasa | 1 | -8/+59 |
2009-05-24 | IXP42x: add NPE support for IXP425 rev. A0 processors. | Krzysztof Hałasa | 1 | -9/+0 |
2009-05-24 | IXP42x: Identify Intel IXP425 rev. A0 processors. | Krzysztof Hałasa | 1 | -1/+6 |
2009-05-20 | IXP4xx: Add support for the second half of the 64 hardware queues. | Krzysztof Hałasa | 2 | -31/+105 |
2009-05-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-05-09 | IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. | Krzysztof Hałasa | 1 | -1/+1 |
2009-04-22 | clocksource: pass clocksource to read() callback | Magnus Damm | 1 | -1/+1 |
2009-03-19 | [ARM] pass reboot command line to arch_reset() | Russell King | 1 | -1/+1 |
2009-03-17 | IXP4xx: PCI ixp4xx_scan_bus() is __devinit. | Krzysztof Hałasa | 1 | -1/+1 |
2009-03-17 | IXP4xx: cpu_is_ixp4*() now recognizes all IXP4xx processors. | Krzysztof Hałasa | 2 | -25/+52 |
2009-03-17 | IXP4xx: add Ethernet and NPE support for IXP43x CPU. | Krzysztof Hałasa | 1 | -3/+3 |
2009-03-17 | IXP4xx: workaround for PCI prefetch problems near 64 MB boundary. | Krzysztof Hałasa | 1 | -11/+12 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2008-12-31 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 3 | -36/+2 |
2008-12-22 | IXP4xx: move common debugging from network drivers to QMGR module. | Krzysztof Hałasa | 2 | -14/+62 |