messages from 2025-03-04 22:22:36 to 2025-03-04 23:19:08 UTC [more...]
[PATCH v2 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support
2025-03-04 22:23 UTC (13+ messages)
` [PATCH v2 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing
` [PATCH v2 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523
` [PATCH v2 03/15] dt-bindings: watchdog: sunxi: add Allwinner A523 compatible string
` [PATCH v2 04/15] watchdog: sunxi_wdt: Add support for Allwinner A523
` [PATCH v2 06/15] irqchip/sunxi-nmi: Support Allwinner A523 NMI controller
` [PATCH v2 07/15] dt-bindings: phy: document Allwinner A523 USB-2.0 PHY
` [PATCH v2 09/15] dt-bindings: vendor-prefixes: Add YuzukiHD name
` [PATCH v2 10/15] dt-bindings: arm: sunxi: Add new board names for A523 generation
` [PATCH v2 11/15] arm64: dts: allwinner: a523: add Avaota-A1 router support
` [PATCH v2 12/15] arm64: dts: allwinner: a523: add X96Q-Pro+ support
` [PATCH v2 15/15] arm64: dts: allwinner: h616: add YuzukiHD Chameleon support
[v3 PATCH 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-03-04 22:19 UTC (6+ messages)
` [v3 PATCH 1/6] arm64: Add BBM Level 2 cpu feature
` [v3 PATCH 2/6] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [v3 PATCH 4/6] arm64: mm: support large block mapping when rodata=full
` [v3 PATCH 5/6] arm64: mm: support split CONT mappings
` [v3 PATCH 6/6] arm64: mm: split linear mapping if BBML2 is not supported on secondary CPUs
+ mm-damon-core-put-ops-handled-filters-to-damos-ops_filters.patch added to mm-unstable branch
2025-03-04 23:19 UTC
[PATCH v2 0/4] drm/xe: Fix userptr races and missed validations
2025-03-04 23:19 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: Fix userptr races and missed validations (rev3)
+ mm-damon-core-support-committing-ops_filters.patch added to mm-unstable branch
2025-03-04 23:19 UTC
+ mm-damon-paddr-support-ops_filters.patch added to mm-unstable branch
2025-03-04 23:19 UTC
+ mm-damon-core-introduce-damos-ops_filters.patch added to mm-unstable branch
2025-03-04 23:19 UTC
[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
2025-03-04 23:18 UTC (3+ messages)
` [PATCH v2 34/34] MAINTAINERS: Add entry for Capability Analysis
[PATCH v4] PCI/portdrv: Only disable hotplug interrupts early when needed
2025-03-04 23:17 UTC (2+ messages)
[PATCH] lsm: rust: mark SecurityCtx methods inline
2025-03-04 23:16 UTC (5+ messages)
[PATCH 0/7] refactor mremap and fix bug
2025-03-04 23:15 UTC (4+ messages)
` [PATCH 4/7] mm/mremap: initial refactor of move_vma()
+ mm-mremap-initial-refactor-of-move_vma-fix.patch added to mm-unstable branch
2025-03-04 23:16 UTC
[PATCH 0/4] tracing: Have function tracing and events handle module addresses
2025-03-04 23:15 UTC (5+ messages)
` [PATCH 1/4] tracing: Update function trace addresses with "
` [PATCH 2/4] tracing: Show function names when possible when listing fields
` [PATCH 3/4] tracing: Only return an adjusted address if it matches the kernel address
` [PATCH 4/4] tracing: Adjust addresses for printing out fields
[PATCH v2 0/9] phy: qcom: Introduce USB support for SM8750
2025-03-04 21:56 UTC (4+ messages)
` [PATCH v2 6/9] phy: qcom: Add M31 based eUSB2 PHY driver
` [PATCH v2 8/9] arm64: dts: qcom: sm8750: Add USB support for SM8750 MTP and QRD platforms
` [PATCH v2 9/9] arm64: defconfig: Add M31 eUSB2 PHY config
[PATCH] kunit/stackinit: Use fill byte different from Clang i386 pattern
2025-03-04 23:13 UTC (2+ messages)
[PATCH 00/22] make pin-init into a standalone crate
2025-03-04 23:12 UTC (24+ messages)
` [PATCH 01/22] rust: init: disable doctests
` [PATCH 02/22] rust: move pin-init API into its own directory
` [PATCH 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
` [PATCH 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
` [PATCH 05/22] rust: pin-init: change examples to the user-space version
` [PATCH 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
` [PATCH 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
` [PATCH 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
` [PATCH 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
` [PATCH 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
` [PATCH 11/22] rust: pin-init: fix documentation links
` [PATCH 12/22] rust: pin-init: remove kernel-crate dependency
` [PATCH 13/22] rust: pin-init: change the way the `paste!` macro is called
` [PATCH 14/22] rust: add pin-init crate build infrastructure
` [PATCH 15/22] rust: make pin-init its own crate
` [PATCH 16/22] rust: pin-init: add `std` and `alloc` support from the user-space version
` [PATCH 17/22] rust: pin-init: synchronize documentation with "
` [PATCH 18/22] rust: pin-init: internal: synchronize with "
` [PATCH 19/22] rust: pin-init: miscellaneous synchronization with the "
` [PATCH 20/22] rust: pin-init: add miscellaneous files from "
` [PATCH 21/22] rust: pin-init: re-enable doctests
` [PATCH 22/22] MAINTAINERS: add entry for the `pin-init` crate
[PATCH] drm/amdgpu/vcn: fix idle work handler for VCN 2.5
2025-03-04 23:12 UTC (2+ messages)
[PATCH] ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300
2025-03-04 23:01 UTC (2+ messages)
[PATCH 00/39] hexagon system emu, part 2/3
2025-03-04 23:09 UTC (4+ messages)
` [PATCH 34/39] target/hexagon: Add TLB, k0 {un,}lock
[PATCH v21 00/24] Introducing OpenVPN Data Channel Offload
2025-03-04 23:09 UTC (5+ messages)
` [PATCH v21 20/24] ovpn: implement key add/get/del/swap via netlink
[PATCH v3.1] drm/xe/display: Fix fbdev GGTT mapping handling
2025-03-04 23:09 UTC (5+ messages)
[PATCH 0/5] Remove unnecessary prompts for CRC library (batch 1)
2025-03-04 23:07 UTC (6+ messages)
` [PATCH 1/5] lib/crc: remove unnecessary prompt for CONFIG_CRC4
` [PATCH 2/5] lib/crc: remove unnecessary prompt for CONFIG_CRC7
` [PATCH 3/5] lib/crc: remove unnecessary prompt for CONFIG_CRC8
` [PATCH 4/5] lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C
` [PATCH 5/5] lib/crc: remove unnecessary prompt for CONFIG_CRC64
[PATCH v2 00/32] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS) pre-PR
2025-03-04 23:05 UTC (38+ messages)
` [PATCH v2 01/32] tests/functional: move aarch64 GPU test into own file
` [PATCH v2 02/32] tests/functional: factor out common code in gpu test
` [PATCH v2 03/32] tests/functional: ensure we have a GPU device for tests
` [PATCH v2 04/32] tests/functional: bail early if vkmark hangs
` [PATCH v2 05/32] tests/functional: skip vulkan tests with nVidia
` [PATCH v2 06/32] tests/functional: expand tests to cover virgl
` [PATCH v2 07/32] tests/functional: update the aarch64_virg_gpu images
` [PATCH v2 08/32] plugins: add explicit dependency in functional tests
` [PATCH v2 09/32] tests/functional: Introduce the dso_suffix() helper
` [PATCH v2 10/32] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts
` [PATCH v2 11/32] libvirt-ci: bump to latest for vulkan-tools
` [PATCH v2 12/32] tests/vm: bump timeout for shutdown
` [PATCH v2 13/32] tests/tcg: mark test-vma as a linux-only test
` [PATCH v2 14/32] tests/tcg: add message to _Static_assert in test-avx
` [PATCH v2 15/32] tests/tcg: fix constraints in test-i386-adcox
` [PATCH v2 16/32] tests/tcg: enable -fwrapv for test-i386-bmi
` [PATCH v2 17/32] tests/tcg: Suppress compiler false-positive warning on sha1.c
` [PATCH v2 18/32] gitlab: add a new build_unit job to track build size
` [PATCH v2 19/32] tests/functional: add boot error detection for RME tests
` [PATCH v2 20/32] plugins/api: use qemu_target_page_mask() to get value
` [PATCH v2 21/32] plugins/loader: populate target_name with target_name()
` [PATCH v2 22/32] include/qemu: plugin-memory.h doesn't need cpu-defs.h
` [PATCH v2 23/32] plugins/api: clean-up the includes
` [PATCH v2 24/32] plugins/plugin.h: include queue.h
` [PATCH v2 25/32] plugins/loader: compile loader only once
` [PATCH v2 26/32] plugins/api: split out binary path/start/end/entry code
` [PATCH v2 27/32] plugins/api: split out the vaddr/hwaddr helpers
` [PATCH v2 28/32] plugins/api: split out time control helpers
` [PATCH v2 29/32] plugins/api: build only once
` [PATCH v2 30/32] plugins/core: make a single build unit
` [PATCH v2 31/32] MAINTAINERS: remove widely sanctioned entities
` [PATCH v2 32/32] meson.build: default to -gsplit-dwarf for debug info
[PATCH] ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC3200
2025-03-04 23:01 UTC (2+ messages)
[PATCH v3 0/5] thermal: qcom-spmi-temp-alarm: Add support for new TEMP_ALARM subtypes
2025-03-04 23:05 UTC (6+ messages)
` [PATCH v3 1/5] thermal: qcom-spmi-temp-alarm: enable stage 2 shutdown when required
` [PATCH v3 2/5] thermal: qcom-spmi-temp-alarm: Add temp alarm data struct based on HW subtype
` [PATCH v3 3/5] thermal: qcom-spmi-temp-alarm: Prepare to support additional Temp Alarm subtypes
` [PATCH v3 4/5] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 2 PMIC peripherals
` [PATCH v3 5/5] thermal: qcom-spmi-temp-alarm: add support for LITE "
[PATCH i-g-t v3 0/2] Ensure that SR-IOV and eudebug are exclusive for Xe
2025-03-04 23:05 UTC (3+ messages)
` ✗ Xe.CI.BAT: failure for Ensure that SR-IOV and eudebug are exclusive for Xe (rev3)
` ✓ i915.CI.BAT: success "
[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
2025-03-04 23:02 UTC (2+ messages)
[PATCH 0/5] PCI hotplug cleanups
2025-03-04 23:02 UTC (2+ messages)
[PATCH] drm/amdgpu/vcn: fix idle work handler for VCN 2.5
2025-03-04 23:01 UTC
[PATCH v2 0/6] Introduce CET supervisor state support
2025-03-04 23:02 UTC (9+ messages)
` [PATCH v2 2/6] x86/fpu/xstate: Add CET supervisor mode "
` [PATCH v2 3/6] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v2 4/6] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v2 5/6] x86/fpu/xstate: Create guest fpstate with guest specific config
[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
2025-03-04 22:04 UTC (10+ messages)
` [PATCH v6 14/36] migration/multifd: Device state transfer support - send side
` [PATCH v6 18/36] vfio/migration: Add load_device_config_state_start trace event
` [PATCH v6 20/36] vfio/migration: Add vfio_add_bytes_transferred()
` [PATCH v6 25/36] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PATCH v6 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v6 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v6 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v6 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v6 35/36] vfio/migration: Add x-migration-load-config-after-iter VFIO property
[PATCH v8 net-next 0/5] PHC support in ENA driver
2025-03-04 23:00 UTC (5+ messages)
` [PATCH v8 net-next 4/5] net: ena: PHC stats through sysfs
[PATCH v3 0/3] drm/rockchip: lvds: probe logging improvements
2025-03-04 21:11 UTC (4+ messages)
` [PATCH v3 1/3] drm/rockchip: lvds: move pclk preparation in with clk_get
[PATCH] drm/amdkfd: Change error handling at prange update in svm_range_set_attr
2025-03-04 22:59 UTC (5+ messages)
[PATCH v7 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2025-03-04 22:59 UTC (2+ messages)
[Buildroot] [PATCH v3] package/elfutils: ensure we have 5.0 kernel headers for aarch64
2025-03-04 22:58 UTC (4+ messages)
[PATCH v2 0/5] imx8mp: add support for the IMX AIPSTZ bridge
2025-03-04 22:58 UTC (4+ messages)
[RFC PATCH 0/6] add `syn` versions of pin-init macros
2025-03-04 22:57 UTC (7+ messages)
` [RFC PATCH 1/6] rust: pin-init: internal: add syn version of the `Zeroable` derive macro
` [RFC PATCH 2/6] rust: pin-init: internal: add syn version of `pinned_drop` proc macro
` [RFC PATCH 3/6] rust: pin-init: internal: add syn version of the `pin_data` "
` [RFC PATCH 4/6] rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
` [RFC PATCH 5/6] rust: pin-init: allow doctests to refer to the pin-init crate
` [RFC PATCH 6/6] rust: pin-init: internal: add syn version of `[try_][pin_]init!` macros
[PATCH] arch/x86: Fix size overflows in sgx_encl_create()
2025-03-04 22:56 UTC
[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
2025-03-04 22:55 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-03-04 22:53 UTC (4+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
[PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS
2025-03-04 22:50 UTC (2+ messages)
[DPDK/core Bug 1668] EAL: rte_eal_mp_remote_launch is able to launch an lcore which is running
2025-03-04 22:48 UTC
[PATCH net-next v2 0/9] eth: bnxt: maintain basic pkt/byte counters in SW
2025-03-04 22:48 UTC (8+ messages)
` [PATCH net-next v2 7/9] eth: bnxt: maintain rx pkt/byte stats "
` [PATCH net-next v2 9/9] eth: bnxt: count xdp xmit packets
[PATCH v2 0/2] xen/watchdog: Identify which domain watchdog fired
2025-03-04 22:47 UTC (5+ messages)
` [PATCH v2 1/2] xen/domain: Annotate struct domain as page aligned
` [PATCH v2 2/2] xen/watchdog: Identify which domain watchdog fired
next-20250304 build failure
2025-03-04 22:47 UTC (2+ messages)
[PATCH v35 00/31] Introduce QC USB SND audio offloading support
2025-03-04 22:46 UTC (5+ messages)
[PATCH v2 1/1] iomap: propagate nowait to block layer
2025-03-04 22:47 UTC (3+ messages)
[tip: x86/asm] x86/asm: Make ASM_CALL_CONSTRAINT conditional on frame pointers
2025-03-04 22:45 UTC (11+ messages)
[LSF/MM/BPF TOPIC] Changing reference counting rules for inodes
2025-03-04 22:44 UTC (5+ messages)
PCI: hotplug_event: PCIe PLDA Device BAR Reset
2025-03-04 22:44 UTC (3+ messages)
[PATCH] iotests: Stop NBD server in test 162 before starting the next one
2025-03-04 22:42 UTC (3+ messages)
[PATCH v2] iotest: Unbreak 302 with python 3.13
2025-03-04 22:41 UTC (3+ messages)
[PATCH] PCI: Check BAR index for validity
2025-03-04 22:42 UTC (2+ messages)
[PATCH] lib/crc7: unexport crc7_be_syndrome_table
2025-03-04 22:40 UTC
[PATCH] lib/crc_kunit.c: add test and benchmark for crc7_be()
2025-03-04 22:39 UTC
[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
2025-03-04 22:38 UTC (3+ messages)
[Intel-wired-lan] [PATCH net-next v9 0/6] net: napi: add CPU affinity to napi->config
2025-03-04 22:37 UTC (4+ messages)
` [Intel-wired-lan] [PATCH net-next v9 2/6] net: ena: use napi's aRFS rmap notifers
[Buildroot] [PATCH 1/2] package/linux-tools: perf: Fix _BIN_ARCH_EXCLUDE
2025-03-04 22:36 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] package/linux-tools: selftests: Add path containing BPF binary to _BIN_ARCH_EXCLUDE
[PATCH] help: add prompt-yes setting for autocorrect
2025-03-04 22:33 UTC (3+ messages)
` [PREVIEW v2] "
[PATCH v9 0/7] ima: kexec: measure events between kexec load and execute
2025-03-04 22:23 UTC (3+ messages)
` [PATCH v9 2/7] kexec: define functions to map and unmap segments
[PATCH v2 0/4] Add support for Nuvoton npcm845 i3c controller
2025-03-03 17:11 UTC (3+ messages)
` [PATCH v2 1/4] dt-bindings: i3c: silvaco: Add npcm845 compatible string
[PATCH] arm64: dts: qcom: qcom6490-idp: Add IPA nodes
2025-03-04 22:33 UTC (2+ messages)
[PATCH] libmultipath: remove buggy reinstate_paths function
2025-03-04 22:30 UTC (2+ messages)
[PATCH 0/3] Allow retrieving accessory detection reference on MT8188
2025-03-04 20:16 UTC (4+ messages)
` [PATCH 3/3] ASoC: mediatek: mt8188-mt6359: Add headset jack detect support
[Buildroot] toolchain-bare-metal-buildroot
2025-03-04 22:28 UTC (2+ messages)
[PATCH i-g-t] lib/intel_compute: Compare floats with igt_assert_eq_double()
2025-03-04 22:28 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v5 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
2025-03-04 22:27 UTC (4+ messages)
` [PATCH v5 6/6] "
[PATCH] drm/i915/xe3lpd: Map POWER_DOMAIN_AUDIO_PLAYBACK to DC_off
2025-03-04 22:26 UTC (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/xe3lpd: Map POWER_DOMAIN_AUDIO_PLAYBACK to DC_off (rev2)
[PATCH] drm/i915/xe3lpd: Prune modes for YUV420
2025-03-04 22:26 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v6 00/15] x86-64: Stack protector and percpu improvements
2025-03-04 22:26 UTC (3+ messages)
` [PATCH v6 04/15] x86/pvh: Use fixed_percpu_data for early boot GSBASE
[PATCH v9 3/7] PCI: Add parent_bus_offset to resource_entry
2025-03-04 22:25 UTC (4+ messages)
[RFC PATCH v3 00/13] Clavis LSM
2025-03-04 22:24 UTC (11+ messages)
[meta-arago][scarthgap][PATCH v2] pytesseract: Add runtime dependencies
2025-03-04 22:24 UTC (2+ messages)
[PATCH bpf-next 0/3] Support freplace prog from user namespace
2025-03-04 22:24 UTC (3+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: test freplace "
[Intel-wired-lan] [PATCH] e1000e: Link flap workaround option for false IRP events
2025-03-04 22:24 UTC (11+ messages)
[PATCH v2 0/4] Introduce LLCC v6 used on the SM8750 SoCs
2025-03-04 22:24 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: cache: qcom,llcc: Document SM8750 LLCC block
` [PATCH v2 2/4] soc: qcom: llcc-qcom: Add support for LLCC V6
` [PATCH v2 3/4] soc: qcom: llcc-qcom: Add support for SM8750
` [PATCH v2 4/4] arm64: dts: qcom: sm8750: Add LLCC node
[PATCH v6] hw/i386/cpu: remove default_cpu_version and simplify
2025-03-04 22:23 UTC (3+ messages)
[RFC PATCH] MAINTAINERS: add an explicit credentials entry
2025-03-04 22:23 UTC
[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
2025-03-04 22:22 UTC (2+ messages)
[tip:irq/core] BUILD SUCCESS 01499ae673dc66cf5e98589648848b520f6fdfe9
2025-03-04 22:21 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.