public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-04-06 20:02:18 to 2026-04-10 12:23:03 UTC [more...]

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 12:21 UTC  (38+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY

[PATCH 00/20] PCI: Convert all dynamic sysfs attributes to static
 2026-04-10 12:04 UTC  (36+ messages)
` [PATCH 01/20] PCI/sysfs: Use PCI resource accessor macros
` [PATCH 02/20] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH 03/20] PCI/sysfs: Use BAR length in pci_llseek_resource() when attr->size is zero
` [PATCH 04/20] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH 05/20] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH 06/20] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH 07/20] PCI/sysfs: Convert __resource_resize_store() to use "
` [PATCH 08/20] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH 09/20] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH 10/20] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH 12/20] alpha/PCI: Use PCI resource accessor macros
` [PATCH 13/20] alpha/PCI: Clean up __pci_mmap_fits()
` [PATCH 14/20] alpha/PCI: Add static PCI resource attribute macros
` [PATCH 15/20] alpha/PCI: Convert resource files to static attributes
` [PATCH 16/20] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH 17/20] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH 18/20] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH 19/20] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH 20/20] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()

[PATCH 0/7] vDSO: Respect COMPAT_32BIT_TIME
 2026-04-10  7:24 UTC  (8+ messages)
` [PATCH 1/7] x86/vdso: "

[powerpc:next-test] BUILD SUCCESS e6ef4eb871ed884f5f480579b2e5f4fc9d2cb003
 2026-04-10  5:24 UTC 

cleanup the RAID5 XOR library v4
 2026-04-10  3:19 UTC  (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen

[PATCH 2/4] macintosh: windfarm_ad7417: fix coding style issues
 2026-04-09 22:05 UTC 

[PATCH v4 00/15] selftests/mm: fix failures and robustness improvements
 2026-04-09 16:48 UTC  (18+ messages)
` [PATCH v4 01/15] selftests/mm: restore default nr_hugepages value via EXIT trap in charge_reserved_hugetlb.sh
` [PATCH v4 03/15] selftests/mm: restore default nr_hugepages value via EXIT trap in hugetlb_reparenting_test.sh
` [PATCH v4 07/15] selftests/mm: free dynamically allocated PMD-sized buffers in split_huge_page_test
` [PATCH v4 08/15] selftest/mm: align memory size to huge page size in hugepage-mremap test
` [PATCH v4 13/15] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v4 15/15] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes

[RFC v1 0/6] pseries/papr-hvpipe: Fix and simplify papr-hvpipe
 2026-04-09 12:52 UTC  (9+ messages)
` [RFC v1 1/6] pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle
` [RFC v1 2/6] pseries/papr-hvpipe: Fix the usage of copy_to_user()
` [RFC v1 3/6] pseries/papr-hvpipe: Simplify spin_unlock() usage in papr_hvpipe_handle_release
` [RFC v1 4/6] pseries/papr-hvpipe: Kill task_struct pointer from struct hvpipe_source_info
` [RFC v1 5/6] pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()
` [RFC v1 6/6] pseries/papr-hvpipe: Simplify error handling in papr_hvpipe_init()

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-04-09 12:48 UTC  (5+ messages)

[PATCH] ppc/fadump: invoke kmsg_dump in fadump panic path
 2026-04-09  9:14 UTC  (3+ messages)

[PATCH v4 net-next 10/14] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
 2026-04-09  8:07 UTC  (4+ messages)

[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-04-09  1:58 UTC  (3+ messages)

[PATCH 0/5] ibmvfc: make ibmvfc support FPIN messages
 2026-04-08 17:07 UTC  (6+ messages)
` [PATCH 1/5] ibmvfc: add basic FPIN support
` [PATCH 2/5] ibmvfc: Add NOOP command support
` [PATCH 3/5] ibmvfc: make ibmvfc login to fabric
` [PATCH 4/5] ibmvfc: use async sub-queue for FPIN messages
` [PATCH 5/5] ibmvfc: handle extended FPIN events

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-08 15:29 UTC  (2+ messages)

[PATCH V10 0/4] Rust support for powerpc
 2026-04-08 14:15 UTC  (11+ messages)
` [PATCH V10 1/4] rust: Separate host libraries to fix rmeta dependency conflict
` [PATCH V10 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V10 3/4] rust: Add PowerPC support
` [PATCH V10 4/4] powerpc: Enable Rust for ppc64le
` [PATCH V10 0/4] Rust support for powerpc [RESEND]

[PATCH v4 net-next 00/14] Add preliminary NETC switch support for i.MX94
 2026-04-08 13:43 UTC  (5+ messages)
` [PATCH v4 net-next 01/14] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v4 net-next 02/14] dt-bindings: net: dsa: add NETC switch

[RFC v2 00/10] pseries/papr-hvpipe: Fix deadlock, races and misc cleanups
 2026-04-08 12:01 UTC  (11+ messages)
` [RFC v2 01/10] pseries/papr-hvpipe: Fix race with interrupt handler
` [RFC v2 02/10] pseries/papr-hvpipe: Prevent kernel stack memory leak to userspace
` [RFC v2 03/10] pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle()
` [RFC v2 04/10] pseries/papr-hvpipe: Fix the usage of copy_to_user()
` [RFC v2 05/10] pseries/papr-hvpipe: Simplify spin unlock usage in papr_hvpipe_handle_release()
` [RFC v2 06/10] pseries/papr-hvpipe: Kill task_struct pointer from struct hvpipe_source_info
` [RFC v2 07/10] pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()
` [RFC v2 08/10] pseries/papr-hvpipe: Simplify error handling in papr_hvpipe_init()
` [RFC v2 09/10] pseries/papr-hvpipe: Fix style and checkpatch issues in enable_hvpipe_IRQ()
` [RFC v2 10/10] pseries/papr-hvpipe: Fix error handling in case of init routine fails

