linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-31 01:46:03 to 2024-09-05 09:46:53 UTC [more...]

[PATCH 0/5] Correct perf sampling with guest VMs
 2024-09-05  9:46 UTC  (8+ messages)
` [PATCH 1/5] arm: perf: Drop unused functions
` [PATCH 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH 4/5] x86: perf: Refactor misc flag assignments
` [PATCH 5/5] perf: Correct perf sampling with guest VMs

[PATCH v3 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-09-05  9:25 UTC  (17+ messages)
` [PATCH v3 01/14] mm: pgtable: "
` [PATCH v3 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()
` [PATCH v3 03/14] powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()
` [PATCH v3 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH v3 05/14] mm: khugepaged: __collapse_huge_page_swapin() "
` [PATCH v3 06/14] mm: handle_pte_fault() use pte_offset_map_rw_nolock()
` [PATCH v3 07/14] mm: khugepaged: collapse_pte_mapped_thp() "
` [PATCH v3 08/14] mm: copy_pte_range() "
` [PATCH v3 09/14] mm: mremap: move_ptes() "
` [PATCH v3 10/14] mm: page_vma_mapped_walk: map_pte() "
` [PATCH v3 11/14] mm: userfaultfd: move_pages_pte() "
` [PATCH v3 12/14] mm: multi-gen LRU: walk_pte_range() "
` [PATCH v3 13/14] mm: pgtable: remove pte_offset_map_nolock()
` [PATCH v3 14/14] mm: khugepaged: retract_page_tables() use pte_offset_map_rw_nolock()

[PATCH v2 RESEND] tpm: export tpm2_sessions_init() to fix ibmvtpm building
 2024-09-05  8:52 UTC 

[PATCH] soc: fsl: qe: ucc: Export ucc_mux_set_grant_tsa_bkpt
 2024-09-05  9:23 UTC  (3+ messages)

[PATCH] kexec/crash: no crash update when kexec in progress
 2024-09-05  8:37 UTC  (9+ messages)

[PATCH v5 0/4] Support SMT control on arm64
 2024-09-05  8:34 UTC  (9+ messages)
` [PATCH v5 3/4] arm64: topology: Support SMT control on ACPI based system

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-09-05  7:18 UTC  (7+ messages)
` [PATCH v2 07/14] mm: khugepaged: collapse_pte_mapped_thp() use pte_offset_map_rw_nolock()

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-09-05  6:47 UTC  (12+ messages)
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info

[PATCH 4/5] perf/powerpc: Count dropped samples in core-book3s PMU
 2024-09-05  3:10 UTC 

[PATCH v2] mm: z3fold: deprecate CONFIG_Z3FOLD
 2024-09-04 23:33 UTC 

[PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
 2024-09-04 22:56 UTC  (10+ messages)
` [PATCH 1/2] mm: rename copy_from_kernel_nofault_allowed() to copy_kernel_nofault_allowed()
` [PATCH 2/2] mm: make copy_to_kernel_nofault() not fault on user addresses

[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 19:07 UTC  (18+ messages)
` [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH v2] bus: fsl-mc: constify the struct device_type usage
 2024-09-04 14:20 UTC  (2+ messages)

Profiling of vdso_test_random
 2024-09-04 16:37 UTC  (3+ messages)

[PATCH 00/15] timers: Cleanup delay/sleep related mess
 2024-09-04 14:44 UTC  (3+ messages)
` [PATCH 13/15] powerpc/rtas: Use fsleep() to minimize additional sleep duration

[RFC v1 00/10] book3s64/hash: Improve kfence support
 2024-09-04 18:44 UTC  (10+ messages)
` [RFC v1 01/10] book3s64/hash: Remove kfence support temporarily
` [RFC v1 09/10] book3s64/radix: Refactoring common kfence related functions
` [RFC v1 10/10] book3s64/hash: Disable kfence if not early init

[PATCH net-next v3 0/8] net: ethernet: fs_enet: Cleanup and phylink conversion
 2024-09-04 17:18 UTC  (9+ messages)
` [PATCH net-next v3 1/8] net: ethernet: fs_enet: convert to SPDX
` [PATCH net-next v3 2/8] net: ethernet: fs_enet: cosmetic cleanups
` [PATCH net-next v3 3/8] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops
` [PATCH net-next v3 4/8] net: ethernet: fs_enet: only protect the .restart() call in .adjust_link
` [PATCH net-next v3 5/8] net: ethernet: fs_enet: drop unused phy_info and mii_if_info
` [PATCH net-next v3 6/8] net: ethernet: fs_enet: use macros for speed and duplex values
` [PATCH net-next v3 7/8] net: ethernet: fs_enet: simplify clock handling with devm accessors
` [PATCH net-next v3 8/8] net: ethernet: fs_enet: phylink conversion

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-04 17:05 UTC  (20+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 16/30] arm64: handle PKEY/POE faults

[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 16:58 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH v2 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH v2 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH net-next v2 0/7] net: ethernet: fs_enet: Cleanup and phylink conversion
 2024-09-04 15:50 UTC  (12+ messages)
` [PATCH net-next v2 3/7] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops
` [PATCH net-next v2 4/7] net: ethernet: fs_enet: drop unused phy_info and mii_if_info
` [PATCH net-next v2 7/7] net: ethernet: fs_enet: phylink conversion

[PATCH v5 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-04 14:36 UTC  (9+ messages)
` [PATCH v5 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v5 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v5 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v5 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
` [PATCH v5 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64

[PATCH] soc: fsl: cpm1: qmc: Fix dependency on fsl_soc.h
 2024-09-04  8:33 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
 2024-09-04 10:57 UTC  (6+ 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/3] Support cross compiling with clang
 2024-09-04 10:31 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH 2/3] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH 3/3] riscv: gitlab-ci: Add clang build tests

[PATCH v2] powerpc/pseries/eeh: Fix pseries_eeh_err_inject
 2024-09-04  9:18 UTC  (2+ messages)

[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
 2024-09-04  7:47 UTC  (4+ messages)

[PATCH 1/7] tracing: add ftrace_regs to function_graph_enter()
 2024-09-04  6:58 UTC 

[PATCH -next v2] soc/fsl/qbman: make use of the helper function kthread_run_on_cpu()
 2024-09-04  2:26 UTC 

[PATCH -next] soc/fsl/qbman: make use of the helper function kthread_run_on_cpu()
 2024-09-04  1:34 UTC  (4+ messages)

[PATCH -next] cxl: Constify struct kobj_type
 2024-09-04  1:19 UTC 

[PATCH] of/irq: handle irq_of_parse_and_map() errors
 2024-09-03 22:55 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
 2024-09-03 14:39 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config
` [kvm-unit-tests PATCH 2/2] riscv: Make NR_CPUS configurable

clearly mark DMA_OPS support as an architecture feature v2
 2024-09-03  9:39 UTC  (5+ messages)
` [PATCH 1/2] vdpa_sim: don't select DMA_OPS

[PATCH] cpufreq: Fix the cacography in powernv-cpufreq.c
 2024-09-03  9:03 UTC  (2+ messages)

[PATCH] powerpc: Stop using no_llseek
 2024-09-03 11:19 UTC 

[PATCH] soc: fsl: qbman: Remove redundant warnings
 2024-09-03  8:45 UTC  (2+ messages)

[PATCH 1/1] soc/fsl/qbman: Use iommu_paging_domain_alloc()
 2024-09-03  8:45 UTC  (2+ messages)

[PATCH v2 00/36] soc: fsl: Add support for QUICC Engine TSA and QMC
 2024-09-03  8:44 UTC  (2+ messages)

[GIT PULL] SOC FSL for 6.12 (retry)
 2024-09-03  7:04 UTC  (2+ messages)

[PATCH] tty: hvc: convert comma to semicolon
 2024-09-03  6:50 UTC  (2+ messages)

[PATCH v4 RESEND] powerpc: Replace kretprobe code with rethook on powerpc
 2024-09-03  6:48 UTC  (2+ messages)

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-09-03  6:27 UTC  (6+ messages)

[PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log
 2024-09-02 18:52 UTC  (3+ messages)

[PATCH v4 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-02 14:37 UTC  (15+ messages)
` [PATCH v4 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v4 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v4 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v4 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32
` [PATCH v4 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC64

[GIT PULL] SOC FSL for 6.12
 2024-09-02 10:15 UTC 

[PATCH v1 2/2] powerpc/debug: hook to user return notifier infrastructure
 2024-09-02  8:34 UTC  (10+ messages)

[PATCH] selftests: vDSO: Also test counter in vdso_test_chacha
 2024-09-02  1:31 UTC  (4+ messages)

[powerpc:next] BUILD SUCCESS 65948b0e716a47382731889ee6bbb18642b8b003
 2024-09-02  1:24 UTC 

[powerpc:next-test] BUILD SUCCESS 087c25f837f4fc43a78b08b3b2be9f41b17adb5d
 2024-09-02  1:08 UTC 

[PATCH] selftests: vDSO: Build vDSO tests with O2 optimisation
 2024-09-01 18:11 UTC  (2+ messages)

[PATCH v3 0/5] Wire up getrandom() vDSO implementation on powerpc
 2024-09-01 11:17 UTC  (3+ messages)
` [PATCH v3 1/5] mm: Define VM_DROPPABLE for powerpc/32

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-31 16:30 UTC  (4+ messages)
` [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT

[PATCH -next 8/8] soc: ti: knav_qmss_queue: Simplify with scoped for each OF child loop
 2024-08-31 10:30 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).