linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-19 09:06:35 to 2021-11-24 09:43:58 UTC [more...]

[PATCH 1/6] powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()
 2021-11-24  9:32 UTC  (3+ messages)
` [PATCH 2/6] powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static
` [PATCH 3/6] powerpc/85xx: Make c293_pcie_pic_init() static

[PATCH v2 1/2] powerpc/mce: Avoid using irq_work_queue() in realmode
 2021-11-24  9:25 UTC  (3+ messages)
` [PATCH v2 2/2] pseries/mce: Refactor the pseries mce handling code

[PATCH] powerpc/eeh: Delay slot presence check once driver is notified about the pci error
 2021-11-24  8:45 UTC  (3+ messages)

[PATCH] powerpc/perf: Fix task context setting for trace imc
 2021-11-24  2:46 UTC 

[PATCH] powerpc/signal32: Use struct_group() to zero spe regs
 2021-11-24  0:08 UTC  (8+ messages)

[PATCH 0/5] xen: cleanup detection of non-essential pv devices
 2021-11-23 20:39 UTC  (3+ messages)

[PATCH v2 0/8] sysctl: second set of kernel/sysctl cleanups
 2021-11-23 20:24 UTC  (9+ messages)
` [PATCH v2 1/8] hpet: simplify subdirectory registration with register_sysctl()
` [PATCH v2 2/8] i915: "
` [PATCH v2 3/8] macintosh/mac_hid.c: "
` [PATCH v2 4/8] ocfs2: "
` [PATCH v2 5/8] test_sysctl: "
` [PATCH v2 6/8] inotify: "
` [PATCH v2 7/8] cdrom: "
` [PATCH v2 8/8] eventpoll: simplify sysctl declaration "

Patch "signal/powerpc: On swapcontext failure force SIGSEGV" has been added to the 5.15-stable tree
 2021-11-23 18:11 UTC 

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-23 17:32 UTC  (8+ messages)

[PATCH MANUALSEL 4.4] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.9 2/2] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.14 2/3] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.19 3/4] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 5.4 3/4] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 5.10 3/5] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:36 UTC 

[PATCH MANUALSEL 5.15 6/8] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:36 UTC 

[PATCH v2 1/3] soc: fsl: Correct MAINTAINERS database (QUICC ENGINE LIBRARY)
 2021-11-23 16:28 UTC  (6+ messages)
` [PATCH v2 3/3] soc: fsl: Replace kernel.h with the necessary inclusions

[PATCH v4 00/53] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-11-23  9:52 UTC  (54+ messages)
` [PATCH v4 01/53] powerpc/64s: Remove WORT SPR from POWER9/10 (take 2)
` [PATCH v4 02/53] powerpc/64s: guard optional TIDR SPR with CPU ftr test
` [PATCH v4 03/53] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [PATCH v4 04/53] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v4 05/53] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v4 06/53] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v4 07/53] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v4 08/53] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [PATCH v4 09/53] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v4 10/53] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v4 11/53] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v4 12/53] powerpc/64s: Implement PMU override command line option
` [PATCH v4 13/53] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v4 14/53] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [PATCH v4 15/53] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [PATCH v4 16/53] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [PATCH v4 17/53] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v4 18/53] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v4 19/53] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v4 20/53] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v4 21/53] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v4 22/53] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v4 23/53] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v4 24/53] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v4 25/53] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v4 26/53] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v4 27/53] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v4 28/53] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [PATCH v4 29/53] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v4 30/53] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v4 31/53] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v4 32/53] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v4 33/53] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v4 34/53] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it
` [PATCH v4 35/53] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v4 36/53] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v4 37/53] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v4 38/53] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v4 39/53] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v4 40/53] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v4 41/53] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v4 42/53] KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing
` [PATCH v4 43/53] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v4 44/53] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v4 45/53] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v4 46/53] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v4 47/53] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
` [PATCH v4 48/53] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v4 49/53] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v4 50/53] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v4 51/53] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v4 52/53] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v4 53/53] KVM: PPC: Book3S HV P9: Remove subcore HMI handling

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-23  9:12 UTC  (14+ messages)
` [PATCH v5 01/12] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
` [PATCH v5 02/12] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 04/12] KVM: mips: "
` [PATCH v5 05/12] KVM: RISC-V: "
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 07/12] KVM: arm64: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v5 09/12] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v5 10/12] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
` [PATCH v5 11/12] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty
` [PATCH v5 12/12] KVM: x86: First attempt at converting nested virtual APIC page to gpc

[PATCH] powerpc/module_64: Fix livepatching for RO modules
 2021-11-23  8:15 UTC 

[PATCH V4 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks
 2021-11-23  5:24 UTC  (3+ messages)

[PATCH v2] powerpc/64s: introduce CONFIG_MAXSMP to test very large SMP
 2021-11-23  5:16 UTC  (6+ messages)

[PATCH 0/8] Convert powerpc to default topdown mmap layout
 2021-11-23  0:22 UTC  (15+ messages)
` [PATCH 1/8] powerpc/mm: Make slice specific to book3s/64
` [PATCH 2/8] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH 3/8] powerpc/mm: Remove asm/slice.h
` [PATCH 4/8] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH 5/8] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH 6/8] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH 7/8] powerpc/mm: Convert to default topdown mmap layout
` [PATCH 8/8] powerpc/mm: Properly randomise mmap with slices

