linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-15 05:24:21 to 2018-05-17 22:41:45 UTC [more...]

[RFC v3 0/4] powerpc/drcinfo: Fix bugs 'ibm,drc-info' property
 2018-05-17 22:41 UTC  (2+ messages)
` [RFC v3 1/4] powerpc/hotplug/drcinfo: Fix bugs parsing ibm,drc-info structs

[PATCH] powerpc: Ensure gcc doesn't move around cache flushing in __patch_instruction
 2018-05-17 22:30 UTC  (3+ messages)

[RFC v4 0/3] powerpc/hotplug: Fix affinity assoc for LPAR migration
 2018-05-17 22:26 UTC  (4+ messages)
` [RFC v4 1/3] powerpc migration/drmem: Modify DRMEM code to export more features
` [RFC v4 2/3] powerpc migration/cpu: Associativity & cpu changes
` [RFC v4 3/3] powerpc migration/memory: Associativity & memory updates

[PATCH v17 0/9] Address error and recovery for AER and DPC
 2018-05-17 22:16 UTC 

[PATCH bpf 0/6] bpf: enhancements for multi-function programs
 2018-05-17 18:51 UTC  (8+ messages)
` [PATCH bpf 1/6] bpf: support 64-bit offsets for bpf function calls
` [PATCH bpf 2/6] bpf: powerpc64: add JIT support for multi-function programs
` [PATCH bpf 3/6] bpf: get kernel symbol addresses via syscall
` [PATCH bpf 4/6] tools: bpf: sync bpf uapi header
` [PATCH bpf 5/6] tools: bpftool: resolve calls without using imm field
` [PATCH bpf 6/6] bpf: fix JITed dump for multi-function programs via syscall

[PATCH v11 00/26] Speculative page faults
 2018-05-17 17:34 UTC  (30+ messages)
` [PATCH v11 01/26] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v11 02/26] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v11 03/26] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v11 04/26] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v11 05/26] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v11 06/26] mm: introduce pte_spinlock "
` [PATCH v11 07/26] mm: make pte_unmap_same compatible with SPF
` [PATCH v11 08/26] mm: introduce INIT_VMA()
` [PATCH v11 09/26] mm: VMA sequence count
` [PATCH v11 10/26] mm: protect VMA modifications using "
` [PATCH v11 11/26] mm: protect mremap() against SPF hanlder
` [PATCH v11 12/26] mm: protect SPF handler against anon_vma changes
` [PATCH v11 13/26] mm: cache some VMA fields in the vm_fault structure
` [PATCH v11 14/26] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v11 15/26] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v11 16/26] mm: introduce __vm_normal_page()
` [PATCH v11 17/26] mm: introduce __page_add_new_anon_rmap()
` [PATCH v11 18/26] mm: protect mm_rb tree with a rwlock
` [PATCH v11 19/26] mm: provide speculative fault infrastructure
` [PATCH v11 20/26] mm: adding speculative page fault failure trace events
` [PATCH v11 21/26] perf: add a speculative page fault sw event
` [PATCH v11 22/26] perf tools: add support for the SPF perf event
` [PATCH v11 23/26] mm: add speculative page fault vmstats
` [PATCH v11 24/26] x86/mm: add speculative pagefault handling
` [PATCH v11 25/26] powerpc/mm: add speculative page fault
` [PATCH v11 26/26] arm64/mm: "

[PATCH v4 0/4] powerpc patches for new Kconfig language
 2018-05-17 17:28 UTC  (6+ messages)
` [PATCH v4 1/4] powerpc/kbuild: set default generic machine type for 32-bit compile
` [PATCH v4 2/4] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile
` [PATCH v4 3/4] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
` [PATCH v4 4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig

[PATCH 07/14] powerpc: Add support for restartable sequences
 2018-05-17 15:28 UTC  (6+ messages)

Failure to allocate HTAB for guest - CMA allocation failures?
 2018-05-17 15:13 UTC 

[PATCH 2/2] powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
 2018-05-17 14:55 UTC  (2+ messages)
` [2/2] "

[PATCH v4 1/2] cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
 2018-05-17 14:54 UTC  (8+ messages)
` [PATCH v4 2/2] cxl: Report the tunneled operations status
` [v4, 1/2] cxl: Set the PBCQ Tunnel BAR register when enabling capi mode

[PATCH] Revert "powerpc/64: Fix checksum folding in csum_add()"
 2018-05-17 14:38 UTC  (3+ messages)

[PATCH v2 1/2] powerpc: avoid an unnecessary test and branch in longjmp()
 2018-05-17 14:27 UTC  (7+ messages)
