linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-28 08:59:34 to 2018-10-02 13:01:47 UTC [more...]

[PATCH v3 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-02 11:31 UTC  (33+ messages)
` [PATCH v3 01/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v3 02/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v3 03/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v3 04/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v3 05/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v3 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v3 07/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v3 08/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v3 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v3 10/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v3 11/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v3 12/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v3 13/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v3 14/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v3 15/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v3 16/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v3 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v3 18/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v3 19/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v3 20/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v3 21/33] KVM: PPC: Book3S HV: Framework to handle HV Emulation Assist Interrupt
` [PATCH v3 22/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v3 23/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v3 24/33] KVM: PPC: Book3S HV: Emulate Privileged TLBIE for guest hypervisors
` [PATCH v3 25/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v3 26/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v3 27/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v3 28/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v3 29/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v3 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v3 31/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v3 33/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization

[PATCH] driver core: device: add BUS_ATTR_WO macro
 2018-10-02  9:43 UTC  (3+ messages)

[PATCH 1/2] powerpc/64: Remove duplicated -mabi=elfv2 for little endian targets
 2018-10-02  8:30 UTC  (13+ messages)
` [PATCH 2/2] powerpc/64: Increase stack redzone for 64-bit kernel to 512 bytes

[PATCH v2 02/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
 2018-10-02  8:00 UTC  (7+ messages)
  ` [PATCH v2 06/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
  ` [PATCH v2 18/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
  ` [PATCH v2 19/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
  ` [PATCH v2 20/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor

[PATCH 0/3] powerpc/powernv/npu: Improve ATSD invalidation overhead
 2018-10-02  7:23 UTC  (7+ messages)
` [PATCH 1/3] powerpc/powernv/npu: Reduce eieio usage when issuing ATSD invalidates
` [PATCH 2/3] powerpc/powernv/npu: Use size-based "
` [PATCH 3/3] powerpc/powernv/npu: Remove atsd_threshold debugfs setting

[PATCH v2 0/5] soc/fsl/qbman: DPAA QBMan fixes and additions
 2018-10-02  6:28 UTC  (6+ messages)
` [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API

[PATCH kernel] powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on demand
 2018-10-02  4:56 UTC  (2+ messages)

[RFC PATCH kernel] vfio/spapr_tce: Get rid of possible infinite loop
 2018-10-02  4:44 UTC  (2+ messages)

[PATCH kernel v2] powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
 2018-10-02  3:20 UTC 

[PATCH 1/2] powerpc/tm: Move tm_enable definition
 2018-10-02  0:05 UTC  (3+ messages)
` [PATCH 2/2] powerpc/tm: Avoid SPR flush if TM is disabled

[PATCH] powerpc: remove leftover code of old GCC version checks
 2018-10-01 23:51 UTC  (2+ messages)

[PATCH] migration/mm: Add WARN_ON to try_offline_node
 2018-10-01 23:23 UTC  (5+ messages)

[PATCH] powerpc/lib: fix book3s/32 boot failure due to code patching
 2018-10-01 23:19 UTC  (2+ messages)

[PATCH] kdb: print real address of pointers instead of hashed addresses
 2018-10-01 19:55 UTC  (2+ messages)

[PATCH 1/2] powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
 2018-10-01 23:01 UTC  (2+ messages)
` [PATCH 2/2] powerpc/time: Add set_state_oneshot_stopped decrementer callback

[PATCH] kdb: use correct pointer when 'btc' calls 'btt'
 2018-10-01 19:52 UTC  (8+ messages)
  `  "

[PATCH 1/2] powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
 2018-10-01 22:57 UTC  (5+ messages)
` [PATCH 2/2] powerpc/time: Only cap decrementer when watchdog is enabled

[v4] powerpc: Avoid code patching freed init sections
 2018-10-01 22:57 UTC  (3+ messages)

[PATCH] powerpc: signedness bug in update_flash_db()
 2018-10-01 22:45 UTC  (5+ messages)

[PATCH v3 0/6] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-10-01 22:04 UTC  (11+ messages)
` [PATCH v3 3/6] drivers: clk-qoriq: increase array size of cmux_to_group
` [PATCH v3 4/6] drivers: clk-qoriq: Add clockgen support for lx2160a
` [PATCH v3 5/6] arm64: dts: add QorIQ LX2160A SoC support
` [PATCH v3 6/6] arm64: dts: add LX2160ARDB board support

dma mask related fixups (including full bus_dma_mask support) v2
 2018-10-01 20:51 UTC  (3+ messages)

[PATCH v4 0/9] Devicetree build consolidation
 2018-10-01 20:34 UTC  (5+ messages)
` [PATCH v4 1/9] powerpc: build .dtb files in dts directory
` [PATCH v4 6/9] kbuild: consolidate Devicetree dtb build rules
` [PATCH v4 7/9] powerpc: enable building all dtbs

[PATCH] powerpc/mobility: Extend start/stop topology update scope
 2018-10-01 18:56 UTC 

[RFC PATCH 00/11] New TM Model
 2018-10-01 17:50 UTC  (12+ messages)
` [RFC PATCH 08/11] powerpc/tm: Do not reclaim on ptrace
` [RFC PATCH 11/11] selftests/powerpc: Adapt the test

[PATCH RFC] mm/memory_hotplug: Introduce memory block types
 2018-10-01 16:24 UTC  (6+ messages)

[PATCH v2] powerpc/rtas: Fix a potential race between CPU-Offline & Migration
 2018-10-01 15:19 UTC  (2+ messages)

[PATCH v3 0/9] Devicetree build consolidation
 2018-10-01 14:48 UTC  (13+ messages)
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH ppc-next] powerpc/fsl-booke: don't load early TLB at once
 2018-10-01 14:26 UTC  (9+ messages)

[PATCH v9 0/3] powerpc: Detection and scheduler optimization for POWER9 bigcore
 2018-10-01 14:05 UTC  (5+ messages)
` [PATCH v9 1/3] powerpc: Detect the presence of big-cores via "ibm, thread-groups"
` [PATCH v9 2/3] powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcores
` [PATCH v9 3/3] powerpc/sysfs: Add topology/smallcore_thread_siblings[_list]

[PATCH] powerpc/numa: Skip onlining a offline node in kdump path
 2018-10-01 13:20 UTC  (2+ messages)

[PATCH v03 0/5] powerpc/migration: Affinity fix for memory
 2018-10-01 13:00 UTC  (6+ messages)
` [PATCH v03 1/5] powerpc/drmem: Export 'dynamic-memory' loader
` [PATCH v03 2/5] powerpc/drmem: Add internal_flags feature
` [PATCH v03 3/5] migration/memory: Add hotplug READD_MULTIPLE
` [PATCH v03 4/5] migration/memory: Evaluate LMB assoc changes
` [PATCH v03 5/5] migration/memory: Support 'ibm,dynamic-memory-v2'

[RFC PATCH v3 0/7] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-01 12:30 UTC  (8+ messages)
` [RFC PATCH v3 1/7] book3s/64: avoid circular header inclusion in mmu-hash.h
` [RFC PATCH v3 2/7] powerpc: Prepare for moving thread_info into task_struct
` [RFC PATCH v3 3/7] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [RFC PATCH v3 4/7] powerpc: regain entire stack space
` [RFC PATCH v3 5/7] powerpc: 'current_set' is now a table of task_struct pointers
` [RFC PATCH v3 6/7] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [RFC PATCH v3 7/7] powerpc/64: Modify CURRENT_THREAD_INFO()

[PATCH] powerpc/rtas: Fix a potential race between CPU-Offline & Migration
 2018-10-01  6:40 UTC  (5+ messages)

[PATCH] powerpc/nohash: fix undefined behaviour when testing page size support
 2018-10-01  6:21 UTC 

[PATCH] soc: Convert to using %pOFn instead of device_node.name
 2018-09-30 17:08 UTC  (5+ messages)
` [PATCH] tty: "

[PATCH AUTOSEL 4.18 47/65] sched/topology: Set correct NUMA topology type
 2018-10-01  0:38 UTC 

Looking for architecture papers
 2018-09-30  8:56 UTC  (4+ messages)

[PATCH v3 1/2] powerpc/32: add stack protector support
 2018-09-30  2:16 UTC  (2+ messages)

[PATCH 0/8] add generic builtin command line
 2018-09-29 18:17 UTC  (2+ messages)

[PATCH v3 3/3] dt-bindings: watchdog: add mpc8xxx-wdt support
 2018-09-29 18:19 UTC  (2+ messages)
` [v3,3/3] "

[PATCH v3 2/3] watchdog: mpc8xxx: provide boot status
 2018-09-29 18:18 UTC  (2+ messages)
` [v3,2/3] "

New mail archive
 2018-09-29  3:59 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.19-3 tag
 2018-09-29  1:02 UTC  (2+ messages)

[PATCH v2] i2c: Convert to using %pOFn instead of device_node.name
 2018-09-28 22:49 UTC 

drivers binding to device node with multiple compatible strings
 2018-09-28 21:19 UTC  (6+ messages)

[PATCH -next] powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
 2018-09-28 20:25 UTC  (2+ messages)

[PATCH -next] PCI: hotplug: Use kmemdup rather than duplicating its implementation in pnv_php_add_devtree()
 2018-09-28 17:29 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/32: add stack protector support
 2018-09-28 16:26 UTC  (7+ messages)

problems in SCC-UART in mpc860
 2018-09-28 16:27 UTC  (3+ messages)

Fwd: Problems in booting kernel from bootloader
 2018-09-28 16:27 UTC 

EP8260
 2018-09-28 16:27 UTC 

_PAGE_WRITETHRU option in 8xx
 2018-09-28 16:27 UTC 

Problems in the kernel for EP8260 Board
 2018-09-28 16:27 UTC 

EP8260
 2018-09-28 16:27 UTC 

yet another bug in atyfb.c
 2018-09-28 16:27 UTC 

Many random crashes in 2.2.0 (and previous kernels)
 2018-09-28 16:27 UTC  (2+ messages)

[PATCH 0/4] Fixes for SLB to C series
 2018-09-28 16:00 UTC  (5+ messages)
` [PATCH 1/4] powerpc/64: add struct int_regs to save additional registers on stack
` [PATCH 2/4] powerpc/64: interrupts save PPR on stack rather than thread_struct
` [PATCH 3/4] powerpc/64s/hash: Fix preloading of SLB entries
` [PATCH 4/4] powerpc/64s/hash: add more barriers for slb preloading

dma mask related fixups (including full bus_dma_mask support)
 2018-09-28 15:46 UTC  (6+ messages)
` [PATCH 3/5] dma-direct: refine dma_direct_alloc zone selection

[PATCH v3] powerpc: wire up memtest
 2018-09-28 15:39 UTC 

[PATCH v2] powerpc: wire up memtest
 2018-09-28 14:30 UTC  (2+ messages)

[PATCH v6] selftests: add headers_install to lib.mk
 2018-09-28 13:52 UTC  (2+ messages)

[PATCH kernel] cxl: Remove unused include
 2018-09-28 12:46 UTC  (2+ messages)

[PATCH] powerpc: wire up memtest
 2018-09-28 12:44 UTC  (4+ 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).