All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-15 19:13:13 to 2025-04-15 19:56:19 UTC [more...]

[Buildroot] [PATCH 0/7] Add PURL support
 2025-04-15 19:55 UTC  (3+ messages)
` [Buildroot] [PATCH 1/7] package/pkg-generic.mk: add PURL package variable
` [Buildroot] [PATCH 2/7] package/pkg-download: add 'owner' macro

[PATCH v4 000/163] tcg: Convert to TCGOutOp structures
 2025-04-15 19:25 UTC  (79+ messages)
` [PATCH v4 001/163] tcg: Add all_outop[]
` [PATCH v4 002/163] tcg: Use extract2 for cross-word 64-bit extract on 32-bit host
` [PATCH v4 003/163] tcg: Remove INDEX_op_ext{8,16,32}*
` [PATCH v4 004/163] tcg: Merge INDEX_op_mov_{i32,i64}
` [PATCH v4 005/163] tcg: Convert add to TCGOutOpBinary
` [PATCH v4 006/163] tcg: Merge INDEX_op_add_{i32,i64}
` [PATCH v4 007/163] tcg: Convert and to TCGOutOpBinary
` [PATCH v4 008/163] tcg: Merge INDEX_op_and_{i32,i64}
` [PATCH v4 009/163] tcg/optimize: Fold andc with immediate to and
` [PATCH v4 010/163] tcg/optimize: Emit add r, r, -1 in fold_setcond_tst_pow2
` [PATCH v4 011/163] tcg: Convert andc to TCGOutOpBinary
` [PATCH v4 012/163] tcg: Merge INDEX_op_andc_{i32,i64}
` [PATCH v4 013/163] tcg: Convert or to TCGOutOpBinary
` [PATCH v4 015/163] tcg/optimize: Fold orc with immediate to or
` [PATCH v4 016/163] tcg: Convert orc to TCGOutOpBinary
` [PATCH v4 018/163] tcg: Convert xor "
` [PATCH v4 019/163] tcg: Merge INDEX_op_xor_{i32,i64}
` [PATCH v4 020/163] tcg/optimize: Fold eqv with immediate to xor
` [PATCH v4 021/163] tcg: Convert eqv to TCGOutOpBinary
` [PATCH v4 022/163] tcg: Merge INDEX_op_eqv_{i32,i64}
` [PATCH v4 024/163] tcg: Merge INDEX_op_nand_{i32,i64}
` [PATCH v4 029/163] tcg: Convert sub to TCGOutOpSubtract
` [PATCH v4 030/163] tcg: Merge INDEX_op_sub_{i32,i64}
` [PATCH v4 031/163] tcg: Convert neg to TCGOutOpUnary
` [PATCH v4 032/163] tcg: Merge INDEX_op_neg_{i32,i64}
` [PATCH v4 033/163] tcg: Convert not to TCGOutOpUnary
` [PATCH v4 034/163] tcg: Merge INDEX_op_not_{i32,i64}
` [PATCH v4 035/163] tcg: Convert mul to TCGOutOpBinary
` [PATCH v4 036/163] tcg: Merge INDEX_op_mul_{i32,i64}
` [PATCH v4 037/163] tcg: Convert muluh to TCGOutOpBinary
` [PATCH v4 038/163] tcg: Merge INDEX_op_muluh_{i32,i64}
` [PATCH v4 039/163] tcg: Convert mulsh to TCGOutOpBinary
` [PATCH v4 040/163] tcg: Merge INDEX_op_mulsh_{i32,i64}
` [PATCH v4 041/163] tcg: Convert div to TCGOutOpBinary
` [PATCH v4 042/163] tcg: Merge INDEX_op_div_{i32,i64}
` [PATCH v4 043/163] tcg: Convert divu to TCGOutOpBinary
` [PATCH v4 046/163] tcg: Merge INDEX_op_div2_{i32,i64}
` [PATCH v4 047/163] tcg: Convert divu2 to TCGOutOpDivRem
` [PATCH v4 048/163] tcg: Merge INDEX_op_divu2_{i32,i64}
` [PATCH v4 051/163] tcg: Convert remu to TCGOutOpBinary
` [PATCH v4 052/163] tcg: Merge INDEX_op_remu_{i32,i64}
` [PATCH v4 054/163] tcg: Merge INDEX_op_shl_{i32,i64}
` [PATCH v4 055/163] tcg: Convert shr to TCGOutOpBinary
` [PATCH v4 057/163] tcg: Convert sar "
` [PATCH v4 059/163] tcg: Do not require both rotr and rotl from the backend
` [PATCH v4 061/163] tcg: Merge INDEX_op_rot{l,r}_{i32,i64}
` [PATCH v4 063/163] tcg: Merge INDEX_op_clz_{i32,i64}
` [PATCH v4 064/163] tcg: Convert ctz to TCGOutOpBinary
` [PATCH v4 065/163] tcg: Merge INDEX_op_ctz_{i32,i64}
` [PATCH v4 066/163] tcg: Convert ctpop to TCGOutOpUnary
` [PATCH v4 068/163] tcg: Convert muls2 to TCGOutOpMul2
` [PATCH v4 069/163] tcg: Merge INDEX_op_muls2_{i32,i64}
` [PATCH v4 071/163] tcg: Merge INDEX_op_mulu2_{i32,i64}
` [PATCH v4 072/163] tcg/loongarch64: Support negsetcond
` [PATCH v4 073/163] tcg/mips: "
` [PATCH v4 074/163] tcg/tci: "
` [PATCH v4 075/163] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PATCH v4 076/163] tcg: Convert setcond, negsetcond to TCGOutOpSetcond
` [PATCH v4 077/163] tcg: Merge INDEX_op_{neg}setcond_{i32,i64}`
` [PATCH v4 078/163] tcg: Convert brcond to TCGOutOpBrcond
` [PATCH v4 086/163] tcg: Convert setcond2_i32 to TCGOutOpSetcond2
` [PATCH v4 092/163] tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64
` [PATCH v4 093/163] tcg: Convert extract to TCGOutOpExtract
` [PATCH v4 096/163] tcg: Merge INDEX_op_sextract_{i32,i64}
` [PATCH v4 098/163] tcg: Convert extu_i32_i64 to TCGOutOpUnary
` [PATCH v4 107/163] tcg: Expand fallback sub2 with 32-bit operations
` [PATCH v4 113/163] tcg: Add add/sub with carry opcodes and infrastructure
` [PATCH v4 114/163] tcg: Add TCGOutOp structures for add/sub carry opcodes
` [PATCH v4 117/163] tcg: Use add carry opcodes to expand add2
` [PATCH v4 120/163] tcg/i386: Implement add/sub carry opcodes
` [PATCH v4 127/163] target/openrisc: Use tcg_gen_addcio_* for ADDC
` [PATCH v4 133/163] tcg/aarch64: Implement add/sub carry opcodes
` [PATCH v4 143/163] tcg/s390x: Remove support for add2/sub2
` [PATCH v4 145/163] tcg/sparc64: Implement add/sub carry opcodes
` [PATCH v4 148/163] tcg/tci: Remove support for add2/sub2
` [PATCH v4 150/163] tcg: Formalize tcg_out_mb
` [PATCH v4 154/163] tcg: Convert ld to TCGOutOpLoad
` [PATCH v4 156/163] tcg: Convert st to TCGOutOpStore

