linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-03 12:59:28 to 2024-10-10 07:05:03 UTC [more...]

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-10  7:01 UTC  (25+ messages)
` [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO
` [PATCH 02/28] csky/vdso: Remove arch_vma_name()
` [PATCH 03/28] s390/vdso: Drop LBASE_VDSO
` [PATCH 04/28] arm64: vdso: "
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
` [PATCH 06/28] riscv: "
` [PATCH 07/28] arm: vdso: Remove assembly for datapage access
` [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data
` [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data"
` [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name()
` [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data
` [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page
` [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar
` [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h
` [PATCH 18/28] x86: vdso: Access vdso data without vvar.h
` [PATCH 19/28] x86: vdso: Delete vvar.h
` [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping
` [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data
` [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range()
` [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors
` [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors
` [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page
` [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso
` [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-10  6:58 UTC  (18+ 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

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

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-10  0:18 UTC  (15+ 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] 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  (3+ 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  (5+ 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)

[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  (6+ 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  (2+ messages)
` (subset) "

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