linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-25 04:37:01 to 2016-03-01 07:29:55 UTC [more...]

[PATCH 0/8] BOOk3s 64 MMU code cleanup
 2016-03-01  7:29 UTC  (7+ messages)
` [PATCH 1/8] powerp/mm: Update code comments
` [PATCH 2/8] powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
` [PATCH 3/8] powerpc/mm: Use flush_tlb_page in ptep_clear_flush_young
` [PATCH 4/8] powerpc/mm: Move hash related mmu-*.h headers to book3s/
` [PATCH 6/8] powerpc/mm: Move hash page table related functions to pgtable-hash64.c
` [PATCH 7/8] powerpc/mm: THP is only available on hash64 as of now

[PATCH v3 1/7] QE: Add IC, SI and SIRAM document to device tree bindings
 2016-03-01  7:09 UTC  (3+ messages)
` [PATCH v3 2/7] QE: Add ucc hdlc document to bindings
` [PATCH v3 3/7] QE: Add uqe_serial "

[PATCH kernel v2 0/4] KVM: PPC: Add in-kernel acceleration for 64bit DMA
 2016-03-01  6:54 UTC  (5+ messages)
` [PATCH kernel v2 1/4] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_64 capability number
` [PATCH kernel v2 2/4] KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table
` [PATCH kernel v2 3/4] KVM: PPC: Add @offset "
` [PATCH kernel v2 4/4] KVM: PPC: Add support for 64bit TCE windows

[PATCH 1/2] powerpc: Batch up loads/stores on saving and restoring Altivec
 2016-03-01  5:55 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Batch up loads/stores on saving and restoring VSX

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

[PATCH] powerpc/lpar: Don't crash on H_PROTECT errors
 2016-03-01  5:46 UTC  (7+ messages)
`  "

[RFC PATCH] powerpc/mm: Use big endian page table for book3s 64
 2016-03-01  5:31 UTC  (4+ messages)

[PATCH] selftests/powerpc: Remove -flto from common CFLAGS
 2016-03-01  4:46 UTC  (6+ messages)
`  "

[PATCH] selftests/powerpc: PMU libs: use signed long to read perf_event_paranoid
 2016-03-01  4:26 UTC 

[PATCH 0/4] Add 4 level page table for 64k book3s config
 2016-03-01  4:15 UTC  (5+ messages)
` [PATCH 1/4] powerpc/mm: Split pgtable types to separate header
` [PATCH 2/4] powerpc/mm: Don't have conditional defines for real_pte_t
` [PATCH 3/4] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
` [PATCH 4/4] mm: Some arch may want to use HPAGE_PMD related values as variables

[PATCH 3/4] powerpc/mm: Clean up memory hotplug failure paths
 2016-03-01  2:27 UTC  (3+ messages)
` [3/4] "

[PATCH v2 1/8] powerpc: Create a helper for getting the kernel toc value
 2016-03-01  1:40 UTC  (9+ messages)
` [PATCH v2 2/8] powerpc/module: Only try to generate the ftrace_caller() stub once
` [PATCH v2 3/8] powerpc/module: Mark module stubs with a magic value
` [PATCH v2 4/8] powerpc/module: Create a special stub for ftrace_caller()
` [PATCH v2 5/8] powerpc/ftrace: Use generic ftrace_modify_all_code()
` [PATCH v2 6/8] powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace
` [PATCH v2 7/8] powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI
` [PATCH v2 8/8] powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel

[PATCH 0/9] FP/VEC/VSX switching optimisations
 2016-02-29 23:02 UTC  (11+ 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 5/9] powerpc: Restore FPU/VEC/VSX if previously used
` [PATCH 6/9] powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
` [PATCH 7/9] powerpc: Add the ability to save FPU without giving it up
` [PATCH 8/9] powerpc: Add the ability to save Altivec "
` [PATCH 9/9] powerpc: Add the ability to save VSX "

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

Freescale P5020 cpu will be kvm-pr?
 2016-02-29 19:03 UTC 

[PATCH V3] cpufreq: qoriq: Register cooling device based on device tree
 2016-02-29 14:39 UTC  (14+ messages)

[PATCH 0/9] powerpc32: set of optimisation of network checksum functions
 2016-02-29 12:53 UTC  (10+ messages)
` [PATCH 4/9] powerpc: inline ip_fast_csum()
` [PATCH 6/9] powerpc32: optimise a few instructions in csum_partial()
` [PATCH 8/9] powerpc: simplify csum_add(a, b) in case a or b is constant 0

[PATCH 0/3] powerpc/powernv: Cpuidle related cleanup
 2016-02-29 12:23 UTC  (4+ messages)
` [PATCH 1/3] powerpc/powernv: Move CHECK_HMI_INTERRUPT to exception-64s header
` [PATCH 2/3] powerpc/powernv: Encapsulate idle preparation steps in a macro
` [PATCH 3/3] powerpc/powernv: Refactor hypervisor state restore code

[PATCH kernel v3 0/7] KVM: PPC: Add in-kernel multitce handling
 2016-02-29 11:30 UTC  (5+ messages)
` [PATCH kernel v3 7/7] KVM: PPC: Add support for multiple-TCE hcalls

[RESEND][PATCH] Fix BUG_ON() reporting in real mode on PPC
 2016-02-29 11:05 UTC  (2+ messages)
` [RESEND] "

[PATCH V2] arch/powerpc: use BUILD_BUG_ON_MSG() when detect unfit {cmp}xchg size
 2016-02-29 11:05 UTC  (2+ messages)
` [V2] "

[PATCH 1/9] powerpc/mm/book3s-64: Clean up some obsolete or misleading comments
 2016-02-29 11:05 UTC  (2+ messages)
` [1/9] "

[PATCH 1/3] powerpc/powernv: Add powernv_defconfig
 2016-02-29 11:05 UTC  (2+ messages)
` [1/3] "

[PATCH] cxl: Fix PSL timebase synchronization detection
 2016-02-29 11:01 UTC  (2+ messages)
`  "

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

[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: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 

[PATCH 0/2] clk: imx6: add kpp clock for i.MX6UL
 2016-02-28  2:51 UTC  (3+ 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  (37+ 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 10/12] powerpc/ftrace: FTRACE_WITH_REGS configuration variables

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  (24+ 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  (9+ messages)
` [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

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-25 16:08 UTC  (12+ 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 

[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 


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