linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-05 03:56:55 to 2022-05-06 18:56:55 UTC [more...]

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-06 18:55 UTC  (9+ 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 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH net-next 6/6] net: wan: switch to netif_napi_add_weight()
 2022-05-06 17:07 UTC 

[PATCH] powerpc/crash: save cpu register data in crash_smp_send_stop()
 2022-05-06 16:39 UTC 

[PATCH] crypto: vmx - Align the short log with Makefile cleanups
 2022-05-06 15:25 UTC  (3+ messages)

[PATCH v2] crypto: vmx - Align the short log with Makefile cleanups
 2022-05-06 15:08 UTC 

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-06 15:03 UTC  (29+ messages)

[PATCH kernel] KVM: PPC: Book3s: PR: Enable default TCE hypercalls
 2022-05-06 14:14 UTC  (2+ messages)

[PATCH] powerpc/perf: Add support for caps under sysfs in powerpc
 2022-05-06 13:25 UTC  (2+ messages)

[PATCH v1 00/22] powerpc: ftrace optimisation and cleanup and more [v1]
 2022-05-06 11:41 UTC  (11+ messages)
` [PATCH v1 08/22] powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
` [PATCH v1 10/22] powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
` [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding

[PATCH 0/3] of: add of_property_alloc/free() and of_node_alloc/free()
 2022-05-06 10:43 UTC  (12+ 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] bug: Use normal relative pointers in 'struct bug_entry'
 2022-05-06 10:40 UTC  (4+ messages)

[PATCH] powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE
 2022-05-06  9:33 UTC  (2+ messages)

[PATCH] tools/perf/tests: Skip perf BPF test if clang is not present
 2022-05-06  9:37 UTC  (3+ messages)

[PATCH V2 0/2] Fix session topology test for powerpc and add utility function to get cpuinfo entries
 2022-05-06  9:33 UTC  (8+ 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 v1 1/2] powerpc: Include asm/firmware.h in all users of firmware_has_feature()
 2022-05-06  9:14 UTC  (2+ messages)
` [PATCH v1 2/2] powerpc: Don't include asm/ppc_asm.h in other headers

[PATCH 00/35] Add group constraints and event code test as part of selftest
 2022-05-06  8:45 UTC  (36+ messages)
` [PATCH 01/35] selftest/powerpc/pmu: Add mask/shift bits for extracting threshold compare field
` [PATCH 02/35] testing/selftests/powerpc: Add support to fetch "platform" and "base platform" from auxv to detect platform
` [PATCH 03/35] selftest/powerpc/pmu: Add interface test for mmcra_thresh_cmp fields
` [PATCH 04/35] selftest/powerpc/pmu: Add support for branch sampling in get_intr_regs function
` [PATCH 05/35] selftest/powerpc/pmu: Add interface test for mmcra_ifm field of indirect call type
` [PATCH 06/35] selftest/powerpc/pmu: Add interface test for mmcra_ifm field for any branch type
` [PATCH 07/35] selftest/powerpc/pmu: Add interface test for mmcra_ifm field for conditional "
` [PATCH 08/35] selftest/powerpc/pmu: Add interface test for bhrb disable field
` [PATCH 09/35] selftest/powerpc/pmu: Refactor the platform check and add macros to find array size/PVR
` [PATCH 10/35] selftest/powerpc/pmu: Add selftest to check branch stack enablement will not crash on any platforms
` [PATCH 11/35] selftest/powerpc/pmu: Add selftest to check PERF_SAMPLE_REGS_INTR option "
` [PATCH 12/35] selftest/powerpc/pmu: Add selftest for checking valid and invalid bhrb filter maps
` [PATCH 13/35] selftest/powerpc/pmu: Add selftest for mmcr1 pmcxsel/unit/cache fields
` [PATCH 14/35] selftest/powerpc/pmu: Add interface test for bhrb disable field for non-branch samples
` [PATCH 15/35] selftest/powerpc/pmu: Add support for perf event code tests
` [PATCH 16/35] selftest/powerpc/pmu: Add selftest for group constraint check for PMC5 and PMC6
` [PATCH 17/35] selftest/powerpc/pmu: Add selftest to check PMC5/6 is excluded from some constraint checks
` [PATCH 18/35] selftest/powerpc/pmu: Add selftest to check constraint for number of counters in use
` [PATCH 19/35] selftest/powerpc/pmu: Add selftest for group constraint check when using same PMC
` [PATCH 20/35] selftest/powerpc/pmu: Add selftest for group constraint check for radix_scope_qual field
` [PATCH 21/35] selftest/powerpc/pmu: Add selftest for group constraint for MMCRA Sampling Mode field
` [PATCH 22/35] selftest/powerpc/pmu: Add selftest for group constraint check MMCRA sample bits
` [PATCH 23/35] selftest/powerpc/pmu: Add selftest for checking invalid bits in event code
` [PATCH 24/35] selftest/powerpc/pmu: Add selftest for reserved bit check for MMCRA thresh_ctl field
` [PATCH 25/35] selftest/powerpc/pmu: Add selftest for blacklist events check in power9
` [PATCH 26/35] selftest/powerpc/pmu: Add selftest for event alternatives for power9
` [PATCH 27/35] selftest/powerpc/pmu: Add selftest for event alternatives for power10
` [PATCH 28/35] selftest/powerpc/pmu: Add selftest for PERF_TYPE_HARDWARE events valid check
` [PATCH 29/35] selftest/powerpc/pmu: Add selftest for group constraint check for MMCR0 l2l3_sel bits
` [PATCH 30/35] selftest/powerpc/pmu: Add selftest for group constraint check for MMCR1 cache bits
` [PATCH 31/35] selftest/powerpc/pmu: Add selftest for group constraint check for MMCRA thresh_cmp field
` [PATCH 32/35] selftest/powerpc/pmu: Add selftest for group constraint for unit and pmc field in p9
` [PATCH 33/35] selftest/powerpc/pmu: Add selftest for group constraint check for MMCRA thresh_ctl field
` [PATCH 34/35] selftest/powerpc/pmu: Add selftest for group constraint check for MMCRA thresh_sel field
` [PATCH 35/35] selftest/powerpc/pmu: Add test for hardware cache events

[PATCH RESEND] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment
 2022-05-06  7:07 UTC 

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

[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 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  (4+ messages)
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers

[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] 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  (6+ messages)
` [PATCH -next v4 4/7] arm64: add copy_{to, from}_user to machine check safe

[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  (6+ 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


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