linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-11 13:03:50 to 2015-08-13 23:40:52 UTC [more...]

RFC: prepare for struct scatterlist entries without page backing
 2015-08-13 23:40 UTC  (49+ messages)
` [PATCH 01/31] scatterlist: add sg_pfn and sg_has_page helpers
` [PATCH 02/31] scatterlist: use sg_phys()
` [PATCH 03/31] dma-debug: handle page-less SG entries
` [PATCH 04/31] x86/pci-nommu: "
` [PATCH 05/31] x86/pci-calgary: "
` [PATCH 06/31] alpha/pci-noop: "
` [PATCH 07/31] alpha/pci_iommu: "
` [PATCH 08/31] c6x: "
` [PATCH 09/31] ia64/pci_dma: "
` [PATCH 10/31] powerpc/iommu: "
` [PATCH 11/31] sparc/iommu: "
` [PATCH 12/31] mn10300: "
` [PATCH 13/31] sparc/ldc: "
` [PATCH 14/31] sparc32/io-unit: "
` [PATCH 15/31] sparc32/iommu: "
` [PATCH 16/31] s390: "
` [PATCH 17/31] ia64/sba_iommu: remove sba_sg_address
` [PATCH 18/31] nios2: handle page-less SG entries
` [PATCH 19/31] arc: "
` [PATCH 20/31] avr32: "
` [PATCH 21/31] blackfin: "
` [PATCH 22/31] metag: "
` [PATCH 23/31] sh: "
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] frv: "
` [PATCH 26/31] openrisc: "
` [PATCH 27/31] mips: "
` [PATCH 28/31] powerpc: "
` [PATCH 29/31] parisc: "
` [PATCH 30/31] intel-iommu: "
` [PATCH 31/31] dma-mapping-common: skip kmemleak checks for "

[PATCH v2 0/7] dax: I/O path enhancements
 2015-08-13 21:20 UTC  (3+ messages)
` [PATCH v2 7/7] pmem, dax: have direct_access use __pmem annotation

RFC: Reducing the number of non volatile GPRs in the ppc64 kernel
 2015-08-13 21:04 UTC  (7+ messages)

[PATCH v4 0/10] Implement group-read of events using txn interface
 2015-08-13 20:47 UTC  (7+ messages)
` [PATCH 09/10] Define PERF_PMU_TXN_READ interface

[PATCH 1/3] powerpc/e6500: remove the stale TCD_LOCK macro
 2015-08-13 18:44 UTC  (4+ messages)
` [PATCH 2/3] powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codes
` [PATCH 3/3] powerpc/e6500: hw tablewalk: order the memory access when acquire/release tcd lock

provide more common DMA API functions
 2015-08-13 17:58 UTC  (10+ messages)
` [PATCH 1/5] dma-mapping: consolidate dma_{alloc, free}_{attrs, coherent}
` [PATCH 2/5] dma-mapping: consolidate dma_{alloc,free}_noncoherent
  ` [PATCH 2/5] dma-mapping: consolidate dma_{alloc, free}_noncoherent
