linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 06:45:27 to 2022-11-18 15:13:23 UTC [more...]

[patch 23/39] PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.c
 2022-11-18 12:58 UTC  (5+ messages)

[PATCH 00/13] RTAS maintenance
 2022-11-18 15:07 UTC  (6+ messages)
` [PATCH 01/13] powerpc/rtas: document rtas_call()
` [PATCH 02/13] powerpc/rtasd: use correct OF API for event scan rate
` [PATCH 03/13] powerpc/rtas: avoid device tree lookups in rtas_os_term()
` [PATCH 06/13] powerpc/rtas: clean up rtas_error_log_max initialization
` [PATCH 07/13] powerpc/rtas: clean up includes

build failure in linux-next: offb missing fb helpers
 2022-11-18 15:03 UTC 

[PATCH printk v5 00/40] reduce console_lock scope
 2022-11-18 14:55 UTC  (4+ messages)
` [PATCH printk v5 25/40] tty: hvc: use console_is_registered()

[RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
 2022-11-18 11:46 UTC  (12+ messages)

[PATCH] powerpc: Use "grep -E" instead of "egrep"
 2022-11-18  9:40 UTC 

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-18  9:12 UTC  (13+ messages)
` [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI

[patch 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
 2022-11-18  7:40 UTC  (85+ messages)
` [patch 01/39] PCI/MSI: Check for MSI enabled in __pci_msix_enable()
` [patch 02/39] iommu/vt-d: Remove bogus check for multi MSI-X
` [patch 03/39] iommu/amd: "
` [patch 04/39] genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()
` [patch 05/39] genirq/msi: Remove filter from msi_free_descs_free_range()
` [patch 06/39] genirq/msi: Add missing kernel doc to msi_next_desc()
` [patch 07/39] genirq/msi: Make __msi_domain_alloc_irqs() static
` [patch 08/39] genirq/msi: Provide msi_domain_ops::post_free()
` [patch 09/39] powerpc/pseries/msi: Use msi_domain_ops::msi_post_free()
` [patch 10/39] genirq/msi: Make __msi_domain_free_irqs() static
` [patch 11/39] genirq/irqdomain: Move bus token enum into a seperate header
` [patch 12/39] genirq/msi: Add bus token to struct msi_domain_info
` [patch 13/39] PCI/MSI: Use msi_domain_info::bus_token
` [patch 14/39] PCI/MSI: Let the MSI core free descriptors
` [patch 15/39] PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
` [patch 16/39] genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
` [patch 17/39] PCI/MSI: Get rid of externs in msi.h
` [patch 18/39] PCI/MSI: Move mask and unmask helpers to msi.h
` [patch 30/39] PCI/MSI: Move pci_msi_restore_state() to api.c
` [patch 31/39] Documentation: PCI: Add reference to PCI/MSI device driver APIs
` [patch 33/39] PCI/MSI: Sanitize MSI-X checks
` [patch 34/39] PCI/MSI: Reject multi-MSI early
` [patch 35/39] PCI/MSI: Reject MSI-X early
` [patch 36/39] PCI/MSI: Validate MSIX contiguous restriction early
` [patch 37/39] PCI/MSI: Remove redundant msi_check() callback
` [patch 38/39] genirq/msi: Remove msi_domain_ops::msi_check()
` [patch 39/39] x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORS

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-18  0:31 UTC  (34+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH mm-unstable v1 02/20] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH mm-unstable v1 03/20] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH mm-unstable v1 04/20] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH mm-unstable v1 05/20] mm: add early FAULT_FLAG_WRITE "
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 10/20] RDMA/umem: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 11/20] RDMA/usnic: "
` [PATCH mm-unstable v1 12/20] RDMA/siw: "
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: "
` [PATCH mm-unstable v1 14/20] drm/etnaviv: "
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "
` [PATCH mm-unstable v1 17/20] drm/exynos: "
` [PATCH mm-unstable v1 18/20] RDMA/hw/qib/qib_user_pages: "
` [PATCH mm-unstable v1 19/20] habanalabs: "
` [PATCH mm-unstable v1 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

[PATCH v5 1/5] powerpc: mm: Replace p{u,m,4}d_is_leaf with p{u,m,4}_leaf
 2022-11-18  0:21 UTC  (5+ messages)
` [PATCH v5 2/5] powerpc: mm: Implement p{m,u,4}d_leaf on all platforms
` [PATCH v5 3/5] powerpc: mm: Add common pud_pfn stub for "
` [PATCH v5 4/5] powerpc: mm: add p{te,md,ud}_user_accessible_page helpers
` [PATCH v5 5/5] powerpc: mm: support page table check

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-17 22:15 UTC  (21+ messages)
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
` [PATCH v3 0/3] convert tree to get_random_u32_{below,above,inclusive}()
  ` [PATCH v3 1/3] treewide: use get_random_u32_below() instead of deprecated function
  ` [PATCH v3 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
  ` [PATCH v3 3/3] treewide: use get_random_u32_inclusive() when possible

[PATCH v6] livepatch: Clear relocation targets on a module removal
 2022-11-17 22:06 UTC  (2+ messages)

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-17 21:27 UTC  (7+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-17 15:16 UTC  (20+ messages)
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling

[PATCH net-next v2 00/11] net: pcs: Add support for devices probed in the "usual" manner
 2022-11-17 13:38 UTC  (11+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-11-16 15:29 UTC  (4+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-17  8:26 UTC  (3+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[powerpc:fixes-test] BUILD SUCCESS eb761a1760bf30cf64e98ee8d914866e62ec9e8a
 2022-11-17  2:34 UTC 

[powerpc:merge] BUILD SUCCESS b9b83072dc2b0a262b201eac66ed2cafd202a93e
 2022-11-17  2:34 UTC 

[PATCH v4 0/3] generic and PowerPC SED Opal keystore
 2022-11-16 23:44 UTC  (7+ messages)
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v4 3/3] block: sed-opal: keystore access for SED Opal keys

[PATCH 1/2] cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()
 2022-11-16 18:07 UTC  (4+ messages)
` [PATCH 2/2] cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()

[patch 32/39] PCI/MSI: Reorder functions in msi.c
 2022-11-16 17:10 UTC  (3+ messages)

[patch 27/39] PCI/MSI: Move pci_disable_msix() to api.c
 2022-11-16 17:09 UTC  (3+ messages)

[patch 22/39] PCI/MSI: Move pci_alloc_irq_vectors() to api.c
 2022-11-16 17:06 UTC  (3+ messages)

[patch 20/39] PCI/MSI: Move pci_enable_msi() API to api.c
 2022-11-16 17:05 UTC  (3+ messages)

[patch 28/39] PCI/MSI: Move pci_irq_get_affinity() to api.c
 2022-11-16 16:35 UTC  (2+ messages)

[patch 29/39] PCI/MSI: Move pci_msi_enabled() to api.c
 2022-11-16 16:26 UTC  (2+ messages)

[patch 26/39] PCI/MSI: Move pci_msix_vec_count() to api.c
 2022-11-16 16:24 UTC  (2+ messages)

[patch 25/39] PCI/MSI: Move pci_free_irq_vectors() to api.c
 2022-11-16 16:24 UTC  (2+ messages)

[patch 24/39] PCI/MSI: Move pci_irq_vector() to api.c
 2022-11-16 16:23 UTC  (2+ messages)

[patch 21/39] PCI/MSI: Move pci_enable_msix_range() to api.c
 2022-11-16 16:20 UTC  (2+ messages)

[patch 19/39] PCI/MSI: Move pci_disable_msi() to api.c
 2022-11-16 16:16 UTC  (2+ messages)

[RFC PATCH] seccomp: Add protection keys into seccomp_data
 2022-11-16 12:20 UTC  (3+ messages)

[PATCH] arch/powerpc/setup: Fix reference count issue in pas_setup_mce_regs()
 2022-11-16 11:39 UTC 

[PATCH] powerpc: Fix writable sections being moved into the rodata region
 2022-11-16  7:35 UTC  (2+ messages)

[PATCH v3 0/4] PCI: Add pci_dev_for_each_resource() helper and
 2022-11-16  4:03 UTC  (2+ messages)

[PATCH v6 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-16  2:51 UTC  (8+ messages)
` [PATCH v6 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[Bug 215862] New: clang-14 fails 5.18-rc3 ppc64 BE kernel build - <unknown>:0: error: expected relocatable expression
 2022-11-15 23:11 UTC  (5+ messages)
` [Bug 215862] clang-15 fails ppc64 BE kernel build - ld.lld: error: undefined symbol: .early_setup

[PATCH v2 00/12] powerpc: Nintendo Wii U support
 2022-11-15 14:47 UTC  (3+ messages)
` [PATCH v3 "


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