LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-03 13:22:33 to 2024-04-08 21:55:01 UTC [more...]

[kvm-unit-tests PATCH v8 00/35] migration, powerpc improvements
 2024-04-08 16:10 UTC  (42+ messages)
` [kvm-unit-tests PATCH v8 01/35] arch-run: Add functions to help handle migration directives from test
` [kvm-unit-tests PATCH v8 02/35] arch-run: Keep infifo open
` [kvm-unit-tests PATCH v8 03/35] migration: Add a migrate_skip command
` [kvm-unit-tests PATCH v8 04/35] (arm|s390): Use migrate_skip in test cases
` [kvm-unit-tests PATCH v8 05/35] arch-run: Add a "continuous" migration option for tests
` [kvm-unit-tests PATCH v8 06/35] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH v8 07/35] common: add memory dirtying vs migration test
` [kvm-unit-tests PATCH v8 08/35] powerpc: Fix KVM caps on POWER9 hosts
` [kvm-unit-tests PATCH v8 09/35] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH v8 10/35] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH v8 11/35] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests PATCH v8 12/35] powerpc/sprs: Avoid taking PMU interrupts caused by register fuzzing
` [kvm-unit-tests PATCH v8 13/35] doc: start documentation directory with unittests.cfg doc
` [kvm-unit-tests PATCH v8 14/35] scripts: allow machine option to be specified in unittests.cfg
` [kvm-unit-tests PATCH v8 15/35] scripts: Accommodate powerpc powernv machine differences
` [kvm-unit-tests PATCH v8 16/35] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests PATCH v8 17/35] powerpc: Fix emulator illegal instruction test for powernv
` [kvm-unit-tests PATCH v8 18/35] powerpc/sprs: Test hypervisor registers on powernv machine
` [kvm-unit-tests PATCH v8 19/35] powerpc: general interrupt tests
` [kvm-unit-tests PATCH v8 20/35] powerpc: Add rtas stop-self support
` [kvm-unit-tests PATCH v8 21/35] powerpc: Remove broken SMP exception stack setup
` [kvm-unit-tests PATCH v8 22/35] powerpc: add SMP and IPI support
` [kvm-unit-tests PATCH v8 23/35] powerpc: Permit ACCEL=tcg,thread=single
` [kvm-unit-tests PATCH v8 24/35] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running
` [kvm-unit-tests PATCH v8 25/35] powerpc: Add atomics tests
` [kvm-unit-tests PATCH v8 26/35] powerpc: Add timebase tests
` [kvm-unit-tests PATCH v8 27/35] powerpc: Add MMU support
` [kvm-unit-tests PATCH v8 28/35] common/sieve: Use vmalloc.h for setup_mmu definition
` [kvm-unit-tests PATCH v8 29/35] common/sieve: Support machines without MMU
` [kvm-unit-tests PATCH v8 30/35] powerpc: Add sieve.c common test
` [kvm-unit-tests PATCH v8 31/35] powerpc: add usermode support
` [kvm-unit-tests PATCH v8 32/35] powerpc: add pmu tests
` [kvm-unit-tests PATCH v8 33/35] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH v8 34/35] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v8 35/35] powerpc: gitlab CI update

[PATCH v3] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-04-08 17:06 UTC  (3+ messages)

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-08 16:34 UTC  (19+ messages)
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
` [PATCH v3 05/15] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v3 07/15] x86: Add support for suppressing warning backtraces
` [PATCH v3 08/15] arm64: "
` [PATCH v3 09/15] loongarch: "
` [PATCH v3 10/15] parisc: "
` [PATCH v3 11/15] s390: "
` [PATCH v3 12/15] sh: "
` [PATCH v3 13/15] sh: Move defines needed "
` [PATCH v3 14/15] riscv: Add support "
` [PATCH v3 15/15] powerpc: "

[PATCH -next 1/3 v2] powerpc: boot: Fix kernel-doc param for partial_decompress
 2024-04-08 15:20 UTC  (2+ messages)

[PATCH -next 2/3 v2] powerpc: Fix kernel-doc comments in fsl_gtm.c
 2024-04-08 15:16 UTC  (4+ messages)
` [PATCH -next 3/3 v2] powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()

[PATCH 0/2] Deduplicate bin_attribute simple read() callbacks
 2024-04-08 15:01 UTC  (7+ messages)
` [PATCH 1/2] sysfs: Add sysfs_bin_attr_simple_read() helper
` [PATCH 2/2] treewide: Use "

[PATCH v4 00/10] Introduce SMT level and add PowerPC support
 2024-04-08 14:13 UTC  (3+ messages)
` [PATCH v4 07/10] cpu/SMT: Allow enabling partial SMT states via sysfs

[PATCH] powerpc/pseries: Enforce hcall result buffer validity and size
 2024-04-08 14:08 UTC 

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08 13:56 UTC  (13+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[FSL P50x0] Kernel 6.9-rc1 compiling issue
 2024-04-08 12:20 UTC  (4+ messages)

[PATCH v2] Add static_key_feature_checks_initialized flag
 2024-04-08 11:10 UTC  (2+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-08 10:03 UTC  (12+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 3/9] IB: "
` [PATCH 7/9] s390: "
` [PATCH 9/9] mmc: "

[PATCH v3] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
 2024-04-08  9:23 UTC 

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-04-08  9:04 UTC  (7+ messages)
` [PATCH 14/64] i2c: cpm: reword "

[PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
 2024-04-08  8:32 UTC  (16+ messages)

[PATCH] MAINTAINERS: Drop Li Yang as their email address stopped working
 2024-04-08  7:43 UTC  (3+ messages)
` Zhang Wei also unreachable working

[PATCH v2] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
 2024-04-08  5:29 UTC  (4+ messages)

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-04-08  5:20 UTC  (6+ messages)

[PATCH -next 1/3] powerpc: boot: Fix a typo in partial_decompress() comment
 2024-04-08  4:25 UTC  (7+ messages)
` [PATCH -next 2/3] powerpc: Fix kernel-doc comments in fsl_gtm.c
` [PATCH -next 3/3] powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-07 17:19 UTC  (6+ messages)
` [PATCH v2 6/7] s390: mm: "

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-06  5:20 UTC  (2+ messages)

[powerpc] WARN at drivers/scsi/sg.c:2236 (sg_remove_sfp_usercontext)
 2024-04-06  1:58 UTC  (7+ messages)
` [PATCH v3] scsi: sg: Avoid race in error handling & drop bogus warn

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-05 21:42 UTC  (7+ messages)

[PATCH] powerpc/pseries: Add pool idle time at LPAR boot
 2024-04-05 20:03 UTC  (5+ messages)

[PATCH] powerpc: Fix fatal warnings flag for LLVM's integrated assembler
 2024-04-05 19:57 UTC  (2+ messages)

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2024-04-05 16:20 UTC  (6+ messages)
  ` [Intel-gfx] "

[PATCH v1 1/1] powerpc/52xx: Replace of_gpio.h by proper one
 2024-04-05 15:06 UTC  (4+ messages)

[PATCH] powerpc/eeh: Permanently disable the removed device
 2024-04-05 13:14 UTC 

[powerpc:merge] BUILD SUCCESS 5a53fade16482b0ce6b3973714cd40fc5bf6b7ef
 2024-04-05 10:33 UTC 

[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
 2024-04-05  9:04 UTC  (2+ messages)

[PATCH] usb: gadget: fsl: Initialize udc before using it
 2024-04-05  5:58 UTC 

[kvm-unit-tests PATCH v7 00/35] migration, powerpc improvements
 2024-04-05  4:54 UTC  (4+ messages)
` [kvm-unit-tests PATCH v7 07/35] common: add memory dirtying vs migration test

[powerpc:next] BUILD SUCCESS bfe51886ca544956eb4ff924d1937ac01d0ca9c8
 2024-04-05  2:17 UTC 

[powerpc:fixes-test] BUILD SUCCESS 69630926011c1f7170a465b7b5c228deb66e9372
 2024-04-05  2:15 UTC 

[PATCH v2] selftests/powerpc/papr-vpd: Fix missing variable initialization
 2024-04-04 22:02 UTC 

[PATCH] selftests/powerpc/papr-vpd: Fix missing variable initialization
 2024-04-04 21:57 UTC  (2+ messages)

[PATCH v4 00/13] mm/gup: Unify hugetlb, part 2
 2024-04-04 12:00 UTC  (14+ messages)
` [PATCH v4 05/13] mm/arch: Provide pud_pfn() fallback

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-04-04 11:46 UTC  (9+ messages)
` [RFC PATCH 1/8] mm: Provide pagesize to pmd_populate()

[PATCH v2 0/2] PCI: Consolidate TLP Log reading and printing
 2024-04-04  9:51 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: Add TLP Prefix reading into pcie_read_tlp_log()

[PATCH 1/2] powerpc: Apply __always_inline to interrupt_{enter,exit}_prepare()
 2024-04-04  6:14 UTC  (4+ messages)
` [PATCH 2/2] powerpc/64: Only warn for kuap locked when KCSAN not present

[PATCH] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings
 2024-04-04  4:38 UTC 

[PATCH v12 00/11] Support page table check PowerPC
 2024-04-04  0:16 UTC  (24+ messages)
` [PATCH v12 01/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_set()
` [PATCH v12 02/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_set()
` [PATCH v12 03/11] mm/page_table_check: Provide addr parameter to page_table_check_pte_set()
` [PATCH v12 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v12 05/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v12 06/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v12 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v12 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v12 09/11] poweprc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v12 10/11] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages
` [PATCH v12 11/11] powerpc: mm: Support page table check

[PATCH 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-03 18:32 UTC  (9+ messages)
` [PATCH 1/7] arm64: mm: cleanup __do_page_fault()
` [PATCH 2/7] arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
` [PATCH 7/7] x86: mm: accelerate pagefault when badaccess

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-03 15:47 UTC  (4+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source


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 read-only IMAP folder(s) and NNTP newsgroup(s).