linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-07 08:01:42 to 2013-05-14 05:54:13 UTC [more...]

[PATCH 2/2] powerpc/powernv: Fix starting of secondary CPUs on OPALv2 and v3
 2013-05-14  5:54 UTC 

[PATCH 1/2] powerpc/powernv: Detect OPAL v3 API version
 2013-05-14  5:53 UTC 

[PATCH 1/2] powerpc/pmu: Fix order of interpreting BHRB target entries
 2013-05-14  4:44 UTC  (7+ messages)
` [PATCH 2/2] powerpc/perf: Fix setting of "to" addresses for BHRB
  ` [PATCH] "
    ` [PATCH v3 0/3] powerpc/perf BHRB fixes
    ` [PATCH v3 1/3] powerpc/perf: Move BHRB code into CONFIG_PPC64 region
    ` [PATCH v3 2/3] powerpc/pmu: Fix order of interpreting BHRB target entries
    ` [PATCH v3 3/3] powerpc/perf: Fix setting of "to" addresses for BHRB

[RFC PATCH v4 0/5] powerpc: Support context tracking for Power pSeries
 2013-05-14  2:16 UTC  (6+ messages)
` [RFC PATCH v4 1/5] powerpc: Syscall hooks for context tracking subsystem
` [RFC PATCH v4 2/5] powerpc: Exception "
` [RFC PATCH v4 3/5] powerpc: Exit user context on notify resume
` [RFC PATCH v4 4/5] powerpc: Use the new schedule_user API on userspace preemption
` [RFC PATCH v4 5/5] powerpc: select HAVE_CONTEXT_TRACKING for pSeries

[PATCH 0/4] enable the PACA_IRQ_EE_EDGE support for book3e
 2013-05-14  2:03 UTC  (7+ messages)
` [PATCH 1/4] powerpc/book3e: introduce external_input_edge exception handler for 64bit kernel
` [PATCH 2/4] powerpc: move the patch_exception to a common place
` [PATCH 3/4] powerpc: use patch_exception to update the debug exception handler
` [PATCH 4/4] powerpc/fsl-book3e: enable the external_input_edge "

[PATCH] powerpc: provide __bswapdi2
 2013-05-14  1:25 UTC  (17+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] powerpc/booke64: fix kernel hangs at kernel_dbg_exc
 2013-05-14  0:14 UTC 

[PATCH RFC] power/mpc85xx: Add delay after enabling I2C master
 2013-05-13 21:27 UTC 

[PATCH v3] clk: add PowerPC corenet clock driver support
 2013-05-13 19:25 UTC  (2+ messages)

[PATCH v2, part 1 3/9] PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) instead
 2013-05-13 17:23 UTC  (2+ messages)

[RFC] device-tree.git automatic sync from linux.git
 2013-05-13 15:59 UTC  (4+ messages)

[PATCH 1/1] powerpc: Fix irq_set_affinity() return values
 2013-05-13 10:57 UTC 

[PATCH 0/1] powerpc: Fix irq_set_affinity() return values
 2013-05-13 10:57 UTC 

[RFC PATCH v3 0/5] powerpc: Support context tracking for Power pSeries
 2013-05-13 10:01 UTC  (15+ messages)
` [RFC PATCH v3 1/5] powerpc: Syscall hooks for context tracking subsystem
` [RFC PATCH v3 2/5] powerpc: Exception "
` [RFC PATCH v3 3/5] powerpc: Exit user context on notify resume
` [RFC PATCH v3 4/5] powerpc: Use the new schedule_user API on userspace preemption
` [RFC PATCH v3 5/5] powerpc: select HAVE_CONTEXT_TRACKING for pSeries

[PATCH 1/2 V2] powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.h
 2013-05-13  6:20 UTC  (5+ messages)
` [PATCH 2/2 V8] powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xx

[PATCH 17/18] cpufreq: powerpc: move cpufreq driver to drivers/cpufreq
 2013-05-13  6:04 UTC  (5+ messages)

[PATCH v3 1/4] powerpc/mpic: add irq_set_wake support
 2013-05-13  5:00 UTC  (5+ messages)

[v1][KVM][PATCH 1/1] kvm:ppc:booehv: direct ISI exception to Guest
 2013-05-13  2:04 UTC  (14+ messages)

[v3][KVM][PATCH 1/1] kvm:ppc: control doorbell exception with CONFIG_PPC_DOORBELL
 2013-05-13  2:00 UTC 

[PATCH] powerpc/kexec: Fix kexec when using VMX optimised memcpy
 2013-05-13  1:04 UTC 

Build regressions/improvements in v3.10-rc1 (powerpc)
 2013-05-12 20:47 UTC 

[PATCH -V8 00/18] THP support for PPC64
 2013-05-12 16:14 UTC  (19+ messages)
` [PATCH -V8 01/18] powerpc/mm: Use the correct mask value when looking at pgtable address
` [PATCH -V8 02/18] mm/THP: Use pmd_populate to update the pmd with pgtable_t pointer
` [PATCH -V8 03/18] mm/THP: Use the right function when updating access flags
` [PATCH -V8 04/18] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [PATCH -V8 05/18] mm/THP: withdraw the pgtable after pmdp related operations
` [PATCH -V8 06/18] mm/THP: Don't use HPAGE_SHIFT in transparent hugepage code
` [PATCH -V8 07/18] mm/THP: deposit the transpare huge pgtable before set_pmd
` [PATCH -V8 08/18] powerpc/THP: Double the PMD table size for THP
` [PATCH -V8 09/18] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V8 10/18] powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
` [PATCH -V8 11/18] powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
` [PATCH -V8 12/18] powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
` [PATCH -V8 13/18] powerpc: Update gup_pmd_range to handle transparent hugepages
` [PATCH -V8 14/18] powerpc/THP: Add code to handle HPTE faults for hugepages
` [PATCH -V8 15/18] powerpc: Make linux pagetable walk safe with THP enabled
` [PATCH -V8 16/18] powerpc/THP: Enable THP on PPC64
` [PATCH -V8 17/18] powerpc: Optimize hugepage invalidate
` [PATCH -V8 18/18] powerpc: disable assert_pte_locked for collapse_huge_page

[PATCH] powerpc/mm: Use the correct mask value when looking at pgtable address
 2013-05-12  8:33 UTC 

[PATCH] perf: Power7: Make CPI stack events available in sysfs
 2013-05-11 22:31 UTC  (4+ messages)

[PATCH 0/2] enable the coreint for the mpc85xx 64bit boards
 2013-05-11  7:00 UTC  (3+ messages)
` [PATCH 2/2] powerpc/85xx: enable coreint for all the "