[PATCH v4 net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
 2026-04-08 11:16 UTC  (3+ messages)

[PATCH v4 net-next 12/14] net: dsa: netc: add more basic functions support
 2026-04-08 11:09 UTC  (3+ messages)

[PATCH v4 net-next 11/14] net: dsa: netc: add phylink MAC operations
 2026-04-08  9:44 UTC  (3+ messages)

[PATCH v4 net-next 09/14] net: dsa: add NETC switch tag support
 2026-04-08  8:35 UTC  (3+ messages)

[PATCH v4 net-next 07/14] net: enetc: add support for "Add" and "Delete" operations to IPFT
 2026-04-08  7:37 UTC  (3+ messages)

[PATCH v4 net-next 06/14] net: enetc: add support for the "Update" operation to buffer pool table
 2026-04-08  7:25 UTC  (3+ messages)

[PATCH v4 net-next 05/14] net: enetc: add support for the "Add" operation to VLAN filter table
 2026-04-08  7:12 UTC  (3+ messages)

[PATCH v4 net-next 04/14] net: enetc: add basic operations to the FDB table
 2026-04-08  7:04 UTC  (3+ messages)

[PATCH v4 net-next 03/14] net: enetc: add pre-boot initialization for i.MX94 switch
 2026-04-08  6:55 UTC  (3+ messages)

[PATCH v3 0/2] powerpc: pci-ioda: Rework pnv_ioda_pick_m64_pe()
 2026-04-08  4:29 UTC  (2+ messages)

[PATCH 0/2] powerpc/xive: rework xive_find_target_in_mask()
 2026-04-08  4:29 UTC  (2+ messages)

[PATCH] powerpc: kgdb: fix kernel-doc warnings
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v2] powerpc/ps3: fix ps3.h kernel-doc warnings
 2026-04-08  4:29 UTC  (2+ messages)

[PATCH] powerpc/ps3: spu.c: fix enum and Return kernel-doc warnings
 2026-04-08  4:29 UTC  (2+ messages)

[PATCH v2] cpuidle: powerpc: avoid double clear when breaking snooze
 2026-04-08  4:29 UTC  (2+ messages)

[PATCH v3 0/2] powerpc/crash: backup region offset update to eflcorehdr
 2026-04-08  4:29 UTC  (2+ messages)

[PATCH v2 1/2] drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block
 2026-04-08  4:29 UTC  (2+ messages)

[PATCH] powerpc/52xx/mpc52xx_gpt: consolidate chained IRQ handler install/remove
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/xive: fix kmemleak caused by incorrect chip_data lookup
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/52xx/media5200: Consolidate chained IRQ handler install/remove
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/44x/uic: Consolidate chained IRQ handler install/remove
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH RESEND] powerpc: Move GameCube/Wii options under EMBEDDED6xx
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH 0/3] PowerPC/Wii: A few devicetree cleanups
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/sstep: Convert to scoped user access
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/ptrace: Convert gpr32_set_common_user() to scoped user access
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/net: Inline checksum wrappers and convert to scoped user access
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/futex: Use masked user access
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v2] selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc/align: Convert emulate_spe() to scoped user access
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v7 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v3 1/2] powerpc64/bpf: Implement fsession support
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH v3 0/4] powerpc/bpf: Add support for instruction array and indirect jump
 2026-04-08  4:28 UTC  (2+ messages)

[PATCH] powerpc32/bpf: fix loading fsession func metadata using PPC_LI32
 2026-04-08  5:53 UTC  (2+ messages)

[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
 2026-04-08  0:11 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
` [PATCH v2 2/3] KVM: Move page mapping/unmapping APIs in kvm_host.h
` [PATCH v2 3/3] KVM: Take gpa_t in kvm_vcpu_map[_readonly]()

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07 22:58 UTC  (4+ messages)
` [PATCH v5 5/9] driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()
` [PATCH v5 9/9] driver core: Replace dev->offline + ->offline_disabled with accessors

[PATCH 0/6] change young flag check functions to return bool
 2026-04-07 17:52 UTC  (7+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[powerpc:merge] BUILD SUCCESS 5c2c0bae18b1fdae463381215ba766709993615d
 2026-04-07 14:56 UTC 

[PATCH v3 1/2] powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).o
 2026-04-07 12:43 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec

[PATCH] powerpc/pseries: Fix UAF reference for src_info after list_add
 2026-04-07 10:18 UTC  (2+ messages)

[PATCH v2] pseries/kexec: skip resetting CPUs added by firmware but not started by the kernel
 2026-04-07 10:25 UTC  (4+ messages)

[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
 2026-04-07 10:22 UTC  (9+ messages)
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed in hugepage-mremap

[PATCH v4] char/nvram: Remove redundant nvram_mutex
 2026-04-07  9:02 UTC  (4+ messages)

[PATCH] powerpc/fadump: Add timeout to RTAS busy-wait loops
 2026-04-07  6:28 UTC  (3+ messages)

[PATCH] powerpc/pseries/energy: validate H_BEST_ENERGY list counts
 2026-04-07  6:09 UTC 

[PATCH v2 1/2] powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).o
 2026-04-07  5:57 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec

[PATCH net-next v2] eth: remove the driver for acenic / tigon1&2
 2026-04-07  2:10 UTC  (2+ messages)

[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
 2026-04-07  0:48 UTC  (7+ messages)

[PATCH] powerpc/powernv/iommu: iommu incorrectly bypass DMA APIs
 2026-04-06 22:49 UTC  (4+ messages)

[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
 2026-04-06 20:19 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox