linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-10 13:42:40 to 2017-04-12 19:14:12 UTC [more...]

[PATCH 00/17] cxlflash: Enhancements and miscellaneous fixes
 2017-04-12 19:13 UTC  (6+ messages)
` [PATCH 01/17] cxlflash: Separate RRQ processing from the RRQ interrupt handler
` [PATCH 02/17] cxlflash: Serialize RRQ access and support offlevel processing
` [PATCH 03/17] cxlflash: Implement IRQ polling for RRQ processing
` [PATCH 04/17] cxlflash: Update sysfs helper routines to pass config structure
` [PATCH 05/17] cxlflash: Support dynamic number of FC ports

[PATCH 0/5] powerpc/devtree: Add support for 'ibm, dynamic-memory-v2' property
 2017-04-12 18:37 UTC  (6+ messages)
` [PATCH 1/5] powerpc/dynmemv2: Check arch.vec earlier during boot for memory features, [PATCH 1/5] powerpc/dynmemv2: Check arch.vec earlier during boot for memory features
` [PATCH 2/5] powerpc/memory: Parse new memory property to register blocks., [PATCH 2/5] powerpc/memory: Parse new memory property to register blocks
` [PATCH 3/5] powerpc/memory: Parse new memory property to initialize structures
` [PATCH 4/5] pseries/hotplug init: Convert new DRC memory property for hotplug runtime
` [PATCH 5/5] powerpc: Enable support for new 'ibm, dynamic-memory-v2' devtree property

[PATCH 0/3] cpufeatures merge candidate
 2017-04-12 17:48 UTC  (5+ messages)
` [PATCH 1/3] powerpc/64s: POWER9 no LPCR VRMASD bits
` [PATCH 2/3] of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle
` [PATCH 3/3] powerpc/64s: cpufeatures: add initial implementation for cpufeatures
` [PATCH][OPAL] cpufeatures: add base and POWER8, POWER9 /cpus/features dt

[PATCH tip/core/rcu 02/40] rcu: Make arch select smp_mb__after_unlock_lock() strength
 2017-04-12 17:39 UTC 

[v3,1/2] powerpc/mm: Dump linux pagetables
 2017-04-12 16:40 UTC  (2+ messages)

[PATCH] powerpc: Avoid taking a data miss on every userspace instruction miss
 2017-04-12 16:15 UTC  (4+ messages)

[PATCH v4 0/5] perf report: Show branch type
 2017-04-12 15:46 UTC  (11+ messages)
` [PATCH v4 1/5] perf/core: Define the common branch type classification
` [PATCH v4 2/5] perf/x86/intel: Record branch type
` [PATCH v4 3/5] perf record: Create a new option save_type in --branch-filter
` [PATCH v4 4/5] perf report: Show branch type statistics for stdio mode
` [PATCH v4 5/5] perf report: Show branch type in callchain entry

[linuxppc-dev] Patch notification: 1 patch updated
 2017-04-12 15:22 UTC 

Optimised memset64/memset32 for powerpc
 2017-04-12 15:05 UTC  (9+ messages)
  ` [PATCH 1/2] powerpc: string: implement optimized memset variants

[PATCH V4 0/7] cxl: Add support for Coherent Accelerator Interface Architecture 2.0
 2017-04-12 14:34 UTC  (22+ messages)
` [PATCH V4 1/7] cxl: Read vsec perst load image
` [PATCH V4 2/7] cxl: Remove unused values in bare-metal environment
` [PATCH V4 3/7] cxl: Keep track of mm struct associated with a context
` [PATCH V4 4/7] cxl: Update implementation service layer
` [PATCH V4 5/7] cxl: Rename some psl8 specific functions
` [PATCH V4 6/7] cxl: Isolate few psl8 specific calls
` [PATCH V4 7/7] cxl: Add psl9 specific code
  ` [PATCH V4 7/7 remix] "

[PATCH] powerpc/64s: catch external interrupts going to host in POWER9
 2017-04-12 14:12 UTC  (3+ messages)

EEH error in doing DMA with PEX 8619
 2017-04-12 13:53 UTC  (11+ messages)

[PATCH 1/2] powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
 2017-04-12 13:31 UTC  (3+ messages)
` [PATCH 2/2] powerpc: Remove unnecessary includes of asm/debug.h
` [1/2] powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there

[v3 PATCH 1/4] powernv: Move CPU-Offline idle state invocation from smp.c to idle.c
 2017-04-12 13:31 UTC  (2+ messages)
` [v3, "

[PATCH 0/3] powernv:stop: Some fixes for handling deep stop
 2017-04-12 11:46 UTC  (4+ messages)
` [PATCH 1/3] powernv:idle: Use correct IDLE_THREAD_BITS in POWER8/9
` [PATCH 2/3] powernv:idle: Decouple TB restore & Per-core SPRs restore
` [PATCH 3/3] powernv:idle: Set LPCR_UPRT on wakeup from deep-stop

[PATCH] powerpc: Add XIVE related definitions to opal-api.h
 2017-04-12 11:40 UTC  (2+ messages)
