messages from 2012-10-04 17:08:48 to 2012-10-18 17:16:10 UTC [more...]
ELDK 4.2/kilauea/3.5+ kernel broken
2012-10-18 16:33 UTC (2+ messages)
[git pull] Please pull powerpc.git merge branch
2012-10-18 9:23 UTC
[RFC PATCH powerpc] Fix a lazy irq related WARING in arch_local_irq_restore()
2012-10-18 7:30 UTC (5+ messages)
[PATCH] powerpc/pnv: Avoid bogus output
2012-10-18 5:53 UTC (2+ messages)
[v2][PATCH 1/2] powerpc/kgdb: Fix a single stgep case of lazy IRQ
2012-10-18 2:47 UTC (2+ messages)
` [v2][PATCH 2/2] PPC_BOOK3E/KGDB: support kgdb kernel space
[PATCH 1/2] powerpc/kgdb: Fix a single stgep case of lazy IRQ
2012-10-18 1:47 UTC (4+ messages)
` [PATCH 2/2] PPC_BOOK3E/KGDB: support kgdb kernel space
ELDK 4.2/kilauea/3.5+ kernel broken
2012-10-17 18:15 UTC
[PATCH 0/3] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
2012-10-17 17:32 UTC (4+ messages)
` [PATCH 1/3 v2] iommu/fsl: Store iommu domain information pointer in archdata
` [PATCH 2/3 v3] iommu/fsl: Add iommu domain attributes required by fsl PAMU driver
` [PATCH 3/3 v3] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
[PATCH -V2] powerpc: Build fix for powerpc KVM
2012-10-17 8:25 UTC
[PATCH] kvm/powerpc: Handle errors in secondary thread grabbing
2012-10-17 6:25 UTC (5+ messages)
[PATCH] powerpc: Build fix for powerpc KVM
2012-10-17 5:22 UTC (4+ messages)
[RFC][PATCH] perf: Add a few generic stalled-cycles events
2012-10-16 18:31 UTC (8+ messages)
[PATCH 1/9] powerpc: 83xx: use module_i2c_driver macro
2012-10-16 18:06 UTC (2+ messages)
[m68k,powerpc,dma,ethernet,freescale RFA] Coldfire m54xx FEC ethernet driver
2012-10-16 8:03 UTC (3+ messages)
[PATCH 1/2] [v2] powerpc/512x: don't compile any platform DIU code if the DIU is not enabled
2012-10-15 19:52 UTC (2+ messages)
` [PATCH 2/2] powerpc/86xx: fsl_pcibios_fixup_bus requires CONFIG_PCI
[PATCH -V8 0/11] arch/powerpc: Add 64TB support to ppc64
2012-10-15 16:28 UTC (4+ messages)
` [PATCH -V8 04/11] arch/powerpc: Convert virtual address to vpn
[PATCH 15/25] powerpc/fsl_msi: add a const qualifier
2012-10-15 16:14 UTC (2+ messages)
[PATCH][v4] sata_fsl: add workaround for data length mismatch on freescale V2 controller
2012-10-15 7:52 UTC (2+ messages)
[PATCH] powerpc: added DSCR support to ptrace
2012-10-15 6:18 UTC
gianfar driver crash on P1020
2012-10-14 12:10 UTC (4+ messages)
[PATCH 1/9] powerpc: 83xx: use module_i2c_driver macro
2012-10-13 19:04 UTC (2+ messages)
[PATCH 0/10] memory-hotplug: hot-remove physical memory
2012-10-12 19:28 UTC (21+ 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
[PATCH v3 0/2] archdata init in device_add() notifier
2012-10-12 18:03 UTC (5+ messages)
` [PATCH v3 1/2] powerpc/PCI: move DMA & IRQ init to device_add() notification path
[PATCH v2] powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma
2012-10-12 15:52 UTC
[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
[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] "
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 (6+ messages)
` 答复: "
[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 (4+ messages)
` [PATCH 4/5] Rename the drivers/of prom_* functions to of_*
` [Cbe-oss-dev] "
[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 (10+ messages)
` [PATCH 1/5] rapidio: fix blocking wait for discovery ready
` [PATCH 3/5] rapidio: run discovery as an asynchronous process
` [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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).