` [PATCH 3/5] dma-mapping: cosolidate dma_mapping_error
` [PATCH 4/5] dma-mapping: consolidate dma_supported
` [PATCH 5/5] dma-mapping: consolidate dma_set_mask

[PATCH v3 0/6] Redesign SR-IOV on PowerNV
 2015-08-13 14:11 UTC  (7+ messages)
` [PATCH v3 1/6] powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BAR
` [PATCH v3 2/6] powerpc/powernv: simplify the calculation of iov resource alignment
` [PATCH v3 3/6] powerpc/powernv: use one M64 BAR in Single PE mode for one VF BAR
` [PATCH v3 4/6] powerpc/powernv: replace the hard coded boundary with gate
` [PATCH v3 5/6] powerpc/powernv: boundary the total VF BAR size instead of the individual one
` [PATCH v3 6/6] powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE mode

[PATCH] powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()
 2015-08-13  7:11 UTC 

[PATCH v2] powerpc/slb: Define an enum for the bolted indexes
 2015-08-13  7:07 UTC 

[PATCH 00/20] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2015-08-13  7:00 UTC  (22+ messages)
` [PATCH 01/20] powerpc/8xx: Save r3 all the time in DTLB miss handler
` [PATCH 02/20] powerpc/8xx: Map linear kernel RAM with 8M pages
` [PATCH 03/20] powerpc: Update documentation for noltlbs kernel parameter
` [PATCH 04/20] powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c
` [PATCH 05/20] powerpc/8xx: Fix vaddr for IMMR early remap
` [PATCH 06/20] powerpc32: iounmap() cannot vunmap() area mapped by TLBCAMs either
` [PATCH 07/20] powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
` [PATCH 08/20] powerpc/8xx: Map IMMR area with 512k page at a fixed address
` [PATCH 09/20] powerpc/8xx: show IMMR area in startup memory layout
` [PATCH 10/20] powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPM
` [PATCH 11/20] powerpc/8xx: map 16M RAM at startup
` [PATCH 12/20] powerpc/8xx: move 8xx SPRN defines into reg_8xx.h and add some missing ones
` [PATCH 13/20] powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
` [PATCH 14/20] powerpc/8xx: remove special handling of CPU6 errata in set_dec()
` [PATCH 15/20] powerpc/8xx: rewrite set_context() in C
` [PATCH 16/20] powerpc/8xx: rewrite flush_instruction_cache() "
` [PATCH 17/20] powerpc32: Remove clear_pages()
` [PATCH 18/20] powerpc32: Remove useless/wrong MMU:setio progress message
` [PATCH 19/20] powerpc/8xx: also use r3 in the ITLB miss in all situations
` [PATCH 20/20] powerpc32: remove ioremap_base

[PATCH v4 00/11] CXL EEH Handling
 2015-08-13  4:11 UTC  (12+ messages)
` [PATCH v4 01/11] cxl: Convert MMIO read/write macros to inline functions
` [PATCH v4 02/11] cxl: Drop commands if the PCI channel is not in normal state
` [PATCH v4 03/11] cxl: Allocate and release the SPA with the AFU
` [PATCH v4 04/11] cxl: Make IRQ release idempotent
` [PATCH v4 05/11] cxl: Clean up adapter MMIO unmap path
` [PATCH v4 06/11] cxl: Refactor adaptor init/teardown
` [PATCH v4 07/11] cxl: Refactor AFU init/teardown
` [PATCH v4 08/11] cxl: Don't remove AFUs/vPHBs in cxl_reset
` [PATCH v4 09/11] cxl: Allow the kernel to trust that an image won't change on PERST
` [PATCH v4 10/11] cxl: EEH support
` [PATCH v4 11/11] cxl: Add CONFIG_CXL_EEH symbol

[PATCH 6/8] powerpc/prom: Simplify the logic while fetching SLB size
 2015-08-13  1:44 UTC  (2+ messages)
` [6/8] "

[PATCH 1/4] cxl: Compile with -Werror
 2015-08-13  1:44 UTC  (2+ messages)
` [1/4] "

[PATCH 7/8] powerpc/xmon: Drop the 'valid' variable completely in 'dump_segments'
 2015-08-13  1:44 UTC  (2+ messages)
` [7/8] "

[PATCH] powerpc/prom: Use DRCONF flags while processing detected LMBs
 2015-08-13  1:44 UTC  (5+ messages)
`  "

[PATCH 4/4] cxl: sparse: Silence iomem warning in debugfs file creation
 2015-08-13  1:44 UTC  (2+ messages)
` [4/4] "

[PATCH 1/8] powerpc/slb: Remove a duplicate extern variable
 2015-08-13  1:44 UTC  (5+ messages)
` [PATCH 8/8] powerpc/xmon: Add some more elements to the existing PACA dump list
` [1/8] powerpc/slb: Remove a duplicate extern variable

[PATCH 5/8] powerpc/slb: Add documentation to runtime patching of SLB encoding
 2015-08-13  1:44 UTC  (3+ messages)
` [5/8] "

[PATCH 2/4] cxl: sparse: Make declarations static
 2015-08-13  1:44 UTC  (2+ messages)
` [2/4] "

[PATCH 2/8] powerpc/slb: Rename all the 'slot' occurrences to 'entry'
 2015-08-13  1:44 UTC  (2+ messages)
` [2/8] "

[PATCH v6 00/42] powerpc/powernv: PCI hotplug suppport
 2015-08-13  0:54 UTC  (44+ messages)
