linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 01:16:05 to 2021-04-01 15:23:06 UTC [more...]

[PATCH v5 00/48] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-01 15:03 UTC  (43+ messages)
` [PATCH v5 01/48] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v5 02/48] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v5 03/48] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v5 04/48] KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC]
` [PATCH v5 05/48] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v5 06/48] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v5 07/48] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v5 08/48] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v5 09/48] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v5 10/48] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v5 11/48] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "
` [PATCH v5 12/48] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v5 13/48] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v5 14/48] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v5 15/48] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v5 16/48] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v5 17/48] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v5 18/48] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v5 19/48] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v5 20/48] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v5 21/48] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v5 22/48] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v5 23/48] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v5 24/48] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v5 25/48] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v5 26/48] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v5 27/48] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v5 28/48] KMV: PPC: Book3S HV: Use set_dec to set decrementer to host
` [PATCH v5 29/48] powerpc: add set_dec_or_work API for safely updating decrementer
` [PATCH v5 30/48] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v5 31/48] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v5 32/48] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v5 33/48] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v5 34/48] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v5 35/48] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v5 36/48] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v5 37/48] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v5 38/48] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v5 39/48] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v5 40/48] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
` [PATCH v5 41/48] KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
` [PATCH v5 42/48] KVM: PPC: Book3S HV: Radix guests should not have userspace hcalls reflected to them

[PATCH printk v2 0/5] printk: remove safe buffers
 2021-04-01 14:37 UTC  (8+ messages)
` [PATCH printk v2 2/5] "
` [PATCH printk v2 3/5] printk: remove NMI tracking

[PATCH] powerpc/8xx: Load modules closer to kernel text
 2021-04-01 13:43 UTC  (5+ messages)

[PATCH 1/3] powernv/memtrace: Allow mmaping trace buffers
 2021-04-01 13:39 UTC  (3+ messages)
` [PATCH 3/3] powerpc/sstep: Always test lmw and stmw

[PATCH v10 00/10] powerpc: Further Strict RWX support
 2021-04-01 13:36 UTC  (12+ messages)
` [PATCH v10 01/10] powerpc/mm: Implement set_memory() routines
` [PATCH v10 03/10] powerpc: Always define MODULES_{VADDR,END}
` [PATCH v10 05/10] powerpc/bpf: Write protect JIT code
` [PATCH v10 06/10] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime

[PATCH 1/3] powerpc/modules: Load modules closer to kernel text
 2021-04-01 13:30 UTC  (3+ messages)
` [PATCH 2/3] powerpc/8xx: Define a MODULE area below "
` [PATCH 3/3] powerpc/32s: Define a MODULE area below kernel text all the time

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-01 13:28 UTC  (42+ messages)
` [PATCH v4 01/46] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v4 02/46] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v4 03/46] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v4 04/46] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v4 05/46] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v4 06/46] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v4 07/46] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v4 08/46] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v4 09/46] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v4 10/46] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v4 11/46] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "
` [PATCH v4 12/46] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v4 13/46] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v4 15/46] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v4 24/46] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v4 29/46] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-04-01 13:26 UTC  (25+ messages)
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH v3 0/9] powerpc/xive: Map one IPI interrupt per node
 2021-04-01 12:50 UTC  (17+ messages)
` [PATCH v3 1/9] powerpc/xive: Use cpu_to_node() instead of "ibm, chip-id" property
  ` [PATCH v3 1/9] powerpc/xive: Use cpu_to_node() instead of "ibm,chip-id" property
` [PATCH v3 2/9] powerpc/xive: Introduce an IPI interrupt domain
` [PATCH v3 3/9] powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQ
` [PATCH v3 4/9] powerpc/xive: Simplify xive_core_debug_show()
` [PATCH v3 5/9] powerpc/xive: Drop check on irq_data in xive_core_debug_show()
` [PATCH v3 6/9] powerpc/xive: Simplify the dump of XIVE interrupts under xmon
` [PATCH v3 7/9] powerpc/xive: Fix xmon command "dxi"
` [PATCH v3 8/9] powerpc/xive: Map one IPI interrupt per node
` [PATCH v3 9/9] powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler

[RFC 0/2] Define a new apporach to determine if an idle vCPU will be scheduled instantly or not
 2021-04-01 11:59 UTC  (3+ messages)
` [RFC 1/2] KVM:PPC: Add new hcall to provide hint if a vcpu task will be scheduled instantly
` [RFC 2/2] sched: Use H_IDLE_HINT hcall to find if a vCPU can be wakeup target

[PATCH] soc/fsl: qbman: fix conflicting alignment attributes
 2021-04-01 10:23 UTC  (2+ messages)

[PATCH V2 RESEND] mm/memtest: Add ARCH_USE_MEMTEST
 2021-04-01  9:26 UTC 

[PATCH v2] powerpc/traps: Enhance readability for trap types
 2021-04-01  8:01 UTC  (7+ messages)

[PATCH] powerpc/64s: power4 nap fixup in C
 2021-04-01  7:36 UTC  (3+ messages)

