linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-11 00:34:50 to 2021-04-14 03:09:03 UTC [more...]

[PATCHv5 1/2] powerpc/pseries: group lmb operation and memblock's
 2021-04-14  3:08 UTC  (6+ messages)
` [PATCHv5 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents

[PATCH] mm: Define ARCH_HAS_FIRST_USER_ADDRESS
 2021-04-14  2:54 UTC 

[PATCH v1 1/2] powerpc/bitops: Use immediate operand when possible
 2021-04-14  2:01 UTC  (8+ messages)
` [PATCH v1 2/2] powerpc/atomics: "

[PATCH v2 00/14] DDW Indirect Mapping
 2021-04-13 23:01 UTC  (27+ messages)
` [PATCH v2 05/14] powerpc/kernel/iommu: Add new iommu_table_in_use() helper
` [PATCH v2 09/14] powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
` [PATCH v2 10/14] powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helper
` [PATCH v2 11/14] powerpc/pseries/iommu: Update remove_dma_window() to accept property name
` [PATCH v2 13/14] powerpc/pseries/iommu: Make use of DDW for indirect mapping
` [PATCH v2 14/14] powerpc/pseries/iommu: Rename "direct window" to "dma window"

[PATCH net-next v4 0/2] of: net: support non-platform devices in of_get_mac_address()
 2021-04-13 21:40 UTC  (6+ messages)
` [PATCH net-next v4 1/2] of: net: pass the dst buffer to of_get_mac_address()
` [PATCH net-next v4 2/2] of: net: fix of_get_mac_addr_nvmem() for non-platform devices

[PATCH] powerpc/pseries: extract host bridge from pci_bus prior to bus removal
 2021-04-13 19:04 UTC  (2+ messages)

[PATCH v2 1/4] powerpc: Remove probe_user_read_inst()
 2021-04-13 16:40 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64
` [PATCH v2 3/4] powerpc: Rename probe_kernel_read_inst()
` [PATCH v2 4/4] powerpc: Move copy_from_kernel_nofault_inst()

[PATCH v2 1/2] powerpc/bug: Remove specific powerpc BUG_ON() and WARN_ON() on PPC32
 2021-04-13 16:38 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto

[PATCH v2 1/3] powerpc/bitops: Use immediate operand when possible
 2021-04-13 16:36 UTC  (3+ messages)
` [PATCH v2 2/3] powerpc/atomics: "
` [PATCH v2 3/3] powerpc/atomics: Remove atomic_inc()/atomic_dec() and friends

[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-04-13 14:13 UTC  (2+ messages)

[PATCH v1 0/2] KVM: PPC: timer improvements
 2021-04-13 13:42 UTC  (3+ messages)
` [PATCH v1 1/2] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v1 2/2] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races

[PATCH v1] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
 2021-04-13 13:38 UTC 

[PATCH] powerpc/xive: Use the "ibm, chip-id" property only under PowerNV
 2021-04-13 13:03 UTC 

[PATCH 00/16] Enable VAS and NX-GZIP support on powerVM
 2021-04-13 12:59 UTC  (20+ messages)
` [PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent
` [PATCH 05/16] powerpc/vas: Define and use common vas_window struct
` [PATCH 06/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs
` [PATCH 07/16] powerpc/vas: Define QoS credit flag to allocate window
` [PATCH 08/16] powerpc/pseries/VAS: Implement allocate/modify/deallocate HCALLS
` [PATCH 09/16] powerpc/pseries/vas: Implement to get all capabilities
` [PATCH 10/16] powerpc/pseries/vas: Integrate API with open/close windows
` [PATCH 11/16] powerpc/pseries/vas: Setup IRQ and fault handling
` [PATCH 12/16] powerpc/pseries/vas: sysfs interface to export capabilities
` [PATCH 13/16] crypto/nx: Rename nx-842-pseries file name to nx-common-pseries
` [PATCH 14/16] crypto/nx: Register and unregister VAS interface
` [PATCH 15/16] crypto/nx: Get NX capabilities for GZIP coprocessor type
` [PATCH 16/16] crypto/nx: sysfs interface to export NX capabilities

[PATCH 1/1] powerpc/smp: Set numa node before updating mask
 2021-04-13 12:25 UTC  (5+ messages)

[V2 PATCH 00/16] Enable VAS and NX-GZIP support on powerVM
 2021-04-13  8:30 UTC  (17+ messages)
` [V2 PATCH 01/16] powerpc/powernv/vas: Rename register/unregister functions
` [V2 PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent
` [V2 PATCH 03/16] powerpc/vas: Create take/drop task reference functions
` [V2 PATCH 04/16] powerpc/vas: Move update_csb and dump_crb to platform independent
` [V2 PATCH 05/16] powerpc/vas: Define and use common vas_window struct
` [V2 PATCH 06/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs
` [V2 PATCH 07/16] powerpc/vas: Define QoS credit flag to allocate window
` [V2 PATCH 08/16] powerpc/pseries/VAS: Implement allocate/modify/deallocate HCALLS
` [V2 PATCH 09/16] powerpc/pseries/vas: Implement to get all capabilities
` [V2 PATCH 10/16] powerpc/pseries/vas: Integrate API with open/close windows
` [V2 PATCH 11/16] powerpc/pseries/vas: Setup IRQ and fault handling
` [V2 PATCH 12/16] powerpc/pseries/vas: sysfs interface to export capabilities
` [V2 PATCH 13/16] crypto/nx: Rename nx-842-pseries file name to nx-common-pseries
` [V2 PATCH 14/16] crypto/nx: Register and unregister VAS interface
` [V2 PATCH 15/16] crypto/nx: Get NX capabilities for GZIP coprocessor type
` [V2 PATCH 16/16] crypto/nx: Add sysfs interface to export NX capabilities

[PATCH 0/1] Fix struct page layout on 32-bit systems
 2021-04-13  8:21 UTC  (7+ messages)
` [PATCH 1/1] mm: "

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

[PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
 2021-04-13  6:31 UTC  (13+ 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] ibmvfc: Fix invalid state machine BUG_ON
 2021-04-13  5:28 UTC  (2+ messages)

[PATCH v1 00/12] minor KVM fixes and cleanups
 2021-04-13  1:25 UTC  (15+ messages)
` [PATCH v1 01/12] KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit
` [PATCH v1 02/12] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v1 03/12] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v1 04/12] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v1 05/12] KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC]
` [PATCH v1 06/12] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v1 07/12] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v1 08/12] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v1 09/12] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v1 10/12] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v1 11/12] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v1 12/12] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "

