messages from 2025-07-04 08:16:04 to 2025-07-04 08:52:53 UTC [more...]
[PATCH 0/8] add Voyager board support
2025-07-04 8:14 UTC (5+ messages)
` [PATCH 1/8] riscv: add Andes SoC family Kconfig support
` [PATCH 4/8] dt-bindings: interrupt-controller: add Andes machine-level software interrupt controller
` [PATCH 7/8] riscv: dts: andes: add Voyager board device tree
` [PATCH 8/8] riscv: defconfig: enable Andes SoC
[PATCH] fs/xfs: replace strncpy with memtostr_pad()
2025-07-04 8:52 UTC (2+ messages)
[PULL 00/27] vfio queue
2025-07-04 8:45 UTC (27+ messages)
` [PULL 01/27] vfio/container: Fix potential SIGSEGV when recover from unmap-all-vaddr failure
` [PULL 02/27] vfio/container: Fix vfio_container_post_load()
` [PULL 03/27] vfio-user: do not register vfio-user container with cpr
` [PULL 04/27] i386/tdx: Build TDX only for 64-bit target
` [PULL 05/27] b4: Drop linktrailermask
` [PULL 06/27] Makefile: prune quilt source files for cscope
` [PULL 07/27] vfio-pci: preserve MSI
` [PULL 08/27] vfio-pci: preserve INTx
` [PULL 09/27] migration: close kvm after cpr
` [PULL 10/27] migration: cpr_get_fd_param helper
` [PULL 11/27] backends/iommufd: iommufd_backend_map_file_dma
` [PULL 12/27] backends/iommufd: change process ioctl
` [PULL 13/27] physmem: qemu_ram_get_fd_offset
` [PULL 14/27] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PULL 15/27] vfio/iommufd: invariant device name
` [PULL 16/27] vfio/iommufd: add vfio_device_free_name
` [PULL 17/27] vfio/iommufd: device name blocker
` [PULL 18/27] vfio/iommufd: register container for cpr
` [PULL 19/27] migration: vfio cpr state hook
` [PULL 20/27] vfio/iommufd: cpr state
` [PULL 21/27] vfio/iommufd: preserve descriptors
` [PULL 22/27] vfio/iommufd: reconstruct device
` [PULL 23/27] vfio/iommufd: reconstruct hwpt
` [PULL 24/27] vfio/iommufd: change process
` [PULL 25/27] iommufd: preserve DMA mappings
` [PULL 26/27] vfio/container: delete old cpr register
[PATCH 5.15.y] xfs: fix super block buf log item UAF during force shutdown
2025-07-04 8:52 UTC (6+ messages)
[PATCH v2 1/3] drm/amdgpu: Dirty cleared blocks on free
2025-07-04 8:52 UTC (3+ messages)
` [PATCH v2 2/3] drm/amdgpu: Reset the clear flag in buddy during resume
[PATCH 0/7] Describe the IMEM present in Qualcomm IPQ SoC's
2025-07-04 8:51 UTC (7+ messages)
` [PATCH 1/7] dt-bindings: sram: qcom,imem: Document Qualcomm IPQ SoC's IMEM compatibles
[PATCH 0/5] Allwinner A100/A133 Ethernet MAC (EMAC) Support
2025-07-04 8:02 UTC (3+ messages)
` [PATCH 1/5] pinctrl: sunxi: Fix a100 emac pin function name
[PATCH v6 00/39] accel: Preparatory cleanups for split-accel
2025-07-04 9:02 UTC (19+ messages)
` [PATCH v6 05/39] accel/kvm: Remove kvm_init_cpu_signals() stub
` [PATCH v6 11/39] accel/tcg: Extract statistic related code to tcg-stats.c
` [PATCH v6 21/39] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PATCH v6 24/39] accel/nvmm: Expose nvmm_enabled() to common code
` [PATCH v6 28/39] accel: Expose and register generic_handle_interrupt()
` [PATCH v6 37/39] accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
` [PATCH v6 38/39] accel: Extract AccelClass definition to 'accel/accel-ops.h'
[PATCH 0/2] coredump: socket PIDFD+PIDFD_INFO_COREDUMP issues
2025-07-04 8:51 UTC (3+ messages)
` [PATCH 1/2] coredump: fix race condition between connect and putting pidfs dentry
[PATCH v11 00/23] Enable CET Virtualization
2025-07-04 8:49 UTC (24+ messages)
` [PATCH v11 01/23] KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
` [PATCH v11 02/23] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v11 03/23] KVM: x86: Manually clear MPX state only on INIT
` [PATCH v11 04/23] KVM: x86: Zero XSTATE components on INIT by iterating over supported features
` [PATCH v11 05/23] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v11 06/23] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v11 07/23] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v11 08/23] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v11 09/23] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v11 10/23] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v11 11/23] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v11 12/23] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v11 13/23] KVM: x86: Enable guest SSP read/write interface with new uAPIs
` [PATCH v11 14/23] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v11 15/23] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v11 16/23] KVM: VMX: Set up interception for CET MSRs
` [PATCH v11 17/23] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v11 18/23] KVM: x86: Don't emulate instructions guarded by CET
` [PATCH v11 19/23] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v11 20/23] KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
` [PATCH v11 21/23] KVM: nVMX: Enable CET support for nested guest
` [PATCH v11 22/23] KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
` [PATCH v11 23/23] KVM: nVMX: Add consistency checks for CET states
[PATCH] icu: Add ptest support
2025-07-04 8:49 UTC (2+ messages)
` [OE-core] "
[PATCH 0/5] sunxi: Various minor V3s clock/pinctrl fixes
2025-07-04 8:01 UTC (3+ messages)
` [PATCH 1/5] pinctrl: sunxi: v3s: Fix wrong comment about UART2 pinmux
[PATCH mptcp-next v5 0/5] implement mptcp read_sock
2025-07-04 8:49 UTC (3+ messages)
` [PATCH mptcp-next v5 2/5] mptcp: add recvmsg_desc helper
[PATCH v3] Bluetooth: ISO: Support SCM_TIMESTAMPING for ISO TS
2025-07-04 8:49 UTC (2+ messages)
[PATCH v2 0/5] Defer throttle when task exits to user
2025-07-04 8:48 UTC (5+ messages)
[PATCH v3 0/1] PM / Freezer: Skip zombie/dead processes to reduce
2025-07-04 8:48 UTC (7+ messages)
` [PATCH v3 1/1] PM / Freezer: Skip zombie/dead processes to
[REGRESSION] - Multiple userspace implementations of battery estimate broken after "ACPI: battery: negate current when discharging"
2025-07-04 8:47 UTC (4+ messages)
[kirkstone][PATCH] libxml2: fix CVE-2025-6021
2025-07-04 8:46 UTC
[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
2025-07-04 8:47 UTC (2+ messages)
[PATCH v3 00/10] ext4: fix insufficient credits when writing back large folios
2025-07-04 8:47 UTC (8+ messages)
` [PATCH v3 05/10] ext4: restart handle if credits are insufficient during allocating blocks
[PATCH v2 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
2025-07-04 8:47 UTC (7+ messages)
` [PATCH v2 2/5] vfio/type1: optimize vfio_pin_pages_remote()
` [PATCH v2 4/5] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v2 5/5] vfio/type1: optimize vfio_unpin_pages_remote()
[PATCH 0/3] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
2025-07-04 8:46 UTC (7+ messages)
` [PATCH 1/3] net: renesas: rswitch: rename rswitch.c to rswitch_main.c
` [PATCH 2/3] net: renesas: rswitch: add offloading for L2 switching
[PATCH 00/80] treewide: Remove redundant pm_runtime_mark_last_busy() calls
2025-07-04 8:43 UTC (21+ messages)
` [PATCH 12/80] dmaengine: ste_dma40: "
` [PATCH 22/80] stm class: "
` [PATCH 28/80] iio: adc: "
` [PATCH 31/80] iio: dac: "
` [PATCH 32/80] iio: gyro: "
` [PATCH 34/80] iio: light: "
` [PATCH 35/80] iio: magnetometer: "
` [PATCH 45/80] mtd: rawnand: gpmi: "
` [PATCH 52/80] phy: motorola: phy-mapphone-mdm6600: "
` [PATCH 53/80] phy: ti: phy-twl4030-usb: "
` [PATCH 61/80] spi: "
` [PATCH 66/80] serial: "
` [PATCH 70/80] ASoC: atmel: "
` [PATCH 74/80] ASoC: SOF: "
[RFC patch v3 00/20] Cache aware scheduling
2025-07-04 8:45 UTC (5+ messages)
` [RFC patch v3 01/20] sched: Cache aware load-balancing
[openeuler:OLK-6.6 2459/2459] mm/memcontrol.c:3147:6: warning: no previous prototype for 'hisi_oom_recover'
2025-07-04 8:44 UTC
[PATCH] mbuf: add new ptype for slow protocols
2025-07-04 8:45 UTC
[PATCH RFC] RISC-V: Fix a register to store the percpu offset
2025-07-04 8:45 UTC
[RFC V2 00/18] famfs: port into fuse
2025-07-04 8:44 UTC (5+ messages)
` [RFC V2 09/18] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [RFC V2 18/18] famfs_fuse: Add documentation
[LTP] [PATCH] crash02: remove verbose option from runtest file
2025-07-04 8:43 UTC
[PATCH v4 0/3] Enhancements to the secvar interface in static key management mode
2025-07-04 8:43 UTC (7+ messages)
` [PATCH v4 1/3] powerpc/pseries: Correct secvar format representation for static key management
` [PATCH v4 2/3] powerpc/secvar: Expose secvars relevant to the key management mode
` [PATCH v4 3/3] integrity/platform_certs: Allow loading of keys in the static "
[PATCH] common: memtop: Update the MEM_RGN_COUNT macro to 64
2025-07-04 8:42 UTC
[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
2025-07-04 8:41 UTC (2+ messages)
[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
2025-07-04 8:41 UTC (2+ messages)
[PATCH v8 0/4] Cleaning up code related to VRAM regions and its initialization - part 2
2025-07-04 8:41 UTC (3+ messages)
` [PATCH v8 4/4] drm/xe: Unify the initialization of VRAM regions
[PATCH mptcp-next v4 0/4] implement mptcp read_sock
2025-07-04 8:41 UTC (5+ messages)
` [PATCH mptcp-next v4 2/4] mptcp: implement .read_sock
` [PATCH mptcp-next v4 3/4] mptcp: set .splice_read
[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-07-04 8:40 UTC (10+ messages)
` [PATCH v13 2/5] rust: support formatting of foreign types
[PATCH 1/4] iopoll: Generalize read_poll_timeout() into poll_timeout_us()
2025-07-04 8:40 UTC (3+ messages)
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-07-04 8:39 UTC (4+ messages)
[PULL 00/11] aspeed queue
2025-07-04 8:37 UTC (12+ messages)
` [PULL 01/11] hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700
` [PULL 02/11] hw/misc/aspeed_scu: Support the Frequency Counter Control register "
` [PULL 03/11] hw/arm/aspeed: bletchley: update hw strap values
` [PULL 04/11] hw/arm/aspeed: add Catalina machine type
` [PULL 05/11] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
` [PULL 06/11] tests/qtest: Add test for ASPEED SCU
` [PULL 07/11] aspeed: Deprecate the ast2700a0-evb machine
` [PULL 08/11] hw/arm/aspeed: Add second SPI chip to Aspeed model
` [PULL 09/11] docs: add support for gb200-bmc
` [PULL 10/11] hw/arm/aspeed: Add GB200 BMC target
` [PULL 11/11] tests/functional: Add gb200 tests
[PATCH] arm64/xen: Delete correctly all modules loaded by xen_module
2025-07-04 8:39 UTC
[PATCH] drm/xe/guc: Don't allocate temporary policies object
2025-07-04 8:38 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v6 0/3] Static initcalls
2025-07-04 8:37 UTC (5+ messages)
[PATCH v2 0/4] Improve log directory handling and some cleanups
2025-07-04 8:37 UTC (2+ messages)
[PATCH v1] misc: fastrpc: Add support for userspace allocated buffers
2025-07-04 8:37 UTC
[GIT PULL] vfs fixes
2025-07-04 8:36 UTC
[PATCH v5 00/18] amd-cppc CPU Performance Scaling Driver
2025-07-04 8:36 UTC (10+ messages)
` [PATCH v5 12/18] xen/cpufreq: get performance policy from governor set via xenpm
` [PATCH v5 14/18] xen/cpufreq: introduce GET_CPUFREQ_CPPC sub-cmd
[PATCH RESEND] ipvs: ip_vs_conn_expire_now: Rename del_timer in comment
2025-07-04 8:35 UTC
[PATCH 6.12 000/218] 6.12.36-rc1 review
2025-07-04 8:35 UTC (5+ messages)
` [PATCH 6.12 020/218] Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"
[PATCH V4 0/2] leds: pwm: Add optional GPIO enable pin support
2025-07-04 8:35 UTC (8+ messages)
` [PATCH V4 1/2] dt-bindings: leds: pwm: add enable-gpios property
[PATCH net v6 0/4] net: phy: bcm54811: Fix the PHY initialization
2025-07-04 8:35 UTC (5+ messages)
` [PATCH net v6 1/4] net: phy: MII-Lite PHY interface mode
` [PATCH net v6 2/4] dt-bindings: ethernet-phy: add MII-Lite phy interface type
` [PATCH net v6 3/4] net: phy: bcm5481x: MII-Lite activation
` [PATCH net v6 4/4] net: phy: bcm54811: Fix the PHY initialization
[PATCH net v5 0/4] net: phy: bcm54811: Fix the PHY initialization
2025-07-04 8:35 UTC (6+ messages)
[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.16-rc
2025-07-04 8:34 UTC (2+ messages)
[PATCH net-next] net/rose: Remove unnecessary if check in rose_dev_first()
2025-07-04 8:33 UTC
[syzbot] [net?] general protection fault in qdisc_tree_reduce_backlog
2025-07-04 8:34 UTC (2+ messages)
Warnings in next-20250703 caused by commit 582111e630f5
2025-07-04 8:33 UTC (6+ messages)
[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
2025-07-04 8:32 UTC (6+ messages)
` [GSoC RFC PATCH v2 0/7] "
` [GSoC RFC PATCH v2 6/7] repo-info: add field layout.bare
[PATCH] pinctrl: aw9523: fix can_sleep flag for GPIO chip
2025-07-04 8:31 UTC (2+ messages)
[iptables PATCH] extensions: sctp: Translate bare '-m sctp' match
2025-07-04 8:31 UTC (2+ messages)
Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
2025-07-04 8:29 UTC (2+ messages)
[PATCHv3 0/3] mm/memory_hotplug: fixup crash during uevent handling
2025-07-04 8:28 UTC (5+ messages)
` [PATCH 2/3] mm/memory_hotplug: activate node before adding new memory blocks
` [PATCH 3/3] drivers/base: move memory_block_add_nid() into the caller
[RESEND PATCH v2 0/2] EDAC/features: Reduce stack usage in create_desc functions
2025-07-04 8:28 UTC (3+ messages)
[syzbot] [mm?] WARNING in xfs_init_fs_context
2025-07-04 8:26 UTC (5+ messages)
[PATCH] gpiolib: fix efficiency regression when using gpio_chip_get_multiple()
2025-07-04 8:26 UTC (3+ messages)
[PATCH RFC ipsec-next] pfkey: Deprecate pfkey
2025-07-04 8:26 UTC (2+ messages)
[PATCH] sched/numa: Fix NULL pointer access to mm_struct durng task swap
2025-07-04 8:26 UTC (11+ messages)
[kvm-unit-tests PATCH] riscv: Use norvc over arch, -c
2025-07-04 8:26 UTC (2+ messages)
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS ef20c43137cfc09cd6a3290d067ae3580348e745
2025-07-04 8:25 UTC
[PATCH 0/6] x86/idle: Multiple MWAIT fixes
2025-07-04 8:25 UTC (6+ messages)
` [PATCH 3/6] xen/softirq: Rework arch_skip_send_event_check() into arch_pend_softirq()
[PATCH] usb: storage: Ignore UAS driver for SanDisk Extreme Pro 55AF storage device
2025-07-04 8:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 1/7] drm/panthor: Add support for atomic page table updates
2025-07-04 8:24 UTC (2+ messages)
[openeuler:OLK-5.10 3011/3011] drivers/net/ethernet/mucse/rnpm/rnpm_sysfs.c:1524:2: warning: 'strncpy' specified bound 100 equals destination size
2025-07-04 8:24 UTC
[PATCH i-g-t] lib/intel_compute: reuse bo checking code
2025-07-04 8:24 UTC (2+ messages)
[PATCH net v2 0/4] net: phy: smsc: robustness fixes for LAN87xx/LAN9500
2025-07-04 8:23 UTC (6+ messages)
` [PATCH net v2 2/3] net: phy: smsc: Force predictable MDI-X state on LAN87xx
` [PATCH net v2 3/3] net: phy: smsc: Fix link failure in forced mode with Auto-MDIX
[PATCH v2 0/8] auxdisplay: Add TM16xx and compatible LED display controllers driver
2025-07-04 8:23 UTC (12+ messages)
` [PATCH v2 7/8] auxdisplay: Add Titanmec TM16xx 7-segment "
[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-07-04 8:23 UTC (7+ messages)
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
[PATCH v3 0/5] Introduce "non-pixel" sub node within iris video node
2025-07-04 8:23 UTC (12+ messages)
[GSOC PATCH] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
2025-07-04 8:23 UTC (7+ messages)
` [GSOC PATCH v3] "
[PATCH v3 00/10] gpio: sysfs: add a per-chip export/unexport attribute pair
2025-07-04 8:21 UTC (7+ messages)
[PATCH v4 0/3] add dma noncoherent API
2025-07-04 8:16 UTC (6+ messages)
` [PATCH v4 1/3] usb: core: add dma-noncoherent buffer alloc and free API
[PATCH v2 1/5] mm: introduce num_pages_contiguous()
2025-07-04 8:21 UTC (2+ messages)
[PATCH v8 00/24] Linux SBI MPXY and RPMI drivers
2025-07-04 7:03 UTC (6+ messages)
` [PATCH v8 19/24] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v8 20/24] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
` [PATCH v8 22/24] irqchip/riscv-rpmi-sysmsi: Add ACPI support
` [PATCH v8 23/24] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v8 24/24] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers
Allowing "/" in the name of a git remote is a strange choice
2025-07-04 8:17 UTC (4+ messages)
[kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment
2025-07-04 8:17 UTC (2+ messages)
[syzbot] [kernel?] WARNING in comedi_unlocked_ioctl
2025-07-04 8:17 UTC
[PATCH v7 00/24] Linux SBI MPXY and RPMI drivers
2025-07-04 8:16 UTC (3+ messages)
` [PATCH v7 06/24] byteorder: Add memcpy_to_le32() and memcpy_from_le32()
[syzbot] [bluetooth?] [usb?] KASAN: slab-use-after-free Read in btusb_disconnect
2025-07-04 8:16 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.