linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-01 14:41:49 to 2024-10-10 00:18:11 UTC [more...]

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-10  0:18 UTC  (16+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-09 22:23 UTC  (11+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text

[PATCH] powerpc/vdso: Flag VDSO64 entry points as functions
 2024-10-09 22:17 UTC 

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-09 21:02 UTC  (15+ messages)

[PATCH v2 0/2] powerpc: Prepare for clang's per-task stack protector support
 2024-10-09 19:26 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc: Fix stack protector Kconfig test for clang
` [PATCH v2 2/2] powerpc: Adjust adding stack protector flags to KBUILD_CLAGS "

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-10-09 16:20 UTC  (5+ messages)
` [PATCH v2 13/15] powerpc/rtas: Use fsleep() to minimize additional sleep duration

[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
 2024-10-09 15:31 UTC  (10+ messages)
` [PATCH v2 1/2] ftrace: Make ftrace_regs abstract from direct use
` [PATCH v2 2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-09 14:43 UTC  (4+ messages)
` [PATCH v5 19/30] arm64: add POE signal support

provide generic page_to_phys and phys_to_page implementations
 2024-10-09 14:37 UTC  (4+ messages)
` [PATCH] asm-generic: "

[PATCH 0/5] asm-generic: clean up asm/mman.h
 2024-10-09 14:32 UTC  (14+ messages)
` [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
` [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
` [PATCH 3/5] asm-generic: use asm-generic/mman-common.h on mips and xtensa
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[PATCH net-next] eth: remove the DLink/Sundance (ST201) driver
 2024-10-09 12:37 UTC  (3+ messages)

[PATCH 0/2] ASoC: imx-card: add cs42888 codec support
 2024-10-09  7:46 UTC  (3+ messages)
` [PATCH 1/2] ASoC: imx-card: Set mclk for codec
` [PATCH 2/2] ASoC: imx-card: Add CS42888 support

[PATCH] powerpc/boot: Remove bogus reference to lilo
 2024-10-09  5:38 UTC 

[PATCH 1/2] powerpc/machdep: Drop include of seq_file.h
 2024-10-09  5:18 UTC  (2+ messages)
` [PATCH 2/2] powerpc/machdep: Drop include of dma-mapping.h

[PATCH] powerpc/64: Drop IPI_PRIORITY from asm-offsets
 2024-10-09  5:17 UTC 

[PATCH] powermac: Call of_node_put(bk_node) only once in pmac_has_backlight_type()
 2024-10-09  4:48 UTC  (6+ messages)
    `  "

[RFC PATCH] powerpc/vdso: Should VDSO64 functions be flagged as functions like VDSO32 ?
 2024-10-09  3:45 UTC  (4+ messages)

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08 22:58 UTC  (9+ messages)

[PATCH 0/3] powerpc: Prepare for clang's per-task stack protector support
 2024-10-08 16:09 UTC  (10+ messages)
` [PATCH 1/3] powerpc: Fix stack protector Kconfig test for clang
` [PATCH 2/3] powerpc: Adjust adding stack protector flags to KBUILD_CLAGS "
` [PATCH 3/3] powerpc: Include -m32 / -m64 for stack protector Kconfig test

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

[PATCH v2 04/22] powerpc/cell: Switch to irq_get_nr_irqs()
 2024-10-08 20:25 UTC 

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-08 16:36 UTC  (2+ messages)

[RFC 1/2] cma: Fix CMA_MIN_ALIGNMENT_BYTES during early_init
 2024-10-08 13:50 UTC  (3+ messages)
` [RFC 2/2] fadump: Make fadump reserve_dump_area_start CMA aligned in case of holes

[PATCH] drm/radeon: always set GEM function pointer
 2024-10-08  8:59 UTC 

[PATCH] powerpc/kexec: Fix the return of uninitialized variable
 2024-10-08  8:53 UTC  (4+ messages)

[PATCH 0/2] ASoC: fsl_xcvr: enable some interrupts
 2024-10-08  6:27 UTC  (3+ messages)
` [PATCH 1/2] ASoC: fsl_xcvr: enable interrupt of cmdc status update
` [PATCH 2/2] ASoC: fsl_xcvr: reset RX dpath after wrong preamble

[linux-next][20241004]BUG: KFENCE: memory corruption in xfs_iext_remove+0x288/0x2c8 [xfs]
 2024-10-08  6:33 UTC  (2+ messages)

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (11+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text

[RFC PATCH v2 4/4] sched+mm: Use hazard pointers to track lazy active mm existence
 2024-10-07 15:05 UTC  (2+ messages)

[PATCH 1/2] powerpc/vdso: Add a page for non-time data
 2024-10-07 16:28 UTC  (9+ messages)
` [PATCH 2/2] powerpc/vdso: Implement __arch_get_vdso_rng_data()

[PATCH] drm/radeon: add late_register for connector
 2024-10-07 14:08 UTC  (7+ messages)
      ` Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

[PATCH 0/3] crypto: Fix data mismatch over ipsec tunnel encrypted/decrypted with ppc64le AES/GCM module
 2024-10-07 11:02 UTC  (3+ messages)

[PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling
 2024-10-07  8:05 UTC  (3+ messages)
` (subset) "

[PATCH] sched/membarrier: Fix redundant load of membarrier_state
 2024-10-07  5:39 UTC 

[powerpc:merge] BUILD SUCCESS f85c105361db641654955608e0a880f7550fe381
 2024-10-07  2:06 UTC 

BUG: KMSAN: use-after-free in napi_consume_skb+0x22d/0x2c0 (netconsole, r8169, kernel 6.11.2)
 2024-10-06 23:34 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.12-3 tag
 2024-10-06 19:14 UTC  (2+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (4+ messages)
` [PATCH 11/35] powerpc/ps3: "
` (subset) [PATCH 00/35] "

[PATCH] powerpc/8xx: Fix kernel DTLB miss on dcbz
 2024-10-05  8:53 UTC 

[PATCH] ASoC: fsl: fsl_qmc_audio: Remove the logging when parsing channels
 2024-10-05  3:51 UTC  (2+ messages)

[PATCH v2] drm/radeon: add late_register for connector - Please test
 2024-10-04 18:24 UTC 

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-04 15:31 UTC  (7+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs

[PATCH 0/4] powerpc/4xx: Adjustments for four function implementations
 2024-10-04  7:23 UTC  (19+ messages)
  ` [PATCH v2 "
    ` [PATCH v2 1/4] powerpc/4xx: Fix exception handling in ppc4xx_pciex_port_setup_hose()
` [PATCH] powerpc/pseries: Fix exception handling in pSeries_reconfig_add_node()
    `  "
              ` [PATCH v2 0/2] powerpc/pseries: Fixes for "
                ` [PATCH v2 1/2] powerpc/pseries: Do not pass an error pointer to of_node_put() "
                      ` [v2 "

[PATCH] macintosh: Use common error handling code in via_pmu_led_init()
 2024-10-03 19:15 UTC 

[RFC PATCH 0/3] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-10-03 13:38 UTC  (5+ messages)
` [RFC PATCH 1/3] powerpc/pseries/iommu: Bring back userspace view for single level TCE tables

BUG: Kernel NULL pointer dereference on read at 0x00000000 in pnv_get_random_long()
 2024-10-03 15:53 UTC  (3+ messages)

[PATCH v1] ps3: Correct some typos in comments
 2024-10-03 12:59 UTC  (3+ messages)

PCI: Work around PCIe link training failures
 2024-10-03 10:39 UTC  (5+ messages)

[RFC v2 00/13] powerpc/kfence: Improve kfence support
 2024-10-03  5:06 UTC  (3+ messages)
` [RFC v2 01/13] mm/kfence: Add a new kunit test test_use_after_free_read_nofault()

FSL P5040 board doesn't boot after DRM updates (drm-next-2024-09-19)
 2024-10-03  4:57 UTC  (7+ messages)
` Kernel "

[PATCH] soc: fsl: cpm1: tsa: switch to for_each_available_child_of_node_scoped()
 2024-10-02 20:21 UTC 

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 UTC  (2+ messages)

[RFC PATCH v3 0/6] ASoC: fsl: add memory to memory function for ASRC
 2024-10-02 10:10 UTC  (2+ messages)

[RFC PATCH v3 0/3] genirq/cpuhotplug: Adjust managed interrupts according to change of housekeeping cpumask
 2024-10-02 10:09 UTC  (5+ messages)
` [RFC PATCH v3 1/3] sched/isolation: Add infrastructure for dynamic CPU isolation
` [RFC PATCH v3 2/3] genirq/cpuhotplug: Adjust managed irqs according to change of housekeeping CPU

[PATCH v2] selftests/powerpc: Remove the path after initialization
 2024-10-02  5:45 UTC  (2+ messages)

[PATCH 0/3] ASoC: fsl_micfil: fix and improvement
 2024-10-01 17:53 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).