`  "

[PATCH v2 01/10] powerpc: Add more PPC bit conversion macros
 2017-04-12 11:40 UTC  (2+ messages)
` [v2,01/10] "

[PATCH v2] powerpc: kprobes: convert __kprobes to NOKPROBE_SYMBOL()
 2017-04-12 11:18 UTC 

[PATCH v4 0/2] powerpc: split ftrace bits into a separate
 2017-04-12 11:14 UTC  (3+ messages)
` [PATCH v4 1/2] powerpc: split ftrace bits into a separate file
` [PATCH v4 2/2] powerpc: ftrace_64: split further based on -mprofile-kernel

[PATCH v3 0/5] powerpc: add support for KPROBES_ON_FTRACE
 2017-04-12 11:09 UTC  (6+ messages)
` [PATCH v3 1/5] powerpc: ftrace: minor cleanup
` [PATCH v3 2/5] powerpc: ftrace: restore LR from pt_regs
` [PATCH v3 3/5] kprobes: Skip preparing optprobe if the probe is ftrace-based
` [PATCH v3 4/5] powerpc: kprobes: add support for KPROBES_ON_FTRACE
` [PATCH v3 5/5] powerpc: kprobes: prefer ftrace when probing function entry

[PATCH v2 0/5] powerpc: a few kprobe fixes and refactoring
 2017-04-12 10:58 UTC  (6+ messages)
` [PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function
` [PATCH v2 2/5] powerpc: kprobes: fix handling of function offsets on ABIv2
` [PATCH v2 3/5] powerpc: introduce a new helper to obtain function entry points
` [PATCH v2 4/5] powerpc: kprobes: factor out code to emulate instruction into a helper
` [PATCH v2 5/5] powerpc: kprobes: emulate instructions on kprobe handler re-entry

[PATCH] powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pages
 2017-04-12 10:11 UTC 

[PATCH] selftests/powerpc/mm: Add a test for virtual address mapping
 2017-04-12  9:41 UTC 

[PATCH 1/2] lib/raid6: Build proper files on corresponding arch
 2017-04-12  9:27 UTC  (4+ messages)
` [PATCH v3 2/2] raid6/altivec: Add vpermxor implementation for raid6 Q syndrome

ZONE_DEVICE and pmem API support for powerpc
 2017-04-12  9:14 UTC  (26+ messages)
` [PATCH 1/9] mm/huge_memory: Use zap_deposited_table() more
` [PATCH 2/9] mm/huge_memory: Deposit a pgtable for DAX PMD faults when required
` [PATCH 3/9] powerpc/mm: Add _PAGE_DEVMAP for ppc64
` [PATCH 4/9] powerpc/mm: Reshuffle vmemmap_free()
` [PATCH 5/9] powerpc/vmemmap: Add altmap support
` [PATCH 6/9] powerpc, mm: Enable ZONE_DEVICE on powerpc
` [PATCH 7/9] powerpc/mm: Wire up ioremap_cache
` [PATCH 8/9] powerpc/mm: Wire up hpte_removebolted for powernv
` [PATCH 9/9] powerpc: Add pmem API support

[PATCH v7 00/11]powerpc: "paca->soft_enabled" based local atomic operation implementation
 2017-04-12  8:00 UTC  (12+ messages)
` [PATCH v7 01/11] powerpc: move set_soft_enabled() and rename
` [PATCH v7 02/11] powerpc: Use soft_enabled_set api to update paca->soft_enabled
` [PATCH v7 03/11] powerpc: Add soft_enabled manipulation functions
` [PATCH v7 04/11] powerpc: reverse the soft_enable logic
` [PATCH v7 05/11] powerpc: Rename soft_enabled to soft_disable_mask
` [PATCH v7 06/11] powerpc: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*
` [PATCH v7 07/11] powerpc: Add support to take additional parameter in MASKABLE_* macro
` [PATCH v7 08/11] powerpc: Add support to mask perf interrupts and replay them
` [PATCH v7 09/11] powerpc:Add new kconfig IRQ_DEBUG_SUPPORT
` [PATCH v7 10/11] powerpc: Add new set of soft_disable_mask_ functions
` [PATCH v7 11/11] powerpc: rewrite local_t using soft_irq

[PATCH] powerpc/mm/hash: don't opencode VMALLOC_INDEX
 2017-04-12  6:55 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm: fix up pgtable dump flags
 2017-04-12  6:52 UTC  (5+ messages)
` [PATCH 2/2] powerpc/mm: add phys addr to linux page table dump

[PATCH] powerpc/syscalls/trace: Fix mmap in syscalls_trace
 2017-04-12  6:35 UTC 

[RFC PATCH 1/7] mm/hugetlb/migration: Use set_huge_pte_at instead of set_pte_at
 2017-04-12  4:48 UTC  (4+ messages)
` [RFC PATCH 6/7] powerpc/hugetlb: Add code to support to follow huge page directory entries

[PATCH] powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()
 2017-04-12  3:39 UTC  (2+ messages)
`  "

WARN @lib/refcount.c:128 during hot unplug of I/O adapter
 2017-04-12  2:10 UTC  (7+ messages)

[PATCH] powerpc/mm: Update mm context addr limit correctly
 2017-04-11 14:15 UTC 

[PATCH v5 00/15] livepatch: hybrid consistency model
 2017-04-11 12:35 UTC  (5+ messages)
` [PATCH v5 01/15] stacktrace/x86: add function for detecting reliable stack traces
` [PATCH v5 13/15] livepatch: change to a per-task consistency model

[PATCH 0/5] doorbell patches for POWER9
 2017-04-11 12:18 UTC  (4+ messages)
` [PATCH 1/5] powerpc/pseries: do not use msgsndp doorbells on POWER9 guests

[PATCH v3 0/5] perf report: Show branch type
 2017-04-11 11:51 UTC  (12+ messages)
` [PATCH v3 1/5] perf/core: Define the common branch type classification
` [PATCH v3 2/5] perf/x86/intel: Record branch type
` [PATCH v3 3/5] perf record: Create a new option save_type in --branch-filter
` [PATCH v3 4/5] perf report: Show branch type statistics for stdio mode
` [PATCH v3 5/5] perf report: Show branch type in callchain entry

[PATCH v4] cxl: Force context lock during EEH flow
 2017-04-11 11:13 UTC  (4+ messages)

[PATCH v2] ppc64/kprobe: Fix oops when kprobed on 'stdu' instruction
 2017-04-11 10:52 UTC  (4+ messages)

[BUG][next-20170410][PPC] WARNING: CPU: 22 PID: 0 at block/blk-core.c:2655 .blk_update_request+0x4f8/0x500
 2017-04-11 10:44 UTC 

[PATCH 1/2] Introduce add_taint variant that does not print warning
 2017-04-11 10:35 UTC  (3+ messages)
` [PATCH 2/2] powerpc/book3s: mce: Use add_taint_no_warn() in machine_check_early()

kselftest:lost_exception_test failure with 4.11.0-rc5
 2017-04-11 10:05 UTC  (4+ messages)

[PATCH kernel v2] powerpc/powernv: Check kzalloc() return value in pnv_pci_table_alloc
 2017-04-11  8:28 UTC  (2+ messages)

[PATCH kernel v2] powerpc/iommu: Do not call PageTransHuge() on tail pages
 2017-04-11  8:20 UTC  (2+ messages)

[PATCH 1/2] powerpc/tracing: Trace TLBIE(L)
 2017-04-11  7:00 UTC  (2+ messages)

[RFC][PATCH] powerpc/syscalls/trace: Fix mmap in syscalls_trace
 2017-04-11  4:28 UTC 

[PATCH] ibmveth: Support to enable LSO/CSO for Trunk VEA
 2017-04-11  4:23 UTC  (4+ messages)

clear_page, copy_page address align question?
 2017-04-11  3:21 UTC  (3+ messages)

[PATCH v3 0/6] powerpc/perf: Export memory hierarchy level
 2017-04-11  1:51 UTC  (7+ messages)
` [PATCH v3 1/6] powerpc/perf: Define big-endian version of perf_mem_data_src
` [PATCH v3 2/6] powerpc/perf: Export memory hierarchy info to user space
` [PATCH v3 3/6] powerpc/perf: Support to export MMCRA[TEC*] field to userspace
` [PATCH v3 4/6] powerpc/perf: Support to export SIERs bit in Power8
` [PATCH v3 5/6] powerpc/perf: Support to export SIERs bit in Power9
` [PATCH v3 6/6] powerpc/perf: Add Power8 mem_access event to sysfs

[PATCH] powerpc/powernv: Fix powernv Kconfig dependencies
 2017-04-10 22:49 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm: Remove reduntant initmem information from log
 2017-04-10 22:49 UTC  (2+ messages)
`  "

[PATCH V4] powerpc/hugetlb: Add ABI defines for supported HugeTLB page sizes
 2017-04-10 22:49 UTC  (2+ messages)
` [V4] "

[PATCH v2] powerpc: Make sparsemem the default on 64-bit Book3S
 2017-04-10 22:49 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()
 2017-04-10 22:49 UTC  (2+ messages)
`  "

[PATCH 2/2] powerpc/mm/radix: Remove unnecessary ptesync
 2017-04-10 22:49 UTC  (2+ messages)
` [2/2] "

[PATCH 1/2] powerpc/mm/radix: Don't do page walk cache flush when doing full mm flush
 2017-04-10 22:49 UTC  (2+ messages)
` [1/2] "

[PATCH] ppc64/kprobe: Fix oops when kprobed on 'stdu' instruction
 2017-04-10 22:37 UTC  (3+ messages)

[PATCH v3] powerpc: mm: support ARCH_MMAP_RND_BITS
 2017-04-10 17:20 UTC  (2+ messages)

Freescale mpc8315 IRQ0 setup
 2017-04-10 14:53 UTC 

[PATCH 0/3] latest cpufeatures patch series
 2017-04-10 13:42 UTC  (8+ messages)
` [PATCH 2/3] of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle


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