linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-03 17:03:07 to 2022-05-06 06:11:21 UTC [more...]

[PATCH 1/2] powerpc/perf: Fix the threshold compare group constraint for power10
 2022-05-06  6:10 UTC 

[PATCH kernel v2] KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
 2022-05-06  5:37 UTC 

[PATCH] powerpc: fix typos in comments
 2022-05-06  4:28 UTC  (4+ messages)

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-06  3:39 UTC  (7+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration

[PATCH V2 0/2] Fix session topology test for powerpc and add utility function to get cpuinfo entries
 2022-05-06  2:40 UTC  (7+ 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] bug: Use normal relative pointers in 'struct bug_entry'
 2022-05-06  1:09 UTC 

[PATCH net-next v3] net: ethernet: Prepare cleanup of powerpc's asm/prom.h
 2022-05-06  1:20 UTC  (2+ messages)

[PATCH v6 00/29] x86: Implement an HPET-based hardlockup detector
 2022-05-06  0:00 UTC  (30+ messages)
` [PATCH v6 01/29] irq/matrix: Expose functions to allocate the best CPU for new vectors
` [PATCH v6 02/29] x86/apic: Add irq_cfg::delivery_mode
` [PATCH v6 03/29] x86/apic/msi: Set the delivery mode individually for each IRQ
` [PATCH v6 04/29] x86/apic: Add the X86_IRQ_ALLOC_AS_NMI irq allocation flag
` [PATCH v6 05/29] x86/apic/vector: Do not allocate vectors for NMIs
` [PATCH v6 06/29] x86/apic/vector: Implement support for NMI delivery mode
` [PATCH v6 07/29] iommu/vt-d: Clear the redirection hint when the destination mode is physical
` [PATCH v6 08/29] iommu/vt-d: Rework prepare_irte() to support per-IRQ delivery mode
` [PATCH v6 09/29] iommu/vt-d: Set the IRTE delivery mode individually for each IRQ
` [PATCH v6 10/29] iommu/vt-d: Implement minor tweaks for NMI irqs
` [PATCH v6 11/29] iommu/amd: Expose [set|get]_dev_entry_bit()
` [PATCH v6 12/29] iommu/amd: Enable NMIPass when allocating an NMI irq
` [PATCH v6 13/29] iommu/amd: Compose MSI messages for NMI irqs in non-IR format
` [PATCH v6 14/29] x86/hpet: Expose hpet_writel() in header
` [PATCH v6 15/29] x86/hpet: Add helper function hpet_set_comparator_periodic()
` [PATCH v6 16/29] x86/hpet: Prepare IRQ assignments to use the X86_ALLOC_AS_NMI flag
` [PATCH v6 17/29] x86/hpet: Reserve an HPET channel for the hardlockup detector
` [PATCH v6 18/29] watchdog/hardlockup: Define a generic function to detect hardlockups
` [PATCH v6 19/29] watchdog/hardlockup: Decouple the hardlockup detector from perf
` [PATCH v6 20/29] init/main: Delay initialization of the lockup detector after smp_init()
` [PATCH v6 21/29] x86/nmi: Add an NMI_WATCHDOG NMI handler category
` [PATCH v6 22/29] x86/watchdog/hardlockup: Add an HPET-based hardlockup detector
` [PATCH v6 23/29] x86/watchdog/hardlockup/hpet: Determine if HPET timer caused NMI
` [PATCH v6 24/29] watchdog/hardlockup: Use parse_option_str() to handle "nmi_watchdog"
` [PATCH v6 25/29] watchdog/hardlockup/hpet: Only enable the HPET watchdog via a boot parameter
` [PATCH v6 26/29] x86/watchdog: Add a shim hardlockup detector
` [PATCH v6 27/29] watchdog: Expose lockup_detector_reconfigure()
` [PATCH v6 28/29] x86/tsc: Restart NMI watchdog after refining tsc_khz
` [PATCH v6 29/29] x86/tsc: Switch to perf-based hardlockup detector if TSC become unstable

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

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-05 20:31 UTC  (29+ 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 03/15] modpost: merge add_{intree_flag,retpoline,staging_flag} "
` [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 00/30] The panic notifiers refactor
 2022-05-05 19:28 UTC  (27+ messages)
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED and remove useless header
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V "
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 24/30] panic: Refactor the panic path

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

[PATCH 0/3] of: add of_property_alloc/free() and of_node_alloc/free()
 2022-05-05 19:43 UTC  (10+ 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] tools/perf/tests: Skip perf BPF test if clang is not present
 2022-05-05 17:21 UTC  (2+ messages)

[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 

[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 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] 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 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 


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