[RFC patch 0/5] Support BCLK input clock in tlv320aic31xx
 2021-11-23  0:00 UTC  (10+ messages)
` [RFC patch 1/5] ASoC: tlv320aic31xx: Fix typo in BCLK clock name
` [RFC patch 2/5] ASoC: tlv320aic31xx: Add support for pll_r coefficient
` [RFC patch 3/5] ASoC: tlv320aic31xx: Add divs for bclk as clk_in
` [RFC patch 4/5] ASoC: tlv320aic31xx: Handle BCLK set as PLL input configuration
` [RFC patch 5/5] ASoC: fsl-asoc-card: Support fsl, imx-audio-tlv320aic31xx codec

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-21  9:01 UTC  (8+ messages)
` [PATCH 1/2] of: Sort reserved_mem related code
` [PATCH 2/2] of: reserved_mem: Remove reserved regions count restriction

[PATCH v1] KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
 2021-11-22 18:34 UTC  (2+ messages)

[PATCH v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-22 16:44 UTC  (7+ messages)
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors
` [PATCH v2 3/5] powerpc: Use preemption model accessors

[powerpc:merge] BUILD SUCCESS 95c6ab13ec7e63e5e8628e237082431779d270f3
 2021-11-22 15:46 UTC 

[powerpc:next-test] BUILD SUCCESS b92d1aabe9aace6ffd3399cae2ba52b6a927f7d7
 2021-11-22 13:43 UTC 

[powerpc:fixes-test] BUILD SUCCESS f01ad0b9f2dcfd006e1fa77104fdf989980ff20f
 2021-11-22 13:43 UTC 

Build regressions/improvements in v5.16-rc2
 2021-11-22 13:24 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.16-2 tag
 2021-11-21 19:39 UTC  (2+ messages)

[powerpc:next-test] BUILD SUCCESS 478cb53ce5e2d5fd96c2da42d0f9d2b53620881a
 2021-11-21 16:54 UTC 

[powerpc:merge] BUILD SUCCESS a4884e88b53ceabfdf5ea95a95fb56766a826246
 2021-11-21 16:54 UTC 

[powerpc:fixes-test] BUILD SUCCESS e5abb2825c66bacb76417c9a28941cdf7fd22f32
 2021-11-21 16:54 UTC 

[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
 2021-11-21  9:35 UTC  (5+ messages)
` [PATCH RFC 1/4] mm: percpu: Generalize percpu related config
` [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH RFC 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH RFC 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[PATCH] powerpc/xive: Change IRQ domain to a tree domain
 2021-11-21  3:46 UTC  (2+ messages)

PATCH v4 00/11] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-20 18:20 UTC  (17+ messages)
` [PATCH v4 01/11] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
` [PATCH v4 02/11] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v4 03/11] KVM: s390: Use Makefile.kvm for common files
` [PATCH v4 04/11] KVM: mips: "
` [PATCH v4 05/11] KVM: RISC-V: "
` [PATCH v4 06/11] KVM: powerpc: "
` [PATCH v4 07/11] KVM: arm64: "
` [PATCH v4 08/11] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v4 09/11] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v4 10/11] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
` [PATCH v4 11/11] KVM: x86: First attempt at converting nested virtual APIC page to gpc
` [PATCH v4 12/11] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty

[PATCH] powerpc/prom_init: fix the improper check of prom_getprop
 2021-11-19  9:46 UTC  (2+ messages)

[PATCH 0/3] KEXEC_SIG with appended signature
 2021-11-19 18:16 UTC  (12+ messages)

[PATCH v4 0/5] powerpc: watchdog fixes
 2021-11-19 15:32 UTC  (7+ messages)
` [PATCH v4 1/5] powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
` [PATCH v4 2/5] powerpc/watchdog: tighten non-atomic read-modify-write access
` [PATCH v4 3/5] powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipi
` [PATCH v4 4/5] powerpc/watchdog: read TB close to where it is used
` [PATCH v4 5/5] powerpc/watchdog: help remote CPUs to flush NMI printk output

[PATCH v3 0/4] powerpc: watchdog fixes
 2021-11-19 11:05 UTC  (7+ messages)
` [PATCH v3 1/4] powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
` [PATCH v3 3/4] powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipi

[PATCH v3 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-19  9:23 UTC  (10+ messages)
` [PATCH v3 08/12] KVM: Propagate vcpu explicitly to mark_page_dirty_in_slot()

[PATCH v1] powerpc/watchdog: help remote CPUs to flush NMI printk output
 2021-11-19  9:15 UTC  (3+ messages)

[PATCH] w1: Misuse of get_user()/put_user() reported by sparse
 2021-11-19  9:15 UTC 


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