linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-26 16:34:20 to 2018-03-28 08:53:32 UTC [more...]

RFC on writel and writel_relaxed
 2018-03-28  8:53 UTC  (76+ messages)

[PATCH v9 00/24] Speculative page faults
 2018-03-28  8:27 UTC  (26+ messages)
` [PATCH v9 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v9 05/24] mm: Introduce pte_spinlock for FAULT_FLAG_SPECULATIVE
` [PATCH v9 06/24] mm: make pte_unmap_same compatible with SPF
` [PATCH v9 07/24] mm: VMA sequence count
` [PATCH v9 08/24] mm: Protect VMA modifications using "
` [PATCH v9 09/24] mm: protect mremap() against SPF hanlder
` [PATCH v9 20/24] perf: Add a speculative page fault sw event
` [PATCH v9 21/24] perf tools: Add support for the SPF perf event
` [PATCH v9 23/24] x86/mm: Add speculative pagefault handling
` [PATCH v9 24/24] powerpc/mm: Add speculative page fault

[PATCH 00/19] powerpc/ppc32: make W=1 compilation errors free
 2018-03-28  7:26 UTC  (9+ messages)
` [PATCH 14/19] powerpc/altivec: Add missing prototypes for altivec

[PATCH] powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP
 2018-03-28  5:54 UTC  (2+ messages)

[PATCH] powerpc/powernv: Fix sparse data type warnings in pci-ioda.c
 2018-03-28  4:53 UTC  (3+ messages)

[RFC PATCH v2 0/2] Randomization of address chosen by mmap
 2018-03-28  4:50 UTC  (17+ messages)

[PATCH] powerpc/mm: Fix printing of process table address
 2018-03-28  3:09 UTC 

[PATCH v2 0/5] PPC32/ioremap: Use memblock API to check for RAM
 2018-03-28  0:25 UTC  (6+ messages)
` [PATCH v2 1/5] powerpc: mm: Simplify page_is_ram by using memblock_is_memory
` [PATCH v2 2/5] powerpc: mm: Use memblock API for PPC32 page_is_ram
` [PATCH v2 3/5] powerpc/mm/32: Use page_is_ram to check for RAM
` [PATCH v2 4/5] powerpc: wii: Don't rely on the reserved memory hack
` [PATCH v2 5/5] powerpc/mm/32: Remove "

RFC on writel and writel_relaxed
 2018-03-27 23:43 UTC  (3+ messages)

[PATCH] powerpc: Only support DYNAMIC_FTRACE not static
 2018-03-27 19:30 UTC  (2+ messages)

[PATCH 0/5] PPC32/ioremap: Use memblock API to check for RAM
 2018-03-27 19:24 UTC  (5+ messages)
` [PATCH 3/5] powerpc/mm/32: Use page_is_ram "

Linux 4.16: Reported regressions as of Tuesday, 2018-03-27 (Was: Linux 4.16-rc7)
 2018-03-27 19:13 UTC 

[PATCH 1/2] selftests/powerpc: Add ptrace tests for Protection Key registers
 2018-03-27 17:35 UTC  (3+ messages)

[PATCH] cxl: remove a dead branch
 2018-03-27 16:53 UTC  (2+ messages)

[PATCH script] hwmon: Use octal not symbolic permissions
 2018-03-27 16:52 UTC  (8+ messages)

[RFC PATCH for 4.17 07/21] powerpc: Add support for restartable sequences
 2018-03-27 16:05 UTC  (3+ messages)
` [RFC PATCH for 4.17 08/21] powerpc: Wire up restartable sequences system call
` [RFC PATCH for 4.17 12/21] powerpc: Wire up cpu_opv "

[PATCH] powerpc/64: Fix checksum folding in csum_add
 2018-03-27 15:22 UTC  (2+ messages)

[PATCH 1/6] libnvdimm: Add of_node to region and bus descriptors
 2018-03-27 14:53 UTC  (4+ messages)
` [PATCH 6/6] doc/devicetree: NVDIMM region documentation

[PATCH v2 01/10] powerpc: Add security feature flags for Spectre/Meltdown
 2018-03-27 13:42 UTC  (12+ messages)
` [PATCH v2 02/10] powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
` [PATCH v2 03/10] powerpc/pseries: Set or clear security feature flags
` [PATCH v2 04/10] powerpc/powernv: "
` [PATCH v2 05/10] powerpc/64s: Move cpu_show_meltdown()
` [PATCH v2 06/10] powerpc/64s: Enhance the information in cpu_show_meltdown()
` [PATCH v2 07/10] powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
` [PATCH v2 08/10] powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
` [PATCH v2 09/10] powerpc/64s: Wire up cpu_show_spectre_v1()
` [PATCH v2 10/10] powerpc/64s: Wire up cpu_show_spectre_v2()

