linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-02 21:43:41 to 2012-10-12 14:33:43 UTC [more...]

[PATCH] powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma
 2012-10-12 14:32 UTC 

Xilinx Temac
 2012-10-12 12:56 UTC 

linux-next: manual merge of the kvm-ppc tree with the kvm tree
 2012-10-12  2:12 UTC 

[RFC][PATCH] perf: Add a few generic stalled-cycles events
 2012-10-12  1:28 UTC 

[PATCH] vfio: enabled and supported on power (v7)
 2012-10-11 18:09 UTC  (8+ messages)

linux-next: manual merge of the kvm-ppc tree with the powerpc-merge tree
 2012-10-11 17:30 UTC  (14+ messages)

[PATCH 00/12] KVM: PPC: 64-bit Book3E arch support
 2012-10-11 16:13 UTC  (13+ messages)
` [PATCH 01/12] KVM: PPC: e500: Silence bogus GCC warning in tlb code
` [PATCH 02/12] KVM: PPC: booke: Fix get_tb() compile error on 64-bit
` [PATCH 03/12] KVM: PPC: bookehv: Remove GET_VCPU macro from exception handler
` [PATCH 04/12] KVM: PPC64: bookehv: Add support for interrupt handling
` [PATCH 05/12] KVM: PPC: e500: Add emulation helper for getting instruction ea
` [PATCH 06/12] KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulation
` [PATCH 07/12] KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulation
` [PATCH 08/12] KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
` [PATCH 09/12] KVM: PPC: bookehv: Add guest computation mode for irq delivery
` [PATCH 10/12] KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
` [PATCH 11/12] KVM: PPC: booke: Add EPCR support in sregs
` [PATCH 12/12] KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface

linux-next: manual merge of the kvm-ppc tree with the powerpc-merge tree
 2012-10-11 16:05 UTC  (4+ messages)

[PATCH] powerpc: 52xx: nop out unsupported critical IRQs
 2012-10-11  9:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/10] memory-hotplug: hot-remove physical memory
 2012-10-11  7:06 UTC  (20+ messages)
` [PATCH 1/10] memory-hotplug : check whether memory is offline or not when removing memory
` [PATCH 2/10] memory-hotplug : remove /sys/firmware/memmap/X sysfs
` [PATCH 3/10] memory-hotplug : introduce new function arch_remove_memory() for removing page table depends on architecture
` [PATCH 4/10] memory-hotplug : unregister memory section on SPARSEMEM_VMEMMAP
` [PATCH 5/10] memory-hotplug : memory-hotplug: check page type in get_page_bootmem
` [PATCH 6/10] memory-hotplug : implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH 7/10] memory-hotplug : remove memmap "
` [PATCH 8/10] memory-hotplug : remove page table of x86_64 architecture
` [PATCH 9/10] memory-hotplug : memory_hotplug: clear zone when removing the memory
` [PATCH 10/10] memory-hotplug : remove sysfs file of node

Contents of Linuxppc-dev digest..."
 2012-10-10 22:15 UTC 

Changing TASK_UNMAPPED_BASE to a low address
 2012-10-10 19:05 UTC  (2+ messages)

[PATCH 3.6.0- 0/2] POWERPC: use module_platform_driver macro
 2012-10-10 18:32 UTC 

[PATCH 3.6.0- 1/2] powerpc/mpc52xx: use module_platform_driver macro
 2012-10-10 18:32 UTC 

[PATCH 3.6.0- 2/2] powerpc/sysdev: use module_platform_driver macro
 2012-10-10 18:32 UTC 

[RESEND PATCH v1 0/3] cpuidle: (pSeries) pseries idle driver fixes
 2012-10-10  7:29 UTC  (4+ messages)
` [RESEND PATCH v1 1/3] cpuidle: (POWER) Fix target residency initialisation in pseries cpuidle
` [RESEND PATCH v1 2/3] cpuidle: (POWER) Fix smt_snooze_delay functionality
` [RESEND PATCH v1 3/3] cpuidle: (POWER) Fix snooze state problem persistant in the current cpuidle design on pseries

