linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-07 20:57:32 to 2021-12-12 22:55:35 UTC [more...]

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-10 18:52 UTC  (21+ messages)
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes

[RFC PATCH v2 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2021-12-10 20:17 UTC  (18+ messages)
` [RFC PATCH v2 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [RFC PATCH v2 2/7] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block()
` [RFC PATCH v2 3/7] mm: migrate: allocate the right size of non hugetlb or THP compound pages
` [RFC PATCH v2 4/7] mm: make alloc_contig_range work at pageblock granularity
` [RFC PATCH v2 5/7] mm: cma: use pageblock_order as the single alignment
` [RFC PATCH v2 6/7] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [RFC PATCH v2 7/7] arch: powerpc: adjust fadump alignment to be pageblock aligned

[PATCH v2 0/2] kdump: simplify code
 2021-12-12 11:47 UTC  (7+ messages)
` [PATCH v2 1/2] kdump: vmcore: remove copy_to() and add copy_to_user_or_kernel()
` [PATCH v2 2/2] kdump: crashdump: use copy_to_user_or_kernel() to simplify code

Fail to boot 5.15 on mpc8347 with either debug_pagealloc or nobats
 2021-12-12 11:21 UTC  (11+ messages)

[PATCH v2 1/2] powerpc/code-patching: add patch_memory() for writing RO text
 2021-12-12 10:41 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/module_64: Use patch_memory() to apply relocations to loaded modules

[PATCH] tpm: Fix kexec crash due to access to ops NULL pointer (powerpc)
 2021-12-12  1:28 UTC 

[PATCH] PCI/AER: potential dereference of null pointer
 2021-12-11 17:54 UTC  (2+ messages)

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-11 15:24 UTC  (41+ messages)
` [patch V3 01/35] PCI/MSI: Set pci_dev::msi[x]_enabled early
` [patch V3 02/35] x86/pci/XEN: Use PCI device property
` [patch V3 03/35] x86/apic/msi: Use PCI device MSI property
` [patch V3 04/35] genirq/msi: Use PCI device property
` [patch V3 05/35] powerpc/cell/axon_msi: "
` [patch V3 06/35] powerpc/pseries/msi: Use PCI device properties
` [patch V3 07/35] device: Move MSI related data into a struct
` [patch V3 08/35] device: Add device:: Msi_data pointer and struct msi_device_data
` [patch V3 09/35] PCI/MSI: Allocate MSI device data on first use
` [patch V3 10/35] platform-msi: "
` [patch V3 11/35] bus: fsl-mc-msi: "
` [patch V3 12/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 13/35] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch V3 14/35] PCI/MSI: Let the irq code handle sysfs groups
` [patch V3 15/35] platform-msi: Let the core "
` [patch V3 16/35] genirq/msi: Remove the original sysfs interfaces
` [patch V3 17/35] platform-msi: Rename functions and clarify comments
` [patch V3 18/35] platform-msi: Store platform private data pointer in msi_device_data
` [patch V3 19/35] genirq/msi: Consolidate MSI descriptor data
` [patch V3 20/35] platform-msi: Use msi_desc::msi_index
` [patch V3 21/35] bus: fsl-mc-msi: "
` [patch V3 22/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 23/35] PCI/MSI: "
` [patch V3 24/35] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch V3 25/35] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch V3 26/35] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch V3 27/35] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch V3 29/35] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch V3 30/35] perf/smmuv3: Use msi_get_virq()
` [patch V3 31/35] iommu/arm-smmu-v3: "
` [patch V3 32/35] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch V3 33/35] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch V3 34/35] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch V3 35/35] dmaengine: qcom_hidma: Cleanup MSI handling

[PATCH 1/2] powerpc/code-patching: add patch_memory() for writing RO text
 2021-12-11 12:31 UTC  (2+ messages)
` [PATCH 2/2] powerpc/module_64: Use patch_memory() to apply relocations to loaded modules

[next-20211210] Build break powerpc/kvm: unknown member wait
 2021-12-11 10:50 UTC 

[PATCH] soc: fsl: qe: fix typo in a comment
 2021-12-11  9:08 UTC 

[PATCH 0/2] kdump: simplify code
 2021-12-11  7:37 UTC  (6+ messages)
` [PATCH 1/2] kdump: vmcore: move copy_to() from vmcore.c to uaccess.h
` [PATCH 2/2] kdump: crashdump: use copy_to() to simplify the related code

[PATCH v2] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-11  0:18 UTC  (2+ messages)

[PATCH 0/7] Cleanup after removal of configs
 2021-12-10 20:38 UTC  (3+ messages)

[PATCH] powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
 2021-12-10 20:37 UTC  (2+ messages)

[PATCH v4 00/10] Convert powerpc to default topdown mmap layout
 2021-12-10 17:47 UTC  (22+ messages)
` [PATCH v4 01/10] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v4 02/10] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v4 03/10] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v4 04/10] powerpc/mm: Make slice specific to book3s/64
` [PATCH v4 05/10] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v4 06/10] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v4 08/10] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v4 07/10] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v4 09/10] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v4 10/10] powerpc/mm: Properly randomise mmap with slices

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-12-10 14:57 UTC  (16+ messages)
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support

[PATCH 0/4] perf: Add new macros for mem_hops field
 2021-12-10  8:22 UTC  (6+ messages)
` [PATCH 1/4] "