[PATCH net-next 0/2] net: phy: remove checks for unused eee-broken flags
 2025-04-15 19:56 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: ethernet-phy: remove eee-broken flags which have never had a user
` [PATCH net-next 2/2] net: phy: remove checks for unused eee-broken flags

[Buildroot] [git commit] package/vim: extend comment about vi symlink
 2025-04-15 19:53 UTC 

[PATCH i-g-t v6 0/3] tests/intel/xe_fault_injection: Inject errors during xe_guc_ct_send_recv() xe_guc_mmio_send_recv()
 2025-04-15 19:54 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for tests/intel/xe_fault_injection: Inject errors during xe_guc_ct_send_recv() xe_guc_mmio_send_recv() (rev7)
` ✓ Xe.CI.BAT: "

[Buildroot] [PATCH] boot/edk2: drop dependency on tf-a for macchiatobin
 2025-04-15 19:52 UTC  (2+ messages)

[Buildroot] [git commit] boot/edk2: drop dependency on tf-a for macchiatobin
 2025-04-15 19:34 UTC 

[PATCH v5 0/3] Add USB2PHY Port Reset Control driver for Renesas RZ/V2H(P) SoC
 2025-04-15 19:51 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: reset: Document RZ/V2H(P) USB2PHY reset
` [PATCH v5 2/3] reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P)
` [PATCH v5 3/3] MAINTAINERS: Add entry for Renesas RZ/V2H(P) USB2PHY Port Reset driver

