linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-22 23:10:40 to 2011-07-01 03:00:24 UTC [more...]

linux-next: build failure after merge of the powerpc tree
 2011-07-01  3:00 UTC  (2+ messages)

[PATCH 7/7] [v6] drivers/virt: introduce Freescale hypervisor management driver
 2011-07-01  1:18 UTC  (3+ messages)

[PATCH] powerpc: Use -mtraceback=no
 2011-06-30 23:55 UTC 

[PATCH 0/17] Hypervisor-mode KVM on POWER7 and PPC970
 2011-06-30 23:13 UTC  (28+ messages)
` [PATCH 01/17] KVM: PPC: Fix machine checks on 32-bit Book3S
` [PATCH 02/17] KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
` [PATCH 03/17] KVM: PPC: Split out code from book3s.c into book3s_pr.c
` [PATCH 04/17] powerpc, KVM: Rework KVM checks in first-level interrupt handlers
` [PATCH 05/17] KVM: PPC: Deliver program interrupts right away instead of queueing them
` [PATCH 06/17] KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
` [PATCH 07/17] KVM: PPC: Move guest enter/exit down into subarch-specific code
` [PATCH 08/17] powerpc: Set up LPCR for running guest partitions
` [PATCH 09/17] KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu
` [PATCH 10/17] KVM: PPC: Add support for Book3S processors in hypervisor mode
` [PATCH 11/17] KVM: PPC: Handle some PAPR hcalls in the kernel
` [PATCH 12/17] KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
` [PATCH 13/17] KVM: PPC: Allow book3s_hv guests to use SMT processor modes
` [PATCH 14/17] KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
` [PATCH 15/17] powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits
` [PATCH 16/17] KVM: PPC: book3s_hv: Add support for PPC970-family processors
` [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select which platform to emulate

broken g5?
 2011-06-30 19:11 UTC 

[PATCH 0/5] Hugetlb for 32-bit FSL PowerPC BookE
 2011-06-30 18:50 UTC  (8+ messages)
` [PATCH 1/5] fs/hugetlbfs/inode.c: Fix pgoff alignment checking on 32-bit
  ` [PATCH 2/5] hugetlb: add phys addr to struct huge_bootmem_page
    ` [PATCH 3/5] powerpc: mem_init should call memblock_is_reserved with phys_addr_t
      ` [PATCH 4/5] powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKE
        ` [PATCH 5/5] powerpc: Hugetlb for BookE

[PATCH 1/2] ppc: enable scom access functions on Maple
 2011-06-30 18:30 UTC  (11+ messages)
` [PATCH 2/2] Add cpufreq driver for Momentum Maple boards

[PATCH 1/2] mtd/nand : don't free the global data fsl_lbc_ctrl_dev->nand in fsl_elbc_chip_remove()
 2011-06-30 16:26 UTC  (11+ messages)
` [PATCH 2/2] mtd/nand : workaround for Freescale FCM to support large-page Nand chip
  ` [PATCH 2/2] mtd/nand : workaround for Freescale FCM to supportlarge-page "

Problem with a driver in Linux-2.6.33
 2011-06-30  9:20 UTC 

linux-next: build failure after merge of the final tree (powerpc tree related)
 2011-06-30  7:09 UTC  (2+ messages)

[BUG?]3.0-rc4+ftrace+kprobe: set kprobe at instruction 'stwu' lead to system crash/freeze
 2011-06-30  7:08 UTC  (10+ messages)

[PATCH] powerpc: software invalidate TCEs on pseries
 2011-06-30  6:58 UTC 

[PATCH v2] powerpc: Add jump label support
 2011-06-30  5:16 UTC 

[PATCH v3 0/2] powerpc: define and implement MPIC message register support
 2011-06-30  4:19 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc: add support for MPIC message register API
    ` [openmcapi-dev] "

[PATCH] powerpc/timebase_read: don't return time older than cycle_last
 2011-06-30  0:29 UTC  (8+ messages)

[PATCH v2] powerpc/book3e-64: use a separate TLB handler when linear map is bolted
 2011-06-29 22:20 UTC  (4+ messages)

[PATCH] powerpc/mm: add devmem_is_allowed() for STRICT_DEVMEM checking
 2011-06-29 22:01 UTC  (4+ messages)

perf_event_open system call support in powerpc
 2011-06-29 19:24 UTC  (3+ messages)

powerpc/4xx: Regression failed on sil24 (and other) drivers
 2011-06-29 18:13 UTC  (6+ messages)

[PATCH v4]PPC4xx: Adding PCI(E) MSI support
 2011-06-29 15:22 UTC  (5+ messages)

[PATCH V4 0/2] Add cpufreq driver for Momentum Maple platform
 2011-06-29 15:07 UTC  (3+ messages)
` [PATCH V4 1/2] ppc: enable scom access functions on Maple
` [PATCH V4 2/2] Add cpufreq driver for Momentum Maple boards

[PATCH] powerpc: correct annotations of pmu registration functions
 2011-06-29 14:54 UTC 

[PATCH] powerpc: enable access to HT Host-Bridge on Maple
 2011-06-29 14:17 UTC 

[PATCH net-next] net: ucc_geth: Omit check for multicast bit in netdev_for_each_mc_addr
 2011-06-29 12:16 UTC 

[PATCH 0/4] pseries/iommu bug-fixes and cleanups for dynamic dma windows
 2011-06-29  8:19 UTC  (7+ messages)
` [PATCH 1/4] powerpc: override dma_get_required_mask by platform hook and ops
` [PATCH 2/4] dma-mapping: add get_required_mask if arch overrides default
` [PATCH 3/4] powerpc: use the newly added get_required_mask dma_map_ops hook
` [PATCH 4/4] powerpc: tidy up dma_map_ops after adding new hook

