linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 12:02:34 to 2023-01-27 19:42:20 UTC [more...]

[PATCH v5 00/15] jevents/pmu-events improvements
 2023-01-27 13:58 UTC  (21+ messages)
` [PATCH v5 01/15] perf jevents metric: Correct Function equality
` [PATCH v5 02/15] perf jevents metric: Add ability to rewrite metrics in terms of others
` [PATCH v5 03/15] perf jevents: Rewrite metrics in the same file with each other
` [PATCH v5 04/15] perf pmu-events: Add separate metric from pmu_event
` [PATCH v5 05/15] perf pmu-events: Separate the metrics from events for no jevents
` [PATCH v5 06/15] perf pmu-events: Remove now unused event and metric variables
` [PATCH v5 07/15] perf stat: Remove evsel metric_name/expr
` [PATCH v5 08/15] perf jevents: Combine table prefix and suffix writing
` [PATCH v5 09/15] perf pmu-events: Introduce pmu_metrics_table
` [PATCH v5 10/15] perf jevents: Generate metrics and events as separate tables
` [PATCH v5 11/15] perf jevents: Add model list option
` [PATCH v5 12/15] perf pmu-events: Fix testing with JEVENTS_ARCH=all
` [PATCH v5 13/15] perf jevents: Correct bad character encoding
` [PATCH v5 14/15] tools build: Add test echo-cmd
` [PATCH v5 15/15] perf jevents: Run metric_test.py at compile-time

[PATCH v2 00/33] Per-VMA locks
 2023-01-27 19:40 UTC 

[PATCH] powerpc/rtas: Replace one-element arrays with flexible arrays
 2023-01-27 19:23 UTC  (4+ messages)

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-01-27 17:45 UTC  (14+ messages)
` [PATCH v4 1/7] kernel/fork: convert vma assignment to a memcpy
` [PATCH v4 2/7] mm: introduce vma->vm_flags wrapper functions
` [PATCH v4 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v4 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v4 6/7] mm: introduce __vm_flags_mod and use it in untrack_pfn
` [PATCH v4 7/7] mm: export dump_mm()

[PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
 2023-01-27 16:44 UTC  (18+ messages)
` [PATCH v9 06/10] arm64: dts: ls1046a: Add serdes bindings
` [PATCH v9 07/10] arm64: dts: ls1046ardb: "
` [PATCH v9 08/10] arm64: dts: ls1088a: "

[PATCH 0/2] powerpc: Fix livepatch module re-patching issue
 2023-01-27 13:48 UTC  (13+ messages)
` [PATCH 1/2] powerpc/module_64: Improve restore_r2() return semantics
` [PATCH 2/2] powerpc/module_64: Fix "expected nop" error on module re-patching

[PATCH v2] powerpc/mce: log the error for all unrecoverable errors
 2023-01-27 18:29 UTC 

[PATCH] powerpc/rtas: Drop unused export symbols
 2023-01-27 12:40 UTC  (2+ messages)

[PATCH v2 01/16] of: device: make of_device_uevent_modalias() take a const device *
 2023-01-27 12:33 UTC  (3+ messages)

[PATCH v4 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-01-27 11:08 UTC  (9+ messages)
` [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers

[PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
 2023-01-27  8:27 UTC  (3+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-27  6:39 UTC  (2+ messages)
` [PATCH 21/35] Documentation: powerpc: correct spelling

[PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
 2023-01-27  6:08 UTC  (6+ messages)

[PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size
 2023-01-27  5:56 UTC  (2+ messages)

[PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
 2023-01-27  4:50 UTC  (4+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (32+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH] ASoC: fsl-asoc-card: constify fsl_asoc_card_dai
 2023-01-26 15:24 UTC 

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-27  1:58 UTC  (8+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH RESEND 0/8] Resend LED patches
 2023-01-26 20:07 UTC  (3+ messages)

[PATCH v4 00/12] jevents/pmu-events improvements
 2023-01-26 19:10 UTC  (18+ messages)
` [PATCH v4 01/12] perf jevents metric: Correct Function equality
` [PATCH v4 02/12] perf jevents metric: Add ability to rewrite metrics in terms of others
` [PATCH v4 03/12] perf jevents: Rewrite metrics in the same file with each other
` [PATCH v4 04/12] perf pmu-events: Add separate metric from pmu_event
` [PATCH v4 05/12] perf pmu-events: Separate the metrics from events for no jevents
` [PATCH v4 06/12] perf pmu-events: Remove now unused event and metric variables
` [PATCH v4 07/12] perf stat: Remove evsel metric_name/expr
` [PATCH v4 08/12] perf jevents: Combine table prefix and suffix writing
` [PATCH v4 09/12] perf pmu-events: Introduce pmu_metrics_table
` [PATCH v4 10/12] perf jevents: Generate metrics and events as separate tables
` [PATCH v4 11/12] perf jevents: Add model list option
` [PATCH v4 12/12] perf pmu-events: Fix testing with JEVENTS_ARCH=all

[PATCH v3 0/7] introduce vm_flags modifier functions
 2023-01-26 17:48 UTC  (36+ messages)
` [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
` [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
` [PATCH v3 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v3 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v3 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v3 7/7] mm: export dump_mm()

arch/powerpc/kernel/head_85xx.o: warning: objtool: .head.text+0x1a6c: unannotated intra-function call
 2023-01-26 18:05 UTC  (2+ messages)

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-26 16:30 UTC  (5+ messages)
` [PATCH 15/15] backlight: backlight: Drop the "

[PATCH v2 00/10] TQMLS1021A support
 2023-01-26 13:50 UTC  (4+ messages)
` [PATCH v2 02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree

[PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
 2023-01-26 10:59 UTC  (7+ messages)

[PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-26 10:05 UTC  (7+ messages)
` [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS

[PATCH v4 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-26  9:59 UTC  (12+ messages)
` [PATCH v4 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
` [PATCH v4 02/10] soc: fsl: cpm1: Add support for TSA
` [PATCH v4 03/10] MAINTAINERS: add the Freescale TSA controller entry
` [PATCH v4 04/10] powerpc/8xx: Use a larger CPM1 command check mask
` [PATCH v4 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
` [PATCH v4 06/10] soc: fsl: cmp1: Add support for QMC
` [PATCH v4 07/10] MAINTAINERS: add the Freescale QMC controller entry
` [PATCH v4 08/10] dt-bindings: sound: Add support for QMC audio
` [PATCH v4 09/10] ASoC: fsl: "
` [PATCH v4 10/10] MAINTAINERS: add the Freescale QMC audio entry

[PATCH] powerpc/kasan/book3s_64: warn when running with hash MMU
 2023-01-26  7:11 UTC  (8+ messages)

[PATCH] powerpc/vdso: Filter clang's auto var init zero enabler when linking
 2023-01-26  4:23 UTC  (2+ messages)

[PATCH v3 00/11] jevents/pmu-events improvements
 2023-01-25 17:05 UTC  (5+ messages)
` [PATCH v3 06/11] perf pmu-events: Remove now unused event and metric variables
` [PATCH v3 11/11] perf jevents: Add model list option

[PATCH] tools/perf: Disable perf probe when libtraceevent is missing
 2023-01-25 14:46 UTC  (3+ messages)

[RFC 0/3] Asynchronous EEH recovery
 2023-01-25 14:04 UTC  (4+ 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).