linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-27 01:22:11 to 2021-11-29 23:38:31 UTC [more...]

bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
 2021-11-29 23:37 UTC  (8+ messages)

[PATCH] powerpc/pseries/vas: Don't print an error when VAS is unavailable
 2021-11-29 23:25 UTC  (5+ messages)

[PATCH v5 1/5] powerpc/inst: Refactor ___get_user_instr()
 2021-11-29 22:55 UTC  (6+ messages)
` [PATCH v5 2/5] powerpc/inst: Define ppc_inst_t
` [PATCH v5 3/5] powerpc/inst: Define ppc_inst_t as u32 on PPC32
` [PATCH v5 4/5] powerpc/inst: Move ppc_inst_t definition in asm/reg.h
` [PATCH v5 5/5] powerpc/inst: Optimise copy_inst_from_kernel_nofault()

[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
 2021-11-29 22:55 UTC  (13+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config
` [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH RFC 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH RFC 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[PATCH] powerpc/rtas: Introduce rtas_get_sensor_nonblocking() for pci hotplug driver
 2021-11-29 22:54 UTC  (2+ messages)

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-29 22:08 UTC  (6+ messages)

[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-11-29 21:38 UTC  (55+ messages)
` [patch 01/22] powerpc/4xx: Remove MSI support which never worked
` [patch 02/22] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_attinity()
` [patch 03/22] genirq/msi: Guard sysfs code
` [patch 04/22] genirq/msi: Remove unused domain callbacks
` [patch 05/22] genirq/msi: Fixup includes
` [patch 06/22] PCI/MSI: Make pci_msi_domain_write_msg() static
` [patch 07/22] PCI/MSI: Remove msi_desc_to_pci_sysdata()
` [patch 08/22] PCI/sysfs: Use pci_irq_vector()
` [patch 09/22] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch 10/22] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch 12/22] PCI/MSI: Make arch_restore_msi_irqs() less horrible
` [patch 13/22] PCI/MSI: Cleanup include zoo
` [patch 14/22] PCI/MSI: Make msix_update_entries() smarter
` [patch 15/22] PCI/MSI: Move code into a separate directory
` [patch 16/22] PCI/MSI: Split out CONFIG_PCI_MSI independent part
` [patch 17/22] PCI/MSI: Split out !IRQDOMAIN code
` [patch 18/22] PCI/MSI: Split out irqdomain code
` [patch 19/22] PCI/MSI: Sanitize MSIX table map handling
` [patch 20/22] PCI/MSI: Make pci_msi_domain_check_cap() static
` [patch 21/22] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch 22/22] PCI/MSI: Move descriptor counting on allocation fail to the legacy code

[Bug 215169] New: UBSAN: shift-out-of-bounds in arch/powerpc/mm/kasan/book3s_32.c:22:23
 2021-11-29 20:09 UTC  (2+ messages)
` [Bug 215169] "

[Bug 205099] New: KASAN hit at raid6_pq: BUG: Unable to handle kernel data access at 0x00f0fd0d
 2021-11-29 19:46 UTC  (7+ messages)
` [Bug 205099] "

[PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
 2021-11-29 17:46 UTC 

[PATCH] recordmcount: Support empty section from recent binutils
 2021-11-29 17:56 UTC  (4+ messages)

[PATCH 00/10] powerpc/pseries/vas: NXGZIP support with DLPAR
 2021-11-29 17:55 UTC  (11+ messages)
` [PATCH 01/10] powerpc/pseries/vas: Use common names in VAS capability structure
` [PATCH 02/10] powerpc/pseries/vas: Add notifier for DLPAR core removal/add
` [PATCH 03/10] powerpc/pseries/vas: Save LPID in pseries_vas_window struct
` [PATCH 04/10] powerpc/pseries/vas: Reopen windows with DLPAR core add
` [PATCH 05/10] powerpc/pseries/vas: Close windows with DLPAR core removal
` [PATCH 06/10] powerpc/vas: Map paste address only if window is active
` [PATCH 07/10] powerpc/vas: Add paste address mmap fault handler
` [PATCH 08/10] powerpc/vas: Return paste instruction failure if no active window
` [PATCH 09/10] powerpc/pseries/vas: sysfs interface to export capabilities
` [PATCH 10/10] powerpc/pseries/vas: Write 'target_creds' for QoS credits change

[PATCH v4 1/5] powerpc/inst: Refactor ___get_user_instr()
 2021-11-29 17:09 UTC  (7+ messages)
` [PATCH v4 2/5] powerpc/inst: Define ppc_inst_t
` [PATCH v4 3/5] powerpc/inst: Define ppc_inst_t as u32 on PPC32
` [PATCH v4 4/5] powerpc/inst: Move ppc_inst_t definition in asm/reg.h
` [PATCH v4 5/5] powerpc/inst: Optimise copy_inst_from_kernel_nofault()

[PATCH 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2021-11-29 17:11 UTC  (5+ messages)

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-29 16:44 UTC  (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files

[PATCH v3 00/10] Convert powerpc to default topdown mmap layout
 2021-11-29 14:19 UTC  (11+ messages)
` [PATCH v3 01/10] powerpc/mm: Make slice specific to book3s/64
` [PATCH v3 02/10] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v3 03/10] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v3 04/10] powerpc/mm: Remove asm/slice.h
` [PATCH v3 05/10] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v3 06/10] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v3 07/10] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v3 08/10] powerpc/mm: Properly randomise mmap with slices
` [PATCH v3 09/10] sizes.h: Add SZ_1T macro
` [PATCH v3 10/10] powerpc: Simplify and move arch_randomize_brk()

