linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 08:21:58 to 2021-08-11 16:15:04 UTC [more...]

[PATCH v2 00/60] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-08-11 16:00 UTC  (21+ messages)
` [PATCH v2 01/60] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
` [PATCH v2 02/60] KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path
` [PATCH v2 03/60] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
` [PATCH v2 04/60] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
` [PATCH v2 05/60] KVM: PPC: Book3S HV Nested: Sanitise vcpu registers
` [PATCH v2 06/60] KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible
` [PATCH v2 07/60] KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1
` [PATCH v2 08/60] KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argument
` [PATCH v2 09/60] KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live
` [PATCH v2 10/60] powerpc/64s: Remove WORT SPR from POWER9/10
` [PATCH v2 11/60] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [PATCH v2 12/60] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v2 13/60] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v2 14/60] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v2 15/60] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v2 16/60] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [PATCH v2 17/60] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v2 18/60] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v2 19/60] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v2 20/60] powerpc/64s: Implement PMU override command line option

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-11 15:52 UTC  (20+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() with prot_guest_has()
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "

clang/ld.lld build fails with `can't create dynamic relocation R_PPC64_ADDR64 against local symbol in readonly segment`
 2021-08-11 14:10 UTC  (3+ messages)

[PATCH v3 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-11 14:07 UTC  (4+ messages)
` [PATCH v3 4/8] PCI: replace pci_dev::driver usage that gets the driver name
` [PATCH v3 7/8] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH v1 00/55] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-08-11 12:46 UTC  (27+ messages)
` [PATCH v1 02/55] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt
` [PATCH v1 11/55] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v1 14/55] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v1 16/55] powerpc/64s: Implement PMU override command line option
` [PATCH v1 17/55] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v1 26/55] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v1 30/55] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v1 31/55] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v1 32/55] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions

[powerpc:merge] BUILD SUCCESS 6f3d46e4a4a9ca09288540d39c0a31c9802d2602
 2021-08-11  8:22 UTC 

[PATCH] soc: fsl: qe: fix static checker warning
 2021-08-11  7:10 UTC 

[PATCH v2] powerpc/kprobes: Fix kprobe Oops happens in booke
 2021-08-11  6:48 UTC  (4+ messages)

[powerpc:next-test 60/60] arch/powerpc/kernel/misc_32.S:240: Error: unrecognized opcode: `emit_warn_entry'
 2021-08-11  5:56 UTC  (2+ messages)

[powerpc:next-test] BUILD REGRESSION 5e3aa4531ecc7febbfa18218145c903dab17e651
 2021-08-11  5:05 UTC 

[PATCH v7 0/6] Add support for FORM2 associativity
 2021-08-11  4:09 UTC  (12+ messages)
` [PATCH v7 1/6] powerpc/pseries: rename min_common_depth to primary_domain_index
` [PATCH v7 2/6] powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
` [PATCH v7 3/6] powerpc/pseries: Consolidate different NUMA distance update code paths
` [PATCH v7 4/6] powerpc/pseries: Add a helper for form1 cpu distance
` [PATCH v7 5/6] powerpc/pseries: Add support for FORM2 associativity
` [PATCH v7 6/6] powerpc/pseries: Consolidate form1 distance initialization into a helper

[powerpc:fixes-test] BUILD SUCCESS 43e8f76006592cb1573a959aa287c45421066f9c
 2021-08-11  3:00 UTC 

[PATCH] powerpc/interrupt: Do not call single_step_exception() from other exceptions
 2021-08-10 16:13 UTC 

[PATCH] powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()
 2021-08-10 16:13 UTC 

