| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-12-12 | 193 | -1822/+9749 |
|\ |
|
| * | powerpc: Fix usage of 64-bit instruction in 32-bit altivec code | Benjamin Herrenschmidt | 2009-12-09 | 1 | -1/+1 |
| * | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 | 35 | -349/+363 |
| |\ |
|
| * | | powerpc/pseries: Track previous CPPR values to correctly EOI interrupts | Mark Nelson | 2009-12-09 | 1 | -5/+51 |
| * | | powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMP | Nathan Fontenot | 2009-12-09 | 1 | -94/+94 |
| * | | powerpc: Make "intspec" pointers in irq_host->xlate() const | Roman Fietze | 2009-12-09 | 21 | -23/+23 |
| * | | powerpc/8xx: DTLB Miss cleanup | Joakim Tjernlund | 2009-12-09 | 1 | -6/+11 |
| * | | powerpc/8xx: Remove DIRTY pte handling in DTLB Error. | Joakim Tjernlund | 2009-12-09 | 1 | -96/+0 |
| * | | powerpc/8xx: Start using dcbX instructions in various copy routines | Joakim Tjernlund | 2009-12-09 | 2 | -42/+0 |
| * | | powerpc/8xx: Restore _PAGE_WRITETHRU | Joakim Tjernlund | 2009-12-09 | 2 | -2/+11 |
| * | | powerpc/8xx: Add missing Guarded setting in DTLB Error. | Joakim Tjernlund | 2009-12-09 | 1 | -3/+10 |
| * | | powerpc/8xx: Fixup DAR from buggy dcbX instructions. | Joakim Tjernlund | 2009-12-09 | 1 | -4/+143 |
| * | | powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions. | Joakim Tjernlund | 2009-12-09 | 1 | -1/+14 |
| * | | powerpc/8xx: Update TLB asm so it behaves as linux mm expects. | Joakim Tjernlund | 2009-12-09 | 2 | -55/+57 |
| * | | powerpc/8xx: Invalidate non present TLBs | Joakim Tjernlund | 2009-12-09 | 1 | -1/+7 |
| * | | Merge commit 'jwb/next' into next | Benjamin Herrenschmidt | 2009-12-09 | 2 | -23/+13 |
| |\ \ |
|
| | * | | powerpc/44x: Fix PCI node in Yosemite DTS | Curtis Wald | 2009-12-04 | 1 | -12/+2 |
| | * | | powerpc/44x: Fix DMA ranges in DTS file for Katmai board. | pbathija@amcc.com | 2009-12-04 | 1 | -11/+11 |
| * | | | Merge commit 'gcl/next' into next | Benjamin Herrenschmidt | 2009-12-09 | 6 | -15/+1030 |
| |\ \ \ |
|
| | * | | | mpc52xx/wdt: merge WDT code into the GPT driver | Albrecht Dreß | 2009-11-13 | 2 | -17/+307 |
| | * | | | mpc5200/gpt: tiny fix for gpt period limitation | Albrecht Dreß | 2009-11-12 | 2 | -4/+4 |
| | * | | | powerpc: tiny memcpy_(to|from)io optimisation | Albrecht Dreß | 2009-11-05 | 1 | -2/+2 |
| | * | | | powerpc/5200: add LocalPlus bus FIFO device driver | John Bonesio | 2009-11-05 | 4 | -0/+605 |
| | * | | | powerpc/5200: add general purpose timer API for the MPC5200 | Grant Likely | 2009-11-05 | 2 | -10/+130 |
| * | | | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo... | Gautham R Shenoy | 2009-12-09 | 1 | -10/+35 |
| * | | | | pseries/pseries: Add code to online/offline CPUs of a DLPAR node | Gautham R Shenoy | 2009-12-09 | 1 | -0/+101 |
| * | | | | powerpc: stop_this_cpu: remove the cpu from the online map. | Valentine Barshak | 2009-12-09 | 1 | -0/+3 |
| * | | | | powerpc/pseries: Add kernel based CPU DLPAR handling | Nathan Fontenot | 2009-12-09 | 1 | -0/+88 |
| * | | | | sysfs/cpu: Add probe/release files | Nathan Fontenot | 2009-12-09 | 3 | -0/+28 |
| * | | | | powerpc/pseries: Kernel DLPAR Infrastructure | Nathan Fontenot | 2009-12-09 | 4 | -2/+347 |
| * | | | | powerpc/macio: Rework hotplug media bay support | Benjamin Herrenschmidt | 2009-12-09 | 2 | -11/+19 |
| * | | | | powerpc/macio: Add dma_parms support to macio | Benjamin Herrenschmidt | 2009-12-08 | 1 | -0/+1 |
| * | | | | powerpc/macio: Add devres support to macio_device | Benjamin Herrenschmidt | 2009-12-08 | 1 | -0/+2 |
| * | | | | powerpc/kvm: Sync guest visible MMU state | Alexander Graf | 2009-12-08 | 7 | -16/+98 |
| * | | | | powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT | David Gibson | 2009-12-08 | 6 | -49/+51 |
| | |/ /
| |/| | |
|
| * | | | Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAG... | Benjamin Herrenschmidt | 2009-12-01 | 6 | -51/+49 |
| * | | | powerpc/mm: Fix bug in gup_hugepd() | David Gibson | 2009-11-27 | 1 | -1/+10 |
| * | | | powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT | David Gibson | 2009-11-27 | 6 | -49/+51 |
| * | | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-11-24 | 1 | -3/+3 |
| |\ \ \ |
|
| * | | | | powerpc: Fix build of some FSL platforms | Benjamin Herrenschmidt | 2009-11-24 | 1 | -1/+1 |
| * | | | | powerpc: Fix wrong error code from ppc32 select syscall | arnd@arndb.de | 2009-11-24 | 1 | -1/+1 |
| * | | | | powerpc: Fix DEBUG_HIGHMEM build break from d4515646699 | Becky Bruce | 2009-11-24 | 1 | -0/+11 |
| * | | | | powerpc: Kill unused swiotlb variable | FUJITA Tomonori | 2009-11-24 | 1 | -1/+0 |
| * | | | | powerpc: do not export pci_alloc/free_consistent | Stephen Rothwell | 2009-11-24 | 1 | -2/+0 |
| * | | | | powerpc: kill the obsolete code under is_global_init() | Benjamin Herrenschmidt | 2009-11-24 | 1 | -22/+0 |
| * | | | | powerpc/pseries: Add hooks to put the CPU into an appropriate offline state | Gautham R Shenoy | 2009-11-24 | 3 | -9/+210 |
| * | | | | powerpc/pseries: Add extended_cede_processor() helper function. | Gautham R Shenoy | 2009-11-24 | 3 | -2/+32 |
| * | | | | powerpc: Move ehea hcall definitions into hvcall.h | Anton Blanchard | 2009-11-24 | 1 | -0/+13 |
| * | | | | powerpc: Fixup last users of irq_chip->typename | Thomas Gleixner | 2009-11-24 | 29 | -40/+39 |
| * | | | | powerpc: Replace old style lock initializer | Thomas Gleixner | 2009-11-24 | 1 | -2/+6 |