[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
 2025-04-15 19:48 UTC  (9+ messages)
` [PATCH v2 1/8] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v2 2/8] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v2 3/8] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v2 4/8] rust: hrtimer: Add HrTimerClockBase
` [PATCH v2 5/8] rust: time: Add Instant::from_nanos()
` [PATCH v2 6/8] rust: hrtimer: Add HrTimerClockBase::time()
` [PATCH v2 7/8] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v2 8/8] rust: hrtimer: Add HrTimer::expires()

[RFC PATCH 0/8] repack: avoid MIDX'ing cruft pack(s) where possible
 2025-04-15 19:51 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] pack-objects: use standard option incompatibility functions
  ` [PATCH v2 2/8] object-store-ll.h: add note about designated initializers

Steinberg UR22C: Version 1.2.14 introduced "[ALSA UCM error]" on older firmware
 2025-04-15 19:48 UTC 

[PATCH] buildcfg: get_metadata_git_*: catch also bb.process.NotFoundError
 2025-04-15 19:47 UTC 

[Buildroot] [PATCH 00/29 v2] package: improve for better pulseview integration (branch yem/sdcc-fx2lafw)
 2025-04-15 19:46 UTC  (4+ messages)
` [Buildroot] [PATCH 23/29 v2] package/boost: bump to version 1.87.0

[Buildroot] [PATCH] package/igh-ethercat: bump to version 1.6.3
 2025-04-15 19:46 UTC 

ublk: Graceful Upgrade of ublk server application
 2025-04-15 19:46 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-net v4] ice: use DSN instead of PCI BDF for ice_adapter index
 2025-04-15 19:46 UTC  (3+ messages)
  `  "

[PATCH 1/4] Bluetooth: Introduce HCI Driver protocol
 2025-04-15 19:46 UTC  (2+ messages)

[PATCH v12 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-04-15 19:43 UTC  (10+ messages)
` [PATCH v12 03/26] x86/cpufeatures: Add support for "
` [PATCH v12 18/26] x86/resctrl: Add default MBM event configurations for mbm_cntr_assign mode

[PATCH] ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_rtd_init()
 2025-04-15 19:41 UTC 

[PATCH RESEND] bpf: fix possible endless loop in BPF map iteration
 2025-04-15 19:39 UTC  (2+ messages)

[net-next PATCH v3 00/11] Add PCS core support
 2025-04-15 19:35 UTC  (12+ messages)
` [net-next PATCH v3 01/11] dt-bindings: net: Add Xilinx PCS
` [net-next PATCH v3 02/11] net: phylink: Support setting PCS link change callbacks
` [net-next PATCH v3 03/11] net: pcs: Add subsystem
` [net-next PATCH v3 04/11] net: dsa: ocelot: suppress PHY device scanning on the internal MDIO bus
` [net-next PATCH v3 05/11] net: pcs: lynx: Convert to an MDIO driver
` [net-next PATCH v3 06/11] net: phy: Export some functions
` [net-next PATCH v3 07/11] net: pcs: Add Xilinx PCS driver
` [net-next PATCH v3 08/11] net: axienet: Convert to use PCS subsystem
` [net-next PATCH v3 09/11] net: macb: Move most of mac_config to mac_prepare
` [net-next PATCH v3 10/11] net: macb: Support external PCSs
  ` [net-next PATCH v3 11/11] of: property: Add device link support for PCS

