linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-10 11:59:36 to 2018-01-12 17:27:30 UTC [more...]

[PATCH v6 00/24] Speculative page faults
 2018-01-12 17:26 UTC  (21+ 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 V2] powerpc/kernel: Add 'ibm,thread-groups' property for CPU allocation
 2018-01-12 17:16 UTC  (2+ messages)

[cryptodev:master 130/134] aes_generic.c:undefined reference to `_restgpr_31_x'
 2018-01-12 16:39 UTC  (2+ messages)

DPAA Ethernet problems with mainstream Linux kernels
 2018-01-12 16:35 UTC  (3+ messages)

consolidate swiotlb dma_map implementations
 2018-01-12 13:39 UTC  (26+ messages)
` [PATCH 02/22] arm64: rename swiotlb_dma_ops
` [PATCH 03/22] ia64: "
` [PATCH 04/22] powerpc: "
` [PATCH 05/22] x86: "
` [PATCH 06/22] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 08/22] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 10/22] swiotlb: refactor coherent buffer allocation
` [PATCH 21/22] arm64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 22/22] arm64: use swiotlb_alloc and swiotlb_free

consolidate direct dma mapping V3
 2018-01-12 13:17 UTC  (23+ messages)
` [PATCH 11/33] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 19/33] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 20/33] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 21/33] dma-mapping: add an arch_dma_supported hook
` [PATCH 27/33] dma-direct: use node local allocations for coherent memory
` [PATCH 31/33] dma-direct: reject too small dma masks

[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  (6+ 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)

[PATCH V7] cxl: Add support for ASB_Notify on POWER9
 2018-01-12  8:51 UTC  (3+ 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 1/2] powerpc/xive: Move definition of ESB bits
 2018-01-12  2:39 UTC  (2+ messages)
` [PATCH 2/2] powerpc/xive: Add interrupt flag to disable automatic EOI

[PATCH 00/26] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-01-12  2:41 UTC  (30+ messages)
` [PATCH 01/26] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH 02/26] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm()
` [PATCH 03/26] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [PATCH 04/26] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH 05/26] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrupt
` [PATCH 06/26] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH 07/26] KVM: PPC: Book3S PR: add TEXASR related macros
` [PATCH 08/26] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH 09/26] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
` [PATCH 10/26] KVM: PPC: Book3S PR: set MSR HV bit accordingly for PPC970 and others
` [PATCH 11/26] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr()
` [PATCH 12/26] powerpc: export symbol msr_check_and_set()
` [PATCH 13/26] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM
` [PATCH 14/26] KVM: PPC: Book3S PR: export tm_enable()/tm_disable/tm_abort() APIs
` [PATCH 15/26] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs
` [PATCH 16/26] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM
` [PATCH 17/26] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH 18/26] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH 19/26] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH 20/26] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at "
` [PATCH 21/26] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH 22/26] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH 23/26] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest
` [PATCH 24/26] KVM: PPC: Book3S PR: add guard code to prevent returning to guest with PR=0 and Transactional state
` [PATCH 25/26] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM
` [PATCH 26/26] KVM: PPC: Book3S PR: enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl

[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

[PATCH 1/5] powerpc/xive: Remove incorrect debug code
 2018-01-12  2:28 UTC  (5+ messages)
` [PATCH 2/5] powerpc: Remove DEBUG define in 64-bit early setup code
` [PATCH 3/5] powerpc: Reduce log level of "OPAL detected !" message
` [PATCH 4/5] powerpc: Remove useless EXC_COMMON_HV
` [PATCH 5/5] powerpc: Use the TRAP macro whenever comparing a trap number

[PATCH 06/11] signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAP
 2018-01-12  0:59 UTC 

[linux-next][qla2xxx][85caa95]kernel BUG at lib/list_debug.c:31!
 2018-01-12  0:21 UTC  (5+ messages)

[PATCH 0/5] powerpc/platforms/4xx: Adjustments for six function implementations
 2018-01-11 18:04 UTC  (6+ messages)
` [PATCH 1/5] powerpc/4xx: Combine four seq_printf() calls into two in ocm_debugfs_show()
` [PATCH 2/5] powerpc/4xx: Use seq_putc() "
` [PATCH 3/5] powerpc/4xx: Delete an error message for a failed memory allocation in three functions
` [PATCH 4/5] powerpc/4xx: Improve a size determination in two functions
` [PATCH 5/5] powerpc/4xx: Delete an unnecessary return statement "

