linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-27 11:06:38 to 2015-10-01 06:49:49 UTC [more...]

[PATCH 1/3] cxl: fix leak of IRQ names in cxl_free_afu_irqs()
 2015-10-01  6:49 UTC  (9+ messages)
` [PATCH 2/3] cxl: fix leak of ctx->irq_bitmap when releasing context via kernel API
` [PATCH 3/3] cxl: fix leak of ctx->mapping when releasing kernel API contexts
` [1/3] cxl: fix leak of IRQ names in cxl_free_afu_irqs()

[PATCH 1/4] powerpc/pseries: Make PCI non-optional
 2015-10-01  6:44 UTC  (4+ messages)
` [PATCH 2/4] powerpc/pseries: Remove use of CONFIG_PCI
` [PATCH 3/4] powerpc/pseries: Move PCI objects to obj-y
` [PATCH 4/4] powerpc/pseries: Drop always true CONFIG_PSERIES_MSI

[RFC PATCH 1/2] scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target
 2015-10-01  6:14 UTC  (5+ messages)

[PATCH v6 03/53] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
 2015-10-01  5:53 UTC  (3+ messages)
` [PATCH v6 40/53] PCI: Unify skip_ioresource_align()
` [PATCH v6 52/53] PCI: Introduce resource_disabled()

[PATCH] powerpc: Fix checkstop in native_hpte_clear() with lockdep
 2015-10-01  4:25 UTC 

[PATCH] powerpc/iommu: use iommu_num_pages() to calculate the number of iommu page
 2015-10-01  4:15 UTC  (3+ messages)

[v2,5/5] powerpc/pseries: re-use code from of_helpers module
 2015-10-01  2:56 UTC  (3+ messages)

[PATCH v4 00/32] cxlflash: Miscellaneous bug fixes and corrections
 2015-09-30 23:53 UTC  (52+ messages)
` [PATCH v4 02/32] cxlflash: Replace magic numbers with literals
` [PATCH v4 06/32] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v4 07/32] cxlflash: Fix context encode mask width
` [PATCH v4 08/32] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v4 09/32] cxlflash: Correct naming of limbo state and waitq
` [PATCH v4 11/32] cxlflash: Refine host/device attributes
` [PATCH v4 12/32] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v4 17/32] cxlflash: Remove dual port online dependency
` [PATCH v4 23/32] cxlflash: Fix function prolog parameters and return codes
` [PATCH v4 24/32] cxlflash: Fix MMIO and endianness errors
` [PATCH v4 25/32] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v4 26/32] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v4 27/32] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v4 29/32] cxlflash: Fix to double the delay each time
` [PATCH v4 30/32] cxlflash: Fix to avoid corrupting adapter fops
` [PATCH v4 31/32] cxlflash: Correct trace string
` [PATCH v4 32/32] cxlflash: Fix to avoid potential deadlock on EEH

[GIT PULL 00/16] perf/core improvements and fixes
 2015-09-30 21:55 UTC  (2+ messages)
` [PATCH 05/16] perf tools: Fix build break on powerpc due to sample_reg_masks

[PATCH v3 0/3] powerpc/512x: add LocalPlus Bus FIFO device driver
 2015-09-30 21:24 UTC  (15+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] powerpc/512x: add a device tree binding for LocalPlus Bus FIFO