` [PATCH v2 2/2] powerpc/32be: use stmw/lmw for registers save/restore in asm

[PATCH] powerpc/lib: Remove .balign inside string functions for PPC32
 2018-05-17 14:21 UTC  (4+ messages)

[PATCH v4 0/4] powerpc/64: memcmp() optimization
 2018-05-17 14:13 UTC  (6+ messages)
` [PATCH v4 1/4] powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()
` [PATCH v4 2/4] powerpc/64: enhance memcmp() with VMX instruction for long bytes comparision
` [PATCH v4 3/4] powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()
` [PATCH v4 4/4] powerpc:selftest update memcmp_64 selftest for VMX implementation

[PATCH 1/2] selftests/powerpc: Add ptrace tests for Protection Key registers
 2018-05-17 14:03 UTC  (4+ messages)
` [PATCH 2/2] selftests/powerpc: Add core file test "

[PATCH v2 0/5] powerpc/lib: Optimisation of string functions (mainly for PPC32)
 2018-05-17 13:55 UTC  (11+ messages)
` [PATCH v2 1/5] powerpc/lib: move PPC32 specific functions out of string.S
` [PATCH v2 2/5] powerpc/lib: optimise 32 bits __clear_user()
` [PATCH v2 3/5] powerpc/lib: optimise PPC32 memcmp
` [PATCH v2 4/5] powerpc/lib: inline string functions NUL size verification
` [PATCH v2 5/5] powerpc/lib: inline memcmp() for small constant sizes

[PATCH v6] powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
 2018-05-17 13:36 UTC  (2+ messages)

[PATCH 0/3] Add support to disable sensor groups in P9
 2018-05-17 12:38 UTC  (4+ messages)

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-17 10:11 UTC  (14+ messages)

Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.9-stable tree
 2018-05-17  9:39 UTC 

Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.4-stable tree
 2018-05-17  9:38 UTC 

[PATCH] crypto: reorder paes test lexicographically
 2018-05-17  8:14 UTC  (3+ messages)

[PATCH v3] KVM: PPC: Book3S HV: lockless tlbie for HPT hcalls
 2018-05-17  6:59 UTC 

[PATCH] cpuidle/powernv : init all present cpus for deep states
 2018-05-17  5:55 UTC  (3+ messages)

[PATCH 1/2] powerpc/ptrace: Fix enforcement of DAWR contraints
 2018-05-17  5:37 UTC  (2+ messages)
` [PATCH 2/2] powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREG

[powerpc:merge 138/143] arch/powerpc/include/asm/ftrace.h:2:0: error: unterminated #ifndef
 2018-05-17  5:03 UTC 

