linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-24 10:03:55 to 2023-01-26 19:40:45 UTC [more...]

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-01-26 19:37 UTC  (3+ 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 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  (3+ messages)

[PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
 2023-01-26 17:54 UTC  (10+ 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 v4 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-01-26 17:31 UTC  (16+ messages)
` [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
` [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
` [PATCH v4 23/24] integrity/powerpc: Improve error handling & reporting when loading certs
` [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar

[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  (16+ messages)
` [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
` [PATCH v2 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
` [PATCH v2 07/14] powerpc/vdso: Improve linker flags

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26  9:34 UTC  (29+ 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 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 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-26  8:20 UTC  (7+ 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] powerpc/kasan/book3s_64: warn when running with hash MMU
 2023-01-26  7:11 UTC  (8+ messages)

[PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
 2023-01-26  7:04 UTC 

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

[PATCH 0/2] powerpc: Fix livepatch module re-patching issue
 2023-01-25 18:58 UTC  (11+ 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 v3 00/11] jevents/pmu-events improvements
 2023-01-25 17:05 UTC  (11+ messages)
` [PATCH v3 01/11] perf jevents metric: Correct Function equality
` [PATCH v3 04/11] perf pmu-events: Add separate metric from pmu_event
` [PATCH v3 05/11] perf pmu-events: Separate the metrics from events for no jevents
` [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)

[PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
 2023-01-25 11:35 UTC  (3+ messages)

[PATCH v2] ALSA: aoa: make remove callback of soundbus driver void returned
 2023-01-25  8:35 UTC  (3+ messages)

[PATCH] powerpc/boot: Fix compilation of uImage for e500 platforms
 2023-01-25  7:41 UTC  (11+ messages)
` [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage

[PATCH 1/2] powerpc/64: Set default CPU in Kconfig
 2023-01-25  7:39 UTC  (2+ messages)
` [PATCH 2/2] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage

[PATCH v3 0/7] Expand selftest utils
 2023-01-25  4:59 UTC  (5+ messages)
` [PATCH v3 3/7] selftests/powerpc: Add generic read/write file util
` [PATCH v3 4/7] selftests/powerpc: Add read/write debugfs file, int

[PATCH v3 00/10] TQMLS1021A support
 2023-01-24 21:37 UTC  (12+ messages)
` [PATCH v3 01/10] dt-bindings: arm: fsl: add TQ-Systems LS1021A board
` [PATCH v3 02/10] ARM: dts: ls1021a: add TQ-Systems MBLS102xA device tree
` [PATCH v3 03/10] ARM: dts: ls1021a: add TQMLS1021A flash partition layout
` [PATCH v3 04/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS TM070JVHG33 overlay
` [PATCH v3 05/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA HDMI overlay
` [PATCH v3 06/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH DC44 overlay
` [PATCH v3 07/10] ARM: dts: ls1021a: add TQMLS1021A/MBLS102xA LVDS CDTECH FC21 overlay
` [PATCH v3 08/10] ARM: multi_v7_defconfig: Add options to support TQMLS102xA series
` [PATCH v3 09/10] kbuild: Add config fragment merge functionality
` [PATCH v3 10/10] ARM: add multi_v7_lpae_defconfig

[PATCH v3 0/5] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
 2023-01-24 18:42 UTC  (5+ messages)
` [PATCH v3 3/5] dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema

[PATCH] KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
 2023-01-24 18:01 UTC  (2+ messages)

[PATCH v2 0/4] powerpc/rtas: exports and locking
 2023-01-24 17:23 UTC  (8+ messages)
` [PATCH v2 1/4] powerpc/rtas: unexport 'rtas' symbol
` [PATCH v2 2/4] powerpc/rtas: make all exports GPL
` [PATCH v2 3/4] powerpc/rtas: remove lock and args fields from global rtas struct
` [PATCH v2 4/4] powerpc/rtas: upgrade internal arch spinlocks

[PATCH v3 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-24 15:43 UTC  (9+ messages)
` [PATCH v3 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-24 14:32 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).