messages from 2021-12-01 10:49:04 to 2021-12-07 17:19:35 UTC [more...]
[PATCH v3] powerpc/pseries: read the lpar name from the firmware
2021-12-07 17:18 UTC (5+ messages)
[PATCH v4] powerpc/pseries: read the lpar name from the firmware
2021-12-07 17:11 UTC
[PATCH] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
2021-12-07 16:27 UTC (3+ messages)
[PATCH v2 0/6] KEXEC_SIG with appended signature
2021-12-07 16:11 UTC (8+ messages)
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig
[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
2021-12-07 15:50 UTC (39+ messages)
` [patch V2 01/23] powerpc/4xx: Remove MSI support which never worked
` [patch V2 02/23] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
` [patch V2 03/23] genirq/msi: Guard sysfs code
` [patch V2 04/23] genirq/msi: Remove unused domain callbacks
` [patch V2 05/23] genirq/msi: Fixup includes
` [patch V2 06/23] PCI/MSI: Make pci_msi_domain_write_msg() static
` [patch V2 07/23] PCI/MSI: Remove msi_desc_to_pci_sysdata()
` [patch V2 08/23] PCI/sysfs: Use pci_irq_vector()
` [patch V2 09/23] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch V2 10/23] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch V2 11/23] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch V2 12/23] PCI/MSI: Make arch_restore_msi_irqs() less horrible
` [patch V2 13/23] PCI/MSI: Cleanup include zoo
` [patch V2 14/23] PCI/MSI: Make msix_update_entries() smarter
` [patch V2 15/23] PCI/MSI: Move code into a separate directory
` [patch V2 16/23] PCI/MSI: Split out CONFIG_PCI_MSI independent part
` [patch V2 17/23] PCI/MSI: Split out !IRQDOMAIN code
` [patch V2 18/23] PCI/MSI: Split out irqdomain code
` [patch V2 19/23] PCI/MSI: Sanitize MSIX table map handling
` [patch V2 20/23] PCI/MSI: Move msi_lock to struct pci_dev
` [patch V2 21/23] PCI/MSI: Make pci_msi_domain_check_cap() static
` [patch V2 22/23] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch V2 23/23] PCI/MSI: Move descriptor counting on allocation fail to the legacy code
[PATCH V2 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
2021-12-07 14:52 UTC (3+ messages)
` [PATCH V2 2/2] tools/perf: Update global/local variants for p_stage_cyc in powerpc
[PATCH] powerpc/module_64: Fix livepatching for RO modules
2021-12-07 14:44 UTC (2+ messages)
[PATCH v4 0/5] powerpc: watchdog fixes
2021-12-07 13:26 UTC (2+ messages)
` (subset) "
[PATCH v3] powerpc/64s: Get LPID bit width from device tree
2021-12-07 13:27 UTC (2+ messages)
[PATCH v2] powerpc: flexible GPR range save/restore macros
2021-12-07 13:26 UTC (2+ messages)
[PATCH 1/2] powerpc: remove cpu_online_cores_map function
2021-12-07 13:26 UTC (2+ messages)
[PATCH 1/6] powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()
2021-12-07 13:26 UTC (2+ messages)
[PATCH] powerpc/signal32: Use struct_group() to zero spe regs
2021-12-07 13:27 UTC (7+ messages)
[PATCH] powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV
2021-12-07 13:27 UTC (2+ messages)
[PATCH v5 1/3] powerpc/bitops: Use immediate operand when possible
2021-12-07 13:27 UTC (2+ messages)
[PATCH v1 0/5] Implement livepatch on PPC32
2021-12-07 13:26 UTC (2+ messages)
[PATCH] powerpc/ptdump: Fix display a BAT's size unit
2021-12-07 13:27 UTC (2+ messages)
[PATCH] powerpc/powermac: Add missing lockdep_register_key()
2021-12-07 13:27 UTC (2+ messages)
[PATCH] powerpc/modules: Don't WARN on first module allocation tentative
2021-12-07 13:27 UTC (2+ messages)
[PATCH] powerpc: Don't bother about .data..Lubsan sections
2021-12-07 13:26 UTC (2+ messages)
[PATCH] powerpc/32s: Fix shift-out-of-bounds in KASAN init
2021-12-07 13:27 UTC (2+ messages)
[PATCH V4 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks
2021-12-07 13:27 UTC (2+ messages)
[PATCH] sound: fsl: add missing put_device() call in imx_hdmi_probe()
2021-12-07 12:56 UTC
[PATCH] selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
2021-12-07 13:05 UTC
[PATCH v6 00/18] powerpc: Make hash MMU code build configurable
2021-12-07 13:00 UTC (23+ messages)
` [PATCH v6 01/18] powerpc: Remove unused FW_FEATURE_NATIVE references
` [PATCH v6 02/18] powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
` [PATCH v6 03/18] powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
` [PATCH v6 04/18] powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
` [PATCH v6 05/18] powerpc/pseries: move process table registration away from hash-specific code
` [PATCH v6 06/18] powerpc/pseries: lparcfg don't include slb_size line in radix mode
` [PATCH v6 07/18] powerpc/64s: move THP trace point creation out of hash specific file
` [PATCH v6 08/18] powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
` [PATCH v6 09/18] powerpc/64s: move page size definitions from hash specific file
` [PATCH v6 10/18] powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
` [PATCH v6 11/18] powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix
` [PATCH v6 12/18] powerpc: make memremap_compat_align 64s-only
` [PATCH v6 13/18] powerpc/64e: remove mmu_linear_psize
` [PATCH v6 14/18] powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
` [PATCH v6 15/18] powerpc/64s: Always define arch unmapped area calls
` [PATCH v6 16/18] powerpc/64s: Make hash MMU support configurable
` [PATCH v6 17/18] powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
` [PATCH v6 18/18] powerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMU
[PATCH v5 5/5] powerpc/inst: Optimise copy_inst_from_kernel_nofault()
2021-12-07 11:19 UTC (13+ messages)
[PATCH v3 1/2] powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
2021-12-07 10:37 UTC (2+ messages)
` [PATCH v3 2/2] ppc64/fadump: fix inaccurate CPU state info in vmcore generated with panic
[PATCH] powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
2021-12-07 10:34 UTC (2+ messages)
[PATCH v2] powerpc/32s: Fix kasan_init_region() for KASAN
2021-12-07 9:03 UTC (2+ messages)
Fail to boot 5.15 on mpc8347 with either debug_pagealloc or nobats
2021-12-07 9:04 UTC (18+ messages)
[PATCH] powerpc/fixmap: Fix VM debug warning on unmap
2021-12-07 9:07 UTC (2+ messages)
[PATCH 1/1] ASoC: fsl-asoc-card: Add missing Kconfig option for tlv320aic31xx
2021-12-06 18:00 UTC (4+ messages)
[PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
2021-12-06 9:44 UTC (3+ messages)
[PATCH 0/4] perf: Add new macros for mem_hops field
2021-12-06 9:17 UTC (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] tools/perf: "
` [PATCH 3/4] powerpc/perf: Add encodings to represent data based on newer composite PERF_MEM_LVLNUM* fields
` [PATCH 4/4] powerpc/perf: Add data source encodings for power10 platform
[PATCH] powerpc/32s: Fix BATs allocation for KASAN
2021-12-06 8:38 UTC
fbx_5.15 WARN_ON() at boot with CONFIG_DEBUG_VM
2021-12-05 18:09 UTC
[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-05 17:48 UTC (4+ messages)
` [Bug 215217] "
[PATCH] macintosh:add const to of_device_id
2021-12-05 13:09 UTC
[PATCH] net: spider_net: Use non-atomic bitmap API when applicable
2021-12-04 15:47 UTC (2+ messages)
bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
2021-12-04 0:40 UTC (14+ messages)
[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
2021-12-03 18:54 UTC (3+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config
[RFC patch 0/5] Support BCLK input clock in tlv320aic31xx
2021-12-03 17:37 UTC (7+ messages)
` [RFC patch 5/5] ASoC: fsl-asoc-card: Support fsl, imx-audio-tlv320aic31xx codec
` [RFC patch 5/5] ASoC: fsl-asoc-card: Support fsl,imx-audio-tlv320aic31xx codec
[PATCH v2] powerpc/pseries: read the lpar name from the firmware
2021-12-03 15:23 UTC (3+ messages)
[PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id
2021-12-03 13:49 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx
` [PATCH 2/4] dt-bindings: tlv320aic31xx: Define PLL clock inputs
` [PATCH 3/4] ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id
` [PATCH 4/4] ASoC: fsl-asoc-card: Remove BCLK default value for tlv320aic31xx card
[PATCH] powerpc/rtas: Introduce rtas_get_sensor_nonblocking() for pci hotplug driver
2021-12-03 13:42 UTC (3+ messages)
[PATCH v3] PCI hotplug: rpaphp: Error out on busy status from get-sensor-state
2021-12-03 13:12 UTC
[PATCH] powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion
2021-12-03 12:55 UTC (2+ messages)
[PATCH] powerpc: Drop unused CONFIG_PPC_HAS_FEATURE_CALLS
2021-12-03 11:57 UTC
[PATCH v2 2/2] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
2021-12-03 11:53 UTC (3+ messages)
` [PATCH] powerpc/85xx: fix oops when CONFIG_FSL_PMC=n
[RFC PATCH 11/14] powerpc/crash_dump: Use the new interface copy_oldmem_page_buf
2021-12-03 10:42 UTC
[PATCH] powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
2021-12-03 3:55 UTC (2+ messages)
[PATCH] of: unmap memory regions in /memreserve node
2021-12-03 1:11 UTC (3+ messages)
[PATCH v2 1/3] soc: fsl: Correct MAINTAINERS database (QUICC ENGINE LIBRARY)
2021-12-02 22:28 UTC (11+ messages)
` [PATCH v2 3/3] soc: fsl: Replace kernel.h with the necessary inclusions
[PATCH] soc/fsl/qman: test: Make use of the helper function kthread_run_on_cpu()
2021-12-02 14:07 UTC
[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
2021-12-02 14:36 UTC (11+ messages)
` [patch 05/22] genirq/msi: Fixup includes
` [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()
[PATCH v1 01/11] powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()
2021-12-02 12:00 UTC (11+ messages)
` [PATCH v1 02/11] powerpc/code-patching: Remove init_mem_is_free
` [PATCH v1 03/11] powerpc/code-patching: Fix error handling in do_patch_instruction()
` [PATCH v1 04/11] powerpc/code-patching: Fix unmap_patch_area() error handling
` [PATCH v1 05/11] powerpc/code-patching: Reorganise do_patch_instruction() to ease "
` [PATCH v1 06/11] powerpc/code-patching: Fix patch_branch() return on out-of-range failure
` [PATCH v1 07/11] powerpc/code-patching: Use test_trampoline for prefixed patch test
` [PATCH v1 08/11] powerpc/code-patching: Move patch_exception() outside code-patching.c
` [PATCH v1 09/11] powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.h
` [PATCH v1 10/11] powerpc/code-patching: Move code patching selftests in its own file
` [PATCH v1 11/11] powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in selftests
[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
2021-12-02 0:31 UTC (5+ messages)
[powerpc:next-test] BUILD SUCCESS af11dee4361b3519981fa04d014873f9d9edd6ac
2021-12-02 1:38 UTC
[PATCH] powerpc/pseries: read the lpar name from the firmware
2021-12-01 18:00 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).