revamp vmem_altmap / dev_pagemap handling V3
 2018-01-11 16:27 UTC  (3+ messages)

[RFC PATCH kernel] KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
 2018-01-11  9:56 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Remove vcpu->arch.dec usage
 2018-01-11 10:01 UTC  (2+ messages)

[PATCH] KVM: PPC: Use seq_puts() in kvmppc_exit_timing_show()
 2018-01-11  9:57 UTC  (2+ messages)

[PATCH v2 00/16] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-11  6:43 UTC  (17+ messages)
` [PATCH v2 01/16] ASoC: fsl_ssi: Keep ssi->i2s_net updated
` [PATCH v2 02/16] ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
` [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 05/16] ASoC: fsl_ssi: Clear FIFO directly in fsl_ssi_config()
` [PATCH v2 06/16] ASoC: fsl_ssi: Clean up helper functions of trigger()
` [PATCH v2 07/16] ASoC: fsl_ssi: Add DAIFMT define for AC97
` [PATCH v2 08/16] ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals()
` [PATCH v2 09/16] ASoC: fsl_ssi: Set xFEN0 and xFEN1 together
` [PATCH v2 10/16] ASoC: fsl_ssi: Use snd_soc_init_dma_data instead
` [PATCH v2 11/16] ASoC: fsl_ssi: Move one-time configurations to probe()
` [PATCH v2 12/16] ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init()
` [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
` [PATCH v2 15/16] ASoC: fsl_ssi: Move DT related code to a separate probe()
` [PATCH v2 16/16] ASoC: fsl_ssi: Use ssi->streams instead of reading register

[PATCH v3 1/1] powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQ
 2018-01-11  2:25 UTC  (2+ messages)
` [v3, "

[PATCH 01/11] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
 2018-01-11  2:25 UTC  (2+ messages)
` [01/11] "

[PATCH] powerpc/kernel: Print actual address of regs when oopsing
 2018-01-11  2:25 UTC  (2+ messages)
`  "

Spectre+Meltdown
 2018-01-11  0:09 UTC  (7+ messages)

[PATCH RESEND 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-01-10 23:19 UTC  (4+ messages)
` [PATCH RESEND 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[PATCH] soc/fsl/guts: Add a NULL check for devm_kasprintf()
 2018-01-10 22:48 UTC  (3+ messages)

[PATCH] PCI: Add #defines for Completion Timeout Disable feature
 2018-01-10 22:14 UTC  (2+ messages)

DPAA Ethernet traffice troubles with Linux kernel
 2018-01-10 20:39 UTC 

[PATCH 00/13] New driver to support OpenCAPI devices on POWER9
 2018-01-10 19:17 UTC  (6+ messages)
` [PATCH 10/13] ocxl: Add Makefile and Kconfig

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

[PATCH] powerpc/xmon: Don't print hashed pointers in paca dump
 2018-01-10 14:19 UTC 

[PATCH V6] cxl: Add support for ASB_Notify on POWER9
 2018-01-10 13:44 UTC  (2+ messages)

[PATCH] powerpc/xmon: Add RFI flush related fields to paca dump
 2018-01-10 13:28 UTC 

[v3 PATCH 0/3] powernv-cpufreq: Multiple pstate related fixes
 2018-01-10 12:00 UTC  (4+ messages)
` [v3 PATCH 2/3] powernv-cpufreq: Fix pstate_to_idx() to handle non-continguous pstates


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