linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 14:03:22 to 2024-02-05 08:00:01 UTC [more...]

[PATCH v2 1/2] powerpc: Add Power11 architected and raw mode
 2024-02-05  7:58 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/perf: Power11 Performance Monitoring support

[PATCH v2] soc: fsl: fix kernel-doc warnings and typos
 2024-02-05  5:53 UTC 

[PATCH v2] soc: fsl: dpio: fix kernel-doc typos
 2024-02-05  5:53 UTC 

[PATCH v2] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
 2024-02-05  5:36 UTC 

[PATCH 0/4] powerpc: struct bus_type cleanup
 2024-02-05  0:04 UTC  (8+ messages)
` [PATCH 1/4] powerpc: cell: make spu_subsys const
` [PATCH 2/4] powerpc: ps3: make ps3_system_bus_type const
` [PATCH 3/4] powerpc: pseries: make cmm_subsys const
` [PATCH 4/4] powerpc: pseries: make suspend_subsys const

[PATCH v15 0/5] powerpc/crash: Kernel handling of CPU and memory hotplug
 2024-02-05  3:11 UTC  (5+ messages)
` [PATCH v15 1/5] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v15 2/5] crash: add a new kexec flag for hotplug support

[PATCH v2 0/3] Add generic data patching functions
 2024-02-05  2:30 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/code-patching: Add generic memory patching

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-04  3:26 UTC  (3+ messages)

[PATCH v2 0/4] PCI/AER: Handle Advisory Non-Fatal properly
 2024-02-03  4:59 UTC  (7+ messages)
` [PATCH v2 1/4] PCI/AER: Store more information in aer_err_info
` [PATCH v2 3/4] PCI/AER: Fetch information for FTrace

[PATCH] powerpc/pseries/papr-sysparm: use u8 arrays for payloads
 2024-02-03  0:26 UTC 

[PATCH linux-next 1/3] x86, crash: don't nest CONFIG_CRASH_DUMP ifdef inside CONFIG_KEXEC_CODE ifdef scope
 2024-02-03  0:17 UTC  (8+ messages)
` [PATCH v2 "

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-02-02 22:05 UTC  (9+ messages)
` [PATCH RFC/RFT v2 1/4] riscv: Add ISA extension parsing for Svvptc
` [PATCH RFC/RFT v2 2/4] dt-bindings: riscv: Add Svvptc ISA extension description
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
` [PATCH RFC/RFT v2 4/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings with Svvptc

[PATCH v2] powerpc/64: Set task pt_regs->link to the LR value on scv entry
 2024-02-02 15:43 UTC 

[PATCH] powerpc/64: Set LR to a non-NULL value in task pt_regs on scv entry
 2024-02-02 14:15 UTC  (4+ messages)
    `  "

[mainline] [linux-next] [6.8-rc1] [FC] [DLPAR] OOps kernel crash after performing dlpar remove test
 2024-02-02 13:49 UTC  (5+ messages)

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-02  9:30 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/9] (arm|powerpc|s390x): Makefile: Fix .aux.o generation
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH v2 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v2 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v2 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH v2 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH v2 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH v2 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v2 9/9] migration: add a migration selftest

[PATCH v2] powerpc: iommu: Bring back table group release_ownership() call
 2024-02-02  8:28 UTC  (3+ messages)