` [PATCH v3 3/3] dmaengine: mpc512x: initialize with subsys_initcall()

[PATCH V2 00/31] powerpc/mm: Update page table format for book3s 64
 2015-09-30 20:18 UTC  (35+ messages)
` [PATCH V2 01/31] powerpc/mm: move pte headers to book3s directory
` [PATCH V2 02/31] powerpc/mm: move pte headers to book3s directory (part 2)
` [PATCH V2 03/31] powerpc/mm: make a separate copy for book3s
` [PATCH V2 04/31] powerpc/mm: make a separate copy for book3s (part 2)
` [PATCH V2 05/31] powerpc/mm: Move hash specific pte width and other defines to book3s
` [PATCH V2 06/31] powerpc/mm: Delete booke bits from book3s
` [PATCH V2 07/31] powerpc/mm: Don't have generic headers introduce functions touching pte bits
` [PATCH V2 08/31] powerpc/mm: Drop pte-common.h from BOOK3S 64
` [PATCH V2 09/31] powerpc/mm: Don't use pte_val as lvalue
` [PATCH V2 10/31] powerpc/mm: Don't use pmd_val, pud_val and pgd_val "
` [PATCH V2 11/31] powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
` [PATCH V2 12/31] powerpc/mm: Move PTE bits from generic functions to hash64 functions
` [PATCH V2 13/31] powerpc/booke: Move booke headers (part 1)
` [PATCH V2 14/31] powerpc/booke: Move booke headers (part 2)
` [PATCH V2 15/31] powerpc/booke: Move booke headers (part 3)
` [PATCH V2 16/31] powerpc/booke: Move booke headers (part 4)
` [PATCH V2 17/31] powerpc/booke: Move booke headers (part 5)
` [PATCH V2 18/31] powerpc/mm: Increase the pte frag size
` [PATCH V2 19/31] powerpc/mm: Convert 4k hash insert to C
` [PATCH V2 20/31] powerpc/mm: update __real_pte to take address as argument
` [PATCH V2 21/31] powerpc/mm: make pte page hash index slot 8 bits
` [PATCH V2 22/31] powerpc/mm: Don't track subpage valid bit in pte_t
` [PATCH V2 23/31] powerpc/mm: Increase the width of #define
` [PATCH V2 24/31] powerpc/mm: Convert __hash_page_64K to C
` [PATCH V2 25/31] powerpc/mm: Convert 4k insert from asm "
` [PATCH V2 26/31] powerpc/mm: Remove the dependency on pte bit position in asm code
` [PATCH V2 27/31] powerpc/mm: Add helper for converting pte bit to hpte bits
` [PATCH V2 28/31] powerpc/mm: Move WIMG update to helper
` [PATCH V2 29/31] powerpc/mm: Move hugetlb related headers
` [PATCH V2 30/31] powerpc/mm: Move THP headers around
` [PATCH V2 31/31] powerpc/mm: Add a _PAGE_PTE bit

[PATCH v2] perf: Fix build break on powerpc due to sample_reg_masks
 2015-09-30 19:45 UTC  (3+ messages)

[PATCH v11 1/6] genalloc:support memory-allocation with bytes-alignment to genalloc
 2015-09-30 19:14 UTC  (8+ messages)
` [PATCH v11 2/6] genalloc:support allocating specific region
` [PATCH v11 3/6] CPM/QE: use genalloc to manage CPM/QE muram
` [PATCH v11 4/6] QE/CPM: move muram management functions to qe_common
` [PATCH v11 5/6] QE: use subsys_initcall to init qe
` [PATCH v11 6/6] QE: Move QE from arch/powerpc to drivers/soc

[PATCH v8 1/4] perf, kvm/{x86, s390}: Remove dependency on uapi/kvm_perf.h
 2015-09-30 18:14 UTC  (7+ messages)
  ` [PATCH v8 1/4] perf,kvm/{x86,s390}: "

[PATCH] powerpc/configs: Re-enable CONFIG_SCSI_DH
 2015-09-30 15:03 UTC  (2+ messages)

Regarding DSISR value of 0xa410
 2015-09-30 11:21 UTC 

[PATCH v5 11/22] tty/hvc: xen: Use xen page definition
 2015-09-30 10:45 UTC 

[1/5] powerpc/perf: Drop the branch sample when 'from' cannot be fetched
 2015-09-30 10:46 UTC  (4+ messages)

[PATCH RFC 0/5] powerpc:numa Add serial nid support
 2015-09-30  6:16 UTC  (22+ messages)
` [PATCH RFC 1/5] powerpc:numa Add numa_cpu_lookup function to update lookup table
` [PATCH RFC 2/5] powerpc:numa Rename functions referring to nid as chipid
` [PATCH RFC 3/5] powerpc:numa create 1:1 mappaing between chipid and nid
` [PATCH RFC 4/5] powerpc:numa Add helper functions to maintain chipid to nid mapping
` [PATCH RFC 5/5] powerpc:numa Use chipid to nid mapping to get serial numa node ids

[PATCH v2 0/2] powerpc: powerpc/vdso: Avoid link stack corruption in __get_datapage()
 2015-09-30  1:49 UTC  (8+ messages)
` [PATCH v2 1/2] powerpc/selftest: Add gettimeofday() benchmark

