linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-24 09:39:24 to 2016-02-29 06:55:50 UTC [more...]

[PATCH 0/9] FP/VEC/VSX switching optimisations
 2016-02-29  6:53 UTC  (7+ messages)
` [PATCH 1/9] selftests/powerpc: Test the preservation of FPU and VMX regs across syscall
` [PATCH 2/9] selftests/powerpc: Test preservation of FPU and VMX regs across preemption
` [PATCH 3/9] selftests/powerpc: Test FPU and VMX regs in signal ucontext
` [PATCH 4/9] powerpc: Explicitly disable math features when copying thread
` [PATCH 6/9] powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
` [PATCH 8/9] powerpc: Add the ability to save Altivec without giving it up

[PATCH v10 0/2] cpufreq: powernv: Export throttle stat attributes and a bug fix
 2016-02-29  6:39 UTC  (6+ messages)
` [PATCH v10 1/2] cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
` [PATCH v10 2/2] cpufreq: powernv: Add sysfs attributes to show throttle stats

[PATCH] selftests/powerpc: Remove -flto from common CFLAGS
 2016-02-29  6:29 UTC 

[PATCH] selftests/powerpc: Remove -flto from common CFLAGS
 2016-02-29  6:09 UTC 

[PATCH v5 0/9] FP/VEC/VSX switching optimisations
 2016-02-29  5:53 UTC  (8+ messages)
` [PATCH v5 1/9] selftests/powerpc: Test the preservation of FPU and VMX regs across syscall

[PATCH] cxl: Ignore probes for virtual afu pci devices
 2016-02-29  5:40 UTC 

[RFC PATCH] powerpc/mm: Use big endian page table for book3s 64
 2016-02-29  2:58 UTC  (3+ messages)

[RFC PATCH 1/2] powerpc/mm: Update prot_none implementation using _PAGE_READ
 2016-02-29  2:36 UTC  (3+ messages)
` [RFC PATCH 2/2] powerpc/mm: Replace _PAGE_USER with _PAGE_PRIV

[PATCH 0/2] clk: imx6: add kpp clock for i.MX6UL
 2016-02-28  2:51 UTC  (3+ messages)

[PATCH V3] cpufreq: qoriq: Register cooling device based on device tree
 2016-02-27  0:41 UTC  (11+ messages)

[PATCH v3 0/5] clk: qoriq: Move chip-specific knowledge into driver
 2016-02-26 21:46 UTC  (8+ messages)
` [PATCH v3 5/5] cpufreq: qoriq: Don't look at clock implementation details

[PATCH 00/14] PCI Passthrough Interrupt Optimizations
 2016-02-26 18:49 UTC  (16+ messages)
` [PATCH 01/14] powerpc: Add simple cache inhibited MMIO accessors
` [PATCH 02/14] KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
` [PATCH 03/14] KVM: PPC: select IRQ_BYPASS_MANAGER
` [PATCH 04/14] KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
` [PATCH 05/14] KVM: PPC: Book3S HV: Enable IRQ bypass
` [PATCH 06/14] KVM: PPC: Book3S HV: Caching for passthrough IRQ map
` [PATCH 07/14] KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
` [PATCH 08/14] KVM: PPC: Book3S HV: Complete passthrough interrupt in host
` [PATCH 09/14] KVM: PPC: Book3S HV: Enable KVM real mode handling of passthrough IRQs
` [PATCH 10/14] KVM: PPC: Book3S HV: Dump irqmap in debugfs
` [PATCH 11/14] KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
` [PATCH 12/14] KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
` [PATCH 13/14] KVM: PPC: Book3S HV: Change affinity for passthrough IRQ
` [PATCH 14/14] KVM: PPC: Book3S HV: Counters for passthrough IRQ stats
` [PATCH 00/14] KVM: PPC: Book3S HV: PCI Passthrough Interrupt Optimizations

[PATCH 01/12] powerpc/module: Only try to generate the ftrace_caller() stub once
 2016-02-26 10:37 UTC  (43+ messages)
` [PATCH 02/12] powerpc/module: Mark module stubs with a magic value
` [PATCH 03/12] powerpc/module: Create a special stub for ftrace_caller()
` [PATCH 04/12] powerpc/ftrace: Prepare for -mprofile-kernel
` [PATCH 05/12] powerpc/ftrace: ftrace_graph_caller() needs to save/restore toc
` [PATCH 06/12] powerpc/module: Rework is_early_mcount_callsite()
` [PATCH 07/12] powerpc/ftrace: FTRACE_WITH_REGS implementation for ppc64le
` [PATCH 08/12] powerpc/ftrace: Rework ftrace_caller()
` [PATCH 09/12] powerpc/ftrace: Use generic ftrace_modify_all_code()
` [PATCH 10/12] powerpc/ftrace: FTRACE_WITH_REGS configuration variables
` [PATCH 11/12] powerpc/ftrace: Rework __ftrace_make_nop()
` [PATCH 12/12] powerpc/ftrace: Disable profiling for some files

Problems with swapping in v4.5-rc on POWER
 2016-02-26 10:04 UTC  (7+ messages)

[PATCH V4 00/18] Book3s abstraction in preparation for new MMU model
 2016-02-26 10:00 UTC  (26+ messages)
` [PATCH V4 02/18] mm: Some arch may want to use HPAGE_PMD related values as variables
` [PATCH V4 04/18] powerpc/mm: Split pgtable types to separate header
` [PATCH V4 05/18] powerpc/mm: Don't have conditional defines for real_pte_t
` [PATCH V4 06/18] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
` [PATCH V4 07/18] powerpc/mm: Update masked bits for linux "
` [PATCH V4 08/18] powerpc/mm: Copy pgalloc (part 1)
` [PATCH V4 11/18] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [PATCH V4 15/18] powerpc/mm: Move hash page table related functions to pgtable-hash64.c

