messages from 2024-09-10 04:15:29 to 2024-09-15 20:59:12 UTC [more...]
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-09-15 20:56 UTC (16+ messages)
` [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v5 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
[PATCH net-next] net: ethernet: fs_enet: Make the per clock optional
2024-09-15 16:01 UTC (3+ messages)
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
2024-09-15 13:48 UTC (9+ messages)
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
[PATCH net-next v2] page_pool: fix build on powerpc with GCC 14
2024-09-15 12:19 UTC (15+ messages)
[PATCH net-next v1] mm: fix build on powerpc with GCC 14
2024-09-15 10:44 UTC (4+ messages)
[PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc
2024-09-15 8:54 UTC (2+ messages)
` [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc
[PATCH 1/1] crypto: Fix data mismatch over ipsec tunnel encrypted/decrypted with ppc64le AES/GCM module
2024-09-15 6:07 UTC (6+ messages)
[PATCH net-next v3 0/8] net: ethernet: fs_enet: Cleanup and phylink conversion
2024-09-14 8:01 UTC (4+ messages)
` [PATCH net-next v3 7/8] net: ethernet: fs_enet: simplify clock handling with devm accessors
[PATCH -next,v3] MIPS: Remove the obsoleted code for include/linux/mv643xx.h
2024-09-14 4:30 UTC (2+ messages)
[PATCH 1/2] powerpc/entry: convert to common and generic entry
2024-09-14 2:22 UTC (11+ messages)
[PATCH] of: address: Unify resource bounds overflow checking
2024-09-13 23:10 UTC (3+ messages)
linux-next: build failure after merge of the net-next tree
2024-09-13 20:24 UTC (7+ messages)
[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
2024-09-13 21:04 UTC (33+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
[PATCH v5 00/30] Permission Overlay Extension
2024-09-13 15:14 UTC (7+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
[PATCH v2] crypto: Removing CRYPTO_AES_GCM_P10
2024-09-13 14:42 UTC
[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
2024-09-13 14:36 UTC (9+ messages)
` [PATCH v6 1/8] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem
` [PATCH v6 2/8] PCI: Move TLP Log handling to own file
` [PATCH v6 3/8] PCI: Make pcie_read_tlp_log() signature same
` [PATCH v6 4/8] PCI: Use unsigned int i in pcie_read_tlp_log()
` [PATCH v6 5/8] PCI: Store # of supported End-End TLP Prefixes
` [PATCH v6 6/8] PCI: Add TLP Prefix reading into pcie_read_tlp_log()
` [PATCH v6 7/8] PCI: Create helper to print TLP Header and Prefix Log
` [PATCH v6 8/8] PCI/AER: Add prefixes to printouts
[PATCH] crypto: Removing CRYPTO_AES_GCM_P10
2024-09-13 14:02 UTC (3+ messages)
[PATCH 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf
2024-09-13 9:01 UTC (4+ messages)
[RFC PATCH] powerpc/vdso: Should VDSO64 functions be flagged as functions like VDSO32 ?
2024-09-13 6:14 UTC
[PATCH 4/5] perf/powerpc: Count dropped samples in core-book3s PMU
2024-09-13 4:46 UTC (2+ messages)
[RFC PATCH v3 0/6] ASoC: fsl: add memory to memory function for ASRC
2024-09-13 2:29 UTC (2+ messages)
[PATCH v3 0/5] Correct perf sampling with Guest VMs
2024-09-12 20:51 UTC (6+ messages)
` [PATCH v3 1/5] arm: perf: Drop unused functions
` [PATCH v3 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v3 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v3 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v3 5/5] perf: Correct perf sampling with guest VMs
[PATCH v2 0/5] Correct perf sampling with Guest VMs
2024-09-12 20:31 UTC (8+ messages)
` [PATCH v2 1/5] arm: perf: Drop unused functions
` [PATCH v2 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v2 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v2 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v2 5/5] perf: Correct perf sampling with guest VMs
[PATCH v5 3/4] arm64: topology: Support SMT control on ACPI based system
2024-09-12 12:53 UTC (12+ messages)
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-09-12 12:55 UTC (24+ messages)
` [PATCH 01/12] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/12] fs/dax: Refactor wait for dax idle page
` [PATCH 04/12] mm: Allow compound zone device pages
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
` [PATCH 11/12] mm: Remove pXX_devmap callers
` [PATCH 12/12] mm: Remove devmap related functions and page table bits
[PATCH] powerpc: Switch back to struct platform_driver::remove()
2024-09-12 12:00 UTC (3+ messages)
[PATCH v3] powerpc/pseries/eeh: Fix pseries_eeh_err_inject
2024-09-12 12:00 UTC (2+ messages)
[PATCH v2] selftest/powerpc/benchmark: remove requirement libc-dev
2024-09-12 12:00 UTC (2+ messages)
[PATCH v3 00/14] introduce pte_offset_map_{ro|rw}_nolock()
2024-09-12 9:30 UTC (7+ messages)
` [PATCH v3 01/14] mm: pgtable: "
` [PATCH v3 10/14] mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock()
[PATCH RESEND v2] kexec/crash: no crash update when kexec in progress
2024-09-12 8:35 UTC (4+ messages)
[PATCH 2/2] powerpc/entry: entry clean up for common entry
2024-09-12 8:24 UTC
[PATCH 4/5] x86: perf: Refactor misc flag assignments
2024-09-11 22:05 UTC (2+ messages)
[PATCH 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
2024-09-11 22:01 UTC (2+ messages)
[PATCH 5/5] perf: Correct perf sampling with guest VMs
2024-09-11 17:42 UTC (2+ messages)
[PATCH 1/5] arm: perf: Drop unused functions
2024-09-11 17:24 UTC (2+ messages)
[powerpc:fixes-test] BUILD SUCCESS d79fcc2d4d36f96aa4ed9959337788be86594fd8
2024-09-11 15:45 UTC
[PowerPC][linux-next-6.11-rc7-20240910] Kernel Warnings at kernel/jump_label.c:266
2024-09-11 14:26 UTC (3+ messages)
[powerpc:next] BUILD SUCCESS 01d34cc93639172272c3e47edd5cf1a3ffc6dc7a
2024-09-11 11:44 UTC
[kvm-unit-tests PATCH v3 0/5] Support cross compiling with clang
2024-09-11 9:14 UTC (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v3 2/5] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v3 3/5] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v3 4/5] riscv: gitlab-ci: Add clang build tests
` [kvm-unit-tests PATCH v3 5/5] README: Add cross and clang recipes
[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
2024-09-11 8:24 UTC (12+ messages)
` [kvm-unit-tests PATCH v2 1/4] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v2 2/4] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v2 3/4] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v2 4/4] riscv: gitlab-ci: Add clang build tests
[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
2024-09-11 8:15 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config
[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
2024-09-11 5:13 UTC (2+ messages)
` [PATCH v2 13/15] powerpc/rtas: Use fsleep() to minimize additional sleep duration
[Patch v5 00/12] Add audio support for LPC32XX CPUs
2024-09-10 22:20 UTC (3+ messages)
` [Patch v5 02/12] dt-bindings: dma: Add lpc32xx DMA mux binding
[PATCH] powerpc/ftrace: restore r2 to caller's stack on livepatch sibling call
2024-09-10 15:02 UTC (6+ messages)
No rule to make target 'arch/powerpc/boot/dtbImage.ps3', needed by 'arch/powerpc/boot/zImage'
2024-09-10 8:31 UTC (2+ messages)
[PATCH v2] powerpc/pseries/eeh: Fix pseries_eeh_err_inject
2024-09-10 7:22 UTC (4+ messages)
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).