linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-12 06:43:31 to 2024-02-15 07:49:45 UTC [more...]

[PATCH 0/2] ALSA: struct bus_type cleanup
 2024-02-15  7:48 UTC  (4+ messages)
` [PATCH 1/2] ALSA: aoa: make soundbus_bus_type const
` [PATCH 2/2] ALSA: seq: make snd_seq_bus_type const

linux-next: Tree for Feb 14 (arch/powerpc/platforms/pseries/pci_dlpar.o)
 2024-02-15  3:36 UTC  (2+ messages)

[PATCH v2] powerpc/iommu: Fix the iommu group reference leak during platform domain attach
 2024-02-15  2:31 UTC  (3+ messages)

[PATCH] powerpc/64s: Increase default stack size to 32KB
 2024-02-14 21:56 UTC  (3+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-02-14 22:40 UTC  (3+ messages)
` [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte()

[PATCH v2] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2024-02-14 22:34 UTC 

[PATCH] i2c: pasemi: split driver into two separate modules
 2024-02-14 21:42 UTC  (3+ messages)

[PATCH v3 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-02-14 20:44 UTC  (11+ messages)
` [PATCH v3 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v3 02/10] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v3 03/10] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v3 04/10] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v3 05/10] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v3 06/10] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v3 07/10] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v3 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v3 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v3 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH] powerpc/iommu: Fix the missing iommu_group_put() during platform domain attach
 2024-02-14 18:13 UTC  (6+ messages)

[PATCH] tty: hvc: Don't enable the RISC-V SBI console by default
 2024-02-14 15:54 UTC  (4+ messages)

[PATCH v15 0/5] powerpc/crash: Kernel handling of CPU and memory hotplug
 2024-02-14 13:35 UTC  (9+ 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

[RFC PATCH 1/5] powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core
 2024-02-14 13:12 UTC  (11+ messages)
` [RFC PATCH 4/5] powerpc/smp: Factor out assign_threads()
` [RFC PATCH 5/5] powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_ids

[PATCH] tty: hvc-iucv: fix function pointer casts
 2024-02-14 12:36 UTC  (6+ messages)

[PATCH 0/2] PCI endpoint BAR hardware description cleanup
 2024-02-14 10:38 UTC  (3+ messages)

[PATCH v4] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
 2024-02-14  9:54 UTC  (2+ messages)

[PATCH v3] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
 2024-02-14  9:35 UTC  (2+ messages)

[PATCH v4 00/10] devm_led_classdev_register() usage problem
 2024-02-13 23:56 UTC  (8+ messages)
    ` [DMARC error][SPF error] "

[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
 2024-02-13 18:05 UTC  (61+ messages)
` [PATCH v5 01/25] mm: Clarify the spec for set_ptes()
` [PATCH v5 03/25] mm: Make pte_next_pfn() a wrapper around pte_advance_pfn()
` [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 v2] powerpc/ftrace: Ignore ftrace locations in exit text sections
 2024-02-13 17:54 UTC 

[PATCH v2] powerpc: Add gpr1 and fpu save/restore functions
 2024-02-13 15:13 UTC  (2+ messages)

Build regressions/improvements in v6.8-rc1
 2024-02-13 14:44 UTC  (3+ messages)

[PATCH] powerpc: Force inlining of arch_vmap_p{u/m}d_supported()
 2024-02-13 13:58 UTC 

[PATCH linux-next 0/3] powerpc/kexec: split CONFIG_CRASH_DUMP out from CONFIG_KEXEC_CORE
 2024-02-13 11:31 UTC  (4+ messages)
` [PATCH linux-next 1/3] kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMP
` [PATCH linux-next 2/3] powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
` [PATCH linux-next 3/3] powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency

[PATCH v2 0/5] powerpc: struct bus_type cleanup
 2024-02-13 11:07 UTC  (9+ messages)
` [PATCH v2 1/5] powerpc: vio: move device attributes into a new ifdef
` [PATCH v2 2/5] powerpc: vio: make vio_bus_type const
` [PATCH v2 3/5] powerpc: mpic: make mpic_subsys const
` [PATCH v2 4/5] powerpc: pmac: make macio_bus_type const
` [PATCH v2 5/5] powerpc: ibmebus: make ibmebus_bus_type const

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-13  9:59 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported
 2024-02-13  7:54 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/bpf: enable kfunc call

[PATCH v5 5/5] sched: rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC
 2024-02-13  7:21 UTC  (3+ messages)

[PATCH] powerpc/pseries: fix accuracy of stolen time
 2024-02-13  6:12 UTC  (3+ messages)

[PATCH] powerpc/ftrace: Ignore ftrace locations in exit text sections
 2024-02-13  5:30 UTC  (5+ messages)

[PATCH] powerpc: Add gpr1 and fpu save/restore functions
 2024-02-13  5:28 UTC  (11+ messages)

[PATCH] powerpc/code-patching: Disable KASAN in __patch_instructions()
 2024-02-13  4:36 UTC 

[PATCH] powerpc/kasan: Limit KASAN thread size increase to 32KB
 2024-02-12 23:19 UTC  (3+ messages)

[PATCH 0/4] powerpc: struct bus_type cleanup
 2024-02-12 19:45 UTC  (2+ messages)

Powerpc: ps3av.c:(.text+0x19e8): undefined reference to `video_get_options'
 2024-02-12 19:19 UTC  (3+ messages)

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

[PATCH v2] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
 2024-02-12 15:32 UTC  (3+ messages)
  `  "

[PATCH] mm/hugetlb: Move page order check inside hugetlb_cma_reserve()
 2024-02-12 14:19 UTC  (2+ messages)

[PATCH] powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-E
 2024-02-12 13:24 UTC  (2+ messages)

[PATCH v2 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-02-12 11:39 UTC  (16+ messages)
` [PATCH v2 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v2 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v2 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v2 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH] soc: fsl: dpio: fix kcalloc() argument order
 2024-02-12 11:25 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).