linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 14:33:25 to 2021-03-24 10:09:11 UTC [more...]

remove the legacy ide driver
 2021-03-24 10:00 UTC  (20+ messages)
` [PATCH 02/10] ARM: disable CONFIG_IDE in footbridge_defconfig
` [PATCH 07/10] MIPS: disable CONFIG_IDE in bigsur_defconfig

[PATCH v2] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-03-24  9:53 UTC  (2+ messages)

[PATCH V3 -next] powerpc: kernel/time.c - cleanup warnings
 2021-03-24  9:46 UTC  (5+ messages)

[PATCH v2 -next] powerpc: kernel/time.c - cleanup warnings
 2021-03-24  9:09 UTC  (9+ messages)

[PATCH V2 0/5] powerpc/perf: Export processor pipeline stage cycles information
 2021-03-24  4:35 UTC  (7+ messages)
` [PATCH V2 1/5] powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT_STRUCT
` [PATCH V2 2/5] tools/perf: Add dynamic headers for perf report columns
` [PATCH V2 3/5] tools/perf: Add powerpc support for PERF_SAMPLE_WEIGHT_STRUCT
` [PATCH V2 4/5] tools/perf: Support pipeline stage cycles for powerpc
` [PATCH V2 5/5] tools/perf: Display sort dimension p_stage_cyc only on supported archs

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-24  1:34 UTC  (66+ messages)
` [PATCH v4 01/46] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v4 02/46] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v4 03/46] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v4 04/46] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v4 05/46] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v4 06/46] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v4 07/46] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v4 08/46] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v4 09/46] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v4 10/46] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v4 11/46] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "
` [PATCH v4 12/46] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v4 13/46] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v4 14/46] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v4 15/46] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v4 16/46] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v4 17/46] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v4 18/46] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v4 19/46] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v4 20/46] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v4 21/46] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v4 22/46] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v4 23/46] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v4 24/46] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v4 25/46] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v4 26/46] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v4 27/46] powerpc: add set_dec_or_work API for safely updating decrementer
` [PATCH v4 28/46] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v4 29/46] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v4 30/46] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v4 31/46] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v4 32/46] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v4 33/46] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v4 34/46] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v4 35/46] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v4 36/46] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v4 37/46] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v4 38/46] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v4 39/46] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
` [PATCH v4 40/46] KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
` [PATCH v4 41/46] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v4 42/46] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v4 43/46] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v4 44/46] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v4 45/46] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v4 46/46] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path

[powerpc:next-test] BUILD SUCCESS 8a83feefbd5254ae7f13aff3e4097dd7d8723bce
 2021-03-24  1:11 UTC 

[powerpc:merge] BUILD SUCCESS 909b15d4ac3524a89c6df8c60e0cb0b4d5a3c248
 2021-03-24  1:11 UTC 

[powerpc:fixes-test] BUILD SUCCESS 274cb1ca2e7ce02cab56f5f4c61a74aeb566f931
 2021-03-24  1:04 UTC 

[PATCH] macintosh: A typo fix
 2021-03-23 22:01 UTC  (2+ messages)

[PATCH v2 0/1] show 'last online CPU' error in dlpar_cpu_offline()
 2021-03-23 20:50 UTC  (2+ messages)
` [PATCH v2 1/1] hotplug-cpu.c: "

[PATCH] xsysace: Remove SYSACE driver
 2021-03-23 16:28 UTC  (6+ messages)

[PATCH] powerpc: Switch to relative jump labels
 2021-03-23 15:47 UTC 

[PATCH 0/4] Rust for Linux for ppc64le
 2021-03-23 14:26 UTC  (9+ messages)
` [PATCH 1/4] rust: Export symbols in initialized data section
` [PATCH 2/4] rust: Add powerpc64 as a 64-bit target_arch in c_types.rs
` [PATCH 3/4] powerpc/rust: Add target.json for ppc64le
` [PATCH 4/4] rust: Enable "

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-03-23 13:27 UTC  (6+ messages)
` [PATCH v11 6/6] powerpc: Book3S 64-bit outline-only KASAN support

[PATCH] soc/fsl: qbman: fix conflicting alignment attributes
 2021-03-23 13:15 UTC 

[PATCH 0/2] handle premature return from H_JOIN in pseries mobility code
 2021-03-23 12:02 UTC  (2+ messages)

[PATCH next v1 0/3] printk: remove safe buffers
 2021-03-23 10:47 UTC  (8+ messages)
