linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-07 22:10:09 to 2025-03-13 20:10:08 UTC [more...]

[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-03-13 17:53 UTC  (11+ messages)
` [PATCH bpf-next 01/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next 02/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next 03/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next 04/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next 05/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next 06/11] bpf: Rename sanitize_stack_spill to nospec_result
  ` [PATCH bpf-next 07/11] bpf: Fall back to nospec for Spectre v1
  ` [PATCH bpf-next 08/11] bpf: Allow nospec-protected var-offset stack access
  ` [PATCH bpf-next 09/11] bpf: Return PTR_ERR from push_stack()
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-13 18:31 UTC  (20+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces
` [PATCH v4 07/14] arm64: "
` [PATCH v4 08/14] loongarch: "
` [PATCH v4 09/14] parisc: "
` [PATCH v4 10/14] s390: "
` [PATCH v4 11/14] sh: "
` [PATCH v4 12/14] sh: Move defines needed "
` [PATCH v4 13/14] riscv: Add support "
` [PATCH v4 14/14] powerpc: "

[PATCH v6 0/3] printf: convert self-test to KUnit
 2025-03-13 17:28 UTC  (10+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] printf: break kunit into test cases
` [PATCH v6 3/3] printf: implicate test line in failure messages

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-13 17:14 UTC  (17+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH v4 net-next 00/14] Add more feautues for ENETC v4 - round 2
 2025-03-13 16:49 UTC  (20+ messages)
` [PATCH v4 net-next 01/14] net: enetc: add initial netc-lib driver to support NTMP
` [PATCH v4 net-next 02/14] net: enetc: add command BD ring support for i.MX95 ENETC
` [PATCH v4 net-next 03/14] net: enetc: move generic MAC filterng interfaces to enetc-core
` [PATCH v4 net-next 04/14] net: enetc: add MAC filter for i.MX95 ENETC PF
` [PATCH v4 net-next 05/14] net: enetc: add debugfs interface to dump MAC filter
` [PATCH v4 net-next 06/14] net: enetc: add set/get_rss_table() to enetc_si_ops
` [PATCH v4 net-next 07/14] net: enetc: make enetc_set_rss_key() reusable
` [PATCH v4 net-next 08/14] net: enetc: add RSS support for i.MX95 ENETC PF
` [PATCH v4 net-next 09/14] net: enetc: enable RSS feature by default
` [PATCH v4 net-next 10/14] net: enetc: move generic VLAN filter interfaces to enetc-core
` [PATCH v4 net-next 11/14] net: enetc: move generic VLAN hash filter functions to enetc_pf_common.c
` [PATCH v4 net-next 12/14] net: enetc: add VLAN filtering support for i.MX95 ENETC PF
` [PATCH v4 net-next 13/14] net: enetc: add loopback "
` [PATCH v4 net-next 14/14] MAINTAINERS: add new file ntmp.h to ENETC driver

[PATCH] bus: fsl-mc: Remove deadcode
 2025-03-13 13:56 UTC  (6+ messages)

[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
 2025-03-13 10:11 UTC  (3+ messages)

[PATCH v12 0/4] Support SMT control on arm64
 2025-03-13  9:16 UTC  (11+ messages)
` [PATCH v12 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [PATCH v12 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v12 3/4] arm64: topology: Support SMT control on ACPI "
` [PATCH v12 4/4] arm64: Kconfig: Enable HOTPLUG_SMT

[PATCH] [POWERPC] ps3: fix error handling in ps3_system_bus_device_register()
 2025-03-13  9:24 UTC  (2+ messages)

[PATCH] powerpc/powermac: replace KERN_INFO calls with pr_info
 2025-03-13  8:36 UTC  (2+ messages)

[PATCH] powerpc/powermac: Drop the unused debug macro
 2025-03-13  8:35 UTC  (2+ messages)

[PATCHES] several fixes from tree-in-dcache stuff
 2025-03-13  8:28 UTC  (7+ messages)
` [PATCH 1/4] spufs: fix a leak on spufs_new_file() failure
` [PATCH 2/4] spufs: fix gang directory lifetimes
` [PATCH 3/4] spufs: fix a leak in spufs_create_context()

[PATCH v13 00/11] Support page table check on PowerPC
 2025-03-13  2:54 UTC  (2+ messages)

[PATCH v2] Documentation: ocxl.rst: Update consortium site
 2025-03-12 22:27 UTC  (2+ messages)

[PATCH v2] kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifact
 2025-03-12 17:35 UTC  (2+ messages)

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-12 16:09 UTC  (20+ messages)
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 07/13] s390: "
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()

[linux-next-20250307] Build Failure
 2025-03-12 15:19 UTC  (9+ messages)

[PATCH] Documentation: ocxl.rst: Update consortium site
 2025-03-12 14:32 UTC  (3+ messages)

[PATCH] net: remove sb1000 cable modem driver
 2025-03-12  8:51 UTC 

[PATCH v8 0/7] Add character devices for indices, platform-dump and physical-attestation RTAS
 2025-03-12  6:30 UTC  (10+ messages)
` [PATCH v8 1/7] powerpc/pseries: Define common functions for RTAS sequence calls
` [PATCH v8 2/7] powerpc/pseries: Define papr_indices_io_block for papr-indices ioctls
` [PATCH v8 3/7] powerpc/pseries: Add papr-indices char driver for ibm,get-indices
` [PATCH v8 4/7] powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support
` [PATCH v8 5/7] powerpc/pseries: Add ibm,get-dynamic-sensor-state "
` [PATCH v8 6/7] powerpc/pseries: Add papr-platform-dump character driver for dump retrieval
` [PATCH v8 7/7] powerpc/pseries: Add a char driver for physical-attestation RTAS

PowerPC: Observing Kernel softlockup while running ftrace selftest
 2025-03-12  6:02 UTC  (3+ messages)

[PATCH 0/2] bpf: Inline helper in powerpc JIT
 2025-03-11 17:51 UTC  (5+ messages)
` [PATCH 1/2] powerpc, bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH 2/2] powerpc, bpf: Inline bpf_get_smp_processor_id()

[PATCH] selftest/powerpc/mm/pkey: fix build-break introduced by commit 00894c3fc917
 2025-03-11 17:17 UTC  (3+ messages)

[PATCH 5.10 093/462] module: Extend the preempt disabled section in dereference_symbol_descriptor()
 2025-03-11 14:55 UTC 

[PATCH 5.4 059/328] module: Extend the preempt disabled section in dereference_symbol_descriptor()
 2025-03-11 14:57 UTC 

[PATCH v7 0/7] Add character devices for indices, platform-dump and physical-attestation RTAS
 2025-03-11 11:31 UTC  (11+ messages)
` [PATCH v7 1/7] powerpc/pseries: Define common functions for RTAS sequence calls
` [PATCH v7 2/7] powerpc/pseries: Define papr_indices_io_block for papr-indices ioctls
` [PATCH v7 3/7] powerpc/pseries: Add papr-indices char driver for ibm,get-indices
` [PATCH v7 4/7] powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support
` [PATCH v7 5/7] powerpc/pseries: Add ibm,get-dynamic-sensor-state "
` [PATCH v7 6/7] powerpc/pseries: Add papr-platform-dump character driver for dump retrieval
` [PATCH v7 7/7] powerpc/pseries: Add a char driver for physical-attestation RTAS

[PATCH v4 0/6] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2025-03-11  9:54 UTC  (9+ messages)
` [PATCH v4 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
` [PATCH v4 6/6] powerpc/kvm-hv-pmu: Add perf-events for Hostwide counters

[powerpc:next-test] BUILD SUCCESS 861efb8a48ee8b73ae4e8817509cd4e82fd52bc4
 2025-03-10 23:35 UTC 

[PATCH v4] dt-bindings: dma: Convert fsl,elo*-dma to YAML
 2025-03-10 21:06 UTC  (3+ messages)

[PATCH 5.15 153/620] module: Extend the preempt disabled section in dereference_symbol_descriptor()
 2025-03-10 16:59 UTC 

[PATCH 3/5] KVM: e500: track host-writability of pages
 2025-03-10 15:59 UTC  (7+ messages)
` [Kernel 6.12.17] [PowerPC e5500] KVM HV compilation error

[PATCH v3 1/2] book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n
 2025-03-10 14:19 UTC  (4+ messages)
` [PATCH v3 2/2] book3s64/radix : Align section vmemmap start address to PAGE_SIZE

[PATCH v3 0/3] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2025-03-10 14:00 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: nand: Add fsl,elbc-fcm-nand

[RFC 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
 2025-03-10  9:59 UTC  (3+ messages)
` [RFC 1/2] mm/ptdump: Split note_page() into level specific callbacks
` [RFC 2/2] arm64/ptdump: Replace u64 with pteval_t

[PATCH] powerpc/boot: Fix build with gcc 15
 2025-03-10  8:40 UTC  (3+ messages)

[PATCH] powerpc/pseries/msi: Avoid reading PCI device registers in reduced power states
 2025-03-10  5:00 UTC  (2+ messages)

[PATCH] book3s64/radix : Align section vmemmap start address to PAGE_SIZE
 2025-03-09 11:02 UTC  (3+ messages)

[powerpc:next-test] BUILD SUCCESS ff99d5b6a246715f2257123cdf6c4a29cb33aa78
 2025-03-08 15:43 UTC 

[PATCH v3 net-next 00/13] Add more feautues for ENETC v4 - round 2
 2025-03-08  6:58 UTC  (7+ messages)
` [PATCH v3 net-next 01/13] net: enetc: add initial netc-lib driver to support NTMP


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