messages from 2025-04-25 21:25:45 to 2025-04-25 22:07:54 UTC [more...]
[PATCH] coresight: trbe: Save/restore state across CPU low power state
2025-04-25 22:05 UTC (3+ messages)
[PATCH RFC/WIP 0/4] arm64: dts: qcom: sm8750: Enable display
2025-04-25 22:07 UTC (4+ messages)
[PATCH net v3 0/5] net_sched: Adapt qdiscs for reentrant enqueue cases
2025-04-25 22:07 UTC (6+ messages)
` [PATCH net v3 1/5] net_sched: drr: Fix double list add in class with netem as child qdisc
` [PATCH net v3 2/5] net_sched: hfsc: Fix a UAF vulnerability "
` [PATCH net v3 3/5] net_sched: ets: Fix double list add "
` [PATCH net v3 4/5] net_sched: qfq: "
` [PATCH net v3 5/5] selftests: tc-testing: Add TDC tests that exercise reentrant enqueue behaviour
[PATCH 6.1.y-cip 00/15] i2c: riic: miscellaneous code cleanup and improvements
2025-04-25 22:06 UTC (3+ messages)
` [cip-dev] "
[RFC 00/38] Hyperlaunch domain builder
2025-04-25 22:06 UTC (13+ messages)
` [RFC 03/38] x86/hyperlaunch: convert max vcpu determination to "
` [RFC 04/38] x86/hyperlaunch: convert vcpu0 creation "
` [RFC 16/38] x86/boot: move and rename sched_setup_dom0_vcpus
` [RFC 32/38] x86/hyperlaunch: introduce concept of core domains
[PATCH v3 2/2] x86/sgx: Implement EUPDATESVN and opportunistically call it during first EPC page alloc
2025-04-25 22:07 UTC (12+ messages)
[PULL 000/159] tcg patch queue
2025-04-25 21:54 UTC (64+ messages)
` [PULL 001/159] tcg/loongarch64: Fix vec_val computation in tcg_target_const_match
` [PULL 002/159] tcg/loongarch64: Improve constraints for TCG_CT_CONST_VCMP
` [PULL 003/159] tcg/optimize: Introduce opt_insert_{before,after}
` [PULL 004/159] tcg: Add TCGType to tcg_op_insert_{after,before}
` [PULL 005/159] tcg: Add all_outop[]
` [PULL 006/159] tcg: Use extract2 for cross-word 64-bit extract on 32-bit host
` [PULL 007/159] tcg: Remove INDEX_op_ext{8,16,32}*
` [PULL 008/159] tcg: Merge INDEX_op_mov_{i32,i64}
` [PULL 009/159] tcg: Convert add to TCGOutOpBinary
` [PULL 010/159] tcg: Merge INDEX_op_add_{i32,i64}
` [PULL 011/159] tcg: Convert and to TCGOutOpBinary
` [PULL 012/159] tcg: Merge INDEX_op_and_{i32,i64}
` [PULL 013/159] tcg/optimize: Fold andc with immediate to and
` [PULL 014/159] tcg/optimize: Emit add r, r, -1 in fold_setcond_tst_pow2
` [PULL 015/159] tcg: Convert andc to TCGOutOpBinary
` [PULL 017/159] tcg: Convert or "
` [PULL 018/159] tcg: Merge INDEX_op_or_{i32,i64}
` [PULL 019/159] tcg/optimize: Fold orc with immediate to or
` [PULL 020/159] tcg: Convert orc to TCGOutOpBinary
` [PULL 023/159] tcg: Merge INDEX_op_xor_{i32,i64}
` [PULL 024/159] tcg/optimize: Fold eqv with immediate to xor
` [PULL 025/159] tcg: Convert eqv to TCGOutOpBinary
` [PULL 029/159] tcg/loongarch64: Do not accept constant argument to nor
` [PULL 031/159] tcg: Merge INDEX_op_nor_{i32,i64}
` [PULL 032/159] tcg/arm: Fix constraints for sub
` [PULL 034/159] tcg: Merge INDEX_op_sub_{i32,i64}
` [PULL 035/159] tcg: Convert neg to TCGOutOpUnary
` [PULL 036/159] tcg: Merge INDEX_op_neg_{i32,i64}
` [PULL 037/159] tcg: Convert not to TCGOutOpUnary
` [PULL 041/159] tcg: Convert muluh to TCGOutOpBinary
` [PULL 042/159] tcg: Merge INDEX_op_muluh_{i32,i64}
` [PULL 043/159] tcg: Convert mulsh to TCGOutOpBinary
` [PULL 045/159] tcg: Convert div "
` [PULL 046/159] tcg: Merge INDEX_op_div_{i32,i64}
` [PULL 047/159] tcg: Convert divu to TCGOutOpBinary
` [PULL 048/159] tcg: Merge INDEX_op_divu_{i32,i64}
` [PULL 049/159] tcg: Convert div2 to TCGOutOpDivRem
` [PULL 050/159] tcg: Merge INDEX_op_div2_{i32,i64}
` [PULL 051/159] tcg: Convert divu2 to TCGOutOpDivRem
` [PULL 052/159] tcg: Merge INDEX_op_divu2_{i32,i64}
` [PULL 053/159] tcg: Convert rem to TCGOutOpBinary
` [PULL 055/159] tcg: Convert remu "
` [PULL 056/159] tcg: Merge INDEX_op_remu_{i32,i64}
` [PULL 057/159] tcg: Convert shl to TCGOutOpBinary
` [PULL 058/159] tcg: Merge INDEX_op_shl_{i32,i64}
` [PULL 061/159] tcg: Convert sar to TCGOutOpBinary
` [PULL 063/159] tcg: Do not require both rotr and rotl from the backend
` [PULL 064/159] tcg: Convert rotl, rotr to TCGOutOpBinary
` [PULL 065/159] tcg: Merge INDEX_op_rot{l,r}_{i32,i64}
` [PULL 067/159] tcg: Merge INDEX_op_clz_{i32,i64}
` [PULL 068/159] tcg: Convert ctz to TCGOutOpBinary
` [PULL 072/159] tcg: Convert muls2 to TCGOutOpMul2
` [PULL 074/159] tcg: Convert mulu2 "
` [PULL 076/159] tcg/loongarch64: Support negsetcond
` [PULL 078/159] tcg/tci: "
` [PULL 079/159] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PULL 084/159] tcg: Convert movcond to TCGOutOpMovcond
` [PULL 088/159] tcg/ppc: Expand arguments to tcg_out_cmp2
` [PULL 092/159] tcg: Merge INDEX_op_bswap16_{i32,i64}
` [PULL 095/159] tcg: Convert bswap64 to TCGOutOpUnary
` [PULL 096/159] tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64
` [PULL 097/159] tcg: Convert extract to TCGOutOpExtract
` [PULL 109/159] tcg: Merge INDEX_op_extract2_{i32,i64}
[PATCH] securityfs: fix missing of d_delete() in securityfs_remove()
2025-04-25 22:06 UTC (2+ messages)
[PATCH] fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
2025-04-25 22:06 UTC (5+ messages)
[PATCH v4 0/7] mm: Introduce for_each_valid_pfn()
2025-04-25 22:01 UTC (4+ messages)
` [PATCH v4 1/7] mm: Introduce for_each_valid_pfn() and use it from reserve_bootmem_region()
[kvm-unit-tests PATCH] scripts: Search the entire string for the correct accelerator
2025-04-25 22:05 UTC
[PATCH alternate 0/2] target/riscv: Fix write_misa vs aligned next_pc
2025-04-25 22:02 UTC (3+ messages)
` [PATCH alternate 1/2] target/riscv: Update pc before csrw, csrrw
[PATCH v3 0/7] drm/msm/mdp4: rework LVDS/LCDC panel support
2025-04-25 22:05 UTC (8+ messages)
` [PATCH v3 6/7] drm/msm/mdp4: switch LVDS to use drm_bridge/_connector
[PATCH v2 0/5] Misc MMC updates
2025-04-25 22:01 UTC (6+ messages)
` [PATCH v2 1/5] arm64: dts: ti: k3-am6*: Set eMMC clock parents to default
[PATCH] drm/xe: Add WA BB to capture active context utilization
2025-04-25 22:03 UTC (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCHSET v2 sched_ext/for-6.16] sched_ext: Introduce scx_sched
2025-04-25 21:58 UTC (13+ messages)
` [PATCH 01/12] "
` [PATCH 02/12] sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
` [PATCH 03/12] sched_ext: Use dynamic allocation for scx_sched
` [PATCH 04/12] sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
` [PATCH 05/12] sched_ext: Factor out scx_alloc_and_add_sched()
` [PATCH 06/12] sched_ext: Move dsq_hash into scx_sched
` [PATCH 07/12] sched_ext: Move global_dsqs "
` [PATCH 08/12] sched_ext: Relocate scx_event_stats definition
` [PATCH 09/12] sched_ext: Factor out scx_read_events()
` [PATCH 10/12] sched_ext: Move event_stats_cpu into scx_sched
` [PATCH 11/12] sched_ext: Move disable machinery "
` [PATCH 12/12] sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()
[cocci] Fatal error: exception Coccinelle_modules.Common.Impossible(126)
2025-04-25 21:57 UTC
[PATCH] btrfs: handle empty eb->folios in num_extent_folios()
2025-04-25 21:58 UTC
[PATCH v3] arm64: dts: qcom: sm8550: add iris DT node
2025-04-25 21:56 UTC (2+ messages)
[PATCHv3 0/3] nvme-tcp: fixup I/O stall on congested sockets
2025-04-25 21:55 UTC (8+ messages)
` [PATCH 3/3] nvme-tcp: fix I/O stalls "
[RFC PATCH 0/15] x86: Remove support for TSC-less and CX8-less CPUs
2025-04-25 21:54 UTC (5+ messages)
` [PATCH 13/15] x86/cpu: Make CONFIG_X86_CX8 unconditional
[PATCH 1/2] dt-bindings: iio: chemical: Add sharp,gp2y1010au0f
2025-04-25 21:51 UTC
[PATCH net-next] net: ethernet: mtk_eth_soc: add support for MT7988 internal 2.5G PHY
2025-04-25 21:51 UTC
[PATCH v3 1/1] nvme-tcp: wait socket wmem to drain in queue stop
2025-04-25 21:53 UTC (2+ messages)
[PATCH RESEND] drm/i915/pch: fix warning for coffeelake on SunrisePoint PCH
2025-04-25 21:53 UTC (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/pch: fix warning for coffeelake on SunrisePoint PCH (rev2)
[oe] [meta-python][PATCH] python3-fastapi: add FastAPI (0.115.2)
2025-04-25 21:46 UTC (3+ messages)
` "
[PATCH net-next v2 00/11][pull request] idpf: add initial PTP support
2025-04-25 21:52 UTC (12+ messages)
` [PATCH net-next v2 01/11] idpf: change the method for mailbox workqueue allocation
` [PATCH net-next v2 02/11] idpf: add initial PTP support
` [PATCH net-next v2 03/11] virtchnl: add PTP virtchnl definitions
` [PATCH net-next v2 04/11] idpf: move virtchnl structures to the header file
` [PATCH net-next v2 05/11] idpf: negotiate PTP capabilities and get PTP clock
` [PATCH net-next v2 06/11] idpf: add mailbox access to read PTP clock time
` [PATCH net-next v2 07/11] idpf: add cross timestamping
` [PATCH net-next v2 08/11] idpf: add PTP clock configuration
` [PATCH net-next v2 09/11] idpf: add Tx timestamp capabilities negotiation
` [PATCH net-next v2 10/11] idpf: add Tx timestamp flows
` [PATCH net-next v2 11/11] idpf: add support for Rx timestamping
[PATCH] drm/i915/slpc: Balance the inc/dec for num_waiters
2025-04-25 21:51 UTC
[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
2025-04-25 21:51 UTC (7+ messages)
[PATCH v2] arm64: dts: qcom: sm8650: add iris DT node
2025-04-25 21:49 UTC (2+ messages)
[PATCH net-next V3 00/15] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
2025-04-25 21:48 UTC (16+ messages)
` [PATCH net-next V3 01/15] tools: ynl-gen: allow noncontiguous enums
` [PATCH net-next V3 02/15] devlink: define enum for attr types of dynamic attributes
` [PATCH net-next V3 03/15] devlink: Add 'total_vfs' generic device param
` [PATCH net-next V3 04/15] net/mlx5: Implement cqe_compress_type via devlink params
` [PATCH net-next V3 05/15] net/mlx5: Implement devlink enable_sriov parameter
` [PATCH net-next V3 06/15] net/mlx5: Implement devlink total_vfs parameter
` [PATCH net-next V3 07/15] devlink: pass struct devlink_port * as arg to devlink_nl_param_fill()
` [PATCH net-next V3 08/15] devlink: Implement port params registration
` [PATCH net-next V3 09/15] devlink: Implement get/dump netlink commands for port params
` [PATCH net-next V3 10/15] devlink: Implement set netlink command "
` [PATCH net-next V3 11/15] devlink: Add 'keep_link_up' generic devlink device param
` [PATCH net-next V3 12/15] net/mlx5: Implement devlink keep_link_up port parameter
` [PATCH net-next V3 13/15] devlink: Throw extack messages on param value validation error
` [PATCH net-next V3 14/15] devlink: Implement devlink param multi attribute nested data values
` [PATCH net-next V3 15/15] net/mlx5: Implement eSwitch hairpin per prio buffers devlink params
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 9354bc2ff4b35ba751152fc1ac90eea37a0b2ee0
2025-04-25 21:46 UTC
[PATCH] nvmet-auth: always free derived key data
2025-04-25 21:45 UTC (2+ messages)
[PATCH RESEND] drm/xe: Add check for alloc_ordered_workqueue()
2025-04-25 21:45 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Add check for alloc_ordered_workqueue() (rev2)
[sean-jc:x86/unfudge_irq_bypass 73/108] arch/x86/kvm/irq.c:526:3: error: incomplete definition of type 'struct kvm_kernel_irqfd'
2025-04-25 21:44 UTC
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-25 21:44 UTC (15+ messages)
` [PATCH v2 security-next 1/4] security: "
[PATCH v2 0/5] Add support for AD4052 device family
2025-04-25 21:44 UTC (3+ messages)
` [PATCH v2 4/5] docs: iio: new docs for ad4052 driver
[PATCH v5 0/3] nvme/pci: PRP list DMA pool partitioning
2025-04-25 21:44 UTC (3+ messages)
` [PATCH v5 1/3] dmapool: add NUMA affinity support
[PATCH v2 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
2025-04-25 21:42 UTC (4+ messages)
` [PATCH v2 08/11] PCI/IDE: Add IDE establishment helpers
❌ FAIL: Test report for master (6.15.0-rc3, upstream-mainline, c405e182)
2025-04-25 21:43 UTC
[bluetooth-next:master] BUILD SUCCESS 60b82ca5d6bcd4ca55b76da5c6b01422ba54bc42
2025-04-25 21:42 UTC
[PATCH RFC v3 0/2] Task local data API
2025-04-25 21:40 UTC (3+ messages)
` [PATCH RFC v3 1/2] selftests/bpf: Introduce task local data
` [PATCH RFC v3 2/2] selftests/bpf: Test basic workflow of "
[PATCH v3 00/10] Move uid filtering to BPF filters
2025-04-25 21:40 UTC (11+ messages)
` [PATCH v3 01/10] perf parse-events filter: Use evsel__find_pmu
` [PATCH v3 02/10] perf target: Separate parse_uid into its own function
` [PATCH v3 03/10] perf parse-events: Add parse_uid_filter helper
` [PATCH v3 04/10] perf record: Switch user option to use BPF filter
` [PATCH v3 05/10] perf tests record: Add basic uid filtering test
` [PATCH v3 06/10] perf top: Switch user option to use BPF filter
` [PATCH v3 07/10] perf trace: "
` [PATCH v3 08/10] perf bench evlist-open-close: "
` [PATCH v3 09/10] perf target: Remove uid from target
` [PATCH v3 10/10] perf thread_map: Remove uid options
[RFT][PATCH v1 0/8] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
2025-04-25 21:39 UTC (4+ messages)
` [RFT][PATCH v1 8/8] cpufreq: intel_pstate: EAS: Increase cost for CPUs using L3 cache
[PATCH 0/6] Enable USB audio offloading on Fairphone 4 smartphone
2025-04-25 21:39 UTC (3+ messages)
` [PATCH 1/6] dt-bindings: usb: dwc3: Document usb-soc-be property
[PATCH] drivers/nvme: Add quirks for device 126f:1001
2025-04-25 21:39 UTC (2+ messages)
[PATCH bpf] selftests/bpf: Correct typo in __clang_major__ macro
2025-04-25 21:37 UTC
[PATCH v3 0/2] Add bootph-all property to necessary nodes to enable ethernet boot for AM68-SK, J722s and AM62p-SK
2025-04-25 21:24 UTC (3+ messages)
` [PATCH v3 1/2] arm64: dts: ti: k3-am68-sk/k3-j721s2-mcu: Add bootph-all property to enable Ethernet boot
[PATCHv3 0/2] nvme: restrict authentication to the admin queue
2025-04-25 21:37 UTC (3+ messages)
` [PATCH 1/2] nvmet: Authenticate on admin queue only
[PATCH net-next v6 00/11] PRU-ICSSM Ethernet Driver
2025-04-25 21:19 UTC (3+ messages)
` [PATCH net-next v6 01/11] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx, AM43xx and AM33xx SOCs
[PATCH v4 1/3] dt-bindings: arm: ti: Add bindings for PHYTEC AM68x based hardware
2025-04-25 21:15 UTC (2+ messages)
[PATCH hyperv-next v2] x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
2025-04-25 21:35 UTC
[PATCH v5 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-04-25 21:30 UTC (11+ messages)
` [PATCH v5 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v5 02/10] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v5 03/10] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v5 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v5 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v5 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v5 07/10] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v5 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v5 09/10] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v5 10/10] target/i386/kvm: don't stop Intel PMU counters
[PATCH] arm64: defconfig: Enable hwspinlock and eQEP for K3
2025-04-25 21:13 UTC (2+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-04-28
2025-04-25 21:32 UTC
[meta-ti][master/scarthgap][PATCH] recipes-bsp: u-boot: Fix PACKAGECONFIG[dm] arguments
2025-04-25 21:31 UTC (2+ messages)
guestfs storage paths are confusing
2025-04-25 21:31 UTC (10+ messages)
[PATCH v2] arm64: defconfig: Add CDNS_DSI and CDNS_PHY config
2025-04-25 21:12 UTC (2+ messages)
[PATCH 0/3] Enable PWMs
2025-04-25 21:11 UTC (2+ messages)
[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
2025-04-25 21:29 UTC (5+ messages)
` [PATCH v2 2/8] rust: hrtimer: Add HrTimer::raw_forward() and forward()
[PATCH] arm64: dts: ti: k3-j784s4-j742s2-main-common: fix length of serdes_ln_ctrl
2025-04-25 21:09 UTC (2+ messages)
[PATCH v3 0/6] iio: introduce IIO_DECLARE_BUFFER_WITH_TS
2025-04-25 21:08 UTC (2+ messages)
` [PATCH v3 6/6] iio: adc: at91-sama5d2: use IIO_DECLARE_BUFFER_WITH_TS
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.