[PATCH 1/2] powerpc/mm: Remove duplicated check in do_page_fault()
 2016-02-26  0:26 UTC  (2+ messages)
` [PATCH 2/2] powerpc/mm: Improve readability of update_mmu_cache()

[PATCH] powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()
 2016-02-26  0:13 UTC  (5+ messages)

[PATCH v2] powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()
 2016-02-26  0:14 UTC 

[PATCH 0/3] powerpc/eeh: Enhancement to EEH for VF
 2016-02-26  0:04 UTC  (4+ messages)
` [PATCH 1/3] powerpc/eeh: Don't propagate error to guest
` [PATCH 2/3] powerpc/eeh: Don't remove passed VFs
` [PATCH 3/3] powerpc/eeh: Synchronize recovery in host/guest

[RFC][PATCH] Enable livepatching for powerpc
 2016-02-25 14:42 UTC  (2+ messages)

[PATCH v5 00/18] cxl: Add support for powerVM guest​
 2016-02-25 16:59 UTC  (21+ messages)
` [PATCH v5 11/18] cxl: Separate bare-metal fields in adapter and AFU data structures
` [PATCH v5 12/18] cxl: Add guest-specific code
` [PATCH v5 13/18] cxl: sysfs support for guests
` [PATCH v5 14/18] cxl: Support to flash a new image on the adapter from a guest
` [PATCH v5 15/18] cxl: Parse device tree and create cxl device(s) at boot
` [PATCH v5 16/18] cxl: Support the cxl kernel API from a guest
` [PATCH v5 17/18] cxl: Adapter failure handling
` [PATCH v5 18/18] cxl: Add tracepoints around the cxl hcall

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-25 16:08 UTC  (22+ messages)

[PATCH 1/3] powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h
 2016-02-25 11:24 UTC  (5+ messages)
` [PATCH 2/3] powernv: Rename pSeries to powenv from machine_check_pSeries_early
` [PATCH 3/3] powernv: Fix MCE handler to avoid trashing CR0/CR1 registers

[GIT PULL] Please pull powerpc/linux.git powerpc-4.5-4 tag
 2016-02-25 11:02 UTC 

[RFC PATCH v1 1/2] powerpc/86xx: Move dts files to fsl directory
 2016-02-25 10:57 UTC  (2+ messages)
` [RFC PATCH v1 2/2] powerpc/86xx: Introduce and use common dtsi

[PATCH v2 1/7] QE: Add IC, SI and SIRAM document to device tree bindings
 2016-02-25  5:56 UTC  (13+ messages)
` [PATCH v2 2/7] QE: Add ucc hdlc document to bindings
` [PATCH v2 3/7] QE: Add uqe_serial "

[net-next PATCH v3] ibmvnic: map L2/L3/L4 header descriptors to firmware
 2016-02-25  5:12 UTC  (2+ messages)

[PATCH] powerpc/p5040: Add device node for RAID Engine
 2016-02-25  1:14 UTC 

[PATCH v10 09/59] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
 2016-02-25  2:12 UTC  (3+ messages)
` [PATCH v10 51/59] PCI: Unify skip_ioresource_align()
` [PATCH v10 57/59] PCI: Introduce resource_disabled()

[PATCH] cxl: Fix PSL timebase synchronization detection
 2016-02-25  1:19 UTC  (6+ messages)

[PATCH 0/2] NUMA related header file cleanups
 2016-02-25  0:02 UTC  (3+ messages)
` [PATCH 1/2] topology, cleanup: Avoid redefinition of cpumask_of_pcibus in asm header files
` [PATCH 2/2] numa, mm, cleanup: remove redundant NODE_DATA macro from "

[net-next PATCH v2] ibmvnic: map L2/L3/L4 header descriptors to firmware
 2016-02-24 21:55 UTC 

[net-next PATCH] ibmvnic: map L2/L3/L4 header descriptors to firmware
 2016-02-24 20:56 UTC  (2+ messages)

[PATCH] powerpc: Fix misspellings in comments
 2016-02-24 18:51 UTC 

[PATCH] powerpc/eeh: Fix partial hotplug criterion
 2016-02-24 14:35 UTC  (2+ messages)
`  "

[PATCH V2] powerpc/mm/hash: Clear the invalid slot information correctly
 2016-02-24 14:35 UTC  (2+ messages)
` [V2] "

[PATCH] powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init fails
 2016-02-24 14:34 UTC  (2+ messages)
`  "

[PATCH v2 3/3] powerpc: Add POWER9 cputable entry
 2016-02-24 14:34 UTC  (2+ messages)
` [v2,3/3] "

[PATCH v2 2/3] powerpc: Use defines for __init_tlb_power[78]
 2016-02-24 14:34 UTC  (2+ messages)
` [v2,2/3] "

[PATCH v2 1/3] powerpc/powernv: Create separate subcores CPU feature bit
 2016-02-24 14:34 UTC  (2+ messages)
` [v2, "

[PATCH 1/2] powerpc/mm: Enable HugeTLB page migration
 2016-02-24 12:20 UTC  (5+ messages)

[PATCH v8] powerpc32: provide VIRT_CPU_ACCOUNTING
 2016-02-24 11:46 UTC 

Question on follow_page_mask
 2016-02-24 11:45 UTC  (5+ messages)

[PATCH v8 8/8] livepatch: Detect offset for the ftrace location during build
 2016-02-24 11:22 UTC  (12+ messages)

[RFC] Fix si->si_code for guard page access on PowerPC
 2016-02-24  9:39 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).