linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-26 10:31:53 to 2021-11-29 12:32:13 UTC [more...]

[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  (40+ messages)
` [PATCH v4 01/25] notifier: Remove extern annotation from function prototypes
` [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
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 09/25] ARM: Use do_kernel_power_off()
` [PATCH v4 10/25] csky: "
` [PATCH v4 11/25] riscv: "
` [PATCH v4 12/25] arm64: "
` [PATCH v4 13/25] parisc: "
` [PATCH v4 14/25] xen/x86: "
` [PATCH v4 15/25] powerpc: "
` [PATCH v4 16/25] m68k: Switch to new sys-off handler API
` [PATCH v4 17/25] sh: Use do_kernel_power_off()
` [PATCH v4 18/25] x86: "
` [PATCH v4 19/25] ia64: "
` [PATCH v4 20/25] mips: "
` [PATCH v4 21/25] nds32: "
` [PATCH v4 22/25] memory: emif: Use kernel_can_power_off()
` [PATCH v4 23/25] ACPI: power: Switch to sys-off handler API
` [PATCH v4 24/25] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v4 25/25] reboot: Remove pm_power_off_prepare()

[PATCH v4 1/5] powerpc/inst: Refactor ___get_user_instr()
 2021-11-29 11:53 UTC  (5+ 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()

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

[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-11-29 10:21 UTC  (54+ 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

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

[PATCH] powerpc/rtas: Introduce rtas_get_sensor_nonblocking() for pci hotplug driver
 2021-11-29  8:58 UTC 

[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()

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

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

[PATCH v5 00/17] powerpc: Make hash MMU code build configurable
 2021-11-29  3:08 UTC  (18+ 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 RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
 2021-11-29  3:06 UTC  (4+ messages)

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

[PATCH v2 1/2] powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
 2021-11-26 23:22 UTC  (2+ messages)

[PATCH v2 9/9] powerpc: Simplify and move arch_randomize_brk()
 2021-11-26 19:23 UTC  (2+ messages)

[PATCH] powerpc/code-patching: Relax verification of patchability
 2021-11-26 18:00 UTC  (2+ messages)

[PATCH] powerpc/mm: Use refcount_t for refcount
 2021-11-26 17:55 UTC  (3+ messages)

[PATCH v5 1/3] powerpc/bitops: Use immediate operand when possible
 2021-11-26 17:27 UTC  (2+ messages)

[PATCH v2] w1: Misuse of get_user()/put_user() reported by sparse
 2021-11-26 17:02 UTC  (4+ messages)

[PATCH v3] w1: Misuse of get_user()/put_user() reported by sparse
 2021-11-26 17:06 UTC 

[PATCH] powerpc: mm: radix_tlb: rearrange the if-else block
 2021-11-26 16:25 UTC  (5+ messages)

[PATCH] w1: Misuse of get_user()/put_user() reported by sparse
 2021-11-26 16:24 UTC  (4+ messages)

[powerpc:merge] BUILD SUCCESS 2dbc3a3e8fc1ea24589150a874cd37904898286a
 2021-11-26 13:47 UTC 

[PATCH] powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
 2021-11-26 12:40 UTC 

[PATCH] powerpc/64s/radix: Fix unmapping huge vmaps when CONFIG_HUGETLB_PAGE=n
 2021-11-26 10:55 UTC  (3+ messages)

[PATCH 1/3] powerpc/code-patching: work around code patching verification in patching tests
 2021-11-26 10:39 UTC  (4+ messages)

[PATCH] powerpc/pseries/vas: Don't print an error when VAS is unavailable
 2021-11-26 10:31 UTC  (3+ 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).