[GIT PULL] Disintegrate UAPI for powerpc [ver #2]
 2012-10-10  4:36 UTC  (3+ messages)

linux-next: build failure after merge of the origin tree
 2012-10-10  3:12 UTC  (5+ messages)

[PATCH 01/20] powerpc/udbg: Remove unused udbg_read()
 2012-10-10  1:00 UTC  (25+ messages)
` [PATCH 02/20] powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll()
` [PATCH 03/20] powerpc/xmon: Remove empty xmon_map_scc()
` [PATCH 04/20] powerpc/xmon: Make xmon_getchar() static
` [PATCH 05/20] powerpc/xmon: Merge start.c into nonstdio.c
` [PATCH 06/20] powerpc/xmon: Remove renaming #defines of scanhex() and skipbl()
` [PATCH 07/20] powerpc/xmon: Remove unused #defines
` [PATCH 08/20] powerpc/xmon: Use STACK_FRAME_OVERHEAD in xmon_show_stack()
` [PATCH 09/20] powerpc/xmon: Fiddle xmon_depth_to_print logic "
` [PATCH 10/20] powerpc/xmon: Factor out the oft-repeated setjmp logic
` [PATCH 11/20] powerpc/xmon: Move handle_fault() next to related routines
` [PATCH 12/20] powerpc/xmon: Do so simple conversions to start/end_bus_error_jump()
` [PATCH 13/20] powerpc/xmon: Use start/end_bus_error_jump() in more routines
` [PATCH 14/20] powerpc/xmon: Convert read/write_spr() to use start_bus_error_jump()
` [PATCH 15/20] powerpc/xmon: Deindent stop/restart_spus()
` [PATCH 16/20] powerpc/xmon: Use start_bus_error_jump() in spu routines
` [PATCH 17/20] powerpc/xmon: Make less variables global
` [PATCH 18/20] powerpc/xmon: Use kallsyms_lookup_size_offset() in get_function_bounds()
` [PATCH 19/20] powerpc/xmon: Remove externs for non-existant routines
` [PATCH 20/20] powerpc/xmon: Fallback to printk() in xmon_printf() if udbg is not setup

memory-hotplug : suppres "Trying to free nonexistent resource <XXXXXXXXXXXXXXXX-YYYYYYYYYYYYYYYY>" warning
 2012-10-09 21:39 UTC  (5+ messages)

[PATCH 0/3] rapidio: updates for multiple mport patches
 2012-10-09 19:57 UTC  (4+ messages)
` [PATCH 1/3] rapidio: use msleep in discovery wait
` [PATCH 2/3] rapidio: update asynchronous discovery initialization
` [PATCH 3/3] rapidio: update for destination ID allocation

[RFC PATCH] powerpc/fsl: add timer wakeup source
 2012-10-09 18:18 UTC  (7+ messages)
        ` 答复: "

gianfar driver crash on P1020
 2012-10-09 17:43 UTC  (3+ messages)

[m68k,powerpc,dma,ethernet,freescale RFA] Coldfire m54xx FEC ethernet driver
 2012-10-09  9:07 UTC 

[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-10-09  8:11 UTC  (8+ messages)
` [RFC v9 PATCH 16/21] memory-hotplug: free memmap of sparse-vmemmap

support for Xilinx PCIe BUS IP core
 2012-10-09  7:38 UTC 

[RFC Patch] 405gp IBM EMAC Phy probe fails with no link
 2012-10-09  6:23 UTC 

net: fix typo in freescale/ucc_geth.c
 2012-10-09  6:04 UTC  (3+ messages)

[PATCH 0/5] Move some OF functionality from pseries to generic OF code
 2012-10-08 23:54 UTC  (8+ messages)
` [PATCH 1/5] Add /proc device tree updating to of node add/remove
` [PATCH 2/5] Move of_drconf_cell struct definition to asm/prom.h
` [PATCH 3/5] Add of node/property notification chain for adds and removes
` [PATCH 4/5] Rename the drivers/of prom_* functions to of_*
  ` [Cbe-oss-dev] "
` [PATCH 5/5] Remove the pSeries_reconfig.h file

[PATCH] powerpc/usb: fix build warning
 2012-10-08 21:47 UTC 

[RFC PATCH 00/17] KVM: PPC: 64-bit Book3E support
 2012-10-08 13:10 UTC  (7+ messages)
` [RFC PATCH 05/17] KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
  ` [Qemu-ppc] "

[PATCH] powerpc/windfarm: use module_i2c_driver to simplify the code
 2012-10-08 13:00 UTC 

[PATCH] powerpc/83xx: use module_i2c_driver to simplify the code
 2012-10-08 12:39 UTC 

[PATCH] powerpc: fix VMX fix for memcpy case
 2012-10-06 15:19 UTC  (2+ messages)

[PATCH] powerpc/mpc5200: move lpbfifo node and fix its interrupt property
 2012-10-05 20:23 UTC 

[PATCH] PPC: Enable the Watchdog vector for 405
 2012-10-05 18:07 UTC  (3+ messages)
  ` [PATCHv2] "

R: Re: PCI device not working
 2012-10-05 12:47 UTC  (4+ messages)
`  "
    ` Fwd: "

[PATCH 0/5] rapidio: patches to support multiple master ports
 2012-10-04 20:39 UTC  (12+ messages)
` [PATCH 1/5] rapidio: fix blocking wait for discovery ready
` [PATCH 2/5] rapidio: use device lists handling on per-net basis
` [PATCH 3/5] rapidio: run discovery as an asynchronous process
` [PATCH 4/5] rapidio/rionet: rework to support multiple RIO master ports
` [PATCH 5/5] rapidio: add destination ID allocation mechanism

[git pull] Please pull powerpc.git merge branch
 2012-10-04 20:14 UTC  (5+ messages)

[GIT PULL] Disintegrate UAPI for powerpc
 2012-10-04 19:51 UTC 

[PATCH] PPC: Do not make the entire heap executable
 2012-10-04 18:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] PPC: Correct the tophys/tovirt macros
 2012-10-04 17:08 UTC  (3+ messages)