[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
 2024-02-02  8:07 UTC  (26+ messages)
` [PATCH v5 01/25] mm: Clarify the spec for set_ptes()
` [PATCH v5 02/25] mm: thp: Batch-collapse PMD with set_ptes()
` [PATCH v5 03/25] mm: Make pte_next_pfn() a wrapper around pte_advance_pfn()
` [PATCH v5 04/25] arm/mm: Convert pte_next_pfn() to pte_advance_pfn()
` [PATCH v5 05/25] arm64/mm: "
` [PATCH v5 06/25] powerpc/mm: "
` [PATCH v5 07/25] x86/mm: "
` [PATCH v5 08/25] mm: Remove pte_next_pfn() and replace with pte_advance_pfn()
` [PATCH v5 09/25] arm64/mm: set_pte(): New layer to manage contig bit
` [PATCH v5 10/25] arm64/mm: set_ptes()/set_pte_at(): "
` [PATCH v5 11/25] arm64/mm: pte_clear(): "
` [PATCH v5 12/25] arm64/mm: ptep_get_and_clear(): "
` [PATCH v5 13/25] arm64/mm: ptep_test_and_clear_young(): "
` [PATCH v5 14/25] arm64/mm: ptep_clear_flush_young(): "
` [PATCH v5 15/25] arm64/mm: ptep_set_wrprotect(): "
` [PATCH v5 16/25] arm64/mm: ptep_set_access_flags(): "
` [PATCH v5 17/25] arm64/mm: ptep_get(): "
` [PATCH v5 18/25] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v5 19/25] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v5 20/25] arm64/mm: Implement new wrprotect_ptes() batch API
` [PATCH v5 21/25] arm64/mm: Implement new [get_and_]clear_full_ptes() batch APIs
` [PATCH v5 22/25] mm: Add pte_batch_hint() to reduce scanning in folio_pte_batch()
` [PATCH v5 23/25] arm64/mm: Implement pte_batch_hint()
` [PATCH v5 24/25] arm64/mm: __always_inline to improve fork() perf
` [PATCH v5 25/25] arm64/mm: Automatically fold contpte mappings

[PATCH] soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage
 2024-02-01 19:29 UTC 

[PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported
 2024-02-01 17:12 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/bpf: enable kfunc call

[PATCH v2 0/6] Add support for QMC HDLC
 2024-02-01 12:01 UTC  (9+ messages)
` [PATCH v2 1/6] net: wan: "
` [PATCH v2 2/6] MAINTAINERS: Add the Freescale QMC HDLC driver entry
` [PATCH v2 3/6] bitmap: Make bitmap_onto() available to users
` [PATCH v2 4/6] bitmap: Introduce bitmap_off()
` [PATCH v2 5/6] net: wan: fsl_qmc_hdlc: Add runtime timeslots changes support
` [PATCH v2 6/6] net: wan: fsl_qmc_hdlc: Add framer support

[PATCH] powerpc/hv-gpci: Fix the hcall return value checks in single_gpci_request function
 2024-02-01  6:47 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement
 2024-02-01  5:51 UTC  (2+ messages)

[PATCH 1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time
 2024-01-31 22:16 UTC  (12+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-31 15:11 UTC  (17+ messages)

[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-31 14:20 UTC  (40+ messages)
` [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v1 2/9] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v1 3/9] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v1 4/9] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v1 5/9] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v1 6/9] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v1 7/9] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v1 8/9] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v1 9/9] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH] papr_vpd.c: calling devfd before get_system_loc_code
 2024-01-31 13:08 UTC 

BUG: KASAN: vmalloc-out-of-bounds in memset32 (bpf_prog_pack_free)
 2024-01-31 11:46 UTC 

[PATCH] perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
 2024-01-31 11:30 UTC  (2+ messages)

[PATCH] dt-bindings: soc: fsl: narrow regex for unit address to hex numbers
 2024-01-30 20:40 UTC  (2+ messages)

[PATCH v10 0/6]arm64: add machine check safe support
 2024-01-30 13:56 UTC  (20+ messages)
` [PATCH v10 1/6] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v10 2/6] arm64: add support for machine check error safe
` [PATCH v10 3/6] arm64: add uaccess to machine check safe
` [PATCH v10 4/6] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v10 5/6] arm64: support copy_mc_[user]_highpage()
` [PATCH v10 6/6] arm64: introduce copy_mc_to_kernel() implementation

[PATCH v2 0/5] mm: ptdump: Refactor CONFIG_DEBUG_WX and check_wx_pages debugfs attribute
 2024-01-30 10:34 UTC  (6+ messages)
` [PATCH v2 1/5] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
` [PATCH v2 2/5] arm64, powerpc, riscv, s390, x86: ptdump: Refactor CONFIG_DEBUG_WX
` [PATCH v2 3/5] powerpc,s390: ptdump: Define ptdump_check_wx() regardless of CONFIG_DEBUG_WX
` [PATCH v2 4/5] mm: ptdump: Have ptdump_check_wx() return bool
` [PATCH v2 5/5] mm: ptdump: add check_wx_pages debugfs attribute

[PATCH] powerpc: add crtsavres.o to always-y instead of extra-y
 2024-01-30  9:54 UTC  (3+ messages)

[PATCH v6 (proposal)] powerpc/cpu: enable nr_cpus for crash kernel
 2024-01-30  7:28 UTC  (3+ messages)


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