linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-30 03:22:26 to 2022-05-05 17:38:12 UTC [more...]

[PATCH 0/3] of: add of_property_alloc/free() and of_node_alloc/free()
 2022-05-05 17:37 UTC  (8+ messages)
` [PATCH 1/3] of: dynamic: add of_property_alloc() and of_property_free()
` [PATCH 2/3] of: dynamic: add of_node_alloc() and of_node_free()
` [PATCH 3/3] powerpc/pseries: use of_property_*() and of_node_*() functions

[PATCH V2 0/2] Fix session topology test for powerpc and add utility function to get cpuinfo entries
 2022-05-05 17:24 UTC  (6+ messages)
` [PATCH V2 1/2] tools/perf: Add utility function to read /proc/cpuinfo for any field
` [PATCH V2 2/2] tools/perf/tests: Fix session topology test to skip the test in guest environment

[PATCH] tools/perf/tests: Skip perf BPF test if clang is not present
 2022-05-05 17:21 UTC  (2+ messages)

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-05 16:49 UTC  (18+ messages)
` [PATCH v3 01/15] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
` [PATCH v3 02/15] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v3 03/15] modpost: merge add_{intree_flag, retpoline, staging_flag} to add_header
` [PATCH v3 04/15] modpost: move *.mod.c generation to write_mod_c_files()
` [PATCH v3 05/15] kbuild: generate a list of objects in vmlinux
` [PATCH v3 06/15] kbuild: record symbol versions in *.cmd files
` [PATCH v3 07/15] modpost: extract symbol versions from "
` [PATCH v3 08/15] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v3 09/15] kbuild: stop merging *.symversions
` [PATCH v3 10/15] genksyms: adjust the output format to modpost
` [PATCH v3 11/15] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v3 12/15] modpost: simplify the ->is_static initialization
` [PATCH v3 13/15] modpost: use hlist for hash table implementation
` [PATCH v3 14/15] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v3 15/15] kbuild: make *.mod "

[PATCH v1 00/22] powerpc: ftrace optimisation and cleanup and more [v1]
 2022-05-05 16:47 UTC  (18+ messages)
` [PATCH v1 06/22] powerpc/ftrace: Inline ftrace_modify_code()
` [PATCH v1 07/22] powerpc/ftrace: Use patch_instruction() return directly
` [PATCH v1 08/22] powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
` [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding
` [PATCH v1 16/22] powerpc/ftrace: Minimise number of #ifdefs

[powerpc:merge] BUILD SUCCESS 36433b34c029f4181de26a82c94de8c88c339120
 2022-05-05 16:15 UTC 

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-05 16:10 UTC  (6+ messages)

[PATCH] powerpc/85xx: P2020: Add law_trgt_if property to PCIe DT nodes
 2022-05-05 15:47 UTC  (3+ messages)

[PATCH] powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE
 2022-05-05 15:34 UTC 

[PATCH] ASoC: fsl_micfil: fix the naming style for mask definition
 2022-05-05 15:12 UTC  (3+ messages)

[PATCH -next v4 0/7]arm64: add machine check safe support
 2022-05-05 14:33 UTC  (11+ messages)
` [PATCH -next v4 1/7] x86, powerpc: fix function define in copy_mc_to_user
` [PATCH -next v4 4/7] arm64: add copy_{to, from}_user to machine check safe
` (subset) [PATCH -next v4 0/7]arm64: add machine check safe support

[PATCH] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
 2022-05-05 13:59 UTC  (2+ messages)

[PATCH 1/2] powerpc: Add generic PAGE_SIZE config symbols
 2022-05-05 12:51 UTC  (2+ messages)
` [PATCH 2/2] arch/Kconfig: Drop references to powerpc PAGE_SIZE symbols

[PATCH -next] powerpc: add support for syscall stack randomization
 2022-05-05 11:19 UTC 

[PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment
 2022-05-05 11:23 UTC  (8+ messages)

[PATCH 1/1] termbits: Convert octal defines to hex
 2022-05-05 10:46 UTC  (7+ messages)

[PATCH] ppc64: update the NR_CPUS to 8192
 2022-05-05 10:23 UTC  (2+ messages)

[PATCH] powerpc/pci: Add config option for using OF 'reg' for PCI domain
 2022-05-05  9:31 UTC  (3+ messages)

[PATCH] powerpc: fix typos in comments
 2022-05-05  7:50 UTC  (3+ messages)

[PATCH v3 0/4] dt-bindings: convert freescale extirq and scfg schemas
 2022-05-05  3:56 UTC  (5+ messages)
` [PATCH v3 1/4] ARM: dts: ls1021a: reduce the interrupt-map-mask
` [PATCH v3 2/4] arm64: dts: freescale: reduce the interrup-map-mask

[powerpc:fixes-test] BUILD SUCCESS 6d65028eb67dbb7627651adfc460d64196d38bd8
 2022-05-05  3:31 UTC 

[PATCH v1 1/4] powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
 2022-05-05  1:03 UTC  (13+ messages)
` [PATCH v1 2/4] powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
` [PATCH v1 3/4] powerpc/52xx: Get rid of of_node assignment
` [PATCH v1 4/4] powerpc/52xx: Convert to use fwnode API

[PATCH 00/30] The panic notifiers refactor
 2022-05-04 21:26 UTC  (30+ messages)
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 24/30] panic: Refactor the panic path

