messages from 2026-07-07 07:11:57 to 2026-07-09 02:03:54 UTC [more...]
[PATCH 0/5] bitmap: align bitmap_find_next_zero_area_off() output with the rest of the API
2026-07-09 2:03 UTC (3+ messages)
` [PATCH 2/5] powerpc/msi: Treat bitmap size as allocation failure
` [PATCH 5/5] bitmap: Return size when no zero area is found
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-09 2:01 UTC (19+ messages)
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 11/13] mm/mlock: convert mlock code "
[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
2026-07-09 1:52 UTC (4+ messages)
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-09 1:47 UTC (45+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH 0/2] Bring includes in linux/kmod.h up to date
2026-07-08 18:13 UTC (4+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date
[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
2026-07-08 13:59 UTC (11+ messages)
` [PATCH v7 01/10] ACPI: APEI: GHES: share macros via a private header
` [PATCH v7 02/10] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v7 03/10] ACPI: APEI: GHES: move GHESv2 ack and alloc helpers
` [PATCH v7 04/10] ACPI: APEI: GHES: move estatus cache helpers
` [PATCH v7 05/10] ACPI: APEI: GHES: move vendor record helpers
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v7 07/10] ACPI: APEI: introduce GHES helper
` [PATCH v7 08/10] ACPI: APEI: share GHES CPER helpers
` [PATCH v7 09/10] dt-bindings: firmware: add arm,ras-cper
` [PATCH v7 10/10] RAS: add firmware-first CPER provider
[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
2026-07-08 19:25 UTC (9+ messages)
[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-08 17:58 UTC (11+ messages)
` [PATCH v7 08/22] coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPT
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
[PATCH 0/3] mm/early_ioremap: clarify and clean up early_ioremap_reset()
2026-07-08 17:06 UTC
test_bitmap fails on ppc/ppc64 on kernels v7.1.3, v7.2-rc2
2026-07-08 16:48 UTC (7+ messages)
[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
2026-07-08 16:40 UTC (2+ messages)
[PATCH] powerpc/eeh: Fix recursive locking on devices without EEH sensitive driver
2026-07-08 15:06 UTC (2+ messages)
[PATCH V17 0/7] Rust Support for powerpc
2026-07-08 15:09 UTC (10+ messages)
` [PATCH V17 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V17 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V17 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V17 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V17 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V17 6/7] rust: Add PowerPC support
` [PATCH V17 7/7] powerpc: Enable Rust for ppc64le
[PATCH v2 0/4] powerpc/kdump: Support high crashkernel reservation
2026-07-08 14:33 UTC (5+ messages)
` [PATCH v2 1/4] powerpc/mmu: do MMU type discovery before "
` [PATCH v2 2/4] powerpc: move to 64-bit RTAS
` [PATCH v2 3/4] powerpc/kdump: consider high crashkernel memory if enabled
` [PATCH v2 4/4] powerpc/kdump: add support for high crashkernel reservation
[PATCH] powerpc/configs: enable CONFIG_RAS to fix EDAC support
2026-07-08 14:27 UTC
[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
2026-07-08 13:55 UTC (7+ messages)
` [PATCH v3 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v3 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v3 3/3] selftests/mm: fix ternary operator precedence in ksm_tests
[PATCH v4] perf dso: Fix kallsyms DSO detection with fallback logic
2026-07-08 11:26 UTC
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-08 11:11 UTC (5+ messages)
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()
[kvm-unit-tests PATCH 0/6] powerpc improvements
2026-07-08 10:51 UTC (7+ messages)
` [kvm-unit-tests PATCH 1/6] powerpc: add pmu tests
` [kvm-unit-tests PATCH 2/6] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH 3/6] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH 4/6] powerpc: gitlab CI update
` [kvm-unit-tests PATCH 5/6] scripts/arch-run.bash: Fix run_panic() success exit status
` [kvm-unit-tests PATCH 6/6] powerpc: Add a panic test
[PATCH v2 00/10] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
2026-07-08 10:15 UTC (11+ messages)
` [PATCH v2 01/10] soc: fsl: qe: Add chained_irq_{enter,exit}() calls in cascade handler
` [PATCH v2 02/10] dt-bindings: soc: fsl: qe: Set #interrupt-cells to 2 to support interrupt type encoding
` [PATCH v2 03/10] dt-bindings: soc: fsl: qe: Convert QE GPIO to DT schema
` [PATCH v2 04/10] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH v2 05/10] soc: fsl: qe: Use generic_handle_domain_irq()
` [PATCH v2 06/10] soc: fsl: qe: Iterate over all pending interrupts in cascade handler
` [PATCH v2 07/10] soc: fsl: qe: Handle spurious interrupts
` [PATCH v2 08/10] soc: fsl: qe: Convert to generic IRQ chip
` [PATCH v2 09/10] soc: fsl: qe: Rename irq variable to parent_irq
` [PATCH v2 10/10] soc: fsl: qe: Add support of IRQs in QE GPIO
[PATCH RFC] RAS: hwerr_tracking: move recoverable hardware error tracking out of vmcoreinfo
2026-07-08 10:13 UTC (5+ messages)
[PATCH] ASoC: fsl_sai: Fix spurious BCLK on resume by clearing BYP
2026-07-08 9:34 UTC (3+ messages)
[PATCH v2] powerpc/powernv: Cache OPAL check_token() results
2026-07-08 8:32 UTC (3+ messages)
[PATCH 00/12] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
2026-07-08 8:20 UTC (7+ messages)
` [PATCH 02/12] dt-bindings: soc: fsl: qe: Set #interrupt-cells to 2 to support interrupt type encoding
` [PATCH 04/12] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO
[PATCH V17 0/8] Rust Support for powerpc
2026-07-08 8:18 UTC (3+ messages)
` [PATCH V17 1/8] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace
[PATCH v3] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
2026-07-08 6:21 UTC (2+ messages)
[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
2026-07-08 7:01 UTC (6+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
[PATCH] usb: phy: fsl-usb: clear fsl_otg_dev after freeing it
2026-07-08 6:45 UTC
[PATCH] powerpc/970: fix nap return address corruption on async interrupt exit
2026-07-08 5:34 UTC (3+ messages)
[PATCH 1/1] powerpc/eeh: Prevent EEH false positives on PMCSR reads in D3cold
2026-07-08 4:42 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS f9955df41cbe85e84f79e0b59fd91f4f1dc78a29
2026-07-08 2:48 UTC
[PATCH 2/2] powerpc/pseries: Skip vpa_init() for boot cpu in smp_setup_cpu()
2026-07-08 1:58 UTC
[PATCH 1/2] powerpc/pseries: Ensure vpa,slb_shadow & dtl are unregistered during crash
2026-07-08 1:58 UTC
[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
2026-07-07 17:08 UTC (3+ messages)
[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
2026-07-07 18:42 UTC (2+ messages)
[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
2026-07-07 18:06 UTC (12+ messages)
` [PATCH 08/42] drm: logicvc: Use devm_of_reserved_mem_device_init()
` [PATCH 17/42] drm: ingenic: "
` [PATCH 20/42] drm: xlnx: zynqmp_dpsub: "
` [PATCH 30/42] staging: media: cedrus: "
` [PATCH 31/42] ASoC: cix-ipbloq: "
[PATCH V16 0/7] Rust Support for powerpc
2026-07-07 17:11 UTC (12+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "
[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
2026-07-07 16:54 UTC (10+ messages)
[PATCH 1/2] soc: fsl: qe_ports_ic: Use generic I/O helper instead of specific powerPC ones
2026-07-07 15:00 UTC (2+ messages)
` [PATCH 2/2] powerpc: Move CONFIG_QE_GPIO to SoC
[PATCH v3] perf dso: Fix kallsyms DSO detection with fallback logic
2026-07-07 14:03 UTC (3+ messages)
[PATCH v2 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
2026-07-07 13:40 UTC (4+ messages)
[PATCH v4 net-next 00/14] net: enetc: cleanups and improvements
2026-07-07 8:18 UTC (15+ messages)
` [PATCH v4 net-next 01/14] net: enetc: extract common helpers for MAC promiscuous mode setting
` [PATCH v4 net-next 02/14] net: enetc: extract common helpers for MAC hash filter configuration
` [PATCH v4 net-next 03/14] net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()
` [PATCH v4 net-next 04/14] net: enetc: improve MAFT entry management with bitmap tracking
` [PATCH v4 net-next 05/14] net: enetc: use PCI device name for debugfs directory
` [PATCH v4 net-next 06/14] net: enetc: simplify enetc4_set_port_speed()
` [PATCH v4 net-next 07/14] net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
` [PATCH v4 net-next 08/14] net: enetc: remove invalid code from enetc4_pl_mac_link_up()
` [PATCH v4 net-next 09/14] net: enetc: open-code enetc4_set_default_si_vlan_promisc()
` [PATCH v4 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration
` [PATCH v4 net-next 11/14] net: enetc: move enetc_set_si_vlan_promisc() to enetc_pf_common.c
` [PATCH v4 net-next 12/14] net: enetc: remove redundant num_vsi field from enetc_port_caps
` [PATCH v4 net-next 13/14] net: enetc: use alloc_etherdev_mqs() to create netdev for VF driver
` [PATCH v4 net-next 14/14] net: enetc: use kzalloc_flex() for enetc_psfp_gate allocation
[PATCH] powerpc/64s: Clarify copy_and_flush() cache sync loop comment
2026-07-07 7:32 UTC (6+ messages)
` [PATCH v2] "
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