messages from 2024-08-07 17:28:39 to 2024-08-07 20:43:27 UTC [more...]
[PATCH][next] rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings
2024-08-07 20:43 UTC (3+ messages)
[PATCH v5 0/9] mm: swap: mTHP swap allocator base on swap cluster order
2024-08-07 20:42 UTC (3+ messages)
[PATCH 1/2] PCI: Deprecate pcim_iomap_regions() in favor of pcim_iomap_region()
2024-08-07 20:40 UTC (3+ messages)
[PATCH v2 0/3] Fix kallsyms with CONFIG_LTO_CLANG
2024-08-07 20:40 UTC (15+ messages)
` [PATCH v2 3/3] tracing/kprobes: Use APIs that matches symbols without .XXX suffix
[PATCH v1 0/4] net: fec: add PPS channel configuration
2024-08-07 20:40 UTC (8+ messages)
` [PATCH v1 3/4] net: fec: make PPS channel configurable
` [PATCH v1 4/4] arm64: dts: imx8-ss-conn: add PPS channel to the FEC nodes
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2024-08-07 20:38 UTC (3+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
2024-08-07 20:38 UTC (11+ messages)
[PATCH 0/2] mseal: Fix is_madv_discard()
2024-08-07 20:37 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: Add mseal test for no-discard madvise
` [PATCH] fixup! "
[PATCH v2] hwmon: Add thermal sensor driver for Surface Aggregator Module
2024-08-07 20:37 UTC (6+ messages)
[PATCH] selftests/uprobes: Add a basic uprobe testcase
2024-08-07 20:36 UTC (2+ messages)
[PATCH 6.1 00/86] 6.1.104-rc1 review
2024-08-07 20:35 UTC (5+ messages)
[PATCH] arm64: dts: qcom: msm8976: Add restart node
2024-08-07 20:33 UTC
[PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section
2024-08-07 20:31 UTC (4+ messages)
[PATCH] tracing/selftests: Run the ownership test twice
2024-08-07 20:29 UTC (3+ messages)
[PATCH 0/2] tracefs: inode alloc/free related fixes
2024-08-07 20:27 UTC (8+ messages)
` [PATCH 2/2] tracefs: Don't overlay 'struct inode'
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-08-07 20:27 UTC (5+ messages)
` [PATCHv8 9/9] man2: Add uretprobe syscall page
[PATCH 6.10 000/123] 6.10.4-rc1 review
2024-08-07 20:23 UTC (3+ messages)
[PATCH v3] drm/i915: Explicitly cast divisor and use div_u64()
2024-08-07 20:20 UTC
[PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
2024-08-07 20:17 UTC (7+ messages)
` [PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
` [RFC][PATCH] netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
[PATCH sched_ext/for-6.12] sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()
2024-08-07 20:17 UTC
[PATCH] arm64: defconfig: Enable PCI_J721E
2024-08-07 20:15 UTC
[PATCH] PCI: Adjust pci_sysfs_init() to device_initcall
2024-08-07 20:16 UTC (2+ messages)
[PATCH v4 00/28] Generic `Allocator` support for Rust
2024-08-07 20:15 UTC (22+ messages)
` [PATCH v4 01/28] rust: alloc: add `Allocator` trait
` [PATCH v4 03/28] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v4 04/28] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v4 09/28] rust: alloc: implement kernel `Box`
[PATCH v2] docs/sp_SP: Add translation for scheduler/sched-bwc.rst
2024-08-07 20:13 UTC (2+ messages)
[PATCH 1/4] mm: Add optional close() to struct vm_special_mapping
2024-08-07 20:11 UTC (9+ messages)
` [PATCH 2/4] powerpc/mm: Handle VDSO unmapping via close() rather than arch_unmap()
` [PATCH 3/4] mm: Remove arch_unmap()
[PATCH v1 00/16] iommufd: Add VIOMMU infrastructure (Part-1)
2024-08-07 20:10 UTC (17+ messages)
` [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v1 02/16] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v1 03/16] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v1 04/16] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v1 06/16] iommufd/selftest: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID test coverage
` [PATCH v1 07/16] iommufd/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT
` [PATCH v1 08/16] iommufd/viommu: Add IOMMU_VIOMMU_INVALIDATE ioctl
` [PATCH v1 09/16] iommufd/viommu: Make iommufd_viommu_find_device a public API
` [PATCH v1 10/16] iommufd/selftest: Add mock_viommu_invalidate_user op
` [PATCH v1 11/16] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v1 12/16] iommufd/selftest: Add coverage for IOMMU_VIOMMU_INVALIDATE ioctl
` [PATCH v1 13/16] iommufd/viommu: Add iommufd_viommu_to_parent_domain helper
` [PATCH v1 14/16] iommu/arm-smmu-v3: Extract an __arm_smmu_cache_invalidate_user helper
` [PATCH v1 15/16] iommu/arm-smmu-v3: Add viommu cache invalidation support
` [PATCH v1 16/16] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
[PATCH] block:added printing when bio->bi_status fails
2024-08-07 20:05 UTC (3+ messages)
[PATCH v24 00/34] Introduce QC USB SND audio offloading support
2024-08-07 20:05 UTC (6+ messages)
` [PATCH v24 17/34] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
[PATCH v2 0/4] mm: split underutilized THPs
2024-08-07 20:02 UTC (5+ messages)
` [PATCH v2 1/4] mm: free zapped tail pages when splitting isolated thp
` [PATCH v2 2/4] mm: remap unused subpages to shared zeropage "
[PATCH v12 00/24] GenieZone hypervisor drivers
2024-08-07 20:02 UTC (3+ messages)
` [PATCH v12 20/24] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
[PATCH 0/2] iio: adc: ad4695: implement triggered buffer
2024-08-07 20:02 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: iio: ad4695: document buffered read
[PATCH v1 5/7] drivers: i2c: use i2c frequency table
2024-08-07 19:55 UTC (2+ messages)
[PATCH v2] binfmt_flat: Fix corruption when not offsetting data start
2024-08-07 19:53 UTC (2+ messages)
[PATCH v4 0/7] mm/mprotect: Fix dax puds
2024-08-07 19:48 UTC (8+ messages)
` [PATCH v4 1/7] mm/dax: Dump start address in fault handler
` [PATCH v4 2/7] mm/mprotect: Push mmu notifier to PUDs
` [PATCH v4 3/7] mm/powerpc: Add missing pud helpers
` [PATCH v4 4/7] mm/x86: Make pud_leaf() only care about PSE bit
` [PATCH v4 5/7] mm/x86: arch_check_zapped_pud()
` [PATCH v4 6/7] mm/x86: Add missing pud helpers
` [PATCH v4 7/7] mm/mprotect: fix dax pud handlings
[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
2024-08-07 19:42 UTC (7+ messages)
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information
[PATCH v3 0/1] docs: scheduler: Start documenting the EEVDF scheduler
2024-08-07 19:41 UTC (2+ messages)
[PATCH] Documentation: dm-crypt.rst warning + error fix
2024-08-07 19:33 UTC (2+ messages)
[PATCH] Removal of unexpected indentation error
2024-08-07 19:29 UTC (2+ messages)
[PATCHSET v7] sched: Implement BPF extensible scheduler class
2024-08-07 19:26 UTC (4+ messages)
` [PATCH 09/30] sched_ext: "
[PATCH RFT v7 0/9] fork: Support shadow stacks in clone3()
2024-08-07 19:23 UTC (8+ messages)
` [PATCH RFT v7 9/9] selftests/clone3: Test shadow stack support
[PATCH] perf scripts python arm-cs-trace-disasm.py: Skip disasm if address continuity is broken
2024-08-07 19:20 UTC (18+ messages)
[PATCH 1/1] selinux: add the processing of the failure of avc_add_xperms_decision()
2024-08-07 19:14 UTC (2+ messages)
[PATCH v2 0/2] mm: batch free swaps for zap_pte_range()
2024-08-07 19:14 UTC (4+ messages)
` [PATCH v2 2/2] mm: attempt to batch free swap entries "
[PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
2024-08-07 19:11 UTC (9+ messages)
` [PATCH v2 1/7] mm, slab: dissolve shutdown_cache() into its caller
` [PATCH v2 2/7] mm, slab: unlink slabinfo, sysfs and debugfs immediately
` [PATCH v2 3/7] mm, slab: move kfence_shutdown_cache() outside slab_mutex
` [PATCH v2 4/7] mm, slab: reintroduce rcu_barrier() into kmem_cache_destroy()
[syzbot] [pm?] INFO: trying to register non-static key in netdev_unregister_kobject
2024-08-07 19:11 UTC (2+ messages)
[PATCH 0/5] perf: Per PMU context reschedule and misc
2024-08-07 19:09 UTC (5+ messages)
` [PATCH 4/5] perf: Add context time freeze
[PATCH 0/3] Bluetooth: hci_qca: fix post merge window regressions
2024-08-07 19:09 UTC (8+ messages)
` [PATCH 2/3] Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms
` [PATCH 3/3] Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown
[PATCH] lib/stackdepot: Double DEPOT_POOLS_CAP if KASAN is enabled
2024-08-07 19:07 UTC (2+ messages)
[PATCH RFC 0/4] mm: Introduce guest_memfd library
2024-08-07 19:06 UTC (7+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
[PATCH v2 0/2] sched/topology: optimize topology_span_sane()
2024-08-07 19:05 UTC (3+ messages)
` [PATCH 1/2] sched/topology: pre-compute topology_span_sane() loop params
` [PATCH 2/2] sched/topology: optimize topology_span_sane()
[PATCH] kbuild: avoid scripts/kallsyms parsing /dev/null
2024-08-07 19:03 UTC (3+ messages)
[PATCH net-next v3] net: tuntap: add ioctl() TUNGETQUEUEINDEX to fetch queue index
2024-08-07 19:02 UTC
[PATCH v3 0/4] iommu: Support IOMMU_RESV_SW_MSI with nesting
2024-08-07 19:00 UTC (5+ messages)
` [PATCH v3 1/4] iommufd: Reorder include files
` [PATCH v3 2/4] iommu/dma: Support MSIs through nested domains
` [PATCH v3 3/4] iommufd/selftest: Add coverage for IOMMU_RESV_SW_MSI
` [PATCH v3 4/4] iommu/arm-smmu-v3: Implement arm_smmu_get_msi_mapping_domain
[PATCH] Documentation: core-api: Fixed Typo error
2024-08-07 18:56 UTC (2+ messages)
[PATCH v3 0/2] iio: fix bug with triggers not resuming after sleep
2024-08-07 18:56 UTC (3+ messages)
` [PATCH v3 1/2] iio: trigger: allow devices to suspend/resume theirs associated trigger
` [PATCH v3 2/2] iio: bmi323: suspend and resume triggering on relevant pm operations
[PATCH v2 0/5] serial: 8250: omap: Add am62 wakeup support
2024-08-07 18:55 UTC (2+ messages)
[PATCH] docs: fault-injection: document cache-filter feature for failslab
2024-08-07 18:54 UTC (2+ messages)
[PATCH] net: tuntap: add ioctl() TUNGETQUEUEINDX to fetch queue index
2024-08-07 18:54 UTC (11+ messages)
[PATCH] Capitalize Farenheit
2024-08-07 18:53 UTC (2+ messages)
` [PATCH v3] Documentation: Capitalize Fahrenheit in watchdog-api.rst
[PATCH v4 00/26] mm: introduce numa_memblks
2024-08-07 18:53 UTC (5+ messages)
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
[PATCH 6.10 000/809] 6.10.3-rc3 review
2024-08-07 18:51 UTC (8+ messages)
[PATCH 1/2] mm/numa: no task_numa_fault() call if page table is changed
2024-08-07 18:47 UTC (2+ messages)
` [PATCH 2/2] mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)
[PATCH v7 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-08-07 18:46 UTC (6+ messages)
` [PATCH v7 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
[PATCH v2 0/6] arm64: dts: freescale: 2nrd clean up dtb warning under freescale
2024-08-07 18:42 UTC (3+ messages)
` [PATCH v2 4/6] arm64: dts: imx8mp-data-modul-edm-sbc: remove #clock-cells for sai3
[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
2024-08-07 18:40 UTC (6+ messages)
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr
[PATCH v1 0/3] x86: Write FRED RSP0 on return to userspace
2024-08-07 18:39 UTC (8+ messages)
` [PATCH v1 1/3] x86/entry: Test ti_work for zero before processing individual bits
` [PATCH v1 2/3] x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanism
` [PATCH v1 3/3] x86/entry: Set FRED RSP0 on return to userspace instead of context switch
[PATCH] hwmon: (lm93) Return error values on read failure
2024-08-07 18:38 UTC (2+ messages)
[PATCH v1] docs: bug-bisect: rewrite to better match the other bisecting text
2024-08-07 18:37 UTC (2+ messages)
[PATCH 00/10] perf/uprobe: Optimize uprobes
2024-08-07 18:33 UTC (19+ messages)
[PATCH] arm64: dts: rockchip: add rfkill node for M.2 E wifi on orangepi-5-plus
2024-08-07 18:32 UTC (10+ messages)
` [PATCH v2] "
[PATCH v1 0/3] Add compatibles for different eud access modes
2024-08-07 18:32 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: soc: qcom: eud: Update compatible strings for eud
` [PATCH v1 2/3] usb: misc: qcom_eud: Access mode manager through secure calls
` [PATCH v1 3/3] arm64: dts: qcom: sc7280: Update eud compatible string
[PATCH] nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases
2024-08-07 18:30 UTC (2+ messages)
[ANNOUNCE] 5.10.223-rt115
2024-08-07 18:29 UTC
[PATCH] nvdimm: Use of_property_present() and of_property_read_bool()
2024-08-07 18:28 UTC (2+ messages)
[REGRESSION][BISECTED][STABLE] hdparm errors since 28ab9769117c
2024-08-07 18:26 UTC (2+ messages)
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-07 18:26 UTC (7+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
[PATCH 0/8] uprobes: RCU-protected hot path optimizations
2024-08-07 18:24 UTC (6+ messages)
[PATCH] leds: blinkm: fix CONFIG_LEDS_CLASS_MULTICOLOR dependency
2024-08-07 18:14 UTC (2+ messages)
[RFC 1/1] mm: introduce mmap_lock_speculation_{start|end}
2024-08-07 18:23 UTC
[regression] smb: client: - Failure to mount DFS namespaces without ASCII symbols
2024-08-07 18:21 UTC (3+ messages)
[PATCH] treewide: remove unnecessary <linux/version.h> inclusion
2024-08-07 18:20 UTC (2+ messages)
[PATCH RESEND v4] x86/acpi: fix panic while AP online later with kernel parameter maxcpus=1
2024-08-07 18:16 UTC (2+ messages)
` [tip: x86/urgent] x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox
[PATCH v5] x86/paravirt: Fix incorrect virt spinlock setting on bare metal
2024-08-07 18:16 UTC (2+ messages)
` [tip: x86/urgent] "
[PATCH v2 0/4] Landlock: Signal Scoping Support
2024-08-07 18:16 UTC (5+ messages)
` [PATCH v2 1/4] Landlock: Add signal control
[PATCH v5 0/3] dma: support DMA zone starting above 4GB
2024-08-07 18:14 UTC (5+ messages)
` [PATCH v5 2/3] dma: replace zone_dma_bits by zone_dma_limit
[PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11
2024-08-07 18:12 UTC (5+ messages)
` [PATCH 06/10] tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources
[PATCH v3] mm/memory-failure: Use raw_spinlock_t in struct memory_failure_cpu
2024-08-07 18:11 UTC
[PATCH v5 0/4] Implement vendor resets for PSCI SYSTEM_RESET2
2024-08-07 18:10 UTC (4+ messages)
` [PATCH v5 3/4] firmware: psci: Read and use vendor reset types
[PATCH v2] pinctrl: meson: Constify some structures
2024-08-07 18:05 UTC
[PATCH v1] selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
2024-08-07 18:02 UTC (3+ messages)
[PATCH v4 0/2] Enhance network interface feature testing
2024-08-07 17:57 UTC (3+ messages)
` [PATCH v4 1/2] selftests: net: Create veth pair for testing in networkless kernel
` [PATCH v4 2/2] selftests: net: Add on/off checks for non-fixed features of interface
[PATCH v3 0/2] RISC-V: hwprobe: Misaligned scalar perf fix and rename
2024-08-07 17:56 UTC (3+ messages)
` [PATCH v3 2/2] RISC-V: hwprobe: Add SCALAR to misaligned perf defines
[PATCH 00/24] Complete EEVDF
2024-08-07 17:54 UTC (4+ messages)
` [PATCH 21/24] sched/eevdf: Allow shorter slices to wakeup-preempt
[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
2024-08-07 17:48 UTC (7+ messages)
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v2 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [PATCH v2 09/10] ext4: drop ext4_es_is_delonly()
[PATCH v2] mm/memory-failure: Use raw_spinlock_t in struct memory_failure_cpu
2024-08-07 17:41 UTC (3+ messages)
[PATCH 0/7] x86/acpi: Move ACPI MADT wakeup to generic code
2024-08-07 17:33 UTC (3+ messages)
` [PATCH 6/7] x86/hyperv: Reserve real mode when ACPI wakeup mailbox is available
[PATCH next] sched: make printk safe when rq lock is held
2024-08-07 17:31 UTC (2+ messages)
[PATCH v2] slab: Warn on duplicate cache names when DEBUG_VM=y
2024-08-07 17:32 UTC (2+ messages)
[PATCH v2] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
2024-08-07 17:31 UTC (5+ messages)
[PATCH v3] arm64: dts: rockchip: add rfkill node for M.2 E wifi on orangepi-5-plus
2024-08-07 17:23 UTC
[PATCH v1 00/10] Add minimal Exynos8895 SoC and SM-G950F support
2024-08-07 17:29 UTC (5+ messages)
` [PATCH v1 08/10] arm64: dts: exynos: Add initial support for exynos8895 SoC
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 read-only IMAP folder(s) and NNTP newsgroup(s).