[PATCH V2 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
 2021-04-13  1:08 UTC  (3+ messages)

[PATCH v2] powerpc/eeh: Fix EEH handling for hugepages in ioremap space
 2021-04-13  0:53 UTC  (2+ messages)

[RFC PATCH 0/2] kvm selftests and MAX_VCPU_ID
 2021-04-12 22:26 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: selftests: Add max vcpus test for ppc64le
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Provide a more accurate MAX_VCPU_ID in P9

[PATCH v2 1/1] powerpc/iommu: Enable remaining IOMMU Pagesizes present in LoPAR
 2021-04-12 22:21 UTC  (6+ messages)

[PATCH v3 0/9] Speedup mremap on ppc64
 2021-04-12 18:38 UTC  (5+ messages)
` [PATCH v3 1/9] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH v3 2/9] selftest/mremap_test: Avoid crash with static build

[PATCH 1/2] powerpc/bug: Remove specific powerpc BUG_ON() and WARN_ON() on PPC32
 2021-04-12 20:40 UTC  (3+ messages)
` [PATCH 2/2] powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto

[PATCH v1 1/4] powerpc: Remove probe_user_read_inst()
 2021-04-12 19:41 UTC  (5+ messages)
` [PATCH v1 2/4] powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64
` [PATCH v1 3/4] powerpc: Rename probe_kernel_read_inst()
` [PATCH v1 4/4] powerpc: Move copy_from_kernel_nofault_inst()

[PATCH AUTOSEL 4.4 08/23] ASoC: fsl_esai: Fix TDM slot setup for I2S mode
 2021-04-12 16:27 UTC 

[PATCH AUTOSEL 4.9 08/23] ASoC: fsl_esai: Fix TDM slot setup for I2S mode
 2021-04-12 16:26 UTC 

[PATCH AUTOSEL 4.14 08/25] ASoC: fsl_esai: Fix TDM slot setup for I2S mode
 2021-04-12 16:26 UTC 

[PATCH AUTOSEL 4.19 11/28] ASoC: fsl_esai: Fix TDM slot setup for I2S mode
 2021-04-12 16:25 UTC 

[PATCH AUTOSEL 5.4 17/39] ASoC: fsl_esai: Fix TDM slot setup for I2S mode
 2021-04-12 16:24 UTC 

[PATCH AUTOSEL 5.10 21/46] ASoC: fsl_esai: Fix TDM slot setup for I2S mode
 2021-04-12 16:23 UTC 

[PATCH AUTOSEL 5.11 19/51] powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
 2021-04-12 16:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 25/51] ASoC: fsl_esai: Fix TDM slot setup for I2S mode

[PATCH] ASoC: fsl_sai: Don't use devm_regmap_init_mmio_clk
 2021-04-12 15:52 UTC  (4+ messages)

remove the nvlink2 pci_vfio subdriver v2
 2021-04-12 14:23 UTC  (5+ messages)
` [PATCH 1/2] vfio/pci: remove vfio_pci_nvlink2

[PATCH -next] powerpc/perf: Make symbol 'isa207_pmu_format_attr' static
 2021-04-12 14:17 UTC  (2+ messages)

[PATCH -next] powerpc/perf/hv-24x7: Make some symbols static
 2021-04-12 14:17 UTC  (2+ messages)

consolidate the flock uapi definitions
 2021-04-12 13:11 UTC  (14+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
` [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition

[PATCH] [v2] selftests: powerpc: Remove unneeded variables
 2021-04-12 12:57 UTC 

[PATCH 1/3] powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_K
 2021-04-12 11:44 UTC  (3+ messages)
` [PATCH 2/3] powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branches
` [PATCH 3/3] powerpc/ebpf32: Use standard function call for functions within 32M distance

[PATCH v3 0/4] powerpc/selftests: Add Power10 2nd DAWR selftests
 2021-04-12 11:22 UTC  (5+ messages)
` [PATCH v3 1/4] powerpc/selftests/ptrace-hwbreak: Add testcases for 2nd DAWR
` [PATCH v3 2/4] powerpc/selftests/perf-hwbreak: Coalesce event creation code
` [PATCH v3 3/4] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR
` [PATCH v3 4/4] powerpc/selftests: Add selftest to test concurrent perf/ptrace events

[PATCH] powerpc: alignment: Remove unneeded variables
 2021-04-12 11:01 UTC  (2+ messages)

[PATCH V2] mm/page_alloc: Ensure that HUGETLB_PAGE_ORDER is less than MAX_ORDER
 2021-04-12  8:47 UTC  (2+ messages)

[PATCH v1 0/7] KVM / 64s interrupt handling changes
 2021-04-12  7:51 UTC  (8+ messages)
` [PATCH v1 1/7] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v1 2/7] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v1 3/7] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v1 4/7] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v1 5/7] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v1 6/7] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v1 7/7] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences

[PATCH] powerpc/perf: Clear pending PMI in ppmu callbacks
 2021-04-12  7:19 UTC  (6+ messages)
` [PATCH] powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMC

[PATCH v2 0/5] powerpc/rtas: miscellaneous cleanups
 2021-04-12  7:45 UTC  (3+ messages)
` [PATCH v2 5/5] powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE

[PATCH v2 0/4] powerpc/selftests: Add Power10 2nd DAWR selftests
 2021-04-12  5:03 UTC  (7+ messages)
` [PATCH v2 1/4] powerpc/selftests/ptrace-hwbreak: Add testcases for 2nd DAWR
` [PATCH v2 2/4] powerpc/selftests/perf-hwbreak: Coalesce event creation code

Bogus struct page layout on 32-bit
 2021-04-11 22:35 UTC  (3+ messages)

sysctl: setting key "net.core.bpf_jit_enable": Invalid argument
 2021-04-11 18:39 UTC  (3+ messages)

[PATCH v6 0/9] riscv: Add qspinlock/qrwlock
 2021-04-11 16:51 UTC  (6+ messages)
` [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
` [PATCH v6 4/9] csky: locks: Optimize coding convention

[PATCH] powerpc/signal32: Fix build failure with CONFIG_SPE
 2021-04-11 16:39 UTC 

[PATCH 1/2] powerpc: syscalls: switch to generic syscalltbl.sh
 2021-04-11 12:51 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS d02429becbe77bc4d27a7357afaf28f9294945bb
 2021-04-11  3:36 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).