linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-06 12:06:49 to 2021-08-12 09:14:48 UTC [more...]

[PATCH v4 0/2] make hvc pass dma capable memory to its backend
 2021-08-12  9:14 UTC  (7+ messages)
` [PATCH v4 1/2] tty: hvc: pass DMA capable memory to put_chars()

[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
 2021-08-12  9:04 UTC  (2+ messages)

[PATCH v5 0/2] make hvc pass dma capable memory to its backend
 2021-08-12  8:51 UTC  (3+ messages)
` [PATCH v5 1/2] tty: hvc: pass DMA capable memory to put_chars()
` [PATCH v5 2/2] virtio-console: remove unnecessary kmemdup()

[PATCH v3 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-12  8:14 UTC  (6+ 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] powerpc/book3s64/radix: make tlb_single_page_flush_ceiling a debugfs entry
 2021-08-12  8:13 UTC  (4+ messages)

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

[PATCH v2 7/9] usb: phy: fsl-usb: add IRQ check
 2021-08-12  5:38 UTC  (2+ messages)

[PATCH v7 0/6] Add support for FORM2 associativity
 2021-08-12  3:36 UTC  (14+ 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

[PATCH v2 00/60] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-08-11 20:40 UTC  (64+ 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 v2 21/60] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v2 22/60] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [PATCH v2 23/60] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [PATCH v2 24/60] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [PATCH v2 25/60] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v2 26/60] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v2 27/60] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v2 28/60] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v2 29/60] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v2 30/60] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v2 31/60] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v2 32/60] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v2 33/60] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v2 34/60] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v2 35/60] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v2 36/60] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [PATCH v2 37/60] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v2 38/60] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v2 39/60] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v2 40/60] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v2 41/60] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v2 42/60] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it
` [PATCH v2 43/60] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v2 44/60] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v2 45/60] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v2 46/60] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v2 47/60] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v2 48/60] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v2 49/60] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v2 50/60] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v2 51/60] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v2 52/60] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v2 53/60] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v2 54/60] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
` [PATCH v2 55/60] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v2 56/60] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v2 57/60] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v2 58/60] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v2 59/60] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v2 60/60] KVM: PPC: Book3S HV P9: Remove subcore HMI handling

[PATCH v5 0/8] Use per-CPU temporary mappings for patching on Radix MMU
 2021-08-11 18:28 UTC  (22+ 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 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() "

[PATCH v1 00/55] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-08-11 12:46 UTC  (18+ messages)
` [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 

[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: 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 0/6] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-09 18:14 UTC  (4+ messages)

[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  (5+ messages)
` [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  (14+ messages)

[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  (2+ 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  (8+ messages)

[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  (9+ messages)
` [PATCH printk v1 03/10] kgdb: delay roundup if holding printk cpulock


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