messages from 2022-08-31 01:20:57 to 2022-09-02 16:30:05 UTC [more...]
[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: Fix irq_soft_mask_set() and irq_soft_mask_return() with sanitizer
2022-09-02 15:57 UTC (12+ messages)
[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)
[RFC PATCH RESEND 00/28] per-VMA locks proposal
2022-09-02 14:45 UTC (41+ 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] 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 (4+ 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 v2 00/16] objtool: Enable and implement --mcount option on powerpc
2022-09-02 8:42 UTC (29+ messages)
` [PATCH v2 02/16] powerpc: override __ALIGN() and __ALIGN_STR() macros
` [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 linux-next] crypto: nx - Remove the unneeded result variable
2022-09-02 7:30 UTC
[PATCH v4 1/4] mm/migrate_device.c: Flush TLB while holding PTL
2022-09-02 6:53 UTC (7+ 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
[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 (13+ 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] perf: Rewrite core context handling
2022-09-01 11:29 UTC (5+ messages)
[PATCH v2] powerpc/64s: add pte_needs_flush and huge_pmd_needs_flush
2022-09-01 11:27 UTC (2+ messages)
[RFC PATCH 0/4] Out-of-line static calls for powerpc64 ELF V2
2022-09-01 8:07 UTC (9+ messages)
` [RFC PATCH 1/4] powerpc/code-patching: add patch_memory() for writing RO text
` [RFC PATCH 2/4] static_call: Move static call selftest to static_call.c
` [RFC PATCH 3/4] powerpc/64: Add support for out-of-line static calls
` [RFC PATCH 4/4] powerpc/64: Add tests "
[PATCH] powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not unique
2022-09-01 7:24 UTC (6+ messages)
[powerpc:merge] BUILD SUCCESS d30b91b37ef543f5eca88f7335374404c78a07ab
2022-09-01 3:12 UTC
[powerpc:next-test] BUILD SUCCESS 3fe3a16489c3d45bdd9d5a7e2d13f2fbbd236cbf
2022-09-01 3:02 UTC
[powerpc:fixes-test] BUILD SUCCESS 10da3c652aed277864100a16e8c9d0fc89b484cc
2022-09-01 3:01 UTC
[PATCH] selftests/powerpc: Skip 4PB test on 4K PAGE_SIZE systems
2022-09-01 2:02 UTC
[PATCH] powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig
2022-09-01 1:42 UTC
[PATCH linux-next] crypto: nx: remove redundant variable rc
2022-08-31 16:18 UTC (2+ messages)
[RFC PATCH 2/2] fs/xattr: wire up syscalls
2022-08-31 19:54 UTC (2+ messages)
[PATCH] cpuidle: move from strlcpy with unused retval to strscpy
2022-08-31 19:11 UTC (2+ messages)
[PATCH] powerpc/64s: add pte_needs_flush and huge_pmd_needs_flush
2022-08-31 13:36 UTC (2+ messages)
[PATCH] powerpc: move from strlcpy with unused retval to strscpy
2022-08-31 13:13 UTC (2+ messages)
[PATCH] macintosh: move from strlcpy with unused retval to strscpy
2022-08-31 13:13 UTC (2+ messages)
[PATCH 0/2] spi: remove "spidev" nodes from DTs
2022-08-31 13:14 UTC (2+ messages)
[PATCH v4 1/2] powerpc/mm: Support execute-only memory on the Radix MMU
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc: Update ISA versions to mention e5500/e6500
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc: Move patch sites out of asm-prototypes.h
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc/boot: Drop unused dummy.c
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc/boot: Convert more files to use SPDX tags
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc/microwatt: Add LiteX MMC driver
2022-08-31 13:14 UTC (2+ messages)
[PATCH] powerpc/vdso: Don't map VDSO at a fixed address on PPC32
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc: Remove stale declarations in mmu_decl.h
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc/fsl_booke: Make calc_cam_sz() static
2022-08-31 13:13 UTC (2+ messages)
[PATCH] powerpc: align syscall table for ppc32
2022-08-31 13:12 UTC (2+ messages)
[PATCH 1/2] Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"
2022-08-31 13:12 UTC (2+ messages)
[PATCH v3] powerpc/papr_scm: Fix nvdimm event mappings
2022-08-31 13:12 UTC (2+ messages)
[PATCH] KVM: fix repeated words in comments
2022-08-31 11:06 UTC (3+ messages)
[PATCH 1/3] powerpc/32: Drop a stale comment about reservation of gigantic pages
2022-08-31 9:32 UTC (3+ messages)
` [PATCH 2/3] powerpc/32: Allow fragmented physical memory
` [PATCH 3/3] powerpc/32: Remove wii_memory_fixups()
[PATCH] USB: FHCI: Switch to GPIO descriptors
2022-08-31 8:29 UTC
[PATCH 1/3] dt-bindings: reset: syscon-reboot: Add priority property
2022-08-31 8:17 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v3 "
` [PATCH v3 2/3] power: reset: syscon-reboot: Add support for specifying priority
` [PATCH v3 3/3] powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-reboot
[objtool] 1702e834ae: UBSAN:misaligned-access_in_arch/x86/kernel.c
2022-08-31 4:20 UTC
[PATCH 1/2] Documentation: raise minimum supported version of binutils to 2.25.1
2022-08-31 1:20 UTC (6+ messages)
` [PATCH 2/2] powerpc: remove old code for binutils < 2.25
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).