linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-24 13:07:09 to 2017-11-01 18:58:04 UTC [more...]

[PATCH V6 0/2] pseries/nodes: Fix issues with memoryless nodes
 2017-11-01 18:57 UTC 

linux-next: manual merge of the tip tree with the powerpc tree
 2017-11-01 18:12 UTC  (2+ messages)

[PATCH FEAT] ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic driver
 2017-11-01 17:17 UTC  (3+ messages)

[PATCH v10 0/4] this patchset is to remove PPCisms for QEIC
 2017-11-01 17:09 UTC  (6+ messages)

[PATCH v3 1/2] livepatch: send a fake signal to all blocking tasks
 2017-11-01 16:43 UTC  (4+ messages)

[RFC PATCH 0/7] powerpc/64s/radix TLB flush performance improvements
 2017-11-01 13:39 UTC  (8+ messages)
` [RFC PATCH 1/7] powerpc/64s/radix: optimize TLB range flush barriers
` [RFC PATCH 2/7] powerpc/64s/radix: Implement _tlbie(l)_va_range flush functions
` [RFC PATCH 3/7] powerpc/64s/radix: Optimize flush_tlb_range
` [RFC PATCH 4/7] powerpc/64s/radix: Introduce local single page ceiling for TLB range flush
` [RFC PATCH 5/7] powerpc/64s/radix: Improve TLB flushing for page table freeing

[PATCH 00/16] Remove hash page table slot tracking from linux PTE
 2017-11-01 11:02 UTC  (30+ messages)
` [PATCH 01/16] powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte group
` [PATCH 02/16] powerpc/mm: Update native_hpte_find to return hash pte
` [PATCH 03/16] powerpc/pseries: Update hpte find helper to take hash value
` [PATCH 04/16] powerpc/mm: Add hash invalidate callback
` [PATCH 05/16] powerpc/mm: use hash_invalidate for __kernel_map_pages()
` [PATCH 06/16] powerpc/mm: Switch flush_hash_range to not use slot
` [PATCH 07/16] powerpc/mm: Add hash updatepp callback
` [PATCH 08/16] powerpc/mm/hash: Don't track hash pte slot number in linux page table
` [PATCH 09/16] powerpc/mm: Add new firmware feature HASH API
` [PATCH 10/16] powerpc/kvm/hash: Implement HASH_REMOVE hcall
` [PATCH 11/16] powerpc/kvm/hash: Implement HASH_PROTECT hcall
` [PATCH 12/16] powerpc/kvm/hash: Implement HASH_BULK_REMOVE hcall
` [PATCH 13/16] powerpc/mm/pseries: Use HASH_PROTECT hcall in guest
` [PATCH 14/16] powerpc/mm/pseries: Use HASH_REMOVE "
` [PATCH 15/16] powerpc/mm/pseries: Move slot based bulk remove to helper
` [PATCH 16/16] powerpc/mm/pseries: Use HASH_BULK_REMOVE hcall in guest

[RFC 0/2] Enable ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH on POWER
 2017-11-01 10:17 UTC  (3+ messages)
` [RFC 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [RFC 2/2] powerpc/mm: Enable deferred flushing of TLB during reclaim

[PATCH] powerpc/perf: Fix core-imc hotplug callback failure during imc initialization
 2017-11-01  9:27 UTC  (3+ messages)

[Patch v10] QE: remove PPCisms for QE
 2017-11-01  9:18 UTC  (2+ messages)

[PATCH kernel] powerpc/powernv/ioda: Relax max DMA window size check
 2017-11-01  6:38 UTC  (2+ messages)

[PATCH] powerpc/xive: Remove incorrect debug code
 2017-11-01  6:18 UTC 

[PATCH] powerpc: Fix check for copy/paste instructions in alignment handler
 2017-11-01  5:17 UTC  (2+ messages)
`  "

[PATCH v2 0/3] powerpc/64s/radix: misc minor TLB flush fixes
 2017-11-01  5:17 UTC  (8+ messages)
` [PATCH v2 1/3] powerpc/64s/radix: fix preempt imbalance in TLB flush
  ` [v2,1/3] "
` [PATCH v2 2/3] powerpc/64s/radix: tlbie improve preempt handling
` [PATCH v2 3/3] powerpc/64s/radix: Fix process table entry cache invalidation

[PATCH] powerpc/perf: Fix IMC allocation routine
 2017-11-01  5:17 UTC  (2+ messages)
`  "

[RFC PATCH 6/7] powerpc/64s/radix: reset mm_cpumask for single thread process when possible
 2017-11-01  5:16 UTC  (5+ messages)
  ` [RFC PATCH 7/7] powerpc/64s/radix: Only flush local TLB for spurious fault flushes

[PATCH v2] powerpc/kernel/sysfs: Export ldbar spr to sysfs
 2017-11-01  0:50 UTC  (2+ messages)

[PATCH] powerpc/watchdog: improve watchdog comments
 2017-11-01  0:27 UTC 

[PATCH v3] kernel/module_64.c: Add REL24 relocation support of livepatch symbols
 2017-11-01  0:23 UTC  (6+ messages)

[PATCH] scsi: ibmvscsi: Convert timers to use timer_setup()
 2017-10-31 21:46 UTC  (3+ messages)

[PATCH v1] powerpc/pci: convert to use for_each_pci_bridge() helper
 2017-10-31 18:40 UTC  (4+ messages)

[PATCH v4 0/3] Prepartion for SR-IOV PowerVM Enablement
 2017-10-31 14:52 UTC  (4+ messages)
  ` [PATCH v4 1/3] powerpc/kernel: Separate SR-IOV Calls
  ` [PATCH v4 2/3] pseries: Add PSeries SR-IOV Machine dependent calls
  ` [PATCH v4 3/3] pci/iov: Expose VF drivers Auto Probe Globally

[PATCH v5 00/18] Appended signatures support for IMA appraisal
 2017-10-31 13:31 UTC  (13+ messages)
` [PATCH v5 12/18] MODSIGN: Export module signature definitions
` [PATCH v5 13/18] PKCS#7: Introduce pkcs7_get_message_sig and verify_pkcs7_message_sig
` [PATCH v5 17/18] ima: Implement support for module-style appended signatures
` [PATCH v5 18/18] ima: Write modsig to the measurement list

[PATCH 0/3] cxlflash: Miscellaneous fixes
 2017-10-31 12:13 UTC  (5+ messages)
` [PATCH 1/3] cxlflash: Use derived maximum write same length
` [PATCH 2/3] cxlflash: Allow cards without WWPN VPD to configure
` [PATCH 3/3] cxlflash: Derive pid through accessors

[PATCH] powerpc/perf: Clean up IMC code with some code refactoring
 2017-10-31 11:44 UTC 

[PATCH] powerpc/powernv: Enable tunneled operations
 2017-10-31 10:33 UTC  (2+ messages)

[PATCH] powerpc/perf: Change the data type for the variable 'ncpu' in IMC code
 2017-10-31  9:52 UTC 

[PATCH v2 2/3] powerpc: use NMI IPI for smp_send_stop
 2017-10-31  7:43 UTC  (3+ messages)

[PATCH v2 1/4] powerpc: Don't enable FP/Altivec if not checkpointed
 2017-10-31  5:05 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable exception
` [PATCH v2 3/4] powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint
` [PATCH v2 4/4] powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailable

[rfc] powerpc/npu: Cleanup MMIO ATSD flushing
 2017-10-30 23:28 UTC  (3+ messages)

[PATCH v4 00/10] Allow opal-async waiters to get interrupted
 2017-10-30 22:52 UTC  (13+ messages)
` [PATCH v4 01/10] mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
` [PATCH v4 02/10] mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error
` [PATCH v4 03/10] mtd: powernv_flash: Remove pointless goto in driver init
` [PATCH v4 04/10] mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisition
` [PATCH v4 10/10] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[PATCH 0/2] Fix function_graph tracer for ppc64 BE
 2017-10-30 15:12 UTC  (3+ messages)
` [PATCH 1/2] Revert "powerpc64/elfv1: Only dereference function descriptor for non-text symbols"
` [PATCH 2/2] powerpc/kprobes: Dereference function pointers only if the address does not belong to kernel text

linux-next: manual merge of the powerpc tree with Linus' tree
 2017-10-30 12:51 UTC 

[PATCH] powerpc/kernel/sysfs: Export ldbar spr to sysfs
 2017-10-30 11:56 UTC  (3+ messages)

[PATCH v5] powerpc/xmon: Support dumping software pagetables
 2017-10-30 11:01 UTC 

[mainline][ppc] sysfs: cannot create duplicate filename '/devices/hv_24x7/events/PM_CAPP1_APC_UOP_SEND_PB_CMD'
 2017-10-30  7:16 UTC 

[PATCH 1/2] powerpc: Don't enable FP/Altivec if not checkpointed
 2017-10-30  5:39 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint

[PATCH 0/7] powerpc: Free up RPAGE_RSV bits
 2017-10-30  0:37 UTC  (26+ messages)
` [PATCH 3/7] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [PATCH 08/25] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH 09/25] powerpc: ability to create execute-disabled pkeys
` [PATCH 19/25] powerpc: implementation for arch_vma_access_permitted()
` [PATCH 20/25] powerpc: Handle exceptions caused by pkey violation
` [PATCH 22/25] powerpc: capture the violated protection key on fault
` [PATCH 23/25] powerpc: Deliver SEGV signal on pkey violation

Linux 4.14: Reported regressions as of Sunday, 2017-10-29
 2017-10-29 14:59 UTC 

lpar issue for ZONE_DEVICE p2pmem in 4.14-rc
 2017-10-28 20:54 UTC  (8+ messages)

[PATCH v3 2/2] pseries/eeh: Add Pseries pcibios_bus_add_device
 2017-10-27 21:30 UTC  (11+ messages)

[PATCH 1/4] powerpc/kprobes: Disable preemption before invoking probe handler for optprobes
 2017-10-27 11:34 UTC  (10+ messages)
` [PATCH 2/4] powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftrace
` [PATCH 3/4] powerpc/kprobes: Blacklist emulate_update_regs() from kprobes
` [PATCH 4/4] powerpc/kprobes: refactor kprobe_lookup_name for safer string operations

[PATCH kernel] vfio/spapr: Add trace points for map/unmap
 2017-10-27  3:00 UTC 

[PATCH 4/4] m68k/mac: Add mutual exclusion for IOP interrupt polling
 2017-10-27  2:45 UTC 

[PATCH V5 0/2] pseries/nodes: Fix issues with memoryless nodes
 2017-10-26 20:36 UTC  (3+ messages)
` [PATCH V5 1/2] pseries/nodes: Ensure enough nodes avail for operations
` [PATCH V5 2/2] pseries/initnodes: Ensure nodes initialized for hotplug

[PATCH 1/2] powerpc/tm: fix live state of vs0/32 in tm_reclaim
 2017-10-26 17:31 UTC  (5+ messages)
` [PATCH] "

[RFC PATCH] powerpc/powernv: OPAL do not process events from hard interrupt context
 2017-10-26 13:06 UTC 

[PATCH v5 00/22] Speculative page faults
 2017-10-26 10:18 UTC  (3+ messages)
` [PATCH v5 07/22] mm: Protect VMA modifications using VMA sequence count

[PATCH v5 22/22] powerpc/mm: Add speculative page fault
 2017-10-26  8:14 UTC  (2+ messages)
` [v5,22/22] "

[PATCH] powerpc: Fix check for copy/paste instructions in alignment handler
 2017-10-26  5:19 UTC  (3+ messages)

[PATCH] powerpc/powernv: Enable reset_devices parameter to issue a PHB reset
 2017-10-25 15:30 UTC  (2+ messages)

[PATCH v2] powerpc/powernv: Add pci_reset_phbs parameter to issue a PHB reset
 2017-10-25 15:27 UTC 

[PATCH] powerpc/64: set DSCR default initially from SPR
 2017-10-25 14:30 UTC  (3+ messages)

[PATCH] powernv: Avoid checkstop on HMI and MCE
 2017-10-25 12:56 UTC  (5+ messages)

[PATCH] powerpc/vio: dispose of virq mapping on vdevice unregister
 2017-10-25 10:52 UTC  (3+ messages)

[PATCH] bitmap: Fix optimization of bitmap_set/clear for big-endian machines
 2017-10-25 10:30 UTC  (5+ messages)

[PATCH v2 0/8] powerpc: Support ibm,dynamic-memory-v2 property
 2017-10-25  9:16 UTC  (5+ messages)
` [PATCH v2 3/8] powerpc/mm: Separate ibm, dynamic-memory data from DT format

[PATCH V4 0/2] pseries/nodes: Fix issues with memoryless nodes
 2017-10-24 23:17 UTC 

[PATCH] powerpc/tm: Set ckpt_regs.msr before using it
 2017-10-24 22:39 UTC  (2+ messages)

[PATCH V3 2/2] pseries/initnodes: Ensure nodes initialized for hotplug
 2017-10-24 20:26 UTC  (2+ messages)

[PATCH] powerpc/tm: Make the tm code more readable
 2017-10-24 18:58 UTC 

[PATCH] powerpc/mm: Add a CONFIG option to choose if radix is used by default
 2017-10-24 15:48 UTC 


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