` [PATCH next v1 2/3] "

[PATCH] sound:ppc: fix spelling typo of values
 2021-03-23  8:55 UTC 

[RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
 2021-03-23  7:53 UTC  (7+ messages)
` [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level

[PATCH 1/1] powerpc/iommu: Enable remaining IOMMU Pagesizes present in LoPAR
 2021-03-23  7:41 UTC  (2+ messages)

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-23  7:26 UTC  (14+ messages)
` [PATCH v3 17/41] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v3 19/41] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v3 25/41] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races

[PATCH -next] powerpc: kernel/time.c - cleanup warnings
 2021-03-23  6:53 UTC  (6+ messages)

[PATCH] [v2] arch: powerpc: Remove duplicate includes
 2021-03-23  6:29 UTC 

[PATCH] [v2] tools: testing: Remove duplicate includes
 2021-03-23  6:15 UTC 

[PATCH] tools: testing: Remove duplicate include of sched.h
 2021-03-23  5:44 UTC  (2+ messages)

[PATCH] arch: powerpc: Remove duplicate include of interrupt.h
 2021-03-23  5:41 UTC  (2+ messages)

[PATCH] tools: testing: inttypes.h is included twice
 2021-03-23  3:43 UTC 

[PATCH] tools: testing: pthread.h is included twice
 2021-03-23  3:39 UTC 

[PATCH] arch: powerpc: Remove duplicate include of clock.h
 2021-03-23  3:04 UTC 

[PATCH] arch: powerpc: bug.h is included twice
 2021-03-23  2:23 UTC 

[PATCH] arch/powerpc/kernel: Duplicate include asm/interrupt.h
 2021-03-23  1:57 UTC 

[PATCH v6 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-03-23  4:05 UTC  (14+ messages)
` [PATCH v6 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
` [PATCH v6 2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
` [PATCH v6 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v6 4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
` [PATCH v6 5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
` [PATCH v6 6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH 0/3] powerpc/mm/hash: Time improvements for memory hot(un)plug
 2021-03-22 23:45 UTC  (3+ messages)
` [PATCH 3/3] powerpc/mm/hash: Avoid multiple HPT resize-downs on memory hotunplug

[PATCH] powerpc/asm: Fix a typo
 2021-03-22 23:48 UTC  (3+ messages)

[PATCH 00/10] Move 64e to new interrupt return code
 2021-03-22 23:45 UTC  (2+ messages)

[PATCH 1/1] hotplug-cpu.c: show 'last online CPU' error in dlpar_cpu_remove()
 2021-03-22 23:30 UTC  (4+ messages)

[PATCH] powerpc: kernel: Trivial spelling fixes throughout the file head_fsl_booke.S
 2021-03-22 18:50 UTC  (2+ messages)

[PATCH] docs: powerpc: Fix a typo
 2021-03-22 18:49 UTC  (2+ messages)

[PATCH] powerpc/8xx: Fix a typo
 2021-03-22 18:43 UTC  (2+ messages)

[RFC PATCH 0/8] WIP support for the LLVM integrated assembler
 2021-03-22 18:11 UTC  (5+ messages)
` [RFC PATCH 6/8] powerpc/mm/book3s64/hash: drop pre 2.06 tlbiel for clang

[PATCH v2 0/8] Implement EBPF on powerpc32
 2021-03-22 17:53 UTC  (10+ messages)
` [PATCH v2 1/8] powerpc/bpf: Remove classical BPF support for PPC32
` [PATCH v2 2/8] powerpc/bpf: Change register numbering for bpf_set/is_seen_register()
` [PATCH v2 3/8] powerpc/bpf: Move common helpers into bpf_jit.h
` [PATCH v2 4/8] powerpc/bpf: Move common functions into bpf_jit_comp.c
` [PATCH v2 5/8] powerpc/bpf: Change values of SEEN_ flags
` [PATCH v2 6/8] powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPF
` [PATCH v2 7/8] powerpc/bpf: Implement extended BPF on PPC32
` [PATCH v2 8/8] powerpc/bpf: Reallocate BPF registers to volatile registers when possible "

remove the nvlink2 pci_vfio subdriver
 2021-03-22 17:46 UTC  (5+ messages)
` [PATCH 1/2] vfio/pci: remove vfio_pci_nvlink2
` [PATCH 2/2] powerpc/powernv: remove the nvlink support

[PATCH] PCI: layerscape: Correct syntax by changing comma to semicolon
 2021-03-22 17:25 UTC  (3+ messages)

[PATCH] cxl: Fix couple of spellings
 2021-03-22 15:24 UTC  (2+ messages)

[PATCH v7] powerpc/irq: Inline call_do_irq() and call_do_softirq()
 2021-03-22 15:25 UTC  (2+ messages)

[PATCH -next] pci/controller/dwc: convert comma to semicolon
 2021-03-22 15:25 UTC  (8+ messages)

[PATCH v2 3/6] mm/mremap: Use pmd/pud_poplulate to update page table entries
 2021-03-22 14:42 UTC  (2+ messages)
` [mm/mremap] c10e9d3441: Bad_pagetable:#[##]


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