linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-08 04:36:37 to 2017-09-14 06:32:28 UTC [more...]

[RFC PATCH 0/2] NMI IPI work in progress for Linux and OPAL
 2017-09-14  6:32 UTC  (9+ messages)
` [RFC PATCH 1/2] core: implement OPAL_SIGNAL_SYSTEM_RESET with POWER9 scoms
` [RFC PATCH 2/2] powerpc/powernv: implement NMI IPIs with OPAL_SIGNAL_SYSTEM_RESET

[PATCH 1/5] powerpc/kprobes: Some cosmetic updates to try_to_emulate()
 2017-09-14  6:16 UTC  (11+ messages)
` [PATCH 2/5] powerpc/kprobes: Do not suppress instruction emulation if a single run failed
` [PATCH 3/5] powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernels
` [PATCH 4/5] powerpc/jprobes: Disable preemption when triggered through ftrace
` [PATCH 5/5] powerpc/jprobes: Validate break handler invocation as being due to a jprobe_return()

Possible bug in commit f3b3f28493d9
 2017-09-14  4:57 UTC 

[PATCH 0/7] powerpc: Free up RPAGE_RSV bits
 2017-09-14  4:38 UTC  (43+ messages)
` [PATCH 1/7] powerpc: introduce pte_set_hash_slot() helper
` [PATCH 2/7] powerpc: introduce pte_get_hash_gslot() helper
` [PATCH 3/7] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [PATCH 4/7] powerpc: Free up four 64K PTE bits in 64K "
` [PATCH 5/7] powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6
` [PATCH 6/7] powerpc: use helper functions to get and set hash slots
` [PATCH 7/7] powerpc: capture the PTE format changes in the dump pte report
` [PATCH 00/25] powerpc: Memory Protection Keys
` [PATCH 01/25] powerpc: initial pkey plumbing
` [PATCH 02/25] powerpc: define an additional vma bit for protection keys
` [PATCH 03/25] powerpc: track allocation status of all pkeys
` [PATCH 04/25] powerpc: helper function to read, write AMR, IAMR, UAMOR registers
` [PATCH 05/25] powerpc: helper functions to initialize AMR, IAMR and "
` [PATCH 06/25] powerpc: cleaup AMR, iAMR when a key is allocated or freed
` [PATCH 07/25] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH 08/25] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH 09/25] powerpc: ability to create execute-disabled pkeys
` [PATCH 10/25] powerpc: store and restore the pkey state across context switches
` [PATCH 11/25] powerpc: introduce execute-only pkey
` [PATCH 12/25] powerpc: ability to associate pkey to a vma
` [PATCH 13/25] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH 14/25] powerpc: map vma key-protection bits to pte key bits
` [PATCH 15/25] powerpc: sys_pkey_mprotect() system call
` [PATCH 16/25] powerpc: Program HPTE key protection bits
` [PATCH 17/25] powerpc: helper to validate key-access permissions of a pte
` [PATCH 18/25] powerpc: check key protection for user page access
` [PATCH 19/25] powerpc: implementation for arch_vma_access_permitted()
` [PATCH 20/25] powerpc: Handle exceptions caused by pkey violation
` [PATCH 21/25] powerpc: introduce get_pte_pkey() helper
` [PATCH 22/25] powerpc: capture the violated protection key on fault
` [PATCH 23/25] powerpc: Deliver SEGV signal on pkey violation
` [PATCH 24/25] powerpc/ptrace: Add memory protection key regset
` [PATCH 25/25] powerpc: Enable pkey subsystem

[PATCH kernel] powerpc/powernv: Update comment about shifting IOV BAR
 2017-09-14  3:39 UTC  (5+ messages)

[PATCH v2] ASoC: fsl_ssi: Caculate bit clock rate using slot number and width
 2017-09-14  3:07 UTC 

[PATCH] powerpc/tm: Flush TM only if CPU has TM feature
 2017-09-14  2:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] powerpc/eeh: Create PHB PEs after EEH is initialized
 2017-09-14  1:11 UTC  (2+ messages)

[PATCH 2/2] powerpc/powernv: Rework EEH initialization on powernv
 2017-09-14  1:12 UTC  (2+ messages)

Regression for Power PC in 4.14-rc0 - bisected to commit 31bfdb036f12
 2017-09-14  0:55 UTC  (2+ messages)

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

Regression for Power PC in 4.14-rc0 - bisected to commit 31bfdb036f12
 2017-09-14  0:07 UTC 

[linux-next] PPC Lpar fail to boot with error hid: module verification failed: signature and/or required key missing - tainting kernel
 2017-09-13 23:51 UTC  (6+ messages)
        ` [PATCH v3] Make initramfs honor CONFIG_DEVTMPFS_MOUNT

[PATCH] ASoC: fsl_ssi: Override bit clock rate based on slot number
 2017-09-13 23:01 UTC  (8+ messages)

[PATCH] POWER9 PMU stops after idle workaround
 2017-09-13 20:45 UTC  (4+ messages)
`  "

[RFC PATCH] powerpc/uprobes: Fixup si_addr if we took an exception while single stepping
 2017-09-13 20:03 UTC 

[PATCH] uprobe: Warn if unable to install breakpoint
 2017-09-13 19:16 UTC  (3+ messages)

[PATCH] powerpc: Fix handling of alignment interrupt on dcbz instruction
 2017-09-13 14:23 UTC  (4+ messages)

[PATCH] crypto: talitos - fix hashing
 2017-09-13 10:44 UTC 

[PATCH] crypto: talitos - fix sha224
 2017-09-13 10:44 UTC 

[PATCH v2 0/4] Revisit MCE handling for UE Errors
 2017-09-13  8:56 UTC  (9+ messages)
` [PATCH v2 1/5] powerpc/mce.c: Remove unused function get_mce_fault_addr()
` [PATCH v2 2/5] powerpc/mce: align the print of physical address better
` [PATCH v2 3/5] powerpc/mce: Hookup derror (load/store) UE errors
` [PATCH v2 4/5] powerpc/mce: Hookup ierror (instruction) "
` [PATCH v2 5/5] powerpc/mce: hookup memory_failure for "

[PATCH v3 1/2] powerpc/mm: Export flush_all_mm()
 2017-09-13  8:34 UTC  (10+ messages)
` [PATCH v3 2/2] cxl: Enable global TLBIs for cxl contexts

[linux-next][bisected a4615d11] Memory DLPAR triggers WARN_ONCE() in mm/page_vma_mapped.c
 2017-09-13  5:48 UTC  (3+ messages)
` [linux-next] [bisected "

[PATCH] powerpc/kernel: Add 'ibm,thread-groups' property for CPU allocation
 2017-09-12 21:49 UTC 

[PATCH V3 0/4] powerpc/devtree: Add support for 'ibm,drc-info' property
 2017-09-12 21:47 UTC  (5+ messages)
` [PATCH V3 1/4] powerpc/firmware: Add definitions for new drc-info firmware feature
` Subject: [PATCH V3 2/4] pseries/drc-info: Search DRC properties for CPU indexes
` [PATCH V3 3/4] hotplug/drc-info: Add code to search ibm,drc-info property
` [PATCH V3 4/4] powerpc: Enable support for ibm,drc-info devtree property

[patch V2 22/29] lockup_detector: Make watchdog_nmi_reconfigure() two stage
 2017-09-12 19:37 UTC  (2+ messages)
` [patch V2 29/29] lockup_detector: Cleanup hotplug locking mess

[PATCH v8 1/6] powerpc/fadump: reduce memory consumption for capture kernel
 2017-09-12 16:01 UTC  (6+ messages)
` [PATCH v8 2/6] powerpc/fadump: update documentation about 'fadump_extra_args=' parameter
` [PATCH v8 3/6] lib/cmdline.c: Remove quotes symmetrically
` [PATCH v8 4/6] powerpc/fadump: update the dequoting logic to match lib/cmdline.c
` [PATCH v8 5/6] boot/param: add pointer to current and next argument to unknown parameter callback
` [PATCH v8 6/6] powerpc/fadump: use the new parse_args callback arguments

[PATCH v2 0/9] improve early structure allocations (paca, lppaca, etc)
 2017-09-12 10:26 UTC  (6+ messages)
` [PATCH v2 3/9] powerpc/powernv: Remove real mode access limit for early allocations

[PATCH] crypto: talitos - Don't provide setkey for non hmac hashing algs
 2017-09-12  9:03 UTC 

[PATCH v1 0/4] Revisit MCE handling for UE Errors
 2017-09-12  7:11 UTC  (7+ messages)
` [PATCH v1 1/4] powerpc/mce.c: Remove unused function get_mce_fault_addr()
` [PATCH v1 2/4] powerpc/mce: Hookup derror (load/store) UE errors
` [PATCH v1 3/4] powerpc/mce: Hookup ierror (instruction) "
` [PATCH v1 4/4] powerpc/mce: hookup memory_failure for "

[linux-next][Oops] memory hot-unplug results fault instruction address at /include/linux/list.h:104
 2017-09-12  6:41 UTC 

[PATCH] powerpc/perf: Fix for core/nest imc call trace on cpuhotplug
 2017-09-11 17:32 UTC 

Hardware 3D acceleration doesn't work anymore after the PowerPC updates 4.14-1
 2017-09-11 13:20 UTC  (3+ messages)

[PATCH V3] cxl: Add support for POWER9 DD2
 2017-09-11 10:48 UTC  (2+ messages)

Power8 host unusable after kvm VM guest suspended for 2+ mins with client networking traffic
 2017-09-11  6:41 UTC 

[PATCH v2 00/20] Speculative page faults
 2017-09-11  6:28 UTC  (5+ messages)

[PATCH v3 0/3] Split default display handling out from VGA arbiter
 2017-09-11  4:35 UTC  (3+ messages)
` [PATCH v3 2/3] drm: add fallback default device detection

[RFC PATCH v5 0/5] vfio-pci: Add support for mmapping MSI-X table
 2017-09-11  3:27 UTC  (5+ messages)

[PATCH] powerpc/powernv: Increase memory block size to 1GB on radix
 2017-09-09 21:30 UTC  (8+ messages)

Machine Check in P2010(e500v2)
 2017-09-09 12:45 UTC  (15+ messages)

[PATCH V14 0/4] powerpc/vphn: Update CPU topology when VPHN enabled
 2017-09-08 20:47 UTC  (5+ messages)
` [PATCH V14 1/4] "
` [PATCH V14 2/4] powerpc/vphn: Improve recognition of PRRN/VPHN
` [PATCH V14 3/4] powerpc/hotplug: Improve responsiveness of hotplug change
` [PATCH V14 4/4] powerpc/vphn: Fix numa update end-loop bug

[PATCH v3 00/20] Speculative page faults
 2017-09-08 17:44 UTC  (3+ messages)
` [PATCH v3 01/20] mm: Dont assume page-table invariance during faults

[PATCH v2 2/2] powerpc/powernv/npu: Don't explicitly flush nmmu tlb
 2017-09-08 10:23 UTC  (2+ messages)

Unable to handle kernel paging request for unaligned access
 2017-09-08  8:55 UTC 

[PATCH] powerpc/mm: Fix missing mmap_sem release
 2017-09-08  7:08 UTC  (3+ messages)

[RFC PATCH 0/8] Further radix TLB flush optimisations
 2017-09-08  7:03 UTC  (7+ messages)
` [RFC PATCH 8/8] powerpc/64s/radix: Only flush local TLB for spurious fault flushes

[PATCH v2 1/2] powerpc/npu: Use flush_all_mm() instead of flush_tlb_mm()
 2017-09-08  5:38 UTC  (2+ messages)

[PATCH] ASoC: fsl-asoc-card: Don't error out if ENOTSUPP
 2017-09-08  5:27 UTC 

[PATCH 2/2] powerpc/powernv/npu: Don't explicitly flush nmmu tlb
 2017-09-08  4:36 UTC  (2+ messages)


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