messages from 2026-05-29 21:45:54 to 2026-05-29 22:37:51 UTC [more...]
[PATCH] tpm-buf: memory-safe allocations
2026-05-29 22:37 UTC (7+ messages)
[PATCH bpf-next 1/4] slab: Introduce kmem_cache_alloc_nolock()
2026-05-29 22:37 UTC (3+ messages)
[PATCH] drm/xe/multi_queue: Fix secondary queue GuC scheduling in idle_skip_suspend path
2026-05-29 22:34 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH v3 0/3] Add Sony IMX471 camera sensor driver
2026-05-29 22:33 UTC (3+ messages)
` [PATCH v3 1/3] media: ipu-bridge: Add DMI information of Lenovo X9 to the image upside-down list
[PATCH 0/2] hw/i3c: fix DW-I3C FIFO depth advertisement
2026-05-29 22:30 UTC (7+ messages)
` [PATCH 1/2] hw/i3c: fix CMD/data FIFO depth reset values to match real silicon
` [PATCH 2/2] hw/i3c: rename DW-I3C queue capacity fields from _bytes to _words
[dwmw2:ffclock 8/10] kernel/time/timekeeping.c:2526:49: warning: shift count >= width of type
2026-05-29 22:30 UTC
[dwmw2:ffclock /11] kernel/time/timekeeping.c:2526:56: warning: left shift count >= width of type
2026-05-29 22:30 UTC
[PATCH net-next v3 06/14] net: ethernet: oa_tc6: Support for hardware timestamp
2026-05-29 22:30 UTC (2+ messages)
[PATCH 1/2] KVM: SEV: Do not allow SEV-SNP VMs from intra-host migration
2026-05-29 22:28 UTC (4+ messages)
[PATCH 10/24] KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer
2026-05-29 22:28 UTC (2+ messages)
[PATCH bpf-next] bpf: MAINTAINERS: Update bpf maintainers
2026-05-29 22:26 UTC (2+ messages)
[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
2026-05-29 22:26 UTC (3+ messages)
[PATCH net-next v3 05/14] net: ethernet: oa_tc6: Move OA TC6 MMS definitions to header file
2026-05-29 22:24 UTC (2+ messages)
[PATCH v3 00/40] KVM: x86: GPR accessors and x86.{c,h} spring cleaning
2026-05-29 22:22 UTC (41+ messages)
` [PATCH v3 01/40] KVM: SVM: Truncate INVLPGA address in compatibility mode
` [PATCH v3 02/40] KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercall
` [PATCH v3 03/40] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v3 04/40] KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode
` [PATCH v3 05/40] KVM: x86: Trace hypercall register *after* truncating values for 32-bit
` [PATCH v3 06/40] KVM: x86: Rename kvm_cache_regs.h => regs.h
` [PATCH v3 07/40] KVM: x86: Move inlined GPR, CR, and DR helpers from x86.h to regs.h
` [PATCH v3 08/40] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
` [PATCH v3 09/40] KVM: x86: Drop non-raw kvm_<reg>_write() helpers
` [PATCH v3 10/40] KVM: nSVM: Use kvm_rax_read() now that it's mode-aware
` [PATCH v3 11/40] Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode"
` [PATCH v3 12/40] KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernels
` [PATCH v3 13/40] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH v3 14/40] KVM: x86: Move async #PF helpers to x86.h (as inlines)
` [PATCH v3 15/40] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v3 16/40] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v3 17/40] KVM: x86: Drop defunct vcpu_tsc_khz() declaration
` [PATCH v3 18/40] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v3 19/40] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v3 20/40] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v3 21/40] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v3 22/40] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v3 23/40] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v3 24/40] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v3 25/40] KVM: x86: Expose several TSC helpers via x86.h for use by MSR code
` [PATCH v3 26/40] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v3 27/40] KVM: x86: Move register helper declarations from kvm_host.h => regs.h
` [PATCH v3 28/40] KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h
` [PATCH v3 29/40] KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration
` [PATCH v3 30/40] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
` [PATCH v3 31/40] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
` [PATCH v3 32/40] KVM: x86: Move LLDT assembly wrappers into VMX
` [PATCH v3 33/40] KVM: x86: Move kvm_cpu_get_apicid() from kvm_host.h => avic.c
` [PATCH v3 34/40] KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c
` [PATCH v3 35/40] KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h
` [PATCH v3 36/40] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v3 37/40] KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h
` [PATCH v3 38/40] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
` [PATCH v3 39/40] KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
` [PATCH v3 40/40] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h
[PATCH] btrfs: use lockless read in nr_cached_objects shrinker callback
2026-05-29 22:23 UTC (3+ messages)
[PATCH] platform/x86/intel/vsec: Restore BAR fallback for header walk
2026-05-29 22:22 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH] HID: intel-thc-hid: intel-quickspi: reset touch IC on system resume
2026-05-29 22:22 UTC
[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
2026-05-29 22:20 UTC (6+ messages)
[PATCH net-next v3 03/14] net: phy: microchip_t1s: Use generic APIs for C45 read and write
2026-05-29 22:20 UTC (2+ messages)
[PATCH net-next v3 02/14] net: ethernet: oa_tc6: Move oa_tc6.c to its own directory
2026-05-29 22:19 UTC (2+ messages)
[arm-integrator:b4/gemini-verbatim-gigabit-nas 2/2] arch/arm/boot/dts/gemini/gemini-verbatim-s08v1901-d1.dtb: / (verbatim,s08v1901-d1): compatible: 'oneOf' conditional failed, one must be fixed:
2026-05-29 22:14 UTC
[PATCH vfs-7.2.xattr v2] bpf: Add simple xattr support to bpffs
2026-05-29 22:12 UTC
[PATCH net-next v3 01/14] net: phy: Helper to read and write through C45 without lock
2026-05-29 22:11 UTC (2+ messages)
FreeBSD CI after Cirrus shuts down?
2026-05-29 22:07 UTC (9+ messages)
Missing signoff in the edac tree
2026-05-29 22:07 UTC (2+ messages)
[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-05-29 22:05 UTC (2+ messages)
[PATCH] crypto: crypto4xx - Remove insecure and unused rng_alg
2026-05-29 22:04 UTC
[PATCH bpf-next 3/4] bpf,slab: Add slub-backed allocator for bpf_arena
2026-05-29 22:04 UTC (2+ messages)
[PATCH v2 1/3] binman: imx8mimage: Handle nxp,boot-from = "fspi"
2026-05-29 22:03 UTC (2+ messages)
[PATCH] drm/xe/pcode: Don't ignore drmm_mutex_init failure
2026-05-29 22:03 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH v3 0/3] allow control DTB to double as "FIT image"
2026-05-29 22:02 UTC (5+ messages)
` [PATCH v3 1/3] image-fit.c: introduce CONTROL_DTB_AS_FIT config knob
` [PATCH v3 3/3] test: hook up test of allowing control DTB to act as FIT image
[syzbot] [ntfs3?] INFO: task hung in attr_data_get_block (2)
2026-05-29 22:03 UTC
[syzbot] [net?] BUG: sleeping function called from invalid context in netif_rx_mode_run
2026-05-29 22:03 UTC
[Buildroot] [PATCH 1/2] utils/bump-stable-kernel-versions: update for split hash file
2026-05-29 22:02 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] utils/bump-stable-kernel-versions: automatically commit result
[PATCH v7 00/38] Hexagon system emulation, Part 1/3
2026-05-29 21:55 UTC (39+ messages)
` [PATCH v7 01/38] docs: Add hexagon sysemu docs
` [PATCH v7 02/38] docs/system: Add hexagon CPU emulation
` [PATCH v7 03/38] target/hexagon: Fix badva reference, delete CAUSE
` [PATCH v7 04/38] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PATCH v7 05/38] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PATCH v7 06/38] target/hexagon: Suppress unused-variable warnings for sysemu source regs
` [PATCH v7 07/38] target/hexagon: Make gen_exception_end_tb non-static
` [PATCH v7 08/38] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PATCH v7 09/38] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH v7 10/38] target/hexagon: Add a placeholder fp exception
` [PATCH v7 11/38] target/hexagon: Add guest, system reg number defs
` [PATCH v7 12/38] target/hexagon: Add guest, system reg number state
` [PATCH v7 13/38] target/hexagon: Add TCG values for sreg, greg
` [PATCH v7 14/38] target/hexagon: Add guest/sys reg writes to DisasContext
` [PATCH v7 15/38] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH v7 16/38] target/hexagon: Add new macro definitions "
` [PATCH v7 17/38] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH v7 18/38] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PATCH v7 19/38] target/hexagon: Add vmstate representation
` [PATCH v7 20/38] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PATCH v7 21/38] target/hexagon: Define register fields for system regs
` [PATCH v7 22/38] target/hexagon: Implement do_raise_exception()
` [PATCH v7 23/38] target/hexagon: Add system reg insns
` [PATCH v7 24/38] target/hexagon: Add sysemu TCG overrides
` [PATCH v7 25/38] target/hexagon: Add implicit attributes to sysemu macros
` [PATCH v7 26/38] target/hexagon: Add TCG overrides for int handler insts
` [PATCH v7 27/38] target/hexagon: Add TCG overrides for thread ctl
` [PATCH v7 28/38] target/hexagon: Add TCG overrides for rte, nmi
` [PATCH v7 29/38] target/hexagon: Add sreg_{read,write} helpers
` [PATCH v7 30/38] target/hexagon: Add representation to count cycles
` [PATCH v7 31/38] target/hexagon: Add implementation of cycle counters
` [PATCH v7 32/38] target/hexagon: Add pcycle setting functionality
` [PATCH v7 33/38] target/hexagon: Add cpu modes, mmu indices, next_PC to state
` [PATCH v7 34/38] hw/hexagon: Declare hexagon TLB device interface
` [PATCH v7 35/38] target/hexagon: Define MMU_INDEX TB_FLAGS field
` [PATCH v7 36/38] target/hexagon: Add stubs for modify_ssr/get_exe_mode
` [PATCH v7 37/38] target/hexagon: Define f{S,G}ET_FIELD macros
` [PATCH v7 38/38] target/hexagon: Add hex_interrupts support
[PATCH v5 00/28] Hexagon system emulation, Part 2/3
2026-05-29 21:58 UTC (29+ messages)
` [PATCH v5 01/28] target/hexagon: Implement {c,}swi helpers
` [PATCH v5 02/28] target/hexagon: Implement iassign{r,w} helpers
` [PATCH v5 03/28] target/hexagon: Implement start/stop helpers, soft reset
` [PATCH v5 04/28] target/hexagon: Implement {g,s}etimask helpers
` [PATCH v5 05/28] target/hexagon: Implement wait helper
` [PATCH v5 06/28] target/hexagon: Implement get_exe_mode()
` [PATCH v5 07/28] target/hexagon: Implement hex_tlb_entry_get_perm()
` [PATCH v5 08/28] target/hexagon: Implement software interrupt
` [PATCH v5 09/28] target/hexagon: Implement stack overflow exception
` [PATCH v5 10/28] target/hexagon: Implement exec_interrupt, set_irq
` [PATCH v5 11/28] target/hexagon: add simple cpu_exec_reset and pointer_wrap
` [PATCH v5 12/28] target/hexagon: Implement hexagon_tlb_fill()
` [PATCH v5 13/28] target/hexagon: Implement siad inst
` [PATCH v5 14/28] target/hexagon: Implement hexagon_resume_threads()
` [PATCH v5 15/28] target/hexagon: Implement setprio, resched
` [PATCH v5 16/28] target/hexagon: Add sysemu_ops, cpu_get_phys_page_debug()
` [PATCH v5 17/28] target/hexagon: extend hexagon_cpu_mmu_index() for sysemu
` [PATCH v5 18/28] target/hexagon: Decode trap1, rte as COF
` [PATCH v5 19/28] target/hexagon: Implement modify_ssr, resched, pending_interrupt
` [PATCH v5 20/28] target/hexagon: Add pkt_ends_tb to translation
` [PATCH v5 21/28] target/hexagon: Add next_PC, {s,g}reg writes
` [PATCH v5 22/28] target/hexagon: Add implicit sysreg writes
` [PATCH v5 23/28] target/hexagon: Define system, guest reg names
` [PATCH v5 24/28] target/hexagon: Add k0 {un,}lock
` [PATCH v5 25/28] target/hexagon: Add PC to raise_exception, use fTRAP() helper
` [PATCH v5 26/28] target/hexagon: Add TCG overrides for transfer insts
` [PATCH v5 27/28] target/hexagon: Add support for loadw_phys
` [PATCH v5 28/28] target/hexagon: Add guest reg reading functionality
[PATCH v6 0/9] Hexagon system emulation, Part 3/3
2026-05-29 21:59 UTC (10+ messages)
` [PATCH v6 1/9] hw/hexagon: Add globalreg model
` [PATCH v6 2/9] hw/hexagon: Add global register tracing
` [PATCH v6 3/9] hw/hexagon: Add hexagon TLB device implementation
` [PATCH v6 4/9] hw/hexagon: Add machine configs for sysemu
` [PATCH v6 5/9] hw/hexagon: Add v68, sa8775-cdsp0 defs
` [PATCH v6 6/9] hw/hexagon: Add support for cfgbase
` [PATCH v6 7/9] target/hexagon: add build config for softmmu
` [PATCH v6 8/9] hw/hexagon: Define hexagon "virt" machine
` [PATCH v6 9/9] tests/qtest: Add hexagon boot-serial-test
[PATCH v1 0/6] power: Use named initializers for platform_device_id arrays
2026-05-29 22:02 UTC (3+ messages)
` [PATCH v1 1/6] power: Drop unused assignment of platform_device_id driver data
[PATCH] dt-bindings: usb: convert PXA USB bindings to YAML
2026-05-29 22:01 UTC (2+ messages)
linux-next: manual merge of the drm tree with the drm-fixes tree
2026-05-29 22:00 UTC
[PATCH v8 0/2] i2c: designware: fix WACF2200 touchscreen probe ordering
2026-05-29 21:59 UTC (6+ messages)
` [PATCH v8 2/2] i2c: designware: defer probe if child GpioInt controllers are not bound
Fixes tags need work in the pinctrl tree
2026-05-29 21:58 UTC
Missing signoff in the net tree
2026-05-29 21:57 UTC
[PATCH v6 0/6] iommu: Standardize ATS robustness and state tracking
2026-05-29 21:56 UTC (5+ messages)
` [PATCH v6 3/6] PCI/ATS: Mandate checking pci_ats_supported() before pci_prepare_ats()
` [PATCH v6 4/6] iommu/arm-smmu-v3: Standardize ATS enablement failure reporting
[PATCH v2] iopoll: use udelay() for initial polling
2026-05-29 21:56 UTC (8+ messages)
[Buildroot] [PATCH 1/3] package/libenca: bump to version 1.22 and migrate to new upstream
2026-05-29 21:53 UTC (4+ messages)
` [Buildroot] [PATCH 2/3] DEVELOPERS: add Shubham Chakraborty for libenca
[PULL v3 00/10] Linux user next patches
2026-05-29 21:51 UTC (11+ messages)
` [PULL v3 01/10] linux-user/ppc: restore fp_status from FPSCR on sigreturn
` [PULL v3 02/10] linux-user/mips: save/restore FCSR across signal delivery
` [PULL v3 03/10] linux-user/sh4: preserve T/M/Q bits "
` [PULL v3 04/10] linux-user/sh4: restore FP rounding mode on sigreturn
` [PULL v3 05/10] target/sh4: sync fp_status when gdb writes FPSCR
` [PULL v3 06/10] linux-user/s390x: restore fpu_status rounding mode from FPC on sigreturn
` [PULL v3 07/10] linux-user: Implement finer grained madivse() syscall
` [PULL v3 08/10] linux-user: Fix typo in function documentation for pgb_addr_set()
` [PULL v3 09/10] linux-user: Move init_main_thread() prototype to user-internals.h
` [PULL v3 10/10] linux-user: Move cpu_copy() "
[Buildroot] [git commit branch/next] package/libenca: fix C23 compatibility for getenv/getopt prototypes
2026-05-29 21:52 UTC
[Buildroot] [git commit branch/next] DEVELOPERS: add Shubham Chakraborty for libenca
2026-05-29 21:52 UTC
[Buildroot] [git commit branch/next] package/libenca: bump to version 1.22 and migrate to new upstream
2026-05-29 21:52 UTC
[PATCH] tidbits: net-udp: add server and client mode
2026-05-29 21:53 UTC (7+ messages)
[Buildroot] [PATCH v5 6/8] utils/generate-cyclonedx: mark host packages as external
2026-05-29 21:53 UTC (5+ messages)
[PATCH] Documentation: drm: Add entry for removing spsc_queue to TODO list
2026-05-29 21:52 UTC
[Buildroot] [PATCH 1/2] DEVELOPERS: drop Mauro Condarelli, email bounces
2026-05-29 21:52 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] DEVELOPERS: drop John Faith, "
[PATCH] drm/vmwgfx: Remove duplicates in vmwgfx_bo.h
2026-05-29 21:52 UTC (2+ messages)
[PATCH batadv] batman-adv: prevent ELP transmission interval underflow
2026-05-29 21:51 UTC
[PATCH v3 00/10]
2026-05-29 21:51 UTC (3+ messages)
` [PATCH v3 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state
[PATCH 6.6 000/186] 6.6.142-rc1 review
2026-05-29 21:50 UTC (2+ messages)
[PATCH 6.12 000/272] 6.12.92-rc1 review
2026-05-29 21:50 UTC (2+ messages)
[PATCH 6.18 000/377] 6.18.34-rc1 review
2026-05-29 21:49 UTC (2+ messages)
[PATCH v2 2/3] media: iris: Add support for Milos (VPU v2.0)
2026-05-29 21:48 UTC (2+ messages)
[jic23-iio:testing 240/253] ERROR: modpost: "__umoddi3" [drivers/iio/light/apds9999.ko] undefined!
2026-05-29 21:47 UTC
[PATCH v4 0/4] Fix some issues from igt runs
2026-05-29 21:46 UTC (3+ messages)
` [PATCH v4 3/4] drm/vmwgfx: Reserve ttm object before resv usage
linux-next: manual merge of the spi tree with the i2c-host tree
2026-05-29 21:46 UTC
[PATCH] man/man2/fanotify_mark.2: AT_FDCWD plus NULL path doesn't work
2026-05-29 21:45 UTC (3+ messages)
[PATCH v2] scsi: ufs: core: handle PM SSU timeout before SCSI EH
2026-05-29 21:45 UTC (2+ 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.