[PATCH v2 0/4] kvm/ppc: interrupt disabling fixes
 2013-05-10 22:53 UTC  (14+ messages)
` [PATCH v2 1/4] powerpc: hard_irq_disable(): Call trace_hardirqs_off after disabling
` [PATCH v2 2/4] kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()
` [PATCH v2 3/4] kvm/ppc: Call trace_hardirqs_on before entry
` [PATCH v2 4/4] kvm/ppc: IRQ disabling cleanup

[RFC][KVM][PATCH 1/1] kvm:ppc:booke-64: soft-disable interrupts
 2013-05-10 21:50 UTC  (29+ messages)

[v2][KVM][PATCH 1/1] kvm:ppc: enable doorbell exception with CONFIG_PPC_DOORBELL
 2013-05-10 18:18 UTC  (4+ messages)

[upstream] mtd/ifc: fix ifc driver memory release issue
 2013-05-10 12:31 UTC  (3+ messages)

Invalid perf_branch_entry.to entries question
 2013-05-10 11:51 UTC  (9+ messages)

[PATCH 0/6] KVM: PPC: IOMMU in-kernel handling
 2013-05-10  7:53 UTC  (4+ messages)
` [PATCH 2/6] KVM: PPC: Add support for multiple-TCE hcalls

[PATCH] powerpc: fix numa distance for form0 device tree
 2013-05-10  4:45 UTC  (4+ messages)

[PATCH] powerpc/pci: Support per-aperture memory offset
 2013-05-09 22:07 UTC  (3+ messages)

AUTO: Michael Barry is out of the office (returning 13/05/2013)
 2013-05-09 22:02 UTC 

[PATCH] rapidio/switches: remove tsi500 driver
 2013-05-09 14:20 UTC 

[PATCH 20/21] powerpc/ps3: remove inline marking of EXPORT_SYMBOL functions
 2013-05-09 11:35 UTC  (2+ messages)

[PATCH] powerpc/fsl: add property 'reg' to pcie@0 node
 2013-05-09 10:41 UTC  (2+ messages)

[PATCH] powerpc: Update currituck pci/usb fixup for new board revision
 2013-05-09  0:42 UTC 

[PATCH] powerpc: Update currituck pci/usb fixup for new board revision
 2013-05-09  0:33 UTC 

[PATCH v5, part4 31/41] mm/ppc: prepare for removing num_physpages and simplify mem_init()
 2013-05-08 15:51 UTC 

[PATCH] rapidio/tsi721: fix bug in MSI interrupt handling
 2013-05-08 13:31 UTC 

ppc/sata-fsl: orphan config value: CONFIG_MPC8315_DS
 2013-05-08 12:04 UTC  (11+ messages)

[PATCH] powerpc/powernv: Properly drop characters if console is closed
 2013-05-08  4:15 UTC 

[PATCH] powerpc/rtas_flash: Fix validate_flash buffer overflow issue
 2013-05-08  2:54 UTC 

[PATCH] arch/powerpc: advertise ISA2.07, HTM, DSCR, EBB and ISEL bits in HWCAP2
 2013-05-07 21:11 UTC  (14+ messages)
  ` [PATCH v2 1/4] powerpc/cputable: reserve bits in HWCAP2 for new features

[PATCH v9 0/3] of/pci: Provide common support for PCI DT parsing
 2013-05-07 15:31 UTC  (4+ messages)
` [PATCH v9 1/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v9 2/3] of/pci: mips: convert to common of_pci_range_parser
` [PATCH v9 3/3] of/pci: microblaze: "

[PATCH][v2] powerpc: Bring all threads online prior to migration/hibernation
 2013-05-07 14:34 UTC 

[PATCH] powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()
 2013-05-07 13:46 UTC 

[v1][KVM][PATCH 1/1] kvm:ppc: enable doorbell exception with E500MC
 2013-05-07 10:22 UTC  (4+ messages)

[PATCH v8 0/3] of/pci: Provide common support for PCI DT parsing
 2013-05-07 10:19 UTC  (5+ messages)
` [PATCH v8 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC

[git pull] Please pull powerpc.git merge branch
 2013-05-07 10:10 UTC 

[PATCH] powerpc, cpu hotplug: Fix warning on boot regarding sysfs file permission
 2013-05-07  9:13 UTC 

[PATCH] powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning again
 2013-05-07  8:44 UTC  (3+ messages)
` [PATCH v2] "


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