[PATCH 0/2] pinctrl: spacemit: add clock/reset support
 2025-04-15 19:38 UTC  (6+ messages)
` [PATCH 2/2] pinctrl: spacemit: add clock support for K1 SoC

[RFC net 0/1] Fix netdevim to correctly mark NAPI IDs
 2025-04-15 19:39 UTC  (5+ messages)

[PATCH net-next] r8169: add RTL_GIGA_MAC_VER_LAST to facilitate adding support for new chip versions
 2025-04-15 19:39 UTC 

[PATCH v4 0/4] NET_LWIP LMB fixes
 2025-04-15 19:34 UTC  (5+ messages)
` [PATCH v4 1/4] net-lwip: change static function wget_loop() to be wget_do_request()
` [PATCH v4 2/4] net, net-lwip: wget: suppress console output when called by EFI
` [PATCH v4 3/4] net-lwip: wget: add LMB and buffer checks
` [PATCH v4 4/4] net-lwip: tftp: "

[Buildroot] [git commit] boot/arm-trusted-firmware: fix the build for macchiatobin
 2025-04-15 19:29 UTC 

[Buildroot] [PATCH v2] boot/arm-trusted-firmware: fix the build for macchiatobin
 2025-04-15 19:33 UTC  (2+ messages)

[PATCH -v2 0/2] wifi: rtw88: sdio: Enable tx status for management frames
 2025-04-15 19:31 UTC  (5+ messages)
` [PATCH -v2 1/2] wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status unconditionally
` [PATCH -v2 2/2] wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT

[PATCH v4] rust: static_assert: add optional message
 2025-04-15 19:30 UTC  (3+ messages)

[PATCH v4 0/5] cgroup: separate rstat trees
 2025-04-15 19:30 UTC  (4+ messages)
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention

[PATCH net-next 0/8] Adopting nlmsg_payload() in IPv4/IPv6
 2025-04-15 19:28 UTC  (9+ messages)
` [PATCH net-next 1/8] ipv6: Use nlmsg_payload in addrlabel file
` [PATCH net-next 2/8] ipv6: Use nlmsg_payload in addrconf file
` [PATCH net-next 3/8] ipv6: Use nlmsg_payload in route file
` [PATCH net-next 4/8] ipv4: Use nlmsg_payload in devinet file
` [PATCH net-next 5/8] ipv4: Use nlmsg_payload in fib_frontend file
` [PATCH net-next 6/8] ipv4: Use nlmsg_payload in route file
` [PATCH net-next 7/8] ipv4: Use nlmsg_payload in ipmr file
` [PATCH net-next 8/8] vxlan: Use nlmsg_payload in vxlan_vnifilter_dump

[Buildroot] [PATCH] package/vim: extend comment about vi symlink
 2025-04-15 19:29 UTC 

[f2fs-dev] [PATCH] resize.f2fs: fix to always change metadata for expand resize
 2025-04-15 19:28 UTC  (2+ messages)

[PATCH net-next] r8169: refactor chip version detection
 2025-04-15 19:29 UTC 

[PATCH] ACPICA: Add support for printing AML arguments when trace point enabled
 2025-04-15 19:26 UTC 

[PATCH v2 0/9] clk: renesas: rzv2h: Add clock and reset entries for USB2 and GBETH
 2025-04-15 19:24 UTC  (4+ messages)
` [PATCH v2 9/9] clk: renesas: r9a09g057: Add clock and reset entries for GBETH0/1

[PATCH] dt-bindings: remove RZ/N1S bindings
 2025-04-15 19:23 UTC  (2+ messages)

[f2fs-dev] [PATCH 000/153] f2fs folio conversions for 6.16
 2025-04-15 19:22 UTC  (3+ messages)
` [f2fs-dev] [PATCH 003/153] f2fs: Introduce fio_inode()

meta-qt6 on layerindex
 2025-04-15 19:22 UTC  (4+ messages)
` [OE-core] "

