linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-12 02:32:46 to 2018-01-16 02:18:51 UTC [more...]

[PATCH v3 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2018-01-16  2:18 UTC 

[PATCH 1/5] powerpc/xive: Remove incorrect debug code
 2018-01-16  0:59 UTC  (4+ messages)
` [PATCH 3/5] powerpc: Reduce log level of "OPAL detected !" message
` [PATCH 4/5] powerpc: Remove useless EXC_COMMON_HV

[PATCH v4 00/17] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-15 23:16 UTC  (18+ messages)
` [PATCH v4 01/17] ASoC: fsl_ssi: Redefine RX and TX macros
` [PATCH v4 02/17] ASoC: fsl_ssi: Keep ssi->i2s_net updated
` [PATCH v4 03/17] ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
` [PATCH v4 04/17] ASoC: fsl_ssi: Maintain a mask of active streams
` [PATCH v4 05/17] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
` [PATCH v4 06/17] ASoC: fsl_ssi: Clear FIFO directly in fsl_ssi_config()
` [PATCH v4 07/17] ASoC: fsl_ssi: Clean up helper functions of trigger()
` [PATCH v4 08/17] ASoC: fsl_ssi: Add DAIFMT define for AC97
` [PATCH v4 09/17] ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals()
` [PATCH v4 10/17] ASoC: fsl_ssi: Set xFEN0 and xFEN1 together
` [PATCH v4 11/17] ASoC: fsl_ssi: Use snd_soc_init_dma_data instead
` [PATCH v4 12/17] ASoC: fsl_ssi: Move one-time configurations to probe()
` [PATCH v4 13/17] ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init()
` [PATCH v4 14/17] ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
` [PATCH v4 15/17] ASoC: fsl_ssi: Add bool synchronous to mark synchronous mode
` [PATCH v4 16/17] ASoC: fsl_ssi: Move DT related code to a separate probe()
` [PATCH v4 17/17] ASoC: fsl_ssi: Use ssi->streams instead of reading register

DPAA Ethernet problems with mainstream Linux kernels
 2018-01-15 22:39 UTC  (5+ messages)

[PATCH] EDAC, mv64x60: Remove some code duplication
 2018-01-15 22:31 UTC  (2+ messages)

[PATCH v3 00/17] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-15 21:40 UTC  (23+ messages)
` [PATCH v3 01/17] ASoC: fsl_ssi: Redefine RX and TX macros
` [PATCH v3 02/17] ASoC: fsl_ssi: Keep ssi->i2s_net updated
` [PATCH v3 03/17] ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
` [PATCH v3 04/17] ASoC: fsl_ssi: Maintain a mask of active streams
` [PATCH v3 05/17] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
` [PATCH v3 06/17] ASoC: fsl_ssi: Clear FIFO directly in fsl_ssi_config()
` [PATCH v3 07/17] ASoC: fsl_ssi: Clean up helper functions of trigger()
` [PATCH v3 08/17] ASoC: fsl_ssi: Add DAIFMT define for AC97
` [PATCH v3 09/17] ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals()
` [PATCH v3 10/17] ASoC: fsl_ssi: Set xFEN0 and xFEN1 together
` [PATCH v3 11/17] ASoC: fsl_ssi: Use snd_soc_init_dma_data instead
` [PATCH v3 12/17] ASoC: fsl_ssi: Move one-time configurations to probe()
` [PATCH v3 13/17] ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init()
` [PATCH v3 14/17] ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
` [PATCH v3 15/17] ASoC: fsl_ssi: Add bool synchronous to mark synchronous mode
` [PATCH v3 16/17] ASoC: fsl_ssi: Move DT related code to a separate probe()
` [PATCH v3 17/17] ASoC: fsl_ssi: Use ssi->streams instead of reading register

DPAA Ethernet traffice troubles with Linux kernel
 2018-01-15 21:32 UTC  (7+ messages)

[PATCH for 4.16 02/10] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
 2018-01-15 19:10 UTC 

[PATCH v6 00/24] Speculative page faults
 2018-01-15 18:37 UTC  (34+ messages)
` [PATCH v6 01/24] x86/mm: Define CONFIG_SPF
` [PATCH v6 02/24] powerpc/mm: "
` [PATCH v6 03/24] mm: Dont assume page-table invariance during faults
` [PATCH v6 04/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v6 05/24] mm: Introduce pte_spinlock "
` [PATCH v6 06/24] mm: VMA sequence count
` [PATCH v6 07/24] mm: Protect VMA modifications using "
` [PATCH v6 08/24] mm: protect mremap() against SPF hanlder
` [PATCH v6 09/24] mm: Protect SPF handler against anon_vma changes
` [PATCH v6 10/24] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v6 11/24] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v6 12/24] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v6 13/24] mm: Introduce __maybe_mkwrite()
` [PATCH v6 14/24] mm: Introduce __vm_normal_page()
` [PATCH v6 15/24] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v6 16/24] mm: Protect mm_rb tree with a rwlock
` [PATCH v6 17/24] mm: Provide speculative fault infrastructure
` [PATCH v6 18/24] mm: Try spin lock in speculative path
` [PATCH v6 19/24] mm: Adding speculative page fault failure trace events
` [PATCH v6 20/24] perf: Add a speculative page fault sw event
` [PATCH v6 21/24] perf tools: Add support for the SPF perf event
` [PATCH v6 22/24] mm: Speculative page fault handler return VMA
` [PATCH v6 23/24] x86/mm: Add speculative pagefault handling
` [PATCH v6 24/24] powerpc/mm: Add speculative page fault

[PATCH V2] powerpc/kernel: Add 'ibm,thread-groups' property for CPU allocation
 2018-01-15 15:01 UTC  (4+ messages)
  ` [PATCH V2] powerpc/kernel: Add 'ibm, thread-groups' "

[PATCH v7 1/2] powerpc/powernv: Enable tunneled operations
 2018-01-15 13:39 UTC  (2+ messages)
` [PATCH v7 2/2] cxl: read PHB indications from the device tree

[PATCH] powerpc/pseries: include linux/types.h in asm/hvcall.h
 2018-01-15 13:30 UTC 

[PATCH v10 00/17] powerpc: "paca->soft_enabled" based local atomic operation implementation
 2018-01-15 13:23 UTC  (3+ messages)
` [PATCH v10 13/17] powerpc/64s: Add support to mask perf interrupts and replay them

[PATCH] powerpc/xmon: Don't print hashed pointers in paca dump
 2018-01-15 10:16 UTC  (2+ messages)
`  "

[PATCH] powerpc/xmon: Add RFI flush related fields to paca dump
 2018-01-15 10:16 UTC  (2+ messages)
`  "

[PATCH 1/3] powerpc: Don't preempt_disable() in show_cpuinfo()
 2018-01-15 10:16 UTC  (2+ messages)
` [1/3] "

[PATCH 1/2] powerpc/xive: Move definition of ESB bits
 2018-01-15 10:10 UTC  (3+ messages)
` [PATCH 2/2] powerpc/xive: Add interrupt flag to disable automatic EOI
` [1/2] powerpc/xive: Move definition of ESB bits

[PATCH] powerpc/xive: Properly use static keyword for inline function
 2018-01-15  9:51 UTC  (2+ messages)

consolidate swiotlb dma_map implementations
 2018-01-15  9:10 UTC  (14+ messages)
` [PATCH 03/22] ia64: rename swiotlb_dma_ops
` [PATCH 04/22] powerpc: "
` [PATCH 05/22] x86: "
` [PATCH 06/22] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 10/22] swiotlb: refactor coherent buffer allocation

revamp vmem_altmap / dev_pagemap handling V3
 2018-01-15  8:51 UTC  (4+ messages)

[PATCH V7] cxl: Add support for ASB_Notify on POWER9
 2018-01-15  7:29 UTC  (3+ messages)

[RFC] powerpc/mm: Enable TLB flush during native_register_proc_table()
 2018-01-15  6:13 UTC  (2+ messages)

[PATCH 0/6] Nintendo Wii GPIO driver
 2018-01-15  3:14 UTC  (7+ messages)
` [PATCH 1/6] resource: Extend the PPC32 reserved memory hack
` [PATCH 2/6] powerpc: wii: Explicitly configure GPIO owner for poweroff pin
` [PATCH 3/6] gpio: Add GPIO driver for Nintendo Wii
` [PATCH 4/6] dt-bindings: gpio: Add binding for Wii GPIO controller
` [PATCH 5/6] powerpc: wii.dts: Add ngpios property
` [PATCH 6/6] powerpc: wii.dts: Add GPIO line names

[cryptodev:master 130/134] aes_generic.c:undefined reference to `_restgpr_31_x'
 2018-01-15  0:21 UTC  (10+ messages)

[PATCH v2 00/16] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-15  0:13 UTC  (16+ messages)
` [PATCH v2 03/16] ASoC: fsl_ssi: Maintain a mask of active streams
` [PATCH v2 04/16] ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
` [PATCH v2 06/16] ASoC: fsl_ssi: Clean up helper functions of trigger()
` [PATCH v2 13/16] ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
` [PATCH v2 14/16] ASoC: fsl_ssi: Remove cpu_dai_drv from fsl_ssi structure

[GIT PULL] Please pull powerpc/linux.git powerpc-4.15-7 tag
 2018-01-14 22:27 UTC 

[PATCH] powerpc/mm: Simplify _PAGE_RO handling in page table dump
 2018-01-12 19:33 UTC  (2+ messages)

consolidate direct dma mapping V3
 2018-01-12 13:17 UTC  (5+ messages)
` [PATCH 19/33] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 21/33] dma-mapping: add an arch_dma_supported hook

