linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 14:35:24 to 2021-04-02 15:25:19 UTC [more...]

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-02 15:18 UTC  (20+ messages)
` [PATCH v4 01/20] cmdline: Add generic function to build command line
` [PATCH v4 02/20] drivers: of: use cmdline building function
` [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE
` [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function
` [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init
` [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v4 08/20] arm: "
` [PATCH v4 09/20] arm64: "
` [PATCH v4 10/20] hexagon: "
` [PATCH v4 11/20] microblaze: "
` [PATCH v4 12/20] nios2: "
` [PATCH v4 13/20] openrisc: "
` [PATCH v4 14/20] riscv: "
` [PATCH v4 15/20] sh: "
` [PATCH v4 16/20] sparc: "
` [PATCH v4 17/20] xtensa: "
` [PATCH v4 18/20] x86: "
` [PATCH v4 19/20] mips: "

[PATCH v2] pseries: prevent free CPU ids to be reused on another node
 2021-04-02 14:42 UTC  (3+ messages)

[PATCH v3 0/9] powerpc/xive: Map one IPI interrupt per node
 2021-04-02 12:19 UTC  (20+ 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

[PATCH v5 00/48] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-02 11:04 UTC  (53+ 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 v5 43/48] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v5 44/48] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v5 45/48] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v5 46/48] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v5 47/48] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v5 48/48] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path

[PATCH] powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processors
 2021-04-02  8:00 UTC  (3+ messages)

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-02  7:58 UTC  (30+ messages)
` [PATCH v4 02/46] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v4 04/46] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v4 09/46] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v4 11/46] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR
` [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

[RFC/PATCH] powerpc/smp: Add SD_SHARE_PKG_RESOURCES flag to MC sched-domain
 2021-04-02  7:36 UTC  (2+ messages)

[PATCH 1/1] powerpc/smp: Set numa node before updating mask
 2021-04-02  3:18 UTC  (3+ messages)

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

[PATCH v2] powerpc/traps: Enhance readability for trap types
 2021-04-02  0:36 UTC  (10+ messages)

[PATCH] powerpc/pseries: Add shutdown() to vio_driver and vio_bus
 2021-04-02  0:13 UTC 

[PATCH v2 3/7] powerpc: convert config files to generic cmdline
 2021-04-01 20:08 UTC  (16+ messages)

[PATCH v3 1/2] powerpc/perf: Infrastructure to support checking of attr.config*
 2021-04-01 16:00 UTC  (2+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v3
 2021-04-01 15:52 UTC  (21+ messages)
` [PATCH 01/20] iommu: remove the unused domain_window_disable method
` [PATCH 02/20] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/20] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/20] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/20] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/20] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/20] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/20] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/20] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/20] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/20] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/20] iommu/fsl_pamu: remove the rpn and snoop_id arguments to pamu_config_ppaac
` [PATCH 13/20] iommu/fsl_pamu: hardcode the window address and size in pamu_config_ppaace
` [PATCH 14/20] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 15/20] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 16/20] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 17/20] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 18/20] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 19/20] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 20/20] iommu: remove iommu_domain_{get,set}_attr

[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  (5+ messages)
` [PATCH v10 01/10] powerpc/mm: Implement set_memory() routines
` [PATCH v10 03/10] powerpc: Always define MODULES_{VADDR,END}

[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

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

[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] 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 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  (3+ messages)
` [PATCH v6 8/9] xtensa: qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 9/9] powerpc/qspinlock: "


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