messages from 2025-02-14 19:08:45 to 2025-02-14 20:34:37 UTC [more...]
[PATCH v4 00/11]
2025-02-14 20:29 UTC (11+ messages)
` [PATCH v4 01/11] qapi: golang: first level unmarshalling type
` [PATCH v4 02/11] qapi: golang: Generate enum type
` [PATCH v4 03/11] qapi: golang: Generate alternate types
` [PATCH v4 04/11] qapi: golang: Generate struct types
` [PATCH v4 05/11] qapi: golang: structs: Address nullable members
` [PATCH v4 06/11] qapi: golang: Generate union type
` [PATCH v4 07/11] qapi: golang: Generate event type
` [PATCH v4 08/11] qapi: golang: Generate Event interface
` [PATCH v4 10/11] qapi: golang: Generate Command sync/async interfaces
` [PATCH v4 11/11] docs: add notes on Golang code generator
[PULL 00/22] Migration patches for 2025-02-14
2025-02-14 20:31 UTC (2+ messages)
` [PULL 09/22] migration: Set migration error outside of migrate_cancel
[PATCH v9 0/8] Add support for EU stall sampling
2025-02-14 20:34 UTC (5+ messages)
` [PATCH v9 4/8] drm/xe/eustall: Add support to read() and poll() EU stall data
[PATCH bpf-next v11 00/12] net-timestamp: bpf extension to equip applications transparently
2025-02-14 20:33 UTC (3+ messages)
` [PATCH bpf-next v11 09/12] bpf: add BPF_SOCK_OPS_TS_ACK_OPT_CB callback
[PATCH BlueZ v1] org.bluez.Device: Introduced PreferredBearer
2025-02-14 20:32 UTC (2+ messages)
[PATCH net-next] net: phy: realtek: add helper RTL822X_VND2_C22_REG
2025-02-14 20:31 UTC
[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
2025-02-14 20:30 UTC (6+ messages)
` [RFC PATCH bpf-next 6/8] sched_ext: Add filter for scx_kfunc_ids_unlocked
kup(1) signature verification
2025-02-14 20:29 UTC (2+ messages)
[PATCH v2] ceph: Fix kernel crash in generic/397 test
2025-02-14 20:29 UTC (2+ messages)
[PATCH net-next v3] page_pool: avoid infinite loop to schedule delayed worker
2025-02-14 20:27 UTC (2+ messages)
[PATCH] fuse: Add open-gettr for fuse-file-open
2025-02-14 20:27 UTC (6+ messages)
[PATCH 00/13] Get mt6359-accdet ready for usage in Devicetree
2025-02-14 17:18 UTC (5+ messages)
` [PATCH 05/13] ASoC: mediatek: mt6359-accdet: Implement EINT IRQ polarity configuration
` [PATCH 08/13] ASoC: mediatek: mt6359-accdet: Drop dead code for EINT trigger setting
` [PATCH 09/13] ASoC: mediatek: mt6359-accdet: Drop dead code for button detection
` [PATCH 11/13] ASoC: mediatek: mt6359-accdet: Handle mediatek,eint-use-ext-res as bool
[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-02-14 20:23 UTC (5+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
[PATCH v2 00/24] perf: Make perf_pmu_unregister() usable
2025-02-14 20:24 UTC (6+ messages)
` [PATCH v2 24/24] perf: Make perf_pmu_unregister() useable
[PATCH V8 00/14] Rust bindings for cpufreq and OPP core + sample driver
2025-02-14 20:24 UTC (10+ messages)
` [PATCH V8 04/14] rust: Add cpumask helpers
[PATCH] media: mediatek: vcodec: Add scp_put() to free the scp
2025-02-14 20:20 UTC (2+ messages)
[PATCH v3] ACPI: fan: Add fan speed reporting for fans with only _FST
2025-02-14 20:21 UTC (5+ messages)
renormalize histroy with smudge/clean-filter
2025-02-14 20:21 UTC (4+ messages)
` renormalize histroy with smudge/clean-filter, again
[PATCH v2 00/11] drm/i915/ddi: Fix/simplify port enabling/disabling
2025-02-14 20:22 UTC (4+ messages)
` ✗ i915.CI.Full: failure for drm/i915/ddi: Fix/simplify port enabling/disabling (rev2)
[PATCH V2 0/2] author field in module! macro should be a array
2025-02-14 20:19 UTC (3+ messages)
` [PATCH V2 1/2] rust: module: change author to "
[PATCH V2 00/45] Live update: vfio and iommufd
2025-02-14 20:14 UTC (4+ messages)
` [PATCH V2 01/45] MAINTAINERS: Add reviewer for CPR
[android-common:android13-5.10 1/1] mm/swap.c:778: warning: Function parameter or member 'tail' not described in 'mark_page_lazyfree_movetail'
2025-02-14 20:14 UTC
[PATCH 0/2] iommu: Fix the longstanding probe issues
2025-02-14 20:14 UTC (5+ messages)
` [PATCH 1/2] iommu: Handle race with default domain setup
` [PATCH 2/2] iommu: Get DT/ACPI parsing into the proper probe path
[PATCH 6.13 000/443] 6.13.3-rc2 review
2025-02-14 20:14 UTC (3+ messages)
` [PATCH 6.13 000/619] "
[RFC PATCH bpf-next v2 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
2025-02-14 20:09 UTC (6+ messages)
` [RFC PATCH bpf-next v2 1/5] bpf: Add struct_ops context information to struct bpf_prog_aux
` [RFC PATCH bpf-next v2 2/5] sched_ext: Declare context-sensitive kfunc groups that can be used by different SCX operations
` [RFC PATCH bpf-next v2 3/5] sched_ext: Add scx_kfunc_ids_ops_context for unified filtering of context-sensitive SCX kfuncs
` [RFC PATCH bpf-next v2 4/5] sched_ext: Removed mask-based runtime restrictions on calling kfuncs in different contexts
` [RFC PATCH bpf-next v2 5/5] selftests/sched_ext: Update enq_select_cpu_fails to adapt to struct_ops context filter
[PATCH 6.12 000/419] 6.12.14-rc2 review
2025-02-14 20:13 UTC (4+ messages)
` [PATCH 6.12 000/583] "
[PATCH 0/7] mm, swap: remove swap slot cache
2025-02-14 20:13 UTC (3+ messages)
` [PATCH 7/7] mm, swap: simplify folio swap allocation
[PATCH] migration: ram block cpr blockers
2025-02-14 20:12 UTC (7+ messages)
[PATCH V2] migration: ram block cpr blockers
2025-02-14 20:12 UTC
[PATCH v3 0/7] driver core: auxiliary bus: add device creation helper
2025-02-14 18:20 UTC (9+ messages)
` [PATCH v3 1/7] driver core: auxiliary bus: add device creation helpers
` [PATCH v3 6/7] clk: clk-imx8mp-audiomix: use the auxiliary device creation helper
Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-02-14 20:10 UTC (3+ messages)
` "
[PATCH v3 0/2] Add Radxa Rock 4D support
2025-02-14 20:07 UTC (4+ messages)
` [PATCH v3 2/2] arm64: dts: rockchip: Add Radxa ROCK 4D device tree
[PATCH i-g-t v3 0/7] Xe: Add tests for PXP
2025-02-14 20:07 UTC (3+ messages)
` [PATCH i-g-t v3 6/7] tests/intel/xe_pxp: Termination tests
[PATCH v3] xen/console: print Xen version via keyhandler
2025-02-14 20:07 UTC (3+ messages)
[PATCH] Add Kconfig option for altbootcmd when using CONFIG_BOOTCOUNT_LIMIT
2025-02-14 20:06 UTC (4+ messages)
` [PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig
[PATCH v4] xen/console: print Xen version via keyhandler
2025-02-14 20:05 UTC
man-pages-6.11 released
2025-02-14 20:06 UTC
[chrome-os:chromeos-6.6 1/1] drivers/remoteproc/mtk_vcp_rproc.c:80:18: warning: 'vcp_reserve_mblock_remap' defined but not used
2025-02-14 20:03 UTC
[isilence:zctx/sg-iter-ops 3/4] /usr/bin/ld: io_uring/notif.o:undefined reference to `io_sg_from_iter'
2025-02-14 20:03 UTC
[PATCH 6/7] bootm: retire bootm_has_initrd
2025-02-14 20:02 UTC (2+ messages)
` [PATCH] fixup! "
[net-next] net: phy: marvell-88q2xxx: Init PHY private structure for mv88q211x
2025-02-14 20:00 UTC (3+ messages)
[syzbot] [kernfs?] [bcachefs?] UBSAN: shift-out-of-bounds in radix_tree_delete_item
2025-02-14 19:59 UTC
[syzbot] [mm?] [bcachefs?] KASAN: slab-out-of-bounds Read in folio_try_get
2025-02-14 19:59 UTC
[syzbot] [scsi?] UBSAN: shift-out-of-bounds in sg_build_indirect
2025-02-14 19:58 UTC
[syzbot] [udf?] BUG: unable to handle kernel paging request in lookup_one_qstr_excl
2025-02-14 19:58 UTC
[syzbot] [block?] BUG: corrupted list in loop_process_work
2025-02-14 19:58 UTC
[RFC 0/1] x86/vmemmap: Add missing update of PML4 table / PML5 table entry
2025-02-14 19:57 UTC (3+ messages)
` [RFC 1/1] "
[PATCH v2 0/5] staging: gpib: remove unused variables
2025-02-14 19:54 UTC (6+ messages)
` [PATCH v2 1/5] staging: gpib: cb7210: remove unused variable
` [PATCH v2 2/5] staging: gpib: eastwood: "
` [PATCH v2 3/5] staging: gpib: ni_usb: "
` [PATCH v2 4/5] staging: gpib: tnt4882: "
` [PATCH v2 5/5] staging: gpib: ines: "
[PATCH v11 00/12] AMD broadcast TLB invalidation
2025-02-14 19:55 UTC (7+ messages)
` [PATCH v11 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v11 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
[PATCH RESEND 1/2] x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()
2025-02-14 19:55 UTC (5+ messages)
[PATCH v1] arm64: dts: freescale: imx8mm-verdin: Remove LVDS panel and backlight
2025-02-14 19:54 UTC (2+ messages)
[PATCH] PCI: dwc: Separate MSI out to different controller
2025-02-14 19:54 UTC (7+ messages)
[PATCH v2 0/2] MIPS: dec: Only check -msym32 when need compiler
2025-02-14 19:54 UTC (3+ messages)
` [PATCH v2 1/2] "
[android-common:android12-kiwi-5.10 0/91] mm/swap_slots.c:95:6: warning: no previous prototype for function 'is_swap_slot_cache_enabled'
2025-02-14 19:53 UTC
[isilence:zctx/sg-iter-ops 3/4] or1k-linux-ld: io_uring/notif.o:undefined reference to `io_sg_from_iter'
2025-02-14 19:53 UTC
[PATCH 1/3] drm/xe/display: Move display runtime suspend to a later point
2025-02-14 19:53 UTC (8+ messages)
` ✓ CI.Patch_applied: success for series starting with [1/3] "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
[PATCH v4 0/4] locking/lockdep: Disable KASAN instrumentation of lockdep.c
2025-02-14 19:52 UTC (2+ messages)
` [PATCH v4.1 4/4] locking/lockdep: Add kasan_check_byte() check in lock_acquire()
[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-02-14 19:51 UTC (8+ messages)
[PATCH v2] perf tools: Fix compile error on sample->user_regs
2025-02-14 19:50 UTC (2+ messages)
[PATCH v7 00/17] Enable CXL PCIe port protocol error handling and logging
2025-02-14 19:50 UTC (9+ messages)
` [PATCH v7 06/17] PCI/AER: Add CXL PCIe Port uncorrectable error recovery in AER service driver
` [PATCH v7 08/17] cxl/pci: Map CXL PCIe Upstream Switch Port RAS registers
[GIT PULL] gpio fixes for v6.14-rc3
2025-02-14 19:50 UTC (2+ messages)
[Bug 219748] New: Pluggable UD-4VPD dock appears to continually reset with AMD AI 365
2025-02-14 19:50 UTC (4+ messages)
` [Bug 219748] "
[PATCH v8 2/2] rust: add dma coherent allocator abstraction
2025-02-14 19:49 UTC (7+ messages)
` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)
[PATCH 0/2] arm64: dts: imx8m: Add pinctrl config definitions
2025-02-14 19:49 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: imx8mm: "
[PATCH 1/3] drm/amdgpu: Do not program AGP BAR regs under SRIOV
2025-02-14 19:49 UTC (2+ messages)
xPL Proposal
2025-02-14 19:48 UTC (12+ messages)
[PATCH next] ice, irdma: fix an off by one in error handling code
2025-02-14 19:47 UTC (2+ messages)
[PATCH 0/5] vfio: Improve DMA mapping performance for huge pfnmaps
2025-02-14 19:46 UTC (6+ messages)
` [PATCH 4/5] mm: Provide page mask in struct follow_pfnmap_args
` [PATCH 5/5] vfio/type1: Use mapping page mask for pfnmaps
[PATCH v2 0/1] Add writing of WAIT_ON_DEPTH_STALL_DONE_DISABLE for gen12
2025-02-14 19:45 UTC (2+ messages)
` ✓ i915.CI.Full: success for Add writing of WAIT_ON_DEPTH_STALL_DONE_DISABLE for gen12 (rev2)
[PATCH] qcom: llcc/edac: Correct interrupt enable register configuration
2025-02-14 19:45 UTC (3+ messages)
[PATCH net-next 0/3] net: phy: marvell-88q2xxx: cleanup
2025-02-14 19:45 UTC (4+ messages)
` [PATCH net-next 3/3] net: phy: marvell-88q2xxx: enable temperature sensor in mv88q2xxx_config_init
[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
2025-02-14 19:42 UTC (18+ messages)
[PATCHSET v12 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
2025-02-14 19:40 UTC (9+ messages)
` [PATCH 1/8] nodemask: add nodes_copy()
` [PATCH 2/8] nodemask: numa: reorganize inclusion path
` [PATCH 3/8] mm/numa: Introduce nearest_node_nodemask()
` [PATCH 4/8] sched/topology: Introduce for_each_node_numadist() iterator
` [PATCH 5/8] sched_ext: idle: Make idle static keys private
` [PATCH 6/8] sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
` [PATCH 7/8] sched_ext: idle: Per-node idle cpumasks
` [PATCH 8/8] sched_ext: idle: Introduce node-aware idle cpu kfunc helpers
[PATCH v2 0/8] PCI: brcmstb: Misc small tweaks and fixes
2025-02-14 17:39 UTC (2+ messages)
` [PATCH v2 4/8] PCI: brcmstb: Fix error path upon call of regulator_bulk_get()
[Intel-wired-lan] [PATCH iwl-net v2] iavf: fix circular lock dependency with netdev_lock
2025-02-14 19:40 UTC (3+ messages)
` "
[PATCH] drm/xe/guc: Stop reading masks from device memory when populating the ADS
2025-02-14 19:39 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH] x86/kcfi: Require FRED for FineIBT
2025-02-14 19:39 UTC (2+ messages)
[syzbot] [ocfs2?] WARNING in dqput
2025-02-14 19:39 UTC (2+ messages)
[PATCH v2 0/7] Remove accesses to page->index from ceph
2025-02-14 19:38 UTC (5+ messages)
` [PATCH v2 5/7] ceph: Convert ceph_readdir_cache_control to store a folio
[PATCH] block/merge: remove unnecessary min() with UINT_MAX
2025-02-14 19:36 UTC
[PATCH v10 00/18] reimplement per-vma lock as a refcount
2025-02-14 19:34 UTC (2+ messages)
[ANNOUNCE] v6.1.128-cip37-rt20 (rt49)
2025-02-14 19:33 UTC
[PATCH v4 0/7] USB31DRD phy updates for Google Tensor gs101 (orientation & DWC3 rpm)
2025-02-14 19:30 UTC (4+ messages)
` [PATCH v4 6/7] phy: exynos5-usbdrd: subscribe to orientation notifier if required
[PATCH v1 3/3] arm64: dts: mediatek: mt8395-nio-12l: Preconfigure DSI0 pipeline
2025-02-14 19:31 UTC
[GIT PULL] arm64 fixes for -rc3
2025-02-14 19:29 UTC (2+ messages)
[PATCH 0/1] Support .gnu_debugdata for symbols in perf
2025-02-14 19:30 UTC (3+ messages)
` [PATCH 1/1] tools: perf: support .gnu_debugdata for symbols
[GIT PULL] xen: branch for v6.14-rc3
2025-02-14 19:29 UTC (2+ messages)
[GIT PULL] sched_ext: Fixes for v6.14-rc2
2025-02-14 19:29 UTC (2+ messages)
[GIT PULL] workqueue: Fixes for v6.14-rc2
2025-02-14 19:29 UTC (2+ messages)
[GIT PULL] cgroup: Fixes for v6.14-rc2
2025-02-14 19:29 UTC (2+ messages)
[git pull] IOMMU Fixes for Linux v6.14-rc2
2025-02-14 19:28 UTC (2+ messages)
[PATCH net-next 00/14][pull request] ice, iavf: Add support for Rx timestamping
2025-02-14 19:27 UTC (15+ messages)
` [PATCH net-next 01/14] virtchnl: add support for enabling PTP on iAVF
` [PATCH net-next 02/14] ice: support Rx timestamp on flex descriptor
` [PATCH net-next 03/14] virtchnl: add enumeration for the rxdid format
` [PATCH net-next 04/14] iavf: add support for negotiating flexible RXDID format
` [PATCH net-next 05/14] iavf: negotiate PTP capabilities
` [PATCH net-next 06/14] iavf: add initial framework for registering PTP clock
` [PATCH net-next 07/14] iavf: add support for indirect access to PHC time
` [PATCH net-next 08/14] iavf: periodically cache "
` [PATCH net-next 09/14] libeth: move idpf_rx_csum_decoded and idpf_rx_extracted
` [PATCH net-next 10/14] iavf: define Rx descriptors as qwords
` [PATCH net-next 11/14] iavf: refactor iavf_clean_rx_irq to support legacy and flex descriptors
` [PATCH net-next 12/14] iavf: Implement checking DD desc field
` [PATCH net-next 13/14] iavf: handle set and get timestamps ops
` [PATCH net-next 14/14] iavf: add support for Rx timestamps to hotpath
[PATCH v9 00/11] KVM: x86/mmu: Age sptes locklessly
2025-02-14 19:27 UTC (4+ messages)
` [PATCH v9 02/11] KVM: Add lockless memslot walk to KVM
[PATCH 1/1] ACPI: Fix building with GCC 15
2025-02-14 19:27 UTC (4+ messages)
[Buildroot] [PATCH 1/2] package/watchdogd: fix use of uninitialized exit status
2025-02-14 19:25 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] package/watchdogd: fix sysv init script
[PATCH] scsi: smartpqi: Add lun_reset_key to initialize ctrl_info->lun_reset_mutex
2025-02-14 19:23 UTC
[PATCH net-next V2] eth: fbnic: Add ethtool support for IRQ coalescing
2025-02-14 19:23 UTC (2+ messages)
[RFC] UBI statistics and bitrot interface
2025-02-14 19:19 UTC (3+ messages)
[PATCH 0/2] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
2025-02-14 19:19 UTC (7+ messages)
` [PATCH 2/2] NFSD: allow client to use write delegation stateid for READ
NAT and ICMP
2025-02-14 18:48 UTC
[PATCH] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells
2025-02-14 19:15 UTC
[PATCH] nvme-tcp: add basic support for the C2HTermReq PDU
2025-02-14 19:00 UTC
[PATCH v8 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing
2025-02-14 19:14 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for "
[RFC PATCH 0/7] dts: revamp framework
2025-02-14 19:14 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 7/7] dts: remove node distinction
[PATCH] kbuild: rust: add rustc-min-version support function
2025-02-14 18:47 UTC (3+ messages)
[PATCH] perf: arm64: Fix compilation error
2025-02-14 18:45 UTC (3+ messages)
[usb:usb-testing 38/52] sound/soc/soc-usb.c:110: warning: Function parameter or struct member 'dev' not described in 'snd_soc_usb_update_offload_route'
2025-02-14 19:10 UTC
[PATCH v1 0/2] riscv: dts: starfive: Enable USB3.0 for Pine64 Star64
2025-02-14 10:34 UTC (10+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: jh7110: pciephy0 USB 3.0 configuration registers
[esmil:visionfive 27/33] sound/soc/starfive/pwmdac.c:151 pwmdac_duty_cycle_put() error: buffer overflow 'pwmdac_ct_duty_cycle' 3 <= 3
2025-02-14 19:10 UTC
[PATCH] pwm: clps711x: Drop of_match_ptr() usage for .of_match_table
2025-02-14 18:43 UTC (2+ messages)
[PATCH i-g-t 0/3] Add PMU tests to validate engine activity
2025-02-14 19:08 UTC (3+ messages)
` [PATCH i-g-t 3/3] tests/intel/xe_pmu: Add idle engine activity test
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.