[PATCH] i2c: powermac: Prepare cleanup of powerpc's asm/prom.h
 2022-05-04 20:32 UTC  (2+ messages)

[PATCH 0/2] ftrace/recordmcount: Handle object files without section symbols
 2022-05-04 17:10 UTC  (12+ messages)
` [PATCH 2/2] recordmcount: Handle sections with no non-weak symbols

[PATCH 5.17 198/225] perf symbol: Pass is_kallsyms to symbols__fixup_end()
 2022-05-04 16:47 UTC  (3+ messages)
` [PATCH 5.17 199/225] perf symbol: Update symbols__fixup_end()
` [PATCH 5.17 200/225] perf symbol: Remove arch__symbols__fixup_end()

[PATCH 5.15 155/177] perf symbol: Pass is_kallsyms to symbols__fixup_end()
 2022-05-04 16:46 UTC  (3+ messages)
` [PATCH 5.15 156/177] perf symbol: Update symbols__fixup_end()
` [PATCH 5.15 173/177] perf symbol: Remove arch__symbols__fixup_end()

[PATCH 5.10 113/129] perf symbol: Pass is_kallsyms to symbols__fixup_end()
 2022-05-04 16:45 UTC  (3+ messages)
` [PATCH 5.10 114/129] perf symbol: Update symbols__fixup_end()
` [PATCH 5.10 129/129] perf symbol: Remove arch__symbols__fixup_end()

Apply d799769188529abc6cbf035a10087a51f7832b6b to 5.17 and 5.15?
 2022-05-04 15:07 UTC  (6+ messages)

[PATCH 0/2] Fix session topology test for powerpc and add utility function to get cpuinfo entries
 2022-05-04 14:29 UTC  (4+ messages)
` [PATCH 1/2] tools/perf: Add utility function to read /proc/cpuinfo for any field

[PATCH] powerpc/vdso: Fix incorrect CFI in gettimeofday.S
 2022-05-04 14:08 UTC  (6+ messages)

[PATCH kernel] powerpc/llvm/lto: Allow LLVM LTO builds
 2022-05-04 12:17 UTC  (6+ messages)

[PATCH net-next v3] net: ethernet: Prepare cleanup of powerpc's asm/prom.h
 2022-05-04 11:32 UTC 

[PATCH v2] powerpc/rtas: Keep MSR[RI] set when calling RTAS
 2022-05-04 11:01 UTC  (9+ messages)

