messages from 2025-07-02 18:32:09 to 2025-07-02 19:26:04 UTC [more...]
[PATCH net-next 0/6] eth: fbnic: Add firmware logging support
2025-07-02 19:12 UTC (2+ messages)
` [PATCH net-next 1/6] eth: fbnic: Fix incorrect minimum firmware version
[Buildroot] [PATCH 0/2] package/cni-plugins: install omitted plugin and bump version
2025-07-02 19:25 UTC (3+ messages)
` [Buildroot] [PATCH 1/2] package/cni-plugins: enable sbr
[PATCH] drm/i915/display: Fix RGB limited range handling for DP
2025-07-02 19:25 UTC (5+ messages)
Build platform guarantees, docs, tests, and snakes in the garden
2025-07-02 19:24 UTC (5+ messages)
[PATCH] net: ipv6: Fix spelling mistake
2025-07-02 19:24 UTC (2+ messages)
[PATCH] drm/i915/display: Add upper limit check for pixel clock
2025-07-02 19:24 UTC (4+ messages)
[PATCH] mm/mglru: Stop try_to_inc_min_seq() if the oldest generation LRU lists are not empty
2025-07-02 19:22 UTC (4+ messages)
[PATCH 0/4] Add support for gb200-bmc machine
2025-07-02 19:20 UTC (8+ messages)
` [PATCH 1/4] hw/arm: Add PCA9554 to ARM target
[PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-02 19:21 UTC (16+ messages)
` [PATCH v12 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v12 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
[PATCH] arm: DT: imx6: hummingboard: Replace license text comment with SPDX identifier
2025-07-02 19:19 UTC (3+ messages)
[PATCH net-next 0/3] net: phylink: support !autoneg configuration for SFPs
2025-07-02 19:17 UTC (6+ messages)
` [PATCH net-next 3/3] net: phylink: add phylink_sfp_select_interface_speed()
[PATCH v1] perf genelf: Fix NO_LIBDW=1 build
2025-07-02 19:17 UTC (2+ messages)
[RFC] mmc: meson-gx-mmc: add delay during poweroff
2025-07-02 19:07 UTC (9+ messages)
[PATCH v2 1/3] resource: Introduce a new helper resource_contains_addr()
2025-07-02 19:16 UTC (3+ messages)
[PATCH v9 0/7] Refine FBC test conditions
2025-07-02 19:16 UTC (5+ messages)
` ✗ i915.CI.BAT: failure for Refine FBC test conditions (rev10)
` ✗ Xe.CI.Full: "
[openeuler:openEuler-1.0-LTS 1605/1605] kernel/bpf/local_storage.o: warning: objtool: missing symbol for section .text
2025-07-02 19:16 UTC
[thomas-weissschuh:kunit-kselftests-integration 37/49] vdso_test_correctness.c:(.text.startup+0x2c): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
2025-07-02 19:14 UTC
[PATCH] riscv: cpu_ops_sbi: Use static array for boot_data
2025-07-02 18:52 UTC (3+ messages)
[PATCH] gpio: spacemit: Add missing MODULE_DEVICE_TABLE
2025-07-02 18:52 UTC (3+ messages)
[GIT PULL] RISC-V Fixes for 5.16-rc4
2025-07-02 18:52 UTC (3+ messages)
[PATCH v4 00/65] accel: Preparatory cleanups for split-accel
2025-07-02 19:08 UTC (67+ messages)
` [PATCH v4 01/65] system/runstate: Document qemu_add_vm_change_state_handler()
` [PATCH v4 02/65] system/cpus: Defer memory layout changes until vCPUs are realized
` [PATCH v4 03/65] system/cpus: Assert interrupt handling is done with BQL locked
` [PATCH v4 04/65] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH v4 05/65] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v4 06/65] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v4 07/65] accel/kvm: Remove kvm_init_cpu_signals() stub
` [PATCH v4 08/65] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [PATCH v4 09/65] accel: Propagate AccelState to AccelClass::init_machine()
` [PATCH v4 10/65] accel/kvm: Prefer local AccelState over global MachineState::accel
` [PATCH v4 11/65] accel/hvf: Re-use QOM allocated state
` [PATCH v4 12/65] accel/tcg: Prefer local AccelState over global current_accel()
` [PATCH v4 13/65] accel: Directly pass AccelState argument to AccelClass::has_memory()
` [PATCH v4 14/65] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
` [PATCH v4 15/65] accel: Remove unused MachineState argument of AccelClass::setup_post()
` [PATCH v4 16/65] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
` [PATCH v4 17/65] accel: Move supports_guest_debug() declaration to AccelClass
` [PATCH v4 18/65] accel: Move cpus_are_resettable() "
` [PATCH v4 19/65] accel: Move cpu_common_[un]realize() declarations to AccelOpsClass
` [PATCH v4 20/65] accel/system: Convert pre_resume() from AccelOpsClass to AccelClass
` [PATCH v4 21/65] hw/core/machine: Display CPU model name in 'info cpus' command
` [PATCH v4 22/65] qapi: Move definitions related to accelerators in their own file
` [PATCH v4 23/65] accel/system: Introduce @x-accel-stats QMP command
` [PATCH v4 24/65] accel/system: Add 'info accel' on human monitor
` [PATCH v4 25/65] accel/tcg: Factor tcg_dump_flush_info() out
` [PATCH v4 26/65] accel/tcg: Implement get_[vcpu]_stats()
` [PATCH v4 27/65] accel/hvf: Implement get_vcpu_stats()
` [PATCH v4 28/65] accel/hvf: Report missing com.apple.security.hypervisor entitlement
` [PATCH v4 29/65] accel/hvf: Restrict internal declarations
` [PATCH v4 30/65] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
` [PATCH v4 31/65] accel/hvf: Move generic method declarations to hvf-all.c
` [PATCH v4 32/65] cpus: Document CPUState::vcpu_dirty field
` [PATCH v4 33/65] accel/hvf: Replace @dirty field by generic "
` [PATCH v4 34/65] accel/nvmm: "
` [PATCH v4 35/65] accel/whpx: "
` [PATCH v4 36/65] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PATCH v4 37/65] accel/system: Document cpu_synchronize_state()
` [PATCH v4 38/65] accel/system: Document cpu_synchronize_state_post_init/reset()
` [PATCH v4 39/65] accel/nvmm: Expose nvmm_enabled() to common code
` [PATCH v4 40/65] accel/whpx: Expose whpx_enabled() "
` [PATCH v4 41/65] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v4 42/65] target/arm: Use generic hwaccel_enabled() to check 'host' cpu type
` [PATCH v4 43/65] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
` [PATCH v4 44/65] accel/dummy: Factor dummy_thread_precreate() out
` [PATCH v4 45/65] accel/tcg: Factor tcg_vcpu_thread_precreate() out
` [PATCH v4 46/65] accel: Factor accel_create_vcpu_thread() out
` [PATCH v4 47/65] accel: Introduce AccelOpsClass::cpu_thread_routine handler
` [PATCH v4 48/65] accel/dummy: Convert to AccelOpsClass::cpu_thread_routine
` [PATCH v4 49/65] accel/tcg: "
` [PATCH v4 50/65] accel/hvf: "
` [PATCH v4 51/65] accel/kvm: "
` [PATCH v4 52/65] accel/nvmm: "
` [PATCH v4 53/65] accel/whpx: "
` [PATCH v4 54/65] accel: Factor accel_cpu_realize() out
` [PATCH v4 55/65] accel: Pass old/new interrupt mask to handle_interrupt() handler
` [PATCH v4 56/65] accel: Expose and register generic_handle_interrupt()
` [PATCH v4 57/65] accel: Always register AccelOpsClass::kick_vcpu_thread() handler
` [PATCH v4 58/65] accel: Always register AccelOpsClass::get_elapsed_ticks() handler
` [PATCH v4 59/65] accel: Always register AccelOpsClass::get_virtual_clock() handler
` [PATCH v4 60/65] system/memory: Restrict eventfd dispatch_write() to emulators
` [PATCH v4 61/65] accel/tcg: Factor tcg_vcpu_init() out for re-use
` [PATCH v4 62/65] accel/tcg: Factor mttcg_cpu_exec() "
` [PATCH v4 63/65] accel/tcg: Factor rr_cpu_exec() out
` [PATCH v4 64/65] accel/tcg: Clear exit_request once in tcg_cpu_exec()
` [PATCH v4 65/65] accel/tcg: Unregister the RCU before exiting RR thread
[oe-core][scarthgap][PATCH 1/6] xwayland: fix CVE-2025-49175
2025-07-02 19:13 UTC (3+ messages)
` [oe-core][scarthgap][PATCH 6/6] xwayland: fix CVE-2025-49180
[PATCH preview 0/3] reviving minimal QAPI generation from 2021
2025-07-02 19:09 UTC (8+ messages)
[Buildroot] [PATCH] package/jose: add CPE identifier
2025-07-02 19:09 UTC (2+ messages)
[Buildroot] [PATCH] package/sudo: security bump to version 1.9.17p1
2025-07-02 19:08 UTC (2+ messages)
[Buildroot] [git commit] package/jose: add CPE identifier
2025-07-02 19:03 UTC
[Buildroot] [git commit] package/sudo: security bump to version 1.9.17p1
2025-07-02 19:03 UTC
[PATCH v2] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
2025-07-02 19:06 UTC (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST (rev2)
[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-07-02 19:04 UTC (6+ messages)
` [PATCH v14 30/32] fs/resctrl: Hide the BMEC related files when mbm_event mode is enabled
[PATCH bpf-next v2 0/3] bpf: Reduce verifier stack frame size
2025-07-02 19:03 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
` [PATCH bpf-next v2 3/3] bpf: Avoid putting struct bpf_scc_callchain variables on the stack
[PATCHSET 2/3] xfsprogs: atomic writes
2025-07-02 19:01 UTC (7+ messages)
` [PATCH 6/7] mkfs: try to align AG size based on atomic write capabilities
` [PATCH 7/7] mkfs: allow users to configure the desired maximum atomic write size
[PULL 00/35] RISCV, i386, endianness fixes for 2025-05-20
2025-07-02 18:54 UTC (12+ messages)
` [PULL 35/35] qom: reverse order of instance_post_init calls
` [Regression] "
[PATCH 5.15.y] jfs: fix null ptr deref in dtInsertEntry
2025-07-02 18:59 UTC
[GIT PULL] bcachefs fixes for 6.16-rc4
2025-07-02 18:49 UTC (8+ messages)
[PATCH 0/3] arm64: dts: qcom: x1-hp-x14: Add support for X1P42100 HP Omnibook X14
2025-07-02 18:59 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: arm: qcom: Split HP Omnibook X14 AI in SoC variants
` [PATCH 2/3] arm64: dts: qcom: x1-hp-x14: Commonalize HP Omnibook X14 device tree
` [PATCH 3/3] arm64: dts: qcom: x1-hp-x14: Add support for X1P42100 HP Omnibook X14
[PATCH] gitremote-helpers.adoc: fix formatting
2025-07-02 18:59 UTC (2+ messages)
Patchwork housekeeping for: spi-devel-general
2025-07-02 18:59 UTC
[PATCH v2 0/4] PM: freezer: Add retry stats and D-state task logging for debugging
2025-07-02 18:58 UTC (5+ messages)
` [PATCH v2 3/4] PM: suspend: Assign pm_suspend_target_state earlier for valid debug logs
` [PATCH v2 4/4] PM: suspend: Simplify state check using sleep_state_supported()
[PATCH v5 00/10] Introducing firmware late binding
2025-07-02 18:58 UTC (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
[PATCH net-next v2 0/5] net: migrate remaining drivers to dedicated _rxfh_context ops
2025-07-02 18:57 UTC (5+ messages)
` [PATCH net-next v2 4/5] net: ethtool: remove the compat code for "
` [PATCH net-next v2 5/5] net: ethtool: reduce indent "
[PATCH v7 00/12] iio: adc: Add support for AD4170 series of ADCs
2025-07-02 18:59 UTC (5+ messages)
stderr: fatal: bad revision 'AUTOINC' #bitbake #devtool
2025-07-02 18:56 UTC (2+ messages)
` [yocto] "
[PATCH] spi: cadence_qspi: Fix odd byte write issue in STIG mode
2025-07-02 18:56 UTC (2+ messages)
[PATCH] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
2025-07-01 11:46 UTC (4+ messages)
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-02 14:51 UTC (6+ messages)
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
[PATCH v3 0/8] drm/sched: Allow drivers to skip the reset with DRM_GPU_SCHED_STAT_NO_HANG
2025-07-02 14:41 UTC (7+ messages)
` [PATCH v3 3/8] drm/sched: Make timeout KUnit tests faster
Intel Xe SR-IOV support status
2025-07-01 16:15 UTC (3+ messages)
[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
2025-07-02 18:53 UTC (2+ messages)
[PATCH] drm/ttm: Remove unneeded blank line in comment
2025-07-02 18:53 UTC (2+ messages)
` ✓ Xe.CI.Full: success for "
[PATCH 0/7] Set/get accessor speedups
2025-07-02 18:54 UTC (4+ messages)
` [PATCH 7/7] btrfs: accessors: factor out split memcpy with two sources
[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
2025-07-02 18:52 UTC (3+ messages)
[PATCH v1] PM: hibernate: Avoid redundant resume_device assignment in resume_store()
2025-07-02 18:51 UTC (2+ messages)
[PATCH v3 00/28] lan966x pci device: Add support for SFPs
2025-07-02 18:51 UTC (4+ messages)
` [PATCH v3 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
moving to same chip, different board: no console output
2025-07-02 16:42 UTC (8+ messages)
[PATCH 1/2] ARM: dts: sun8i: v3s: Add RGB666 LCD PE pins definition
2025-07-02 13:56 UTC (2+ messages)
[PATCH 0/7] iomap: zero range folio batch support
2025-07-02 18:50 UTC (5+ messages)
` [PATCH 5/7] xfs: fill dirty folios on zero range of unwritten mappings
[PATCH v7 0/6] imx8mp: add support for the IMX AIPSTZ bridge
2025-07-02 18:49 UTC (3+ messages)
` [PATCH v7 4/6] arm64: dts: imx8mp: convert 'aips5' to 'aipstz5'
[PATCH bpf-next v2] selftests/bpf: allow veristat compile standalone
2025-07-02 18:50 UTC (2+ messages)
[PATCH v4 0/6] replace `allow(...)` lints with `expect(...)`
2025-07-02 18:47 UTC (3+ messages)
` [PATCH v4 2/6] rust: switch to `#[expect(...)]` in init and kunit
Kernel Janitor resources/organisation
2025-07-02 18:46 UTC (2+ messages)
[mani-mhi:mhi-next] BUILD SUCCESS 99b1cac2680b297b74a87fdd0f80e501d20e7561
2025-07-02 18:46 UTC
[PATCH 00/13] Parallelizing filesystem writeback
2025-07-02 18:44 UTC (14+ messages)
` [f2fs-dev] "
[PATCH v2] hiberbate: init image_size depend on totalram_pages
2025-07-02 18:44 UTC (2+ messages)
[PATCH v2 0/3] Support for Administrative Controllers
2025-07-02 18:39 UTC (4+ messages)
` [PATCH v2 1/3] nvme: add capability to connect to an admin controller
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-07-02 18:43 UTC (12+ messages)
[PATCH] builtin/gc: improve total_ram calculation for HAVE_BSD_SYSCTL
2025-07-02 18:42 UTC (3+ messages)
` [PATCH v2] builtin/gc: protect against sysctl() failure in total_ram
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-07-02 18:41 UTC (10+ messages)
[PATCH v9 00/10] support FEAT_MTE_TAGGED_FAR feature
2025-07-02 18:34 UTC (2+ messages)
[tip:master 19/19] include/linux/irq-entry-common.h:201:2: error: unexpected token
2025-07-02 18:40 UTC (12+ messages)
[PATCH v8 00/10] arm64: lan969x: Add support for Microchip LAN969x SoC
2025-07-02 18:36 UTC (11+ messages)
` [PATCH v8 01/10] arm64: Add config for Microchip SoC platforms
` [PATCH v8 02/10] ARM: at91: select ARCH_MICROCHIP
` [PATCH v8 03/10] arm64: lan969x: Add support for Microchip LAN969x SoC
` [PATCH v8 04/10] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
` [PATCH v8 05/10] tty: serial: atmel: make "
` [PATCH v8 06/10] spi: "
` [PATCH v8 07/10] i2c: at91: "
` [PATCH v8 08/10] dma: xdmac: "
` [PATCH v8 09/10] char: hw_random: atmel: "
` [PATCH v8 10/10] crypto: atmel-aes: "
[syzbot] [fs?] possible deadlock in __simple_recursive_removal
2025-07-02 18:39 UTC (2+ messages)
[PATCH v2 net-next] selftests: devmem: configure HDS threshold
2025-07-02 18:39 UTC (2+ messages)
[PATCH v3] net/iavf: fix VLAN offload strip flag
2025-07-02 18:38 UTC (2+ messages)
[PATCH v7 0/8] support FEAT_MTE_STORE_ONLY feature
2025-07-02 18:34 UTC (2+ messages)
[PATCH v2 0/2] cpufreq: CPPC: idle cpu perf handling
2025-07-02 18:38 UTC (7+ messages)
` [PATCH v2 2/2] cpufreq: CPPC: Dont read counters for idle CPUs
[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
2025-07-02 18:37 UTC (6+ messages)
` [PATCH v6 6/6] "
[PATCH] tracing: Remove EVENT_FILE_FL_SOFT_MODE flag
2025-07-02 18:36 UTC
[PATCH v5 00/13] arm64: debug: remove hook registration, split exception entry
2025-07-02 18:34 UTC (2+ messages)
[PATCH v1] drm/xe: Expose fan table and voltage regulator information
2025-07-02 18:34 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH] docs: ABI: Fix "diasble" to "disable"
2025-07-02 18:33 UTC (3+ messages)
` [PATCH v2] "
Bug: build is broken on FreeBSD if libsysinfo is installed
2025-07-02 18:32 UTC (4+ messages)
[openeuler:openEuler-1.0-LTS 1605/1605] fs/hugetlbfs/inode.c:635:3: warning: cast from 'int (*)(unsigned long, unsigned long, struct hf_args *)' to 'ktask_thread_func' (aka 'int (*)(void *, void *, void *)') converts to incompatible function type
2025-07-02 18:31 UTC
[PATCH net-next v4 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
2025-07-02 18:32 UTC (3+ messages)
` [PATCH net-next v4 6/7] bonding: Update to bond's sysfs and procfs for extended arp_ip_target format
[RFC net-next 0/4] devmem/io_uring: Allow devices without parent PCI device
2025-07-02 18:32 UTC (3+ messages)
` [RFC net-next 1/4] net: Allow non parent devices to be used for ZC DMA
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.