[PATCH v2 00/13] vt: implement proper Unicode handling
 2025-04-15 19:18 UTC  (14+ messages)
` [PATCH v2 01/13] vt: minor cleanup to vc_translate_unicode()
` [PATCH v2 02/13] vt: move unicode processing to a separate file
` [PATCH v2 03/13] vt: properly support zero-width Unicode code points
` [PATCH v2 04/13] vt: introduce gen_ucs_width_table.py to create ucs_width_table.h
` [PATCH v2 05/13] vt: create ucs_width_table.h with gen_ucs_width_table.py
` [PATCH v2 06/13] vt: use new tables in ucs.c
` [PATCH v2 07/13] vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.h
` [PATCH v2 08/13] vt: create ucs_recompose_table.h with gen_ucs_recompose_table.py
` [PATCH v2 09/13] vt: support Unicode recomposition
` [PATCH v2 10/13] vt: pad double-width code points with a zero-width space
` [PATCH v2 11/13] vt: remove zero-width-space handling from conv_uni_to_pc()
` [PATCH v2 12/13] vt: update gen_ucs_width_table.py to make tables more space efficient
` [PATCH v2 13/13] vt: refresh ucs_width_table.h and adjust code in ucs.c accordingly

Question: fentry on kernel func optimized by compiler
 2025-04-15 19:21 UTC  (5+ messages)

[PATCH v2] docs: backlight: Clarify `actual_brightness`
 2025-04-15 19:20 UTC 

[RFC v5 0/7] Add packed format to shadow virtqueue
 2025-04-15 19:20 UTC  (4+ messages)

[obsolete] compilerh-avoid-the-usage-of-__typeof_unqual__-when-__genksyms__-is-defined.patch removed from -mm tree
 2025-04-15 19:19 UTC 

[PATCH 1/2] perlcross: 1.6.1 -> 1.6.2
 2025-04-15 19:18 UTC  (2+ messages)
` [PATCH 2/2] perl: upgrade 5.40.1 -> 5.40.2

[PATCH] pmdomain: bcm: bcm2835-power: Use devm_clk_get_optional
 2025-04-15 19:08 UTC  (2+ messages)

[PATCH v2] rust: helpers: Remove volatile qualifier from io helpers
 2025-04-15 19:14 UTC  (2+ messages)

[PATCH 00/11] vt: implement proper Unicode handling
 2025-04-15 19:16 UTC  (7+ messages)
` [PATCH 04/11] vt: introduce gen_ucs_width.py to create ucs_width.c
` [PATCH 09/11] vt: update gen_ucs_width.py to produce more space efficient tables

[PATCH 0/7] clk: renesas: rzg2l-cpg: Drop PM domain abstraction for MSTOP
 2025-04-15 19:16 UTC  (5+ messages)
` [PATCH 6/7] dt-bindings: clock: rzg2l-cpg: Drop power domain IDs
` [PATCH 7/7] Revert "dt-bindings: clock: renesas,rzg2l-cpg: Update #power-domain-cells = <1> for RZ/G3S"

[PATCH v8 1/4] drm/panthor: Introduce BO labeling
 2025-04-15 19:15 UTC  (5+ messages)
` [PATCH v8 2/4] drm/panthor: Add driver IOCTL for setting BO labels
` [PATCH v8 3/4] drm/panthor: Label all kernel BO's
` [PATCH v8 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS
` [PATCH v8 0/4] Panthor BO tagging and GEMS debug display

[PATCH v3] loop: LOOP_SET_FD: send uevents for partitions
 2025-04-15 19:15 UTC  (2+ messages)

[Buildroot] [PATCH] package/double-conversion: bump to version 3.3.1
 2025-04-15 19:15 UTC 

[PATCH v3] rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
 2025-04-15 19:15 UTC  (2+ messages)

[PATCH v5 0/9] PCI: Enable Power and configure the TC9563 PCIe switch
 2025-04-15 19:13 UTC  (3+ messages)
` [PATCH v5 4/9] PCI: dwc: Add host_start_link() & host_start_link() hooks for dwc glue drivers


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.