[PATCH 1/8] powerpc/8xx: Remove CPU6 ERRATA Workaround
 2018-01-12 12:45 UTC  (8+ messages)
` [PATCH 2/8] powerpc/8xx: remove EXCEPTION_PROLOG/EPILOG_0 and change r3 to r12
` [PATCH 3/8] powerpc/8xx: Only perform perf counting when perf is in use
` [PATCH 4/8] powerpc/8xx: remove unused _PAGE_WRITETHRU
` [PATCH 5/8] powerpc/mm: extend _PAGE_PRIVILEGED to all CPUs
` [PATCH 6/8] powerpc/mm: Introduce _PAGE_NA
` [PATCH 7/8] powerpc/8xx: Remove _PAGE_USER and handle user access at PMD level
` [PATCH 8/8] powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP

[PATCH v6 1/2] powerpc/powernv: Enable tunneled operations
 2018-01-12 10:15 UTC  (4+ messages)
` [PATCH v6 2/2] cxl: read PHB indications from the device tree

[PATCH] cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
 2018-01-12  9:07 UTC  (2+ messages)

consolidate direct dma mapping V4
 2018-01-12  8:42 UTC  (35+ messages)
` [PATCH 01/34] alpha: mark jensen as broken
` [PATCH 02/34] hexagon: remove unused flush_write_buffers definition
` [PATCH 03/34] m32r: "
` [PATCH 04/34] powerpc: "
` [PATCH 05/34] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 06/34] m32r: remove the unused dma_capable helper
` [PATCH 07/34] riscv: "
` [PATCH 08/34] s390: "
` [PATCH 09/34] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 10/34] arm64: don't override dma_max_pfn
` [PATCH 11/34] mips: fix an off-by-one in dma_capable
` [PATCH 12/34] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 13/34] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 14/34] hexagon: use the generic dma_capable helper
` [PATCH 15/34] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 16/34] microblaze: rename dma_direct to dma_nommu
` [PATCH 17/34] microblaze: remove dma_nommu_dma_supported
` [PATCH 18/34] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 19/34] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 20/34] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 21/34] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 22/34] dma-mapping: add an arch_dma_supported hook
` [PATCH 23/34] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 24/34] dma-direct: rename dma_noop to dma_direct
` [PATCH 25/34] dma-direct: use phys_to_dma
` [PATCH 26/34] dma-direct: add dma address sanity checks
` [PATCH 27/34] dma-direct: add support for CMA allocation
` [PATCH 28/34] dma-direct: use node local allocations for coherent memory
` [PATCH 29/34] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 30/34] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/34] dma-direct: make dma_direct_{alloc, free} available to other implementations
` [PATCH 32/34] dma-direct: reject too small dma masks
` [PATCH 33/34] cris: use dma-direct
` [PATCH 34/34] h8300: "

[PATCH 00/26] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-01-12  2:41 UTC  (3+ messages)

[PATCH v4 1/6] powerpc/kvm/xive: Add more debugfs queues info
 2018-01-12  2:37 UTC  (6+ messages)
` [PATCH v4 2/6] powerpc/kvm/xive: Enable use of the new "single escalation" feature
` [PATCH v4 3/6] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
` [PATCH v4 4/6] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs
` [PATCH v4 5/6] powerpc/kvm/xive: Make xive_pushed a byte, not a word
` [PATCH v4 6/6] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded


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