[PATCH] powerpc/powernv/nvram: opal_nvram_write handle unknown OPAL errors
 2018-03-27 12:35 UTC  (6+ messages)

[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
 2018-03-27 10:21 UTC  (5+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()

[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-03-27  9:09 UTC  (4+ messages)
` [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v13 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v13 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys

[PATCH 00/21] powerpc/gamecube: make W=1 compilation errors free
 2018-03-27  8:50 UTC  (7+ messages)
` [PATCH 17/21] powerpc: Add missing prototype for sys_debug_setcontext

[PATCH 01/10] powerpc: Add security feature flags for Spectre/Meltdown
 2018-03-27  8:46 UTC  (2+ messages)

[bug report] powerpc/4xx: Adding PCIe MSI support
 2018-03-27  8:37 UTC 

[RFC PATCH] powerpc/xmon: Use OPAL_DEBUG to debug srest in OPAL
 2018-03-27  7:28 UTC  (3+ messages)

[PATCH v3 0/6] powerpc64/ftrace: Add support for ftrace_modify_call() and a few other fixes
 2018-03-27  6:53 UTC  (5+ messages)
` [PATCH v3 3/6] powerpc/kexec: Disable ftrace before switching to the new kernel

[RFC PATCH 4/6] mm: provide generic compat_sys_readahead() implementation
 2018-03-27  4:58 UTC  (16+ messages)
                ` [RFC] new SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE wrappers

linux-next: manual merge of the powerpc tree with the powerpc-fixes tree
 2018-03-27  4:52 UTC  (2+ messages)

[PATCH v3 0/8] powerpc: Disable DAWR on POWER9
 2018-03-27  4:37 UTC  (9+ messages)
` [PATCH v3 1/8] powerpc: Add ppc_breakpoint_available()
` [PATCH v3 2/8] powerpc: Update ptrace to use ppc_breakpoint_available()
` [PATCH v3 3/8] powerpc: Update xmon "
` [PATCH v3 4/8] KVM: PPC: Book3S HV: Return error from h_set_mode(SET_DAWR) on POWER9
` [PATCH v3 5/8] KVM: PPC: Book3S HV: Return error from h_set_dabr() "
` [PATCH v3 6/8] KVM: PPC: Book3S HV: Handle migration with POWER9 disabled DAWR
` [PATCH v3 7/8] powerpc: Disable DAWR on POWER9 via CPU feature quirk
` [PATCH v3 8/8] powerpc: Disable DAWR in the base POWER9 CPU features

[PATCH v4] mm, pkey: treat pkey-0 special
 2018-03-27  4:15 UTC  (5+ messages)

[PATCH] powerpc/mm: Fix thread_pkey_regs_init()
 2018-03-27  3:53 UTC  (2+ messages)

[PATCH] powerpc: do not allow userspace to modify execute-only pkey
 2018-03-27  1:16 UTC 

[PATCH v2] powerpc, pkey: make protection key 0 less special
 2018-03-27  1:05 UTC 

[PATCH] powerpc, pkey: make protection key 0 less special
 2018-03-27  1:03 UTC  (2+ messages)

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-03-26 19:38 UTC  (4+ messages)
` [PATCH v12 04/22] selftests/vm: typecast the pkey register

[PATCH v3 00/41] cxlflash: OCXL transport support and miscellaneous fixes
 2018-03-26 16:35 UTC  (15+ messages)
` [PATCH v3 28/41] cxlflash: Support adapter context reading
` [PATCH v3 29/41] cxlflash: Support adapter context mmap and release
` [PATCH v3 30/41] cxlflash: Support file descriptor mapping
` [PATCH v3 31/41] cxlflash: Introduce object handle fop
` [PATCH v3 32/41] cxlflash: Setup LISNs for user contexts
` [PATCH v3 33/41] cxlflash: Setup LISNs for master contexts
` [PATCH v3 34/41] cxlflash: Update synchronous interrupt status bits
` [PATCH v3 35/41] cxlflash: Introduce OCXL context state machine
` [PATCH v3 36/41] cxlflash: Register for translation errors
` [PATCH v3 37/41] cxlflash: Support AFU reset
` [PATCH v3 38/41] cxlflash: Enable OCXL operations
` [PATCH v3 39/41] cxlflash: Synchronize reset and remove ops
` [PATCH v3 40/41] cxlflash: Remove commmands from pending list on timeout
` [PATCH v3 41/41] cxlflash: Handle spurious interrupts


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