[PATCH v3] powerpc/rtas: Keep MSR[RI] set when calling RTAS
 2022-05-04 10:12 UTC 

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-05-04  7:48 UTC 

[PATCH] powerpc: Enable the DAWR on POWER9 DD2.3 and above
 2022-05-03 17:01 UTC 

[PATCH v10 00/13] Convert powerpc to default topdown mmap layout (v10)
 2022-05-03 16:29 UTC  (3+ messages)
` [PATCH v10 01/13] mm, hugetlbfs: Allow for "high" userspace addresses

Patch "perf symbol: Remove arch__symbols__fixup_end()" has been added to the 5.15-stable tree
 2022-05-03 14:22 UTC 

Patch "perf symbol: Remove arch__symbols__fixup_end()" has been added to the 5.10-stable tree
 2022-05-03 14:22 UTC 

[PATCH for v5.15] perf symbol: Remove arch__symbols__fixup_end()
 2022-05-03 13:45 UTC  (2+ messages)

[next] powerpc: multiple definition of `____cacheline_aligned'; sound/core/oss/pcm_oss.o:(.bss+0x40): first defined here
 2022-05-03 14:03 UTC  (3+ messages)

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-03 13:33 UTC  (8+ messages)
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH] crypto: vmx - Align the short log with Makefile cleanups
 2022-05-03 13:01 UTC  (2+ messages)

[PATCH] kbuild: drop $(objtree)/ prefix support for clean-files
 2022-05-03  2:01 UTC  (3+ messages)

[PATCH] POWERPC: idle: fix return value of __setup handler
 2022-05-03  0:55 UTC  (6+ messages)

[PATCH for v5.10] perf symbol: Remove arch__symbols__fixup_end()
 2022-05-03  0:42 UTC 

Patch "perf symbol: Update symbols__fixup_end()" has been added to the 5.17-stable tree
 2022-05-02 23:05 UTC 

Patch "perf symbol: Remove arch__symbols__fixup_end()" has been added to the 5.17-stable tree
 2022-05-02 23:05 UTC 

Patch "perf symbol: Pass is_kallsyms to symbols__fixup_end()" has been added to the 5.17-stable tree
 2022-05-02 23:05 UTC 

Patch "perf symbol: Update symbols__fixup_end()" has been added to the 5.15-stable tree
 2022-05-02 23:05 UTC 

Patch "perf symbol: Update symbols__fixup_end()" has been added to the 5.10-stable tree
 2022-05-02 23:05 UTC 

Patch "perf symbol: Pass is_kallsyms to symbols__fixup_end()" has been added to the 5.15-stable tree
 2022-05-02 23:05 UTC 

Patch "perf symbol: Pass is_kallsyms to symbols__fixup_end()" has been added to the 5.10-stable tree
 2022-05-02 23:05 UTC 

[PATCH v2] powerpc/4xx: cpm: fix return value of __setup handler
 2022-05-02 19:29 UTC 

[PATCH v2] POWERPC: idle: fix return value of __setup handler
 2022-05-02 19:29 UTC 

[PATCH kernel] KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
 2022-05-02 17:53 UTC  (2+ messages)

Any technical information for Wind River 7457 board?
 2022-05-02 14:50 UTC  (2+ messages)

[PATCH] tty: hvcs: simplify if-if to if-else
 2022-05-02 14:33 UTC  (2+ messages)

[PATCH linux-next] power:pkeys: fix bugon.cocci warnings
 2022-05-02 13:24 UTC  (2+ messages)

[Bug 215389] New: pagealloc: memory corruption at building glibc-2.33 and running its' testsuite
 2022-05-02 11:59 UTC  (3+ messages)
` [Bug 215389] "

serial hang in qemu-system-ppc64 -M pseries
 2022-04-30  9:08 UTC  (5+ messages)

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-30  5:43 UTC  (3+ 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).