` [PATCH v6 03/42] powerpc/powernv: Enable M64 on P7IOC
` [PATCH v6 05/42] powerpc/powernv: Track IO/M32/M64 segments from PE
` [PATCH v6 07/42] powerpc/powernv: Improve IO and M32 mapping
` [PATCH v6 08/42] powerpc/powernv: Calculate PHB's DMA weight dynamically
` [PATCH v6 10/42] powerpc/powernv: pnv_ioda_setup_dma() configure one PE only
` [PATCH v6 11/42] powerpc/powernv: Trace DMA32 segments consumed by PE
` [PATCH v6 12/42] powerpc/powernv: Increase PE# capacity
` [PATCH v6 18/42] powerpc/powernv: Allocate PE# in deasending order
` [PATCH v6 23/42] powerpc/powernv: Release PEs dynamically

[PATCH v2 00/10] CXL EEH Handling
 2015-08-12 21:58 UTC  (10+ messages)
` [PATCH v2 05/10] cxl: Refactor adaptor init/teardown
` [PATCH v2 08/10] cxl: Allow the kernel to trust that an image won't change on PERST

[v2 00/11] Freescale DPAA QBMan Drivers
 2015-08-12 20:14 UTC  (12+ messages)
` [v2 01/11] powerpc: re-add devm_ioremap_prot()
` [v2 02/11] soc/fsl: Introduce DPAA BMan device management driver
` [v2 03/11] soc/fsl: Introduce the DPAA BMan portal driver
` [v2 04/11] soc/fsl: Introduce drivers for the DPAA QMan
` [v2 05/11] soc/bman: Add self-tester for BMan driver
` [v2 06/11] soc/qman: Add self-tester for QMan driver
` [v2 07/11] soc/bman: Add debugfs support for the BMan driver
` [v2 08/11] soc/qman: Add debugfs support for the QMan driver
` [v2 09/11] soc/bman: Add HOTPLUG_CPU support to the BMan driver
` [v2 10/11] soc/qman: Add HOTPLUG_CPU support to the QMan driver
` [v2 11/11] soc/qman: add qman_delete_cgr_safe()

[PATCH] kvm:powerpc:Fix incorrect return statement in the function mpic_set_default_irq_routing
 2015-08-12 19:12 UTC  (4+ messages)

[PATCH] kvm:powerpc:Fix return statements for wrapper functions in the file book3s_64_mmu_hv.c
 2015-08-12 19:06 UTC  (2+ messages)

[PATCH v3 1/1] KVM: PPC: Book3S: correct width in XER handling
 2015-08-12 18:57 UTC  (4+ messages)

[PATCH] powerpc/xmon: Allow limiting the size of the paca display
 2015-08-12 11:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v7 0/6] Allow user to request memory to be locked on page fault
 2015-08-12  9:45 UTC  (3+ messages)
` [PATCH v7 2/6] mm: mlock: Add new mlock system call

[V3] powerpc/irq: Enable some more exceptions in /proc/interrupts interface
 2015-08-12  8:38 UTC  (3+ messages)

[PATCH v3 00/11] CXL EEH Handling
 2015-08-12  6:40 UTC  (17+ messages)
` [PATCH v3 01/11] cxl: Convert MMIO read/write macros to inline functions
` [PATCH v3 02/11] cxl: Drop commands if the PCI channel is not in normal state
` [PATCH v3 03/11] cxl: Allocate and release the SPA with the AFU
` [PATCH v3 04/11] cxl: Make IRQ release idempotent
` [PATCH v3 05/11] cxl: Clean up adapter MMIO unmap path
` [PATCH v3 06/11] cxl: Refactor adaptor init/teardown
` [PATCH v3 07/11] cxl: Refactor AFU init/teardown
` [PATCH v3 08/11] cxl: Don't remove AFUs/vPHBs in cxl_reset
` [PATCH v3 09/11] cxl: Allow the kernel to trust that an image won't change on PERST
` [PATCH v3 10/11] cxl: EEH support
` [PATCH v3 11/11] cxl: Add CONFIG_CXL_EEH symbol

[PATCH 4/8] powerpc/slb: Add some helper functions to improve modularization
 2015-08-12  6:36 UTC  (3+ messages)
` [4/8] "

gdb with powerpc
 2015-08-12  3:24 UTC  (3+ messages)

[PATCH 3/4] cxl: sparse: Flag iomem pointers properly
 2015-08-12  3:19 UTC  (2+ messages)
` [3/4] "

[PATCH V15 00/19] perf, tools: Add support for PMU events in JSON format
 2015-08-11 20:07 UTC  (2+ messages)

[PATCH] net: fs_enet: mask interrupts for TX partial frames
 2015-08-11 19:05 UTC  (2+ messages)

[PATCH] net: fs_enet: explicitly remove I flag on TX partial frames
 2015-08-11 19:05 UTC  (2+ messages)

[RFC PATCH 0/8] clk: qoriq: Move chip-specific knowledge into driver
 2015-08-11 18:25 UTC  (2+ messages)

[PATCH v3 0/9] Use correctly the Xen memory terminologies
 2015-08-11 17:37 UTC  (2+ messages)
` [Xen-devel] "

[PATCH] powerpc/corenet32: enable DMA in defconfig
 2015-08-11 16:56 UTC  (3+ messages)

SDK/ethernet git repository branches
 2015-08-11 14:09 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).