messages from 2024-08-28 07:18:17 to 2024-09-02 01:32:11 UTC [more...]
[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 (12+ messages)
` [PATCH v3 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v3 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v3 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v3 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32
` [PATCH v3 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC64
[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
2024-08-31 16:30 UTC (20+ messages)
` [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test
[PATCH -next 8/8] soc: ti: knav_qmss_queue: Simplify with scoped for each OF child loop
2024-08-31 10:30 UTC (5+ messages)
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-08-31 1:45 UTC (20+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test
[PATCH net-next v2 0/7] net: ethernet: fs_enet: Cleanup and phylink conversion
2024-08-30 21:09 UTC (15+ messages)
` [PATCH net-next v2 1/7] net: ethernet: fs_enet: convert to SPDX
` [PATCH net-next v2 2/7] net: ethernet: fs_enet: cosmetic cleanups
` [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 5/7] net: ethernet: fs_enet: fcc: use macros for speed and duplex values
` [PATCH net-next v2 6/7] net: ethernet: fs_enet: simplify clock handling with devm accessors
` [PATCH net-next v2 7/7] net: ethernet: fs_enet: phylink conversion
[PATCH] powerpc/fadump, x86/sev: Inform about unconditionally enabling crash_kexec_post_notifiers
2024-08-30 18:11 UTC (3+ messages)
[PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log
2024-08-30 19:11 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS 15d63cbced5cb10f99253a75ed2ae9aaff6dc1b8
2024-08-30 19:01 UTC
[PATCH] of/irq: handle irq_of_parse_and_map() errors
2024-08-30 14:21 UTC
[PATCH 1/5] selftests: vdso: Fix vDSO name for powerpc
2024-08-30 13:34 UTC (7+ messages)
` [PATCH 2/5] selftests: vdso: Fix vdso_config "
` [PATCH 3/5] selftests: vdso: Fix vDSO symbols lookup for powerpc64
` [PATCH 4/5] selftests: vdso: Fix the way vDSO functions are called for powerpc
` [PATCH 5/5] selftests: vdso: Use parse_vdso.h in vdso_test_abi
[PATCH v5 0/7] PCI: Consolidate TLP Log reading and printing
2024-08-30 12:23 UTC (2+ messages)
[PATCH v5 00/30] Permission Overlay Extension
2024-08-30 11:58 UTC (11+ messages)
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
[PATCH v4 RESEND] powerpc: Replace kretprobe code with rethook on powerpc
2024-08-30 11:31 UTC
[PATCH v1] ASoC: fsl_ssi: Simplify with dev_err_probe()
2024-08-30 10:20 UTC
[PATCH] kexec/crash: no crash update when kexec in progress
2024-08-30 11:17 UTC (6+ messages)
[PATCH] powerpc: Use printk instead of WARN in change_memory_attr
2024-08-30 11:13 UTC (3+ messages)
[PATCH -next 0/4] Remove obsoleted declaration for powerpc
2024-08-30 10:41 UTC (5+ messages)
` [PATCH -next 1/4] powerpc: Remove obsoleted declaration for _get_SP
[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
2024-08-30 10:01 UTC (19+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
[PATCH v5 0/4] Support SMT control on arm64
2024-08-30 9:35 UTC (9+ messages)
` [PATCH v5 3/4] arm64: topology: Support SMT control on ACPI based system
` [PATCH v5 4/4] arm64: Kconfig: Enable HOTPLUG_SMT
[PATCH] crash: Default to CRASH_DUMP=n when support for it is unlikely
2024-08-30 7:24 UTC (6+ messages)
[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
2024-08-30 6:54 UTC (28+ messages)
` [PATCH v2 01/14] mm: pgtable: "
` [PATCH v2 02/14] arm: adjust_pte() use pte_offset_map_rw_nolock()
` [PATCH v2 03/14] powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()
` [PATCH v2 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH v2 05/14] mm: khugepaged: __collapse_huge_page_swapin() "
` [PATCH v2 06/14] mm: handle_pte_fault() use pte_offset_map_rw_nolock()
` [PATCH v2 07/14] mm: khugepaged: collapse_pte_mapped_thp() "
` [PATCH v2 08/14] mm: copy_pte_range() "
[powerpc:next-test] BUILD SUCCESS 8ae4f16f7d7b59cca55aeca6db7c9636ffe7fbaa
2024-08-30 4:30 UTC
[powerpc:fixes] BUILD SUCCESS 734ad0af3609464f8f93e00b6c0de1e112f44559
2024-08-30 4:16 UTC
[powerpc:fixes-test] BUILD SUCCESS f8c29fc27feb230a3383204f22aa5474042f6ed8
2024-08-30 4:13 UTC
[PATCH -next v2 0/4] soc: fsl: cpm1: Simplify with scoped for each OF child loop and dev_err_probe()
2024-08-30 4:06 UTC (5+ messages)
` [PATCH -next v2 1/4] soc: fsl: cpm1: Simplify with scoped for each OF child loop
` [PATCH -next v2 2/4] soc: fsl: cpm1: Simplify with dev_err_probe()
` [PATCH -next v2 3/4] soc: fsl: cpm1: qmc: Simplify with scoped for each OF child
` [PATCH -next v2 4/4] soc: fsl: cpm1: qmc: Simplify with dev_err_probe()
[PATCH -next 0/8] soc: Simplify with scoped for each OF child loop and dev_err_probe()
2024-08-29 15:43 UTC (7+ messages)
` [PATCH -next 2/8] soc: fsl: cpm1: Simplify with dev_err_probe()
` (subset) [PATCH -next 0/8] soc: Simplify with scoped for each OF child loop and dev_err_probe()
[PATCH 2/4] random: vDSO: Don't use PAGE_SIZE and PAGE_MASK
2024-08-29 15:34 UTC (12+ messages)
` [PATCH] random: vDSO: Redefine "
[PATCH v6 RESED 0/2] dma: support DMA zone starting above 4GB
2024-08-29 14:54 UTC (5+ messages)
` [PATCH v6 RESED 1/2] dma: replace zone_dma_bits by zone_dma_limit
[PATCH v1] powerpc/pci: restore LSI mappings on card present state change
2024-08-29 13:50 UTC (2+ messages)
[PATCH v1 2/2] powerpc/debug: hook to user return notifier infrastructure
2024-08-29 9:58 UTC (10+ messages)
[PATCH -next] cxl: Remove unused cxl_pci_to_cfg_record()
2024-08-29 9:07 UTC (2+ messages)
[PATCH -next] aoa: core: Using helper function for_each_child_of_node()
2024-08-29 6:33 UTC
[PATCH net-next 0/6] net: ethernet: fs_enet: Cleanup and phylink conversion
2024-08-29 8:46 UTC (19+ messages)
` [PATCH net-next 1/6] net: ethernet: fs_enet: convert to SPDX
` [PATCH net-next 2/6] net: ethernet: fs_enet: cosmetic cleanups
` [PATCH net-next 3/6] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops
` [PATCH net-next 4/6] net: ethernet: fs_enet: drop unused phy_info and mii_if_info
` [PATCH net-next 5/6] net: ethernet: fs_enet: fcc: use macros for speed and duplex values
` [PATCH net-next 6/6] net: ethernet: fs_enet: phylink conversion
clearly mark DMA_OPS support as an architecture feature v2
2024-08-29 4:30 UTC (4+ messages)
` [PATCH 2/2] dma-mapping: clearly mark DMA ops as an architecture feature
[PATCH v3 1/3] powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
2024-08-29 4:10 UTC (5+ messages)
` [PATCH v3 3/3] powerpc/pseries/dlpar: Add device tree nodes for DLPAR IO add
[PATCH v2] powerpc/qspinlock: Fix deadlock in MCS queue
2024-08-29 2:28 UTC
[PATCH 1/3] perf vendor events power10: Update JSON/events
2024-08-28 21:10 UTC (4+ messages)
[PATCH] mtd: powernv: Add check devm_kasprintf() returned value
2024-08-28 9:24 UTC
[PATCH 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf
2024-08-28 10:21 UTC (2+ messages)
` [PATCH 2/2] docs: ABI: sysfs-bus-event_source-devices-vpa-dtl: Document sysfs event format entries for vpa_dtl pmu
[PATCH] mtd: powernv: Add check devm_kasprintf() returned value
2024-08-28 9:20 UTC
[PATCH v3 1/3] powerpc/pseries: Macros and wrapper functions for H_HTM call
2024-08-28 8:52 UTC (3+ messages)
` [PATCH v3 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs
` [PATCH v3 3/3] powerpc: Document details on H_HTM hcall
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).