linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-08 22:04:02 to 2016-12-16 17:19:38 UTC [more...]

[PATCH V2 0/4] OPTPROBES for powerpc
 2016-12-16 17:19 UTC  (11+ messages)
` [PATCH V2 3/4] arch/powerpc: Implement Optprobes
` [PATCH V2 4/4] arch/powerpc: Optimize kprobe in kretprobe_trampoline
` [PATCH V2 1/4] powerpc: asm/ppc-opcode.h: introduce __PPC_SH64()
` [PATCH V2 2/4] powerpc: add helper to check if offset is within rel branch range

[PATCH net 0/4] fsl/fman: fixes for ARM
 2016-12-16 17:01 UTC  (7+ messages)
` [PATCH net 1/4] fsl/fman: fix 1G support for QSGMII interfaces
` [PATCH net 2/4] fsl/fman: arm: call of_platform_populate() for arm64 platfrom
  ` [upstream-release] "
` [PATCH net 3/4] fsl/fman: A007273 only applies to PPC SoCs
` [PATCH net 4/4] fsl/fman: enable compilation on ARM64

[PATCH v3 00/15] livepatch: hybrid consistency model
 2016-12-16 16:55 UTC  (23+ messages)
` [PATCH v3 01/15] stacktrace/x86: add function for detecting reliable stack traces
` [PATCH v3 02/15] x86/entry: define _TIF_ALLWORK_MASK flags explicitly
` [PATCH v3 03/15] livepatch: temporary stubs for klp_patch_pending() and klp_update_patch_state()
` [PATCH v3 04/15] livepatch/x86: add TIF_PATCH_PENDING thread flag
` [PATCH v3 05/15] livepatch/powerpc: "
` [PATCH v3 08/15] livepatch: separate enabled and patched states
` [PATCH v3 09/15] livepatch: remove unnecessary object loaded check
` [PATCH v3 10/15] livepatch: move patching functions into patch.c
` [PATCH v3 11/15] livepatch: use kstrtobool() in enabled_store()

[PATCH 00/11] KVM implementation of PAPR HPT resizing extension
 2016-12-16 15:35 UTC  (21+ messages)
` [PATCH 01/11] powerpc/kvm: Reserve capabilities and ioctls for HPT resizing
` [PATCH 02/11] powerpc/kvm: Rename kvm_alloc_hpt() for clarity
` [PATCH 03/11] powerpc/kvm: Gather HPT related variables into sub-structure
` [PATCH 04/11] powerpc/kvm: Don't store values derivable from HPT order
` [PATCH 05/11] powerpc/kvm: Split HPT allocation from activation
` [PATCH 06/11] powerpc/kvm: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
` [PATCH 07/11] powerpc/kvm: Create kvmppc_unmap_hpte_helper()
` [PATCH 08/11] powerpc/kvm: KVM-HV HPT resizing stub implementation
` [PATCH 09/11] powerpc/kvm: Outline of KVM-HV HPT resizing implementation
` [PATCH 10/11] powerpc/kvm: "
` [PATCH 11/11] powerpc/kvm: Advertise availablity of HPT resizing on KVM HV

[PATCH] powerpc/livepatch: Remove klp_write_module_reloc() stub
 2016-12-16 15:18 UTC  (4+ messages)

[PATCH v3 0/5] powerpc/mm: enable memory hotplug on radix
 2016-12-16 14:38 UTC  (7+ messages)
` [PATCH v3 1/5] powerpc/mm: set the radix linear page mapping size
` [PATCH v3 2/5] powerpc/mm: refactor {create, remove}_section_mapping()
` [PATCH v3 3/5] powerpc/mm: add radix__create_section_mapping()
` [PATCH v3 4/5] powerpc/mm: add radix__remove_section_mapping()
` [PATCH v3 5/5] powerpc/mm: unstub radix__vmemmap_remove_mapping()

[PATCH 0/3] powerpc: update for the Keymile QorIQ boards
 2016-12-16 12:49 UTC  (6+ messages)
` [PATCH 1/3] powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
` [PATCH 2/3] powerpc/85xx: remove the kmp204x_defconfig
` [PATCH 3/3] powerpc/corenet: add support for the kmcent2 board

[PATCH] cpufreq: powernv: Add boost files to export ultra-turbo frequencies
 2016-12-16 11:13 UTC 

[PATCH] perf TUI: Don't throw error for zero length symbols
 2016-12-16 10:38 UTC 

[PATCH v6 1/4] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe
 2016-12-16  8:54 UTC  (6+ messages)
` [PATCH v6 2/4] irqchip/qeic: merge qeic init code from platforms to a common function

[GIT PULL] Please pull powerpc/linux.git powerpc-4.10-1 tag
 2016-12-16  7:42 UTC 

[PATCH v2 0/5] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for fadump
 2016-12-16  6:37 UTC  (6+ messages)
` [PATCH v2 2/5] ia64: reuse append_elf_note() and final_note() functions

[PATCH v3] powerpc/powernv: Initialise nest mmu
 2016-12-16  5:28 UTC  (2+ messages)

[PATCH kernel 0/9] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-12-16  1:32 UTC  (22+ messages)
` [PATCH kernel 1/9] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel 2/9] powerpc/iommu: Cleanup iommu_table disposal
` [PATCH kernel 3/9] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel 4/9] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel 5/9] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel 6/9] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel 7/9] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel 8/9] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel 9/9] KVM: PPC: Add in-kernel acceleration for VFIO

[PATCH] powerpc/time: clear LPCR.LD when unneeded
 2016-12-16  2:34 UTC 

[PATCH v2 0/3] powerpc/pseries: Perform PRRN topology updates in kernel
 2016-12-15 22:22 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/pseries: Make the acquire/release of the drc for memory a seperate step
` [PATCH v2 2/3] powerpc/pseries: Introduce memory hotplug READD operation
` [PATCH v2 3/3] powerpc/pseries: Update affinity for memory and cpus specified in a PRRN event

[powerpc/nmi: RFC 0/2] Support Soft NMI
 2016-12-15 15:15 UTC  (12+ messages)
` [powerpc/nmi: RFC 1/2] Merge IPI and DEFAULT priorities
` [powerpc/nmi: RFC 2/2] Keep interrupts enabled even on soft disable

[PATCH v8] powerpc: Do not make the entire heap executable
 2016-12-15 13:19 UTC 

[PATCH net 0/3] dpaa_eth: a couple of fixes
 2016-12-15 13:13 UTC  (4+ messages)
` [PATCH net 1/3] dpaa_eth: use big endian accessors
` [PATCH net 2/3] dpaa_eth: remove redundant dependency on FSL_SOC
` [PATCH net 3/3] MAINTAINERS: net: add entry for Freescale QorIQ DPAA Ethernet driver

[PATCH] powerpc/8xx: Perf events on PPC 8xx
 2016-12-15 12:50 UTC  (2+ messages)

[PATCH] genirq/affinity: fix node generation from cpumask
 2016-12-15 12:38 UTC  (7+ messages)

[PATCH] powerpc: cmp -> cmpd for 64-bit
 2016-12-14 11:02 UTC  (5+ messages)
`  "

[RFC 1/2] powerpc/32: Unset MSR RI in exception epilogs
 2016-12-14  9:16 UTC  (7+ messages)
` [RFC 2/2] powerpc/8xx: Perf events on PPC 8xx

[PATCH v4 0/4] powernv:stop: Use psscr_val,mask provided by firmware
 2016-12-14  9:02 UTC  (11+ messages)
` [PATCH v4 1/4] powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
` [PATCH v4 2/4] cpuidle:powernv: Add helper function to populate powernv idle states
` [PATCH v4 3/4] powernv: Pass PSSCR value and mask to power9_idle_stop
` [PATCH v4 4/4] Documentation:powerpc: Add device-tree bindings for power-mgt

[PATCH] powerpc/mm: Remove the debug hugepd_ok check
 2016-12-14  4:39 UTC 

[PATCH] powerpc/mm: Fix little-endian 4K hugetlb
 2016-12-14  4:37 UTC 

[PATCH] powerpc/mm: Fix panic on boot with 4K page size
 2016-12-14  4:33 UTC 

Pull request: scottwood/linux.git next
 2016-12-13 18:34 UTC  (3+ messages)

[RFC 0/2] powerpc: Perf events on PPC 8xx
 2016-12-13 18:19 UTC 

[PATCH 0/2] powerpc/pseries: Perform PRRN topology updates in kernel
 2016-12-13 16:58 UTC  (4+ messages)
` [PATCH 1/2] powerpc/pseries: Introduce memory hotplug READD operation
` [PATCH 2/2] powerpc/pseries: Update affinity for memory and cpus specified in a PRRN event

[PATCH] powerpc/32: Remove FIX_SRR1
 2016-12-13 16:57 UTC 

[PATCH v8 1/3] perf annotate: Show raw form for jump instruction with indirect target
 2016-12-13 16:27 UTC  (6+ messages)
` [PATCH v8 2/3] perf annotate: Support jump instruction with target as second operand
` [PATCH v8 3/3] perf annotate: Fix jump target outside of function address range

[PATCH] powerpc/mm/hugetlb: Don't panic if we don't find the default huge page size
 2016-12-13 14:04 UTC 

[PATCH v3] powerpc: sstep.c: Add modsw, moduw instruction emulation
 2016-12-13  8:05 UTC 

[PATCH v2] powerpc: sstep.c: Add modsw, moduw instruction emulation
 2016-12-13  7:54 UTC  (5+ messages)

[RFC][PATCH] powerpc: build-time fixup alternate feature relative addresses
 2016-12-13  6:30 UTC 

[PATCH v2] cxl: prevent read/write to AFU config space while AFU not configured
 2016-12-13  6:11 UTC  (3+ messages)

[PATCH net-next 18/27] net/skbuff: add macros for VLAN_PRESENT bit
 2016-12-13  0:12 UTC  (2+ messages)
` [PATCH net-next 21/27] net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCI

[PATCH v7] powerpc: Do not make the entire heap executable
 2016-12-12 19:22 UTC  (3+ messages)

[PATCH V9 0/8] powerpc/devtree: Add support for 2 new DRC properties
 2016-12-12 15:40 UTC  (15+ messages)
` [PATCH V9 1/8] powerpc/firmware: Add definitions for new firmware features
` [PATCH V9 2/8] powerpc/memory: Parse new memory property to register blocks
` [PATCH V9 3/8] powerpc/memory: Parse new memory property to initialize structures
` [PATCH V9 4/8] pseries/hotplug init: Convert new DRC memory property for hotplug runtime
` [PATCH V9 6/8] hotplug/drc-info: Add code to search new devtree properties
` [PATCH V9 7/8] powerpc: Check arch.vec earlier during boot for memory features
` [PATCH V9 8/8] powerpc: Enable support for new DRC devtree properties

[PATCH] powerpc/64: pseudo-NMI/SMP watchdog
 2016-12-12  4:09 UTC  (6+ messages)

[PATCH] ibmvscsi: add write memory barrier to CRQ processing
 2016-12-09 21:20 UTC  (6+ messages)

[PATCH v2] of/irq: improve error report on irq discovery process failure
 2016-12-09 18:19 UTC  (5+ messages)

4.9.0-rc8 - rcutorture test failure
 2016-12-09 13:46 UTC  (4+ messages)

[PATCH 1/3] gcc-plugins: fix definition of DISABLE_LATENT_ENTROPY_PLUGIN
 2016-12-09 10:59 UTC  (6+ messages)
` [PATCH 3/3] powerpc: enable support for GCC plugins

[PATCH v2] PCI: designware: add host_init error handling
 2016-12-09  0:04 UTC  (2+ messages)

[PATCHv2 0/4] Hash Page Table resizing for PAPR guests
 2016-12-09  0:07 UTC  (5+ messages)
` [PATCHv2 1/4] pseries: Add hypercall wrappers for hash page table resizing
` [PATCHv2 2/4] pseries: Add support for hash "
` [PATCHv2 3/4] pseries: Advertise HPT resizing support via CAS
` [PATCHv2 4/4] pseries: Automatically resize HPT for memory hot add/remove

[PATCH 1/2] ibmvscsi: add vscsi hosts to global list_head
 2016-12-08 22:03 UTC  (2+ messages)


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