[PATCH V2 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
 2021-04-01  6:44 UTC  (4+ messages)
` [PATCH V2 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH V2 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
` [PATCH V2 5/6] mm: Drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK

[PATCH] docs: powerpc: Fix misspellings and grammar errors
 2021-03-31 19:51 UTC  (2+ messages)

[PATCH] powerpc/vdso: Separate vvar vma from vdso
 2021-03-31 18:53 UTC  (6+ messages)

[PATCH 1/8] CMDLINE: add generic builtin command line
 2021-03-31 18:21 UTC  (4+ messages)
` [PATCH 6/8] drivers: firmware: efi: libstub: enable generic commandline

[PATCH v2 3/7] powerpc: convert config files to generic cmdline
 2021-03-31 17:14 UTC  (11+ messages)

[PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
 2021-03-31 16:48 UTC  (5+ messages)
` [PATCH RESEND v1 1/4] lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
` [PATCH RESEND v1 2/4] lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
` [PATCH RESEND v1 3/4] powerpc/vdso: Separate vvar vma from vdso
` [PATCH RESEND v1 4/4] powerpc/vdso: Add support for time namespaces

[PATCH v1 0/4] powerpc/vdso: Add support for time namespaces
 2021-03-31 14:49 UTC  (5+ messages)
` [PATCH v1 1/4] lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
` [PATCH v1 2/4] lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
` [PATCH v1 3/4] powerpc/vdso: Separate vvar vma from vdso
` [PATCH v1 4/4] powerpc/vdso: Add support for time namespaces

[PATCH v6 0/9] riscv: Add qspinlock/qrwlock
 2021-03-31 14:30 UTC  (10+ messages)
` [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 2/9] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
` [PATCH v6 4/9] csky: locks: Optimize coding convention
` [PATCH v6 5/9] csky: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 6/9] openrisc: qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 7/9] sparc: "
` [PATCH v6 8/9] xtensa: "
` [PATCH v6 9/9] powerpc/qspinlock: "

[PATCH] powerpc/ptrace: Don't return error when getting/setting FP regs without CONFIG_PPC_FPU_REGS
 2021-03-31 14:14 UTC 

[PATCH v2] powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
 2021-03-31 14:07 UTC 

[PATCH] selftests: timens: Fix gettime_perf to work on powerpc
 2021-03-31 13:59 UTC 

[PATCH] powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
 2021-03-31 13:23 UTC  (2+ messages)

[PATCH -next] powerpc/eeh: Remove unused inline function eeh_dev_phb_init_dynamic()
 2021-03-31 12:58 UTC  (3+ messages)

[PATCH -next] powerpc/eeh: Add correct inline functions
 2021-03-31 12:53 UTC 

[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-03-31 10:20 UTC  (3+ messages)

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH -next] powerpc: Remove duplicated include from time.c
 2021-03-31  8:58 UTC 

WARNING: CPU: 0 PID: 1 at arch/powerpc/lib/feature-fixups.c:109 do_feature_fixups+0xb0/0xf0
 2021-03-31  9:15 UTC  (2+ messages)

[PATCH] powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuilt
 2021-03-31  9:12 UTC 

[PATCH 1/2] powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o
 2021-03-31  9:03 UTC  (3+ messages)

[PATCH] PCI: Try to find two continuous regions for child resource
 2021-03-31  8:53 UTC  (3+ messages)

[PATCH] powerpc/pseries: Only register vio drivers if vio bus exists
 2021-03-31  4:38 UTC  (3+ messages)

[PATCH] cxl: Fix couple of spellings
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/xive: use true and false for bool variable
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: kernel: Trivial typo fix in the file kgdb.c
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: kernel: Trivial spelling fixes throughout the file head_fsl_booke.S
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] arch: powerpc: kernel: Change droping to dropping in the file traps.c
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v5] powerpc/uprobes: Validation for prefixed instruction
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/64s: Fix hash fault to use TRAP accessor
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/prom: Mark identical_pvr_fixup as __init
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] selftests: powerpc: unmark non-kernel-doc comments
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v2] selftests/powerpc: Fix L1D flushing tests for Power10
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v7] powerpc/irq: Inline call_do_irq() and call_do_softirq()
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/fsl-pci: Fix section mismatch warning
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/fadump: Mark fadump_calculate_reserve_size as __init
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: Fix section mismatch warning in smp_setup_pacas()
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/64s: Fold update_current_thread_[i]amr() into their only callers
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] arch/powerpc/include:fix misspellings in tlbflush.h
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/iommu/debug: fix ifnullfree.cocci warnings
 2021-03-31  1:09 UTC  (2+ messages)

[RESEND 1/1] powerpc: asm: hvconsole: Move 'hvc_vio_init_early's prototype to shared location
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: export LPAR security flavor in lparcfg
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] cxl: don't manipulate the mm.mm_users field directly
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: remove unneeded semicolon
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/pci: fix warning comparing pointer to 0
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc: arch/powerpc/kernel/setup_64.c - cleanup warnings
 2021-03-31  1:09 UTC  (2+ messages)

[PATCH] powerpc/ptrace: Remove duplicate check from pt_regs_check()
 2021-03-31  1:09 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).