| Commit message (Expand) | Author | Age |
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/... | Linus Torvalds | 2009-12-12 |
|\ |
|
| * | IXP4xx: GTWX5715 platform only has two PCI IRQ lines, not four. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: Introduce IXP4XX_GPIO_IRQ(n) macro and convert IXP4xx platform files. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move Gemtek GTWX5715 platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: Remove unused Motorola PrPMC1100 platform macros. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move FSG platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move DSM G600 platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move NAS100D platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move NSLU2 platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move Coyote platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move AVILA platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: move IXDP425 platform macros to the platform code. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: Extend PCI MMIO indirect address space to 1 GB. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: Fix compilation failure with CONFIG_IXP4XX_INDIRECT_PCI. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: Drop "__ixp4xx_" prefix from in/out/ioread/iowrite functions for clar... | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: Rename indirect MMIO primitives from __ixp4xx_* to __indirect_*. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: Ensure index is positive in irq_to_gpio() and npe_request(). | Roel Kluin | 2009-12-05 |
| * | ARM: fix insl() and outsl() endianness on IXP4xx architecture. | Krzysztof Hałasa | 2009-12-05 |
| * | IXP4xx: change the timer base frequency to 66.666000 MHz. | Krzysztof Hałasa | 2009-12-05 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-12-12 |
|\ \ |
|
| * | | powerpc: Fix usage of 64-bit instruction in 32-bit altivec code | Benjamin Herrenschmidt | 2009-12-09 |
| * | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 |
| |\ \ |
|
| * | | | powerpc/pseries: Track previous CPPR values to correctly EOI interrupts | Mark Nelson | 2009-12-09 |
| * | | | powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMP | Nathan Fontenot | 2009-12-09 |
| * | | | powerpc: Make "intspec" pointers in irq_host->xlate() const | Roman Fietze | 2009-12-09 |
| * | | | powerpc/8xx: DTLB Miss cleanup | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Remove DIRTY pte handling in DTLB Error. | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Start using dcbX instructions in various copy routines | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Restore _PAGE_WRITETHRU | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Add missing Guarded setting in DTLB Error. | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Fixup DAR from buggy dcbX instructions. | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions. | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Update TLB asm so it behaves as linux mm expects. | Joakim Tjernlund | 2009-12-09 |
| * | | | powerpc/8xx: Invalidate non present TLBs | Joakim Tjernlund | 2009-12-09 |
| * | | | Merge commit 'jwb/next' into next | Benjamin Herrenschmidt | 2009-12-09 |
| |\ \ \ |
|
| | * | | | powerpc/44x: Fix PCI node in Yosemite DTS | Curtis Wald | 2009-12-04 |
| | * | | | powerpc/44x: Fix DMA ranges in DTS file for Katmai board. | pbathija@amcc.com | 2009-12-04 |
| * | | | | Merge commit 'gcl/next' into next | Benjamin Herrenschmidt | 2009-12-09 |
| |\ \ \ \ |
|
| | * | | | | mpc52xx/wdt: merge WDT code into the GPT driver | Albrecht Dreß | 2009-11-13 |
| | * | | | | mpc5200/gpt: tiny fix for gpt period limitation | Albrecht Dreß | 2009-11-12 |
| | * | | | | powerpc: tiny memcpy_(to|from)io optimisation | Albrecht Dreß | 2009-11-04 |
| | * | | | | powerpc/5200: add LocalPlus bus FIFO device driver | John Bonesio | 2009-11-04 |
| | * | | | | powerpc/5200: add general purpose timer API for the MPC5200 | Grant Likely | 2009-11-04 |
| * | | | | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo... | Gautham R Shenoy | 2009-12-09 |
| * | | | | | pseries/pseries: Add code to online/offline CPUs of a DLPAR node | Gautham R Shenoy | 2009-12-09 |
| * | | | | | powerpc: stop_this_cpu: remove the cpu from the online map. | Valentine Barshak | 2009-12-09 |
| * | | | | | powerpc/pseries: Add kernel based CPU DLPAR handling | Nathan Fontenot | 2009-12-09 |
| * | | | | | sysfs/cpu: Add probe/release files | Nathan Fontenot | 2009-12-09 |
| * | | | | | powerpc/pseries: Kernel DLPAR Infrastructure | Nathan Fontenot | 2009-12-09 |
| * | | | | | powerpc/macio: Rework hotplug media bay support | Benjamin Herrenschmidt | 2009-12-09 |