[PATCH 00/31] powerpc/mm: Update page table format for book3s 64
 2015-09-30  1:44 UTC  (21+ messages)
` [PATCH 18/31] powerpc/mm: Increase the pte frag size
` [PATCH 19/31] powerpc/mm: Convert 4k hash insert to C
` [PATCH 24/31] powerpc/mm: Convert __hash_page_64K "

[PATCH] perf record: Limit --intr-regs to platforms supporting PERF_REGS
 2015-09-29 20:36 UTC  (8+ messages)

[PATCH v17 00/19] perf, tools: Add support for PMU events in JSON format
 2015-09-29  0:50 UTC  (20+ messages)
` [PATCH v17 01/19] perf, tools: Add jsmn `jasmine' JSON parser
` [PATCH v17 02/19] perf, tools, jevents: Program to convert JSON file to C style file
` [PATCH v17 03/19] perf, tools: Use pmu_events table to create aliases
` [PATCH v17 04/19] perf, tools: Support CPU ID matching for Powerpc
` [PATCH v17 05/19] perf, tools: Support CPU id matching for x86 v2
` [PATCH v17 06/19] perf, tools: Support alias descriptions
` [PATCH v17 07/19] perf, tools: Query terminal width and use in perf list
` [PATCH v17 08/19] perf, tools: Add a --no-desc flag to "
` [PATCH v17 09/19] perf, tools: Add override support for event list CPUID
` [PATCH v17 10/19] perf, tools, jevents: Add support for long descriptions
` [PATCH v17 11/19] perf, tools: Add alias "
` [PATCH v17 12/19] perf, tools: Support long descriptions with perf list
` [PATCH v17 13/19] perf, tools, jevents: Add support for event topics
` [PATCH v17 14/19] perf, tools: Add support for event list topics
` [PATCH v17 15/19] perf, tools: Handle header line in mapfile
` [PATCH v17 16/19] perf, tools: Add README for info on parsing JSON/map files
` [PATCH v17 17/19] perf, tools: Make alias matching case-insensitive
` [PATCH v17 18/19] perf, tools, pmu-events: Fix fixed counters on Intel
` [PATCH v17 19/19] perf, tools, pmu-events: Add Skylake frontend MSR support

[PATCH v2 00/25] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2015-09-29  0:38 UTC  (25+ messages)
` [PATCH v2 01/25] powerpc/8xx: Save r3 all the time in DTLB miss handler
` [PATCH v2 05/25] powerpc/8xx: Fix vaddr for IMMR early remap
` [PATCH v2 06/25] powerpc32: iounmap() cannot vunmap() area mapped by TLBCAMs either
` [PATCH v2 07/25] powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
` [PATCH v2 08/25] powerpc/8xx: Map IMMR area with 512k page at a fixed address
` [PATCH v2 11/25] powerpc/8xx: map 16M RAM at startup
` [PATCH v2 13/25] powerpc/8xx: also use r3 in the ITLB miss in all situations
` [PATCH v2 14/25] powerpc32: remove ioremap_base
` [PATCH v2 15/25] powerpc/8xx: move 8xx SPRN defines into reg_8xx.h and add some missing ones
` [PATCH v2 20/25] powerpc32: Remove clear_pages() and define clear_page() inline
` [PATCH v2 21/25] powerpc: add inline functions for cache related instructions
` [PATCH v2 22/25] powerpc32: move xxxxx_dcache_range() functions inline

[PATCH v7 1/4] perf, kvm/{x86, s390}: Remove dependency on uapi/kvm_perf.h
 2015-09-28  7:50 UTC  (2+ messages)
` [PATCH v7 1/4] perf,kvm/{x86,s390}: "

-mprofile-kernel vs. notrace in ppc64(le) Linux kernels
 2015-09-28  0:08 UTC  (5+ messages)

[PATCH v2 0/5] drivers/tty: make more bool drivers explicitly non-modular
 2015-09-27 19:42 UTC  (3+ 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).