messages from 2025-03-11 07:51:57 to 2025-03-15 00:38:38 UTC [more...]
[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
2025-03-14 23:40 UTC (14+ 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 bpf-next 11/11] bpf: Fall back to nospec for spec path verification
[PATCH v12 0/4] Support SMT control on arm64
2025-03-14 18:37 UTC (12+ 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 v4 5/9] powerpc: Rely on generic printing of preemption model
2025-03-14 16:08 UTC
[PATCH 0/9] Add support for configure and control of Hardware Trace Macro(HTM)
2025-03-14 13:55 UTC (10+ messages)
` [PATCH 1/9] powerpc/pseries/htmdump: Add htm_hcall_wrapper to integrate other htm operations
` [PATCH 2/9] powerpc/pseries/htmdump: Add htm configure support to htmdump module
` [PATCH 3/9] powerpc/pseries/htmdump: Add htm start "
` [PATCH 4/9] powerpc/pseries/htmdump: Add htm status "
` [PATCH 5/9] powerpc/pseries/htmdump: Add htm info "
` [PATCH 6/9] powerpc/pseries/htmdump: Add htm setup "
` [PATCH 7/9] powerpc/pseries/htmdump: Add htm flags "
` [PATCH 8/9] powerpc/pseries/htmdump: Add htm capabilities "
` [PATCH 9/9] powerpc/pseries/htmdump: Add documentation for H_HTM debugfs interface
[PATCH v4 net-next 00/14] Add more feautues for ENETC v4 - round 2
2025-03-14 13:56 UTC (15+ 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 v2 0/6] powerpc: use lock guards for mutex Set 1
2025-03-14 11:45 UTC (7+ messages)
` [PATCH v2 1/6] powerpc: eeh: use lock guard for mutex
` [PATCH v2 2/6] powerpc: rtas: "
` [PATCH v2 3/6] powerpc: fadump: "
` [PATCH v2 4/6] powerpc: book3s: vas: "
` [PATCH v2 5/6] powerpc: powernv: ocxl: "
` [PATCH v2 6/6] powerpc: sysdev: "
[PATCH v8 0/7] Add character devices for indices, platform-dump and physical-attestation RTAS
2025-03-14 11:17 UTC (11+ 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
[PATCH 0/6] powerpc: use lock guards for mutex Set 1
2025-03-14 10:33 UTC (15+ messages)
` [PATCH 1/6] powerpc: eeh: use lock guard for mutex
` [PATCH 2/6] powerpc: rtas: "
` [PATCH 3/6] powerpc: fadump: "
` [PATCH 4/6] powerpc: book3s: vas: "
` [PATCH 5/6] powerpc: powenv: oxcl: "
` [PATCH 6/6] powerpc: sysdev: "
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-14 9:25 UTC (18+ 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] powerpc/boot: Fix build with gcc 15
2025-03-14 9:25 UTC (2+ messages)
` [PATCH v2] "
[PATCH 26/41] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
2025-03-14 7:09 UTC (2+ messages)
` [PATCH 27/41] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
[PATCH] crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD
2025-03-14 3:46 UTC (2+ messages)
[PATCH] powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu'
2025-03-14 3:47 UTC (2+ messages)
[PATCH] powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7
2025-03-14 3:46 UTC (2+ messages)
[PATCH v2] powerpc/kexec: fix physical address calculation in clear_utlb_entry()
2025-03-14 3:46 UTC (2+ messages)
[PATCH] powerpc: Fix 'intra_function_call not a direct call' warning
2025-03-14 3:46 UTC (2+ messages)
[PATCH v3] KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guests
2025-03-14 3:46 UTC (2+ messages)
[PATCH v13 00/11] Support page table check on PowerPC
2025-03-13 23:10 UTC (5+ messages)
` [PATCH v13 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
[PATCH v4 0/4] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
2025-03-13 22:51 UTC (6+ messages)
` [PATCH v4 1/4] dt-bindings: mtd: raw-nand-chip: Relax node name pattern
` [PATCH v4 2/4] dt-bindings: memory-controllers: Add fsl,elbc-gpcm-uio
` [PATCH v4 3/4] dt-bindings: nand: Add fsl,elbc-fcm-nand
` [PATCH v4 4/4] dt-bindings: memory-controllers: Convert fsl,elbc to YAML
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-03-13 22:05 UTC (21+ 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 (7+ messages)
[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] [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 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 (16+ messages)
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [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
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 7/7] powerpc/pseries: Add a char driver for physical-attestation RTAS
2025-03-11 11:31 UTC (2+ messages)
[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
[PATCH v7 3/7] powerpc/pseries: Add papr-indices char driver for ibm,get-indices
2025-03-11 9:38 UTC (2+ 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).