[RFC][PATCH 0/3] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
 2012-10-04 16:30 UTC  (4+ messages)
` [RFC][PATCH 1/3] iommu/fsl: Store iommu domain information pointer in archdata

[PATCH 0/3 v2] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
 2012-10-04 16:22 UTC  (7+ messages)
` [PATCH 1/3 v2] iommu/fsl: Store iommu domain information pointer in archdata
` [PATCH 2/3 v2] iommu/fsl: Add iommu domain attributes required by fsl PAMU driver
` [PATCH 3/3 v2] iommu/fsl: Freescale PAMU driver and IOMMU API implementation

[REGRESSION] nfsd crashing with 3.6.0-rc7 on PowerPC
 2012-10-04 10:54 UTC  (14+ messages)
                  ` [PATCH] powerpc/iommu: Fix multiple issues with IOMMU pools code

[PATCH v1 0/3] cpuidle: (pSeries) pseries idle driver fixes
 2012-10-04  4:42 UTC  (4+ messages)
` [PATCH v1 1/3] cpuidle: (POWER) Fix target residency initialisation in pseries cpuidle
` [PATCH v1 2/3] cpuidle: (POWER) Fix smt_snooze_delay functionality
` [PATCH v1 3/3] cpuidle: (POWER) Fix snooze state problem persistant in the current cpuidle design on pseries

[PATCH] powerpc/pcm030: add pcm030-audio-fabric to dts
 2012-10-03 15:28 UTC  (2+ messages)

[git pull] Please pull powerpc.git next branch
 2012-10-03 13:25 UTC 

[PATCH 1/3] edac: Use ccsr_pci structure instead of hardcoded define
 2012-10-03 13:22 UTC  (2+ messages)

[PATCH] powerpc/mpic: add global timer support
 2012-10-03 10:38 UTC 

[PATCH] powerpc: Add asm/debug.h to get powerpc_debugfs_root
 2012-10-03  1:52 UTC 

[PATCH] powerpc/47x: Use the new ppc-opcode intrastructiure
 2012-10-03  1:52 UTC 

Build regressions/improvements in v3.6
 2012-10-02 21:33 UTC  (2+ messages)
  ` [LKML] "


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).