[PATCH 0/2] KVM powerpc tlbie scalability improvement
 2018-05-17  3:53 UTC  (6+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: lockless tlbie for HPT hcalls

[PATCH v2 00/10] KVM: PPC: reimplement mmio emulation with analyse_instr()
 2018-05-17  2:30 UTC  (8+ messages)
` [PATCH v2 05/10] KVM: PPC: reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr() input
` [PATCH v2 07/10] KVM: PPC: reimplement LOAD_FP/STORE_FP "

administrivia: mails containing HTML attachments
 2018-05-17  1:42 UTC  (4+ messages)

[PATCH] selftests/powerpc: add test to verify rfi flush across a system call
 2018-05-17  1:03 UTC  (2+ messages)

[PATCH 0/7] Miscellaneous patches and bug fixes
 2018-05-16 16:13 UTC  (13+ messages)
` [PATCH 1/7] cxlflash: Yield to active send threads
` [PATCH 2/7] cxlflash: Limit the debug logs in the IO path
` [PATCH 3/7] cxlflash: Acquire semaphore before invoking ioctl services
` [PATCH 5/7] cxlflash: Add include guards to backend.h
` [PATCH 6/7] cxlflash: Abstract hardware dependent assignments
` [PATCH 7/7] cxlflash: Isolate external module dependencies

[PATCH] selftests/powerpc: fix exec benchmark
 2018-05-16 13:38 UTC  (2+ messages)
`  "

[PATCH kernel v3] powerpc/ioda: Use ibm, supported-tce-sizes for IOMMU page size mask
 2018-05-16 13:38 UTC  (2+ messages)
` [kernel, "

[PATCH] powerpc/powernv: Fix memtrace build when NUMA=n
 2018-05-16 13:38 UTC  (2+ messages)
`  "

[PATCH] macintosh/windfarm: fix spelling mistake: "ttarged" -> "ttarget"
 2018-05-16 13:38 UTC  (2+ messages)
`  "

[PATCH 1/3] powerpc/prom: Drop support for old FDT versions
 2018-05-16 13:38 UTC  (2+ messages)
` [1/3] "

[PATCH v2] powerpc: platform: cell: spufs: Change return type to vm_fault_t
 2018-05-16 13:38 UTC  (5+ messages)
` [v2] "

[PATCH V1 01/11] powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64
 2018-05-16 13:38 UTC  (2+ messages)
` [V1, "

[PATCH 2/5] powerpc/lib: Fix feature fixup test of external branch
 2018-05-16 13:38 UTC  (2+ messages)
` [2/5] "

[PATCH] powerpc/powernv: Add queue mechanism for early messages
 2018-05-16 13:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/17] Implement use of HW assistance on TLB table walk on 8xx
 2018-05-16 10:17 UTC  (9+ messages)
` [PATCH 05/17] powerpc: move io mapping functions into ioremap.c
` [PATCH 09/17] powerpc: make __ioremap_caller() common to PPC32 and PPC64

[PATCH v2 00/14] Implement use of HW assistance on TLB table walk on 8xx
 2018-05-16 10:05 UTC  (15+ messages)
` [PATCH v2 01/14] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
` [PATCH v2 02/14] powerpc: move io mapping functions into ioremap.c
` [PATCH v2 03/14] powerpc: make ioremap_bot common to PPC32 and PPC64
` [PATCH v2 04/14] powerpc: common ioremap functions
` [PATCH v2 05/14] powerpc: use _ALIGN_DOWN macro for VMALLOC_BASE
` [PATCH v2 06/14] powerpc/nohash32: allow setting GUARDED attribute in the PMD directly
` [PATCH v2 07/14] powerpc/8xx: set "
` [PATCH v2 08/14] powerpc/8xx: Remove PTE_ATOMIC_UPDATES
` [PATCH v2 09/14] powerpc/mm: Use hardware assistance in TLB handlers on the 8xx
` [PATCH v2 10/14] powerpc/8xx: reunify TLB handler routines
` [PATCH v2 11/14] powerpc/8xx: Free up SPRN_SPRG_SCRATCH2
` [PATCH v2 12/14] powerpc/mm: Make pte_fragment_alloc() common to PPC32 and PPC64
` [PATCH v2 13/14] powerpc/mm: Use pte_fragment_alloc() on 8xx
` [PATCH v2 14/14] powerpc/8xx: Move SW perf counters in first 32kb of memory

[PATCH 0/6 v3] Support for fsl-mc bus and its devices in SMMU
 2018-05-16  8:48 UTC  (4+ messages)
` [PATCH 5/6 v3] bus: fsl-mc: supoprt dma configure for devices on fsl-mc bus

[PATCH v2] powerpc: kvm: Change return type to vm_fault_t
 2018-05-16  7:54 UTC  (4+ messages)

[PATCH v2 0/2] i2c: make use of i2c_8bit_addr_from_msg
 2018-05-16  7:33 UTC  (4+ messages)
` [PATCH v2 1/2] i2c: algos: "
` [PATCH v2 2/2] i2c: busses: "

[RFC] powerpc/emulate_step: Fix kernel crash when VSX is not present
 2018-05-16  7:08 UTC  (2+ messages)

[PATCH] powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZE
 2018-05-16  6:58 UTC 

[PATCH v2] powerpc/perf: Fix memory allocation for core-imc based on num_possible_cpus()
 2018-05-16  6:48 UTC  (3+ messages)

[PATCH] powerpc: get rid of PMD_PAGE_SIZE()
 2018-05-16  6:45 UTC 

[PATCH v10 00/25] Speculative page faults
 2018-05-16  6:42 UTC  (7+ messages)
` [PATCH v10 18/25] mm: provide speculative fault infrastructure
` [PATCH v10 23/25] mm: add speculative page fault vmstats

[PATCH 0/2] powerpc: Scheduler optimization for POWER9 bigcores
 2018-05-16  5:05 UTC  (7+ messages)
` [PATCH 1/2] powerpc: Detect the presence of big-core with interleaved threads
` [PATCH 2/2] powerpc: Enable ASYM_SMT on interleaved big-core systems

[PATCH v3 0/4] powerpc patches for new Kconfig language
 2018-05-16  2:37 UTC  (7+ messages)
` [PATCH v3 3/4] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS

[PATCH v2 11/30] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
 2018-05-16  2:13 UTC  (10+ messages)
` [PATCH v2 17/30] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH v2 18/30] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH v2 29/30] KVM: PPC: add KVM_SET_ONE_REG/KVM_GET_ONE_REG to async ioctl

[PATCH 1/2] powerpc: Rename thread_struct.fs to addr_limit
 2018-05-15 22:04 UTC  (3+ messages)
` [PATCH 2/2] powerpc: Check address limit on user-mode return (TIF_FSCHECK)

[PATCH v2 00/30] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-05-15 12:41 UTC  (6+ messages)
` [PATCH v2 07/30] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()


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