linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 11:28:35 to 2022-09-05 10:56:55 UTC [more...]

[PATCH v2 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-09-05 10:55 UTC  (34+ messages)
` [PATCH v2 01/16] powerpc: Replace unreachable() with it's builtin variant in __WARN_FLAGS()
` [PATCH v2 05/16] powerpc: Skip objtool from running on drivers/crypto/vmx/aesp8-ppc.o
` [PATCH v2 07/16] powerpc: Skip objtool from running on VDSO files
` [PATCH v2 08/16] objtool: Fix SEGFAULT
` [PATCH v2 09/16] objtool: Use target file endianness instead of a compiled constant
` [PATCH v2 10/16] objtool: Use target file class size "
` [PATCH v2 11/16] objtool: Add --mnop as an option to --mcount
` [PATCH v2 13/16] objtool: Use macros to define arch specific reloc types
` [PATCH v2 15/16] objtool/powerpc: Enable objtool to be built on ppc
` [PATCH v2 16/16] objtool/powerpc: Add --mcount specific implementation

[PATCH] ASoC: fsl_asrc: Add initialization finishing check in runtime resume
 2022-09-05 10:29 UTC 

[PATCH 1/2] tools/perf: Fix out of bound access to affinity "sched_cpus"
 2022-09-05 10:00 UTC  (5+ messages)
` [PATCH 2/2] tools/perf: Fix out of bound access to cpu mask array

[Bug 216427] New: OF fails to handle some PCI resources on a PowerMac G4 3,6 (e.g. OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532)
 2022-09-05 10:37 UTC  (3+ messages)
` [Bug 216427] [bisected] "

[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-05  9:46 UTC  (5+ messages)

[PATCH] powerpc/book3s: Inline first level of update_mmu_cache()
 2022-09-05  9:38 UTC 

[RFC PATCH] powerpc: ideas to improve page table frag allocator
 2022-09-05  8:50 UTC 

[PATCH v2] powerpc: kernel: legacy_serial: Fix missing of_node_put() in add_legacy_soc_port()
 2022-09-05  7:16 UTC  (3+ messages)
  `  "

[PACTH v2] powerpc/pseries/mce: Avoid instrumentation in realmode
 2022-09-05  6:38 UTC 

[PATCH v2] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-05  6:34 UTC  (2+ messages)

[PATCH] perf: Rewrite core context handling
 2022-09-05  4:40 UTC  (6+ messages)

[PATCH v4 1/4] mm/migrate_device.c: Flush TLB while holding PTL
 2022-09-05  0:41 UTC  (10+ messages)
` [PATCH v4 2/4] mm/migrate_device.c: Add missing flush_cache_page()
` [PATCH v4 3/4] mm/migrate_device.c: Copy pte dirty bit to page
` [PATCH v4 4/4] selftests/hmm-tests: Add test for dirty bits

[powerpc:merge] BUILD SUCCESS 34e409068721173d8a0fc8b844b5edc79559980d
 2022-09-05  0:40 UTC 

[PATCH] drivers/ps3: Fix double word in comments
 2022-09-04 15:51 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.0-4 tag
 2022-09-04 18:53 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
 2022-09-04 16:57 UTC  (8+ messages)
` [PATCH 2/2] powerpc/mm/64s: Drop p4d_leaf()

[PATCH v5 0/8] phy: Add support for Lynx 10G SerDes
 2022-09-03 15:23 UTC  (10+ messages)
` [PATCH v5 1/8] dt-bindings: phy: Add 2500BASE-X and 10GBASE-R
` [PATCH v5 2/8] dt-bindings: phy: Add Lynx 10G phy binding
` [PATCH v5 3/8] dt-bindings: clock: Add ids for Lynx 10g PLLs
` [PATCH v5 4/8] phy: fsl: Add Lynx 10G SerDes driver
` [PATCH v5 5/8] arm64: dts: ls1046a: Add serdes bindings
` [PATCH v5 6/8] arm64: dts: ls1088a: "
` [PATCH v5 7/8] arm64: dts: ls1046ardb: "
` [PATCH v5 8/8] [WIP] arm64: dts: ls1088ardb: "

[powerpc:next] BUILD SUCCESS 8b4bb0ad00cb347f62e76a636ce08eb179c843fc
 2022-09-03  6:24 UTC 

[powerpc:next-test] BUILD SUCCESS 0e7991d4acafa88d5771c0227971996c00a55325
 2022-09-03  5:14 UTC 

[powerpc:fixes-test] BUILD SUCCESS 6cf07810e9ef8535d60160d13bf0fd05f2af38e7
 2022-09-03  1:40 UTC 

[PATCH net-next v5 00/14] net: dpaa: Cleanups in preparation for phylink conversion (part 2)
 2022-09-02 21:57 UTC  (15+ messages)
` [PATCH net-next v5 01/14] net: fman: Move initialization to mac-specific files
` [PATCH net-next v5 02/14] net: fman: Mark mac methods static
` [PATCH net-next v5 03/14] net: fman: Inline several functions into initialization
` [PATCH net-next v5 04/14] net: fman: Remove internal_phy_node from params
` [PATCH net-next v5 05/14] net: fman: Map the base address once
` [PATCH net-next v5 06/14] net: fman: Pass params directly to mac init
` [PATCH net-next v5 07/14] net: fman: Use mac_dev for some params
` [PATCH net-next v5 08/14] net: fman: Specify type of mac_dev for exception_cb
` [PATCH net-next v5 09/14] net: fman: Clean up error handling
` [PATCH net-next v5 10/14] net: fman: Change return type of disable to void
` [PATCH net-next v5 11/14] net: dpaa: Use mac_dev variable in dpaa_netdev_init
` [PATCH net-next v5 12/14] soc: fsl: qbman: Add helper for sanity checking cgr ops
` [PATCH net-next v5 13/14] soc: fsl: qbman: Add CGR update function
` [PATCH net-next v5 14/14] net: dpaa: Adjust queue depth on rate change

[RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion
 2022-09-02 21:51 UTC  (8+ messages)

[PATCH 1/2] powerpc: Fix SPE Power ISA properties for e500v1 platforms
 2022-09-02 21:21 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Include e500v1_power_isa.dtsi for remaining "

[PATCH v4 0/8] phy: Add support for Lynx 10G SerDes
 2022-09-02 21:10 UTC  (4+ messages)

[PATCH 1/3] dt-bindings: reset: syscon-reboot: Add priority property
 2022-09-02 20:40 UTC  (7+ messages)
` [PATCH v2 "

[RFC PATCH RESEND 00/28] per-VMA locks proposal
 2022-09-02 17:46 UTC  (42+ messages)
` [RFC PATCH RESEND 01/28] mm: introduce CONFIG_PER_VMA_LOCK
` [RFC PATCH RESEND 02/28] mm: rcu safe VMA freeing
` [RFC PATCH RESEND 03/28] mm: introduce __find_vma to be used without mmap_lock protection
` [RFC PATCH RESEND 04/28] mm: move mmap_lock assert function definitions
` [RFC PATCH RESEND 05/28] mm: add per-VMA lock and helper functions to control it
` [RFC PATCH RESEND 06/28] mm: mark VMA as locked whenever vma->vm_flags are modified
` [RFC PATCH RESEND 07/28] kernel/fork: mark VMAs as locked before copying pages during fork
` [RFC PATCH RESEND 08/28] mm/khugepaged: mark VMA as locked while collapsing a hugepage
` [RFC PATCH RESEND 09/28] mm/mempolicy: mark VMA as locked when changing protection policy
` [RFC PATCH RESEND 10/28] mm/mmap: mark VMAs as locked in vma_adjust
` [RFC PATCH RESEND 11/28] mm/mmap: mark VMAs as locked before merging or splitting them
` [RFC PATCH RESEND 12/28] mm/mremap: mark VMA as locked while remapping it to a new address range
` [RFC PATCH RESEND 13/28] mm: conditionally mark VMA as locked in free_pgtables and unmap_page_range
` [RFC PATCH RESEND 14/28] mm: mark VMAs as locked before isolating them
` [RFC PATCH RESEND 15/28] mm/mmap: mark adjacent VMAs as locked if they can grow into unmapped area
` [RFC PATCH RESEND 16/28] kernel/fork: assert no VMA readers during its destruction
` [RFC PATCH RESEND 17/28] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [RFC PATCH RESEND 18/28] mm: add FAULT_FLAG_VMA_LOCK flag
` [RFC PATCH RESEND 19/28] mm: disallow do_swap_page to handle page faults under VMA lock
` [RFC PATCH RESEND 20/28] mm: introduce per-VMA lock statistics
` [RFC PATCH RESEND 21/28] mm: introduce find_and_lock_anon_vma to be used from arch-specific code
` [RFC PATCH RESEND 22/28] x86/mm: try VMA lock-based page fault handling first
` [RFC PATCH RESEND 23/28] x86/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH RESEND 24/28] arm64/mm: try VMA lock-based page fault handling first
` [RFC PATCH RESEND 25/28] arm64/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH RESEND 26/28] powerc/mm: try VMA lock-based page fault handling first
` [RFC PATCH RESEND 27/28] powerpc/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH RESEND 28/28] kernel/fork: throttle call_rcu() calls in vm_area_free

[PATCH v2] powerpc: Fix irq_soft_mask_set() and irq_soft_mask_return() with sanitizer
 2022-09-02 17:10 UTC  (13+ messages)

[PATCH v2 1/2] powerpc/math_emu/efp: Include module.h
 2022-09-02 16:27 UTC  (7+ messages)
` [PATCH v2 2/2] powerpc/math-emu: Remove -w build flag and fix warnings

[PATCH v2 1/2] powerpc/math_emu/efp: Include module.h
 2022-09-02 16:00 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/math-emu: Remove -w build flag and fix warnings

[PATCH v2] powerpc/vdso: link with -z noexecstack
 2022-09-02 15:25 UTC 

[PATCH] powerpc/vdso: link with -z noexecstack
 2022-09-02 15:23 UTC  (3+ messages)

[PATCH] powerpc/math_emu/efp: Include module.h
 2022-09-02 12:40 UTC  (5+ messages)

[PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-09-02 11:46 UTC  (4+ messages)

[PATCH v3] powerpc/code-patching: Speed up page mapping/unmapping
 2022-09-02 11:32 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()
 2022-09-02 11:30 UTC  (2+ messages)

[PATCH] powerpc: Fix hard_irq_disable() with sanitizer
 2022-09-02 11:30 UTC  (2+ messages)

[PATCH] Revert "powerpc/irq: Don't open code irq_soft_mask helpers"
 2022-09-02 11:30 UTC  (2+ messages)

[PATCH 1/2] powerpc/math_emu/efp: Include module.h
 2022-09-02  9:27 UTC  (2+ messages)
` [PATCH 2/2] powerpc/math-emu: Remove -w build flag and fix warnings

[PATCH v2 0/4] powerpc: stolen time accounting for VIRT_CPU_ACCOUNTING_GEN
 2022-09-02  8:53 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc/pseries: Add wait interval counter definitions to struct lppaca
` [PATCH v2 2/4] powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTING
` [PATCH v2 3/4] powerpc/64: Remove PPC64 special case for cputime accounting default
` [PATCH v2 4/4] powerpc/pseries: Move dtl scanning and steal time accounting to pseries platform

[PATCH linux-next] crypto: nx - Remove the unneeded result variable
 2022-09-02  7:30 UTC 

[PATCH v8 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-09-02  3:20 UTC  (6+ messages)
` [PATCH v8 1/4] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v8 2/4] tpm: of: Make of-tree specific function commonly available
` [PATCH v8 3/4] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v8 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[RFC 0/3] Asynchronous EEH recovery
 2022-09-02  0:19 UTC  (2+ messages)

[PATCH v3 0/6] Implement inline static calls on PPC32 - v3
 2022-09-01 19:38 UTC  (8+ messages)
` [PATCH v3 1/6] Fixup for "objtool/powerpc: Add --mcount specific implementation"
` [PATCH v3 2/6] objtool: Add architecture specific R_REL32 macro
` [PATCH v3 3/6] init: Call static_call_init() from start_kernel()
` [PATCH v3 4/6] static_call_inline: Provide trampoline address when updating sites
` [PATCH v3 5/6] powerpc: Prepare arch_static_call_transform() for supporting inline static calls
` [PATCH v3 6/6] powerpc/static_call: Implement "

[PATCH 0/3] PCI/AER: Fix and optimize usage of status clear api
 2022-09-01 18:16 UTC  (4+ messages)
` [PATCH 1/3] PCI/AER: Use pci_aer_clear_uncorrect_error_status() to clear uncorrectable error status
` [PATCH 2/3] PCI/ERR: Clear fatal status in pcie_do_recovery()
` [PATCH 3/3] PCI/AER: Use pci_aer_raw_clear_status() to clear root port's AER error status

[PATCH v6] livepatch: Clear relocation targets on a module removal
 2022-09-01 17:12 UTC 

[PATCH v5] livepatch: Clear relocation targets on a module removal
 2022-09-01 17:03 UTC  (9+ messages)

[PATCH v2 0/7] Implement inline static calls on PPC32 - v2
 2022-09-01 16:46 UTC  (3+ messages)

[PATCH -next] powerpc/mpic_msgr: fix cast removes address space of expression warnings
 2022-09-01  8:54 UTC 

[PATCH v2] powerpc/64s: add pte_needs_flush and huge_pmd_needs_flush
 2022-09-01 11:27 UTC  (2+ 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).