messages from 2025-08-05 18:03:46 to 2025-08-05 19:08:31 UTC [more...]
[PATCH] ALSA: intel_hdmi: Fix off-by-one error in __hdmi_lpe_audio_probe()
2025-08-05 19:08 UTC
[PATCH 0/5] btrfs-progs: device_get_partition_size*() enhancement and cleanup
2025-08-05 19:08 UTC (3+ messages)
` [PATCH 2/5] btrfs-progs: add error handling for device_get_partition_size()
[Buildroot] [PATCH] configs/qemu_sh4*: switch back to disk emulation
2025-08-05 19:07 UTC
[RFC PATCH v1 00/38] ARM CCA Device Assignment support
2025-08-05 19:06 UTC (9+ messages)
[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
2025-08-05 19:06 UTC (4+ messages)
` [PATCH v3 2/3] tests: add some tests validating skipped functions due to uncertain arg location
What's cooking in git.git (Aug 2025, #01; Sun, 3)
2025-08-05 19:06 UTC (14+ messages)
[PATCH 00/18] KVM: x86: Fastpath cleanups and PMU prep work
2025-08-05 19:05 UTC (19+ messages)
` [PATCH 01/18] KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
` [PATCH 02/18] KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs
` [PATCH 03/18] KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
` [PATCH 04/18] KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpath
` [PATCH 05/18] KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
` [PATCH 06/18] KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skipped
` [PATCH 07/18] KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpath
` [PATCH 08/18] KVM: x86: Fold WRMSR fastpath helpers into the main handler
` [PATCH 09/18] KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c
` [PATCH 10/18] KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
` [PATCH 11/18] KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs
` [PATCH 12/18] KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
` [PATCH 13/18] KVM: x86/pmu: Open code pmc_event_is_allowed() in its callers
` [PATCH 14/18] KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulation
` [PATCH 15/18] KVM: x86/pmu: Drop redundant check on PMC being locally "
` [PATCH 16/18] KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()
` [PATCH 17/18] KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()
` [PATCH 18/18] KVM: x86: Add a fastpath handler for INVD
[GSoC] Blog: Machine-Readable Repository Information Query Tool
2025-08-05 19:05 UTC (2+ messages)
` [GSoC] Blog: Machine-Readable Repository Information Query Tool (week 9)
[PATCH v7 0/7] add support for stapsdt probes
2025-08-05 19:05 UTC (4+ messages)
` [PATCH v7 2/7] support stapsdt ELF-note-defined static probes
` [DTrace-devel] "
[android-common:android15-6.6 1/1] arch/arm64/boot/dts/apple/t8103-j274.dtb: wifi@0,0 (pci14e4,4425): Unevaluated properties are not allowed ('local-mac-address' was unexpected)
2025-08-05 19:03 UTC
[PATCH v9 00/27] migration: propagate vTPM errors using Error objects
2025-08-05 18:25 UTC (28+ messages)
` [PATCH v9 01/27] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v9 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v9 03/27] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v9 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v9 05/27] migration: push Error **errp into loadvm_process_command()
` [PATCH v9 06/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v9 07/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v9 08/27] migration: push Error **errp into qemu_load_device_state()
` [PATCH v9 09/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v9 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v9 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v9 12/27] migration: Update qemu_file_get_return_path() docs and remove dead checks
` [PATCH v9 13/27] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v9 14/27] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v9 15/27] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v9 16/27] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH v9 17/27] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v9 18/27] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PATCH v9 19/27] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH v9 20/27] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH v9 21/27] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
` [PATCH v9 22/27] migration: Capture error in postcopy_ram_listen_thread()
` [PATCH v9 23/27] migration: Refactor vmstate_save_state_v() function
` [PATCH v9 24/27] migration: Propagate last encountered error in "
` [PATCH v9 25/27] migration: Remove error variant of vmstate_save_state() function
` [PATCH v9 26/27] migration: Add error-parameterized function variants in VMSD struct
` [PATCH v9 27/27] backends/tpm: Propagate vTPM error on migration failure
[PATCH v3 0/4] NFSD DIRECT: add handling for misaligned WRITEs
2025-08-05 19:02 UTC (4+ messages)
` [PATCH v3 3/4] NFSD: issue WRITEs using O_DIRECT even if IO is misaligned
[v5 PATCH 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-08-05 18:59 UTC (9+ messages)
` [PATCH 3/4] arm64: mm: support "
` [PATCH 4/4] arm64: mm: split linear mapping if BBML2 is not supported on secondary CPUs
[PULL for 10.1-rc2 0/3] doc and testing fixes
2025-08-05 19:00 UTC (2+ messages)
[PATCH net v3 0/2] net: tcp: lookup the best matched listen socket
2025-08-05 19:00 UTC (3+ messages)
` [PATCH net v3 2/2] selftests/net: test TCP reuseport socket selection
[PATCH] selftests/mm: fix FORCE_READ to read input value correctly
2025-08-05 19:00 UTC (5+ messages)
[RFC PATCH 0/9] vfio: Introduce mmap maple tree
2025-08-05 19:00 UTC (7+ messages)
` "
[PATCH v2] xen/dom0less: arm: fix hwdom 1:1 low memory allocation
2025-08-05 19:00 UTC
[PATCH trivial] qga: correctly write to /sys/power/state on linux
2025-08-05 18:56 UTC (2+ messages)
Why does git-grep appear to treat exclude pathspecs differently?
2025-08-05 18:57 UTC (8+ messages)
[PATCH master] tlv: drop assigned MAC addresses from fixup
2025-08-05 18:53 UTC
[PATCH] machine/arch-arm: Append TUNE_CCARGS_MARCH to TUNE_CCARGS conditionally
2025-08-05 18:55 UTC (2+ messages)
[drm-i915:drm-intel-next 1/1] drivers/gpu/drm/i915/display/skl_scaler.c:967:57: warning: variable 'id' is uninitialized when used here
2025-08-05 18:55 UTC
[PATCH V2] accel/amdxdna: Unify pm and rpm suspend and resume callbacks
2025-08-05 18:55 UTC (3+ messages)
[PATCH] meson: remove 'gnutls-bug1717-workaround' for migration TLS crashes
2025-08-05 18:54 UTC (2+ messages)
[MAINTAINERS SUMMIT] The role of AI and LLMs in the kernel process
2025-08-05 18:55 UTC (14+ messages)
[PATCH] btrfs: do not set mtime/ctime to current time when unlinking for log replay
2025-08-05 18:55 UTC (2+ messages)
AMD/Xilinx Zynq FPGA manager stopped to work after 6.16.0-g283564a43383
2025-08-05 18:52 UTC (4+ messages)
[PATCH trivial v2] tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported
2025-08-05 18:50 UTC (2+ messages)
[PATCH] riscv: Add sysctl to control discard of vstate during syscall
2025-08-05 18:51 UTC (5+ messages)
[RFC PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
2025-08-05 18:51 UTC (4+ messages)
[RFT][PATCH v1 0/5] cpuidle: menu: Avoid discarding useful information when processing recent idle intervals
2025-08-05 18:50 UTC (6+ messages)
` [RFT][PATCH v1 5/5] cpuidle: menu: Avoid discarding useful information
U-Boot support for wolfTPM and firmware update for SLB9672/SLB9673
2025-08-05 15:31 UTC (6+ messages)
[PATCH 0/8] refs: fix migration of reflog entries
2025-08-05 18:47 UTC (3+ messages)
` [PATCH v5 0/9] "
[PATCH v2 0/3] xen/arch: irq: drop unreachable pirq callbacks
2025-08-05 18:40 UTC (4+ messages)
` [PATCH v2 2/3] xen/ppc: "
` [PATCH v2 1/3] xen/arm: "
` [PATCH v2 3/3] xen/riscv: "
[PATCH] btrfs: fix node balancing condition in balance_level()
2025-08-05 18:46 UTC (2+ messages)
[RFC PATCH 00/36] arm_mpam: Add basic mpam driver
2025-08-05 17:07 UTC (5+ messages)
` [RFC PATCH 10/36] ACPI / MPAM: Parse the MPAM table
[PATCH v4 0/4] NFSD DIRECT: misaligned READs fixup, add handling for misaligned WRITEs
2025-08-05 18:44 UTC (5+ messages)
` [PATCH v4 1/4] NFSD: avoid using iov_iter_is_aligned() in nfsd_iter_read()
` [PATCH v4 2/4] NFSD: refactor nfsd_read_vector_dio to EVENT_CLASS useful for READ and WRITE
` [PATCH v4 3/4] NFSD: prepare nfsd_vfs_write() to use O_DIRECT on misaligned WRITEs
` [PATCH v4 4/4] NFSD: issue WRITEs using O_DIRECT even if IO is misaligned
[PATCH v1 0/4] KVM: arm64: Fixes to handling of restricted registers for protected VMs
2025-08-05 18:43 UTC (4+ messages)
` [PATCH v1 3/4] KVM: arm64: Sync protected guest VBAR_EL1 on injecting an undef exception
[PATCH] test: Fix tstring_ternary_nested .r file
2025-08-05 18:43 UTC
[RFC PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
2025-08-05 18:43 UTC (2+ messages)
[GIT PULL] Networking for v6.17
2025-08-05 18:42 UTC (5+ messages)
System can not go into suspend when remoteproc is probed on AM62X
2025-08-05 18:41 UTC (6+ messages)
[PATCH RFC v2 0/8] ovl: Enable support for casefold filesystems
2025-08-05 18:40 UTC (4+ messages)
` [PATCH RFC v2 2/8] ovl: Create ovl_strcmp() with casefold support
[RFC PATCH v6 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-08-05 18:37 UTC (6+ messages)
` [RFC PATCH v6 3/4] arm64: mm: support "
` [RFC PATCH v6 4/4] arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs
[XEN][PATCH] xen/dom0less: arm: fix hwdom 1:1 low memory allocation
2025-08-05 18:39 UTC (4+ messages)
[PATCH v4 0/5] Fix issues with ARM Processor CPER records
2025-08-05 18:39 UTC (7+ messages)
` [PATCH v4 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v4 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v4 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v4 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v4 5/5] docs: efi: add CPER functions to driver-api
[PATCH master 0/8] ARM: mmu: fix hang reserving memory after text area
2025-08-05 17:45 UTC (9+ messages)
` [PATCH master 1/8] partition: rename region_overlap_end to region_overlap_end_inclusive
` [PATCH master 2/8] partition: define new region_overlap_end_exclusive helper
` [PATCH master 3/8] ARM: mmu: skip TLB invalidation if remapping zero bytes
` [PATCH master 4/8] ARM64: mmu: pass map type not PTE flags to early_remap_range
` [PATCH master 5/8] ARM: mmu: provide setup_trap_pages for both 32- and 64-bit
` [PATCH master 6/8] ARM: mmu: setup trap pages before remapping R/O
` [PATCH master 7/8] ARM: mmu: share common memory bank remapping code
` [PATCH master 8/8] ARM: mmu: fix hang reserving memory after text area
[PATCH net v2 0/3] Fix broken link with TH1520 GMAC when linkspeed changes
2025-08-05 18:05 UTC (7+ messages)
` [PATCH net v2 2/3] net: stmmac: thead: Get and enable APB clock on initialization
[PATCH 0/3] btrfs-progs: updates related to seed device and v6.17 kernel
2025-08-05 18:38 UTC (2+ messages)
[PATCH AUTOSEL 6.16-6.6] mfd: axp20x: Set explicit ID for AXP313 regulator
2025-08-05 18:09 UTC (5+ messages)
` [PATCH AUTOSEL 6.16-6.6] PCI: xgene-msi: Resend an MSI racing with itself on a different CPU
[ath:master] BUILD SUCCESS 95bf875b89b48a95a82aca922eeaf19d52543028
2025-08-05 18:34 UTC
[PATCH v3 0/3] spi: atmel: Add GCLK support and simplify MR update
2025-08-05 18:00 UTC (3+ messages)
` [PATCH v3 2/3] spi: dt-bindings: atmel,at91rm9200-spi: Add support for optional 'spi_gclk' clock
[PATCH v3 00/10] pmdomain: Partial refactor, support modem and RTFF
2025-08-05 17:56 UTC (7+ messages)
` [PATCH v3 01/10] dt-bindings: memory: mtk-smi: Document #access-controller-cells
` [PATCH v3 03/10] dt-bindings: power: mediatek: Document access-controllers property
[PATCH net v3] net: ti: icssg-prueth: Fix emac link speed handling
2025-08-05 17:38 UTC
[PATCH ath-next v3] wifi: ath11k: fix group data packet drops during rekey
2025-08-05 17:51 UTC (2+ messages)
[MAINTAINERS SUMMIT] Annotating patches containing AI-assisted code
2025-08-05 18:34 UTC (6+ messages)
[PATCH 0/6] Fix various rename corner cases
2025-08-05 18:34 UTC (16+ messages)
` [PATCH 3/6] t6423: document two bugs with rename-to-self testcases
` [PATCH 4/6] t6423: fix missed staging of file in testcases 12i,12j,12k
` [PATCH 5/6] merge-ort: fix incorrect file handling
[PATCH] test: Remove errant debug statement
2025-08-05 18:32 UTC
[PATCH v4] genirq: Add kunit tests for depth counts
2025-08-05 18:32 UTC (3+ messages)
` [PATCH] genirq/test: Resolve irq lock inversion warnings
[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface
2025-08-05 18:30 UTC (2+ messages)
` [PATCH 2/2] copy_file_range: limit size if in compat mode
[PATCH v6 0/4] Introduce git-last-modified(1) command
2025-08-05 18:28 UTC (5+ messages)
` [PATCH v7 0/3] "
[PATCH v2 00/13] Signed BPF programs
2025-08-05 18:28 UTC (3+ messages)
` [PATCH v2 08/13] bpf: Implement signature verification for "
[PATCH v2] futex: don't leak robust_list pointer on exec race
2025-08-05 18:27 UTC (2+ messages)
[masahiroy:kbuild 88/101] llvm-objcopy: error: Link field value 71 in section .rela.plt is not a symbol table
2025-08-05 18:27 UTC
[paulmck-rcu:dev] BUILD SUCCESS f2872f05e49b923545d7a5e092914bc4dfc0ea06
2025-08-05 18:27 UTC
[PATCH v2] qga: Fix ubsan warning
2025-08-05 18:26 UTC (2+ messages)
[PATCH] hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue
2025-08-05 18:26 UTC (2+ messages)
[PATCH 2/3] arm64: dts: qcom: sa8155: Add gear and rate limit properties to UFS
2025-08-05 18:26 UTC (14+ messages)
[PATCH 1/1] SUNRPC: call_connect_status needs to destroy transport on ETIMEDOUT before retry
2025-08-05 18:25 UTC (9+ messages)
[PATCH] NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
2025-08-05 18:24 UTC (2+ messages)
[PATCH v2 00/32] Live Update Orchestrator
2025-08-05 18:24 UTC (11+ messages)
` [PATCH v2 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v2 31/32] libluo: introduce luoctl
[PATCH 00/11] Add and use memdesc_flags_t
2025-08-05 17:23 UTC (3+ messages)
` [PATCH 01/11] mm: Introduce memdesc_flags_t
` [PATCH 11/11] mm: Add folio_is_pci_p2pdma()
[PATCH v4 0/6] Prepare GPU SVM for migration of THP
2025-08-05 18:20 UTC (2+ messages)
` ✓ CI.KUnit: success for Prepare GPU SVM for migration of THP (rev4)
Xen 4.21 Development Update [June-July]
2025-08-05 18:19 UTC
[PATCH] selinux: implement bpf_token_cmd and bpf_token_capable hooks
2025-08-05 18:19 UTC (8+ messages)
[PATCH v7 0/2] Adding device tree and binding for NVIDIA GB200-UT3.0b
2025-08-05 18:18 UTC (3+ messages)
[PATCH V2 0/4] Fix mid_q_entry memory leaks in SMB client
2025-08-05 18:16 UTC (3+ messages)
[PATCH] vfio/type1: Absorb num_pages_contiguous()
2025-08-05 18:15 UTC (4+ messages)
[PATCH] drm/xe/: MADVISE SQUASH for CI-v6_with_gpuvm_changes
2025-08-05 18:13 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH] drm/xe/pf: Program LMTT directory pointer on all GTs within a tile
2025-08-05 18:12 UTC (2+ messages)
[PATCH] test: Fix post processing of return-action override-pid tests
2025-08-05 18:12 UTC
[PATCH v2] counter: ti-ecap-capture: Remove error print for devm_add_action_or_reset()
2025-08-05 18:10 UTC (2+ messages)
[BUG] pci: nwl: Unhandled AER correctable error
2025-08-05 17:30 UTC (5+ messages)
[RFC PATCH V5 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
2025-08-05 18:09 UTC (3+ messages)
` [RFC PATCH V5 2/4] Drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V
[PATCH v5 0/6] initial usbdrd phy support for Exynosautov920 soc
2025-08-05 11:52 UTC (4+ messages)
` [PATCH v5 5/6] dt-bindings: phy: samsung,usb3-drd-phy: add ExynosAutov920 combo ssphy
` [PATCH v5 6/6] phy: exynos5-usbdrd: support SS combo phy for ExynosAutov920
[PATCH v2] btrfs: implement ref_tracker for delayed_nodes
2025-08-05 18:07 UTC (4+ messages)
[PATCH] crypto: ccp: Fix checks for SNP_VLEK_LOAD input buffer length
2025-08-05 18:05 UTC (2+ messages)
[PATCH 0/3] drm: Fix initializing format info in drm_framebuffer
2025-08-05 18:04 UTC (8+ messages)
` [PATCH 1/3] drm/omap: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
2025-08-05 18:04 UTC (9+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes
What's cooking in git.git (Aug 2025, #02; Mon, 4)
2025-08-05 18:03 UTC (3+ messages)
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.