[PATCH v5 00/17] powerpc: Make hash MMU code build configurable
 2021-11-29 13:46 UTC  (19+ messages)
` [PATCH v5 01/17] powerpc: Remove unused FW_FEATURE_NATIVE references
` [PATCH v5 02/17] powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
` [PATCH v5 03/17] powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
` [PATCH v5 04/17] powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
` [PATCH v5 05/17] powerpc/pseries: move process table registration away from hash-specific code
` [PATCH v5 06/17] powerpc/pseries: lparcfg don't include slb_size line in radix mode
` [PATCH v5 07/17] powerpc/64s: move THP trace point creation out of hash specific file
` [PATCH v5 08/17] powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
` [PATCH v5 09/17] powerpc/64s: move page size definitions from hash specific file
` [PATCH v5 10/17] powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
` [PATCH v5 11/17] powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix
` [PATCH v5 12/17] powerpc: make memremap_compat_align 64s-only
` [PATCH v5 13/17] powerpc/64e: remove mmu_linear_psize
` [PATCH v5 14/17] powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
` [PATCH v5 15/17] powerpc/64s: Make hash MMU support configurable
` [PATCH v5 16/17] powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
` [PATCH v5 17/17] powerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMU

[PATCH] powerpc/ftrace: Handle large kernel configs
 2021-11-29 13:09 UTC  (2+ messages)

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-29 12:04 UTC  (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-11-29 11:52 UTC  (19+ messages)
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 18/25] x86: Use do_kernel_power_off()
` [PATCH v4 22/25] memory: emif: Use kernel_can_power_off()

[linux-next] Read-only file system after boot (powerpc)
 2021-11-29 10:26 UTC  (3+ messages)

[PATCH] powerpc/eeh: Delay slot presence check once driver is notified about the pci error
 2021-11-29  8:14 UTC  (3+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-11-29  6:38 UTC  (29+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty, full} with bitmap_weight_eq()
  ` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} "
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty, full, eq, gt, le}
  ` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible, present, active}_cpus_{eq, gt, le}
  ` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH v3 1/4] powerpc/inst: Refactor ___get_user_instr()
 2021-11-29  7:22 UTC  (5+ messages)
` [PATCH v3 2/4] powerpc/inst: Define ppc_inst_t
` [PATCH v3 3/4] powerpc/inst: Define ppc_inst_t as u32 on PPC32
` [PATCH v3 4/4] powerpc/inst: Optimise copy_inst_from_kernel_nofault()

[PATCH v3] powerpc/64s: Get LPID bit width from device tree
 2021-11-29  3:09 UTC 

[Bug 213837] New: "Kernel panic - not syncing: corrupted stack end detected inside scheduler" at building via distcc on a G5
 2021-11-28 14:20 UTC  (2+ messages)
` [Bug 213837] "

[powerpc:next-test] BUILD SUCCESS 965bc079ba0aa7a750c66cd8b34d8bccc81300d3
 2021-11-27 23:01 UTC 

[PATCH] powerpc/mm: fix early initialization failure for MMUs with no hash table
 2021-11-27 15:48 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.16-3 tag
 2021-11-27 18:58 UTC  (2+ messages)

[PATCH] net: spider_net: Use non-atomic bitmap API when applicable
 2021-11-27 15:18 UTC 

[PATCH] ASoC: imx-hdmi: add put_device() after of_find_device_by_node()
 2021-11-27  1:29 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).