[PATCH] powermac: low_i2c: Add missing of_node_put for loop iteration
 2021-12-10  8:11 UTC 

[PATCH] powerpc/module_64: Fix livepatching for RO modules
 2021-12-10  3:08 UTC  (5+ messages)

[powerpc:next] BUILD SUCCESS 0d76914a4c99ab5658f3fb07cdf3799d28e2eab3
 2021-12-10  1:55 UTC 

[powerpc:next-test] BUILD SUCCESS b149d5d45ac9171ed699a256f026c8ebef901112
 2021-12-10  1:55 UTC 

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-09 21:53 UTC  (10+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support

[Bug 215285] New: power9 le: amdgpu: *ERROR* hw_init of IP block <psp> failed -22
 2021-12-09 21:41 UTC 

[PATCH] powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
 2021-12-09 17:26 UTC  (5+ messages)

[PATCH v3] powerpc/pseries: read the lpar name from the firmware
 2021-12-09 15:59 UTC  (9+ messages)

[PATCH] powerpc/rtas: Introduce rtas_get_sensor_nonblocking() for pci hotplug driver
 2021-12-09 15:03 UTC  (4+ messages)

[PATCH v3] PCI hotplug: rpaphp: Error out on busy status from get-sensor-state
 2021-12-09 15:02 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add a test of sigreturning to the kernel
 2021-12-09 11:59 UTC 

[Bug 214913] New: [xfstests generic/051] BUG: Kernel NULL pointer dereference on read at 0x00000108 NIP [c0000000000372e4] tm_cgpr_active+0x14/0x40
 2021-12-09 11:43 UTC  (2+ messages)
` [Bug 214913] "

[Bug 215217] New: Kernel fails to boot at an early stage when built with GCC_PLUGIN_LATENT_ENTROPY=y (PowerMac G4 3,6)
 2021-12-09 11:22 UTC  (6+ messages)
` [Bug 215217] "

[PATCH] sound: fsl: add missing put_device() call in imx_hdmi_probe()
 2021-12-09  9:58 UTC 

[PATCH v6 00/18] powerpc: Make hash MMU code build configurable
 2021-12-09  9:30 UTC  (11+ messages)
` [PATCH v6 15/18] powerpc/64s: Always define arch unmapped area calls
` [PATCH v6 17/18] powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU

[PATCH] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
 2021-12-09  6:40 UTC  (2+ messages)

[PATCH 1/2] sizes.h: Add SZ_1T macro
 2021-12-08 21:19 UTC  (3+ messages)
` [PATCH 2/2] powerpc: Simplify and move arch_randomize_brk()

[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-12-08 20:56 UTC  (11+ messages)
` [patch V2 01/23] powerpc/4xx: Remove MSI support which never worked
` [patch V2 20/23] PCI/MSI: Move msi_lock to struct pci_dev

[PATCH] powerpc/powermac: Add additional missing lockdep_register_key()
 2021-12-08 17:36 UTC 

[PATCH] sound: fsl: add missing put_device() call in imx_hdmi_probe()
 2021-12-08 14:05 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 78e00acdd35c0ada7c7d83eab11df0468cc602b7
 2021-12-08  6:21 UTC 

linux-next: manual merge of the bitmap tree with the powerpc tree
 2021-12-08  5:31 UTC 

[PATCH V2 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2021-12-08  3:51 UTC  (3+ messages)

[powerpc:next-test] BUILD SUCCESS 27918f696e421df5b71d65d416a621bcd5c5fee2
 2021-12-08  2:20 UTC 

[powerpc:topic/ppc-kvm] BUILD SUCCESS 792020907b11c6f9246c21977cab3bad985ae4b6
 2021-12-08  2:20 UTC 

[powerpc:next] BUILD SUCCESS 2a2ac8a7018b953cd23d770ebd28f8e1ea365df4
 2021-12-08  2:20 UTC 

[patch V2 23/23] PCI/MSI: Move descriptor counting on allocation fail to the legacy code
 2021-12-07 21:02 UTC  (2+ messages)

[patch V2 22/23] genirq/msi: Handle PCI/MSI allocation fail in core code
 2021-12-07 21:02 UTC  (2+ messages)

[patch V2 21/23] PCI/MSI: Make pci_msi_domain_check_cap() static
 2021-12-07 21:01 UTC  (2+ messages)

[patch V2 19/23] PCI/MSI: Sanitize MSIX table map handling
 2021-12-07 21:01 UTC  (2+ messages)

[patch V2 18/23] PCI/MSI: Split out irqdomain code
 2021-12-07 21:00 UTC  (2+ messages)

[patch V2 17/23] PCI/MSI: Split out !IRQDOMAIN code
 2021-12-07 20:59 UTC  (2+ messages)

[patch V2 16/23] PCI/MSI: Split out CONFIG_PCI_MSI independent part
 2021-12-07 20:58 UTC  (2+ messages)

[patch V2 15/23] PCI/MSI: Move code into a separate directory
 2021-12-07 20:57 UTC  (2+ messages)

[patch V2 14/23] PCI/MSI: Make msix_update_entries() smarter
 2021-12-07 20:57 UTC  (2+ messages)

[patch V2 13/23] PCI/MSI: Cleanup include zoo
 2021-12-07 20:57 UTC  (2+ messages)

[patch V2 12/23] PCI/MSI: Make arch_restore_msi_irqs() less horrible
 2021-12-07 20:56 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).