[PATCH v4 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-08-10 14:41 UTC  (7+ messages)
` [PATCH v4 1/6] x86/sched: Decrease further the priorities of SMT siblings
` [PATCH v4 2/6] sched/topology: Introduce sched_group::flags
` [PATCH v4 3/6] sched/fair: Optimize checking for group_asym_packing
` [PATCH v4 4/6] sched/fair: Provide update_sg_lb_stats() with sched domain statistics
` [PATCH v4 5/6] sched/fair: Carve out logic to mark a group for asymmetric packing
` [PATCH v4 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH v2] powerpc/xive: Do not skip CPU-less nodes when creating the IPIs
 2021-08-10 12:29 UTC  (5+ messages)

[PATCH v2 0/2] Skip numa distance for offline nodes
 2021-08-10 11:47 UTC  (10+ messages)
` [PATCH v2 1/2] sched/topology: Skip updating masks for non-online nodes

[PATCH v3 0/5] nvmem: nintendo-otp: Add new driver for the Wii and Wii U OTP
 2021-08-10 10:57 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/5] dt-bindings: nintendo-otp: Document the Wii and Wii U OTP support

[PATCH v2 0/4] Some improvements on regs usage
 2021-08-10  8:33 UTC  (9+ messages)
` [PATCH v2 1/4] powerpc: Optimize register usage for esr register
` [PATCH v2 2/4] powerpc/64e: Get esr offset with _ESR macro
` [PATCH v2 3/4] powerpc: Optimize register usage for dear register
` [PATCH v2 4/4] powerpc/64e: Get dear offset with _DEAR macro

[bug report] soc: fsl: qe: convert QE interrupt controller to platform_device
 2021-08-10  7:48 UTC 

[PATCH] powerpc/book3s64/radix: make tlb_single_page_flush_ceiling a debugfs entry
 2021-08-10  5:17 UTC  (2+ messages)

[PATCH] powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
 2021-08-10  4:54 UTC 

[PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1
 2021-08-10  0:06 UTC  (2+ messages)

[PATCH v2 7/9] usb: phy: fsl-usb: add IRQ check
 2021-08-09 20:50 UTC 

[PATCH v2 0/6] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-09 18:14 UTC  (8+ messages)
` [PATCH v2 5/6] PCI: Adapt all code locations to not use struct pci_dev::driver directly

[PATCH v3 00/21] .map_sg() error cleanup
 2021-08-09 15:16 UTC  (2+ messages)

[FSL P50x0] lscpu reports wrong values since the RC1 of kernel 5.13
 2021-08-09 12:37 UTC 

[PATCH v6 0/6] Add support for FORM2 associativity
 2021-08-09  3:27 UTC  (7+ messages)
` [PATCH v6 3/6] powerpc/pseries: Consolidate different NUMA distance update code paths
` [PATCH v6 6/6] powerpc/pseries: Consolidate form1 distance initialization into a helper

Debian SID kernel doesn't boot on PowerBook 3400c
 2021-08-07 17:08 UTC  (17+ messages)

[PATCH v4 0/2] make hvc pass dma capable memory to its backend
 2021-08-07 15:00 UTC  (5+ messages)
` [PATCH v4 1/2] tty: hvc: pass DMA capable memory to put_chars()
` [PATCH v4 2/2] virtio-console: remove unnecessary kmemdup()

[PATCH] powerpc: use strscpy to replace strlcpy
 2021-08-07  7:21 UTC 

[PATCH v4] soc: fsl: qe: convert QE interrupt controller to platform_device
 2021-08-06 23:42 UTC  (6+ messages)

[PATCH kernel v2] KVM: PPC: Use arch_get_random_seed_long instead of powernv variant
 2021-08-06 14:53 UTC  (2+ messages)

[RFC PATCH 1/4] powerpc: Optimize register usage for esr register
 2021-08-06 14:26 UTC  (11+ messages)
` [RFC PATCH 3/4] powerpc: Optimize register usage for dear register

[PATCH v6 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes
 2021-08-06 13:45 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path
` [PATCH v6 2/2] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1

[PATCH] powerpc/mce: check if event info is valid
 2021-08-06 13:23 UTC 

[PATCH] powerpc/xive: Do not skip CPU-less nodes when creating the IPIs
 2021-08-06 11:50 UTC  (2+ messages)

[PATCH printk v1 00/10] printk: introduce atomic consoles and sync mode
 2021-08-06 12:06 UTC  (10+ messages)
` [PATCH printk v1 03/10] kgdb: delay roundup if holding printk cpulock

[PATCH v2 0/3] KVM: PPC: Book3S HV: kvmhv_copy_tofrom_guest_radix changes
 2021-08-06 10:10 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: PPC: Book3S HV: Fix copy_tofrom_guest routines
` [PATCH v2 2/3] KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guest
` [PATCH v2 3/3] KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radix

[PATCH] powerpc/kprobes: Fix kprobe Oops happens in booke
 2021-08-06  8:59 UTC  (3+ messages)

[RFC PATCH] powerpc/book3s64/radix: Upgrade va tlbie to PID tlbie if we cross PMD_SIZE
 2021-08-06  7:56 UTC 

[RFC PATCH] powerpc/book3s64/radix: Upgrade va tlbie to PID tlbie if we cross PMD_SIZE
 2021-08-06  5:22 UTC 

[PATCHv2 0/3] Subject: [PATCHv2 0/3] Make cache-object aware of L3 siblings by parsing "ibm, thread-groups" property
 2021-08-06  5:44 UTC  (5+ messages)
` [PATCHv2 1/3] powerpc/cacheinfo: Lookup cache by dt node and thread-group id
` [PATCHv2 2/3] powerpc/cacheinfo: Remove the redundant get_shared_cpu_map()

[PATCH v4 0/3] audit: add support for openat2
 2021-08-05 22:01 UTC  (3+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros

[RFC PATCH 02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
 2021-08-05 19:02 UTC 

[PATCH 0/3] power: reset: Convert Power-Off driver to tristate
 2021-08-05 18:54 UTC  (6+ messages)
` [PATCH 1/3] arch: Export machine_restart() instances so they can be called from modules

[PATCH] powerpc/pseries: Fix update of LPAR security flavor after LPM
 2021-08-05 15:23 UTC 

[Bug 213961] New: Oops while loading radeon driver
 2021-08-05 11:43 UTC  (4+ messages)
` [Bug 213961] "

[PATCH v3 1/2] tty: hvc: pass DMA capable memory to put_chars()
 2021-08-05 11:14 UTC  (7+ messages)

[PATCH v5 0/8] Use per-CPU temporary mappings for patching on Radix MMU
 2021-08-05  9:48 UTC  (14+ messages)
` [PATCH v5 2/8] lkdtm/powerpc: Add test to hijack a patch mapping
` [PATCH v5 4/8] lkdtm/x86_64: "
` [PATCH v5 5/8] powerpc/64s: Introduce temporary mm for Radix MMU
` [PATCH v5 6/8] powerpc: Rework and improve STRICT_KERNEL_RWX patching
` [PATCH v5 7/8] powerpc/64s: Initialize and use a temporary mm for patching on Radix
` [PATCH v5 8/8] lkdtm/powerpc: Fix code patching hijack test

[PATCH v15 0/9] powerpc: Further Strict RWX support
 2021-08-05  9:34 UTC  (3+ messages)
` [PATCH v15 7/9] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX

[PATCH v2 1/3] powerpc/pseries: Parse control memory access error
 2021-08-05  9:20 UTC  (3+ messages)
` [PATCH v2 2/3] selftests/powerpc: Add test for real address error handling
` [PATCH v2 3/3] powerpc/mce: Modify the real address error logging messages

[PATCH v2] arch: vdso: remove if-conditionals of $(c-gettimeofday-y)
 2021-08-05  9:12 UTC  (2+ messages)

[PATCH 1/3] powerpc64/bpf: Store temp registers' bpf to ppc mapping
 2021-08-05  8:21 UTC  (3+ messages)
` [PATCH 3/3] powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC64


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