[git pull] Please pull powerpc.git merge branch
 2011-06-29  8:13 UTC 

[RFC][PATCH] Kexec support for PPC440x
 2011-06-29  5:38 UTC  (6+ messages)

[PATCH 1/2] mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header
 2011-06-29  3:40 UTC  (2+ messages)

[PATCH V3 0/2] Improve CPC925 EDAC handling code on Maple
 2011-06-29  3:35 UTC  (4+ messages)
` [PATCH V3 2/2] cpc925_edac: support single-processor configurations

[PATCH] powerpc: Whitespace fix to include/asm/pgtable-ppc64.h
 2011-06-28 19:06 UTC 

[PATCH v13 09/10] USB ppc4xx: Add Synopsys DWC OTG driver kernel configuration and Makefile
 2011-06-28 15:12 UTC 

[PATCH] dtc: Remove unused check variable
 2011-06-28 12:47 UTC 

[PATCH v2] dtc: Remove unused variable in flat_read_mem_reserve
 2011-06-28 13:47 UTC 

[PATCH] dtc: Remove unused variable in flat_read_mem_reserve
 2011-06-28 13:45 UTC  (2+ messages)

Bug#630845: linux-image-2.6.39-2-powerpc: CHRP Pegasos2 boot failure
 2011-06-28 12:51 UTC  (2+ messages)

Please pull 'next' branch of 4xx tree
 2011-06-28 12:07 UTC 

[PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto
 2011-06-28 12:14 UTC  (6+ messages)
    ` Fwd: "

[PATCH] powerpc/85xx: Add p2040 RDB board support
 2011-06-28  7:52 UTC 

[git pull] Please pull powerpc.git next branch
 2011-06-28  7:38 UTC  (2+ messages)
` [git pull] Please pull powerpc.git next branch (updated)

[PATCH] powerpc/pseries: remove duplicate SCSI_BNX2_ISCSI in pseries_defconfig
 2011-06-28  5:55 UTC 

[PATCH 3/7] serial/8250: move UPIO_TSI to powerpc
 2011-06-27 23:51 UTC  (2+ messages)

[PATCH 1/2] powerpc/85xx: Add P3041 SoC device tree include stub
 2011-06-27 13:44 UTC  (2+ messages)
` [PATCH 2/2] powerpc/85xx: Add P5020 "

[PATCH] powerpc/85xx: clamp the P1022DS DIU pixel clock to allowed values
 2011-06-27 13:35 UTC  (4+ messages)
` [PATCH] powerpc/85xx: enable the framebuffer console for the defconfigs

[PATCH] powerpc/85xx: Add P4080 SoC device tree include stub
 2011-06-27 13:35 UTC  (2+ messages)

[PATCH 1/2] powerpc/86xx: enable the framebuffer console on the MPC8610 HPCD
 2011-06-27 13:35 UTC  (4+ messages)
` [PATCH 2/2] powerpc/86xx: improve calculation of DIU pixel clock "

[PATCH] powerpc/e500mc: Add support for the wait instruction in e500_idle
 2011-06-27 13:35 UTC  (2+ messages)

[PATCH] powerpc/85xx: disable timebase synchronization under the hypervisor
 2011-06-27 13:35 UTC  (18+ messages)

[PATCH 0/1] ppc4xx: Fix PCIe scanning for the 460SX
 2011-06-27 10:15 UTC  (12+ messages)

[PATCH] hwrng: ppc4xx - add support for ppc4xx TRNG
 2011-06-27  7:39 UTC  (3+ messages)

[PATCH] crypto: crypto4xx - Perform read/modify/write on device control register
 2011-06-27  7:33 UTC  (2+ messages)

[PATCH][upstream] powerpc: Adding bindings for flexcan controller
 2011-06-26 19:10 UTC  (2+ messages)

[RFC PATCH 1/1] BPF JIT for PPC64
 2011-06-25  7:49 UTC  (4+ messages)

[RFC PATCH 0/1] BPF JIT for PPC64
 2011-06-24 23:33 UTC  (3+ messages)

[PATCH] fsl-diu-fb: remove check for pixel clock ranges
 2011-06-24  8:10 UTC  (2+ messages)

[PATCH v9 11/13] powerpc: select HAVE_SECCOMP_FILTER and provide seccomp_execve
 2011-06-24  0:36 UTC 

[PATCH] STAGING: Comedi: Build only on arches providing PAGE_KERNEL_NOCACHE
 2011-06-23 22:01 UTC  (4+ messages)

libata/ipr/powerpc: regression between 2.6.39-rc4 and 2.6.39-rc5
 2011-06-23 21:43 UTC  (14+ messages)
        ` [PATCH] libata/sas: only set FROZEN flag if new EH is supported

[PATCH 0/5] dt: Device creation infrastructure
 2011-06-23 20:55 UTC  (4+ messages)
` [PATCH 3/5] drivers/amba: create devices from device tree

Connecting SGMII PHY to eTSEC1 on P1022
 2011-06-23 20:43 UTC  (4+ messages)

[PATCH] fsl-diu-fb: remove the ioctl interface
 2011-06-23 11:39 UTC  (6+ messages)

[PATCH 1/3] driver core: Add ability for arch code to setup pdev_archdata
 2011-06-23 11:33 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] powerpc: implement arch_setup_pdev_archdata
    ` [PATCH v3 3/3] powerpc: Dont require a dma_ops struct to set dma mask

[PATCH] powerpc/85xx:DTS: Fix tbi node location for Px020RDB
 2011-06-23 10:27 UTC  (4+ messages)

NAND BBT corruption on MPC83xx
 2011-06-23  8:31 UTC  (4+ messages)

[git pull] Please pull powerpc.git merge branch
 2011-06-23  2:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).