messages from 2024-09-06 03:00:51 to 2024-09-06 05:08:08 UTC [more...]
[arm-platforms:kvm-arm64/nv-next-fruit 28/41] arch/arm64/kvm/vgic/vgic-init.c:207: warning: expecting prototype for kvm_vgic_vcpu_init(). Prototype was for vgic_allocate_private_irqs_locked() instead
2024-09-06 5:07 UTC
[PATCH v2 0/3] Add support for Ariaboard Photonicat RK3568
2024-09-06 4:57 UTC (7+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add prefix for Ariaboard
` [PATCH v2 2/3] dt-bindings: arm: rockchip: Add Ariaboard Photonicat RK3568
` [PATCH v2 3/3] arm64: dts: rockchip: add dts for "
[PATCHv1 0/3] zram: optimal post-processing target selection
2024-09-06 5:04 UTC (4+ messages)
` [PATCHv1 1/3] zram: introduce ZRAM_PP_SLOT flag
` [PATCHv1 2/3] zram: rework recompress target selection strategy
` [PATCHv1 3/3] zram: rework writeback "
[PATCH net-next v9 0/7] net: stmmac: FPE via ethtool + tc
2024-09-06 4:56 UTC (8+ messages)
` [PATCH net-next v9 1/7] net: stmmac: move stmmac_fpe_cfg to stmmac_priv data
` [PATCH net-next v9 2/7] net: stmmac: drop stmmac_fpe_handshake
` [PATCH net-next v9 3/7] net: stmmac: refactor FPE verification process
` [PATCH net-next v9 4/7] net: stmmac: configure FPE via ethtool-mm
` [PATCH net-next v9 5/7] net: stmmac: support fp parameter of tc-mqprio
` [PATCH net-next v9 6/7] net: stmmac: support fp parameter of tc-taprio
` [PATCH net-next v9 7/7] net: stmmac: silence FPE kernel logs
[RFC bpf-next 0/3] libbpf: Add support for aliased BPF programs
2024-09-06 5:04 UTC (6+ messages)
[PATCH rdma-next 0/2] Introduce mlx5 data direct placement (DDP)
2024-09-06 5:02 UTC (6+ messages)
[GIT PULL] bpf for v6.11-rc7
2024-09-06 5:01 UTC (3+ messages)
[net PATCH] octeontx2-af: Modify SMQ flush sequence to drop packets
2024-09-06 4:58 UTC
[meta-oe][PATCH 1/2] poppler: Upgrade to 24.09.0 release
2024-09-06 4:56 UTC (2+ messages)
` [meta-oe][PATCH 2/2] nodejs: Fix build with libc++ 19
[PATCH v2] platform/x86/hp: Avoid spurious wakeup on HP ProOne 440
2024-09-06 4:56 UTC (2+ messages)
[PATCH v5 0/5] Wire up getrandom() vDSO implementation on powerpc
2024-09-06 4:53 UTC (7+ messages)
` [PATCH v5 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-09-06 4:52 UTC (4+ messages)
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
qemu direct kernel boot on LoongArch
2024-09-06 4:49 UTC (15+ messages)
` [PATCH] hw/loongarch: virt: support up to 4 serial ports
[jcmvbkbc-xtensa:xtensa-6.11-rc6-esp32 35/53] kismet: WARNING: unmet direct dependencies detected for ESP32_IPC when selected by ESP32_WIFI_SHMEM
2024-09-06 4:46 UTC
[android-common:android-mainline 868/5359] ld: hvc_console.c:undefined reference to `tty_do_resize'
2024-09-06 4:46 UTC
[rockchip:v6.12-armsoc/dts64 70/73] arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dtb: video-codec@fdb50000: compatible: 'oneOf' conditional failed, one must be fixed:
2024-09-06 4:46 UTC
[PATCH 00/12] xhci features for usb-next
2024-09-06 4:44 UTC (3+ messages)
` [PATCH 10/12] usb: xhci: adjust empty TD list handling in handle_tx_event()
[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
2024-09-06 4:42 UTC (4+ messages)
` [PATCH 04/22] KVM: selftests: Compute number of extra pages needed in mmu_stress_test
[git pull] drm fixes for 6.11-rc7
2024-09-06 4:42 UTC
[PATCH] apply: support --ours, --theirs, and --union for three-way merges
2024-09-06 4:22 UTC
[syzbot] [ext4?] kernel BUG in ext4_mb_use_inode_pa (2)
2024-09-06 4:42 UTC (2+ messages)
[xen-unstable test] 187507: regressions - FAIL
2024-09-06 4:41 UTC
[PATCH v3 0/7] iommufd support pasid attach/replace
2024-09-06 4:33 UTC (7+ messages)
` [PATCH v3 1/7] iommu: Introduce a replace API for device pasid
[linux-next:master 8004/9692] tools/perf/trace/beauty/generated/fs_at_flags_array.c:10:31: error: initialized field overwritten
2024-09-06 4:36 UTC
[PATCH v2 0/7] KVM: nVMX: Fix IPIv vs. nested posted interrupts
2024-09-06 4:34 UTC (8+ messages)
` [PATCH v2 1/7] KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate API
` [PATCH v2 2/7] KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection site
` [PATCH v2 3/7] KVM: nVMX: Suppress external interrupt VM-Exit injection if there's no IRQ
` [PATCH v2 4/7] KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection
` [PATCH v2 5/7] KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()
` [PATCH v2 6/7] KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-Enter
` [PATCH v2 7/7] KVM: nVMX: Assert that vcpu->mutex is held when accessing secondary VMCSes
[PATCH v2 0/3] pwm: imx: add 32k clock for 8qm/qxp and workaround a chip issue
2024-09-06 4:33 UTC (8+ messages)
` [PATCH v2 3/3] pwm: imx27: workaround of the pwm output bug when decrease the duty cycle
[PATCH 00/25] TDX vCPU/VM creation
2024-09-06 4:32 UTC (8+ messages)
` [PATCH 14/25] KVM: TDX: initialize VM with TDX specific parameters
[PATCH v2 0/2] spi: geni-qcom: Fix incorrect free_irq() sequence
2024-09-06 4:27 UTC (13+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] spi: spi-geni-qcom: Fix missing undo runtime PM changes at driver exit time
[PATCH -next v2 0/2] ptp: Check timespec64 before call settime64()
2024-09-06 4:27 UTC (5+ messages)
` [PATCH -next v2 1/2] "
` [PATCH -next v2 2/2] net: lan743x: Remove duplicate check
[PATCH mm-unstable v2 1/3] mm/codetag: fix a typo
2024-09-06 4:21 UTC (3+ messages)
` [PATCH mm-unstable v2 2/3] mm/codetag: fix pgalloc_tag_split()
` [PATCH mm-unstable v2 3/3] mm/codetag: add pgalloc_tag_copy()
[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
2024-09-06 4:18 UTC (7+ messages)
[PATCH 0/2] add API to get GPU physical address
2024-09-06 4:16 UTC (3+ messages)
` [PATCH 1/2] gpudev: "
` [PATCH 2/2] gpu/cuda: extend cuda code to get PA of GPU
[PATCH] interpret-trailers: handle message without trailing newline
2024-09-06 4:08 UTC (2+ messages)
` [PATCH v2] "
[PATCH 3/3] arm64: dts: rockchip: add dts for Ariaboard Photonicat RK3568
2024-09-06 4:13 UTC (5+ messages)
[davidhildenbrand:virtio-mem-s390x-new 4/5] lib/Kconfig.debug:1890: syntax error
2024-09-06 4:12 UTC
[ovmf test] 187512: all pass - PUSHED
2024-09-06 4:07 UTC
[PATCH] drm/xe: Fix arg to pci_iomap()
2024-09-06 4:07 UTC (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH for-next 0/4] RDMA/bnxt_re: Driver update for updating congestion configs
2024-09-06 4:05 UTC (7+ messages)
` [PATCH for-next 1/4] RDMA/bnxt_re: Add FW async event support in driver
` [PATCH for-next 3/4] RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event
Should Git Tag trailer formatting work?
2024-09-06 4:04 UTC (2+ messages)
[PATCH 0/2] Add FDT table support with acpi ged pm register
2024-09-06 4:03 UTC (2+ messages)
[PATCH -next 00/19] HID: convert to devm_hid_hw_start_and_open()
2024-09-06 4:03 UTC (3+ messages)
` [PATCH -next 15/19] hwmon: (corsair-psu) Use devm_hid_hw_start_and_open in corsairpsu_probe()
Allocating more RX descriptors that can fit in their related rings
2024-09-06 4:00 UTC (3+ messages)
[pci:npem] BUILD SUCCESS 86490d228610361825bd2f8dee1e24cb6b61539f
2024-09-06 3:59 UTC
[PATCH] drm/vmwgfx: Add tracepoints
2024-09-06 3:59 UTC (2+ messages)
[PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification
2024-09-06 3:56 UTC (14+ messages)
` [PATCH 01/11 v2] target/riscv: Add CLIC CSR mintstatus
` [PATCH 04/11 v2] target/riscv: Update CSR xie in CLIC mode
` [PATCH 06/11 v2] target/riscv: Update CSR xtvec "
` [PATCH 08/11 v2] target/riscv: Update interrupt handling "
` [PATCH 11/11 v2] tests: add riscv clic qtest case and a function in qtest
[PATCH i-g-t] tests/km_pm_brightness.c: check for flickers while adjusting the brightness
2024-09-06 3:57 UTC (3+ messages)
` ✓ CI.xeBAT: success for tests/km_pm_brightness.c: check for flickers while adjusting the brightness. (rev5)
` ✓ Fi.CI.BAT: "
[PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled
2024-09-06 3:56 UTC (4+ messages)
` [PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled😁
[PATCH 1/2] drm/ttm: Change ttm_device_init to use a struct instead of multiple bools
2024-09-06 3:55 UTC (2+ messages)
[morimoto:sound-TDM-spit-2024-09-05 13/15] sound/soc/generic/simple-card-utils.c:1090:2: error: expected expression
2024-09-06 3:55 UTC
[openeuler:OLK-6.6 13863/13878] drivers/base/platform-msi.c:237: warning: Function parameter or member 'write_msi_msg' not described in 'platform_msi_domain_alloc_range_irqs'
2024-09-06 3:55 UTC
[PATCH] drop trailing newline from warning/error/die messages
2024-09-06 3:54 UTC (3+ messages)
[PATCH] mm/show_mem.c: report alloc tags in human readable units
2024-09-06 3:52 UTC (3+ messages)
[PATCHv2] zsmalloc: use unique zsmalloc caches names
2024-09-06 3:45 UTC
[PATCH] mm: move bad zone checking before getting it
2024-09-06 3:50 UTC (4+ messages)
[PATCH 0/7] add function arguments to ftrace
2024-09-06 3:49 UTC (5+ messages)
` [PATCH 5/7] tracing: add config option for print arguments in ftrace
` [PATCH 7/7] tracing: add arguments to function tracer
[PATCH] sparse-checkout: use fdopen_lock_file() instead of xfdopen()
2024-09-06 3:48 UTC (5+ messages)
` [PATCH v2 0/3] sparse-checkout file handle leak fix
` [PATCH v2 1/3] sparse-checkout: consolidate cleanup when writing patterns
` [PATCH v2 2/3] sparse-checkout: check commit_lock_file "
` [PATCH v2 3/3] sparse-checkout: use fdopen_lock_file() instead of xfdopen()
[PATCH 00/43] Stop using xe_gt as a register MMIO target
2024-09-06 3:47 UTC (7+ messages)
` [PATCH 08/43] drm/xe: Adjust mmio code to pass VF substructure to SRIOV code
` [PATCH 09/43] drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gt
` [PATCH 10/43] drm/xe/irq: Convert register access to use xe_mmio
[RESEND. PATCH v2] MIPS: crypto: Clean up useless assignment operations
2024-09-06 3:46 UTC
[PATCH v6 00/12] platform/chrome: Introduce DT hardware prober
2024-09-06 3:45 UTC (6+ messages)
` [PATCH v6 09/12] i2c: of-prober: Add regulator support
[PATCH] mm: use unique zsmalloc caches names
2024-09-06 3:45 UTC (3+ messages)
mm/page_alloc.c:7043:20: error: unused function 'has_unaccepted_memory'
2024-09-06 3:44 UTC
[PATCH] fsck.xfs: fix fsck.xfs run by different shells when fsck.mode=force is set
2024-09-06 3:44 UTC (3+ messages)
[PATCH 1/3] maple_tree: use ma_data_end() in mas_data_end()
2024-09-06 3:44 UTC (8+ messages)
error: ABI 'o32' is not supported on CPU 'mips64'
2024-09-06 3:42 UTC (4+ messages)
Question on get random long worse in VM than on host
2024-09-06 3:42 UTC (10+ messages)
linux-next: duplicate patches in the sophgo tree
2024-09-06 3:40 UTC (3+ messages)
Weird layout of struct hal_rx_desc_qcn9274
2024-09-06 3:37 UTC (3+ messages)
[f2fs-dev] [PATCH 1/7] f2fs: make BG GC more aggressive for zoned devices
2024-09-06 3:37 UTC (7+ messages)
` [f2fs-dev] [PATCH 3/7] f2fs: add reserved_segments sysfs node
` [f2fs-dev] [PATCH 4/7] f2fs: increase BG GC migration granularity when boosted for zoned devices
[PATCH v2 RESEND] fuse: Enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)
2024-09-06 3:37 UTC (5+ messages)
[morimoto:sound-TDM-spit-2024-09-05 13/15] sound/soc/generic/simple-card-utils.c:1090:2: warning: label followed by a declaration is a C23 extension
2024-09-06 3:34 UTC
[PATCH v2 0/2] wifi: ath11k: fix data out of sync for channel list for reg update
2024-09-06 3:32 UTC (3+ messages)
` [PATCH v2 1/2] wifi: ath11k: move update channel list from update reg worker to reg notifier
` [PATCH v2 2/2] wifi: ath11k: move update channel list to worker for wait flag
[PATCH] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails
2024-09-06 3:32 UTC
[isar-cip-core][PATCH] Fixing dependency of package expand-on-first-boot on cryptsetup and tss2 (tpm2) libraries when building with disk encryption enabled
2024-09-04 17:20 UTC (5+ messages)
[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
2024-09-06 3:31 UTC (6+ messages)
` [RFC PATCH 13/21] KVM: X86: Handle private MMIO as shared
[PATCH v2 03/19] Deprecate enabled probe ID (epid)
2024-09-06 3:31 UTC (2+ messages)
[PATCH net-next v2] net: napi: Prevent overflow of napi_defer_hard_irqs
2024-09-06 3:31 UTC (2+ messages)
[PATCH net-next v1] netlink: specs: nftables: allow decode of tailscale ruleset
2024-09-06 3:31 UTC (2+ messages)
[for-linus][PATCH 1/6] tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subops()
2024-09-06 3:30 UTC (2+ messages)
[PATCH v3] arm64: Replace linked list with switch statement for BRK handlers
2024-09-06 3:19 UTC
[pci:controller/brcmstb] BUILD SUCCESS 721357f7f81fd0c750a33fd1df0872f5f50d14b2
2024-09-06 3:27 UTC
[PATCH mm-unstable v1 1/3] mm/codetag: fix a typo
2024-09-06 3:27 UTC (7+ messages)
` [PATCH mm-unstable v1 2/3] mm/codetag: fix pgalloc_tag_split()
` [PATCH mm-unstable v1 3/3] mm/codetag: add pgalloc_tag_copy()
linux-next: manual merge of the drm-xe tree with the drm-intel tree
2024-09-06 3:27 UTC (2+ messages)
[PATCH v2] NFSv4: fix a mount deadlock in NFS v4.1 client
2024-09-06 3:26 UTC
[isar-cip-core][PATCH] refactor(squashfs): prompt for dropping acl
2024-09-06 3:22 UTC
[PATCH v3 7/8] block: add nowait flag for __blkdev_issue_zero_pages
2024-09-06 3:23 UTC (2+ messages)
[linux-next:master 9594/9692] drivers/gpu/drm/imx/ipuv3/parallel-display.c:208:undefined reference to `drm_bridge_connector_init'
2024-09-06 3:23 UTC
[morimoto:sound-TDM-spit-2024-09-05 8/15] drivers/video/fbdev/omap2/omapfb/dss/dss.c:954:23: error: lvalue required as left operand of assignment
2024-09-06 3:23 UTC
[android-common:upstream-linux-5.15.y 264/377] pci-epf-vntb.c:undefined reference to `ntb_register_device'
2024-09-06 3:23 UTC
[RFC PATCH bpf-next] bpf: Check percpu map value size first
2024-09-06 3:20 UTC (2+ messages)
[GIT PULL] Networking for v6.11-rc7
2024-09-06 3:20 UTC (2+ messages)
[GIT PULL] SPI fixes for v6.11-rc6
2024-09-06 3:20 UTC (2+ messages)
[GIT PULL] regulator fixes for v6.11-stub
2024-09-06 3:20 UTC (2+ messages)
[GIT PULL] Rust fixes for 6.11 (2nd)
2024-09-06 3:20 UTC (2+ messages)
[GIT PULL] tracing: Fixes for 6.11
2024-09-06 3:20 UTC (2+ messages)
[LTP] [PATCH 1/2] fallocate05: Check that deallocated file range is marked as a hole
2024-09-06 3:18 UTC (3+ messages)
` [LTP] [PATCH 2/2] fallocate05: Deallocate whole file on bcachefs
[PATCH 00/19] Add initial support for QCS8300
2024-09-06 3:18 UTC (5+ messages)
` [PATCH 17/19] arm64: defconfig: enable clock controller, interconnect and pinctrl "
[Buildroot] [autobuild.buildroot.org] Daily results for 2024-09-05
2024-09-06 3:17 UTC
[PATCH v1 1/1] platform/x86: ideapad-laptop: Make the scope_guard() clear of its scope
2024-09-06 3:16 UTC (4+ messages)
[PATCH v4] block: move non sync requests complete flow to softirq
2024-09-06 3:14 UTC
[PATCH v5] erofs-utils: fsck: introduce exporting xattrs
2024-09-06 3:13 UTC (5+ messages)
` [External Mail]Re: "
[linux-next:master 9594/9692] parallel-display.c:undefined reference to `drm_bridge_connector_init'
2024-09-06 3:12 UTC
[jcmvbkbc-xtensa:xtensa-6.11-rc6-esp32 50/53] kernel/events/core.c:6702:15: sparse: sparse: symbol 'perf_get_unmapped_area' was not declared. Should it be static?
2024-09-06 3:12 UTC
[PATCH v4 1/3] blktests: nvme/{033-037,039}: skip passthru tests on multipath devices
2024-09-06 3:12 UTC (2+ messages)
[PATCH] percpu: fix data race with pcpu_nr_empty_pop_pages
2024-09-06 3:11 UTC
[PATCH i-g-t v6] tests/intel/xe_exec_fault_mode: Don't return early
2024-09-06 3:10 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/xe_exec_fault_mode: Don't return early (rev8)
[PATCH -v3 0/3] resource: Fix region_intersects() vs add_memory_driver_managed()
2024-09-06 3:07 UTC (4+ messages)
` [PATCH -v3 1/3] "
` [PATCH -v3 2/3] resource: Make alloc_free_mem_region() works for iomem_resource
` [PATCH -v3 3/3] resource, kunit: Add test case for region_intersects()
[PATCH] power: regulator: Fix error code in regulator_list_autoset()
2024-09-06 3:07 UTC (2+ messages)
[PATCH] USB: Fix the issue of task recovery failure caused by USB status when S4 wakes up
2024-09-06 3:05 UTC
[PATCH v7 00/10] drm/xe/guc: Improve GuC log dumping and add to devcoredump
2024-09-06 3:04 UTC (5+ messages)
` [PATCH v7 03/10] drm/xe/devcoredump: Add ASCII85 dump helper function
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.