All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-24 21:41:24 to 2024-05-24 23:32:34 UTC [more...]

[PATCH v2 00/67] target/arm: Convert a64 advsimd to decodetree (part 1)
 2024-05-24 23:21 UTC  (67+ messages)
` [PATCH v2 01/67] target/arm: Add neoverse-n1 to qemu-arm (DO NOT MERGE)
` [PATCH v2 02/67] target/arm: Use PLD, PLDW, PLI not NOP for t32
` [PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
` [PATCH v2 04/67] target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)
` [PATCH v2 05/67] target/arm: Fix decode of FMOV (hp) vs MOVI
` [PATCH v2 06/67] target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)
` [PATCH v2 07/67] target/arm: Split out gengvec.c
` [PATCH v2 08/67] target/arm: Split out gengvec64.c
` [PATCH v2 09/67] target/arm: Convert Cryptographic AES to decodetree
` [PATCH v2 10/67] target/arm: Convert Cryptographic 3-register SHA "
` [PATCH v2 11/67] target/arm: Convert Cryptographic 2-register "
` [PATCH v2 12/67] target/arm: Convert Cryptographic 3-register SHA512 "
` [PATCH v2 13/67] target/arm: Convert Cryptographic 2-register "
` [PATCH v2 14/67] target/arm: Convert Cryptographic 4-register "
` [PATCH v2 15/67] target/arm: Convert Cryptographic 3-register, imm2 "
` [PATCH v2 16/67] target/arm: Convert XAR "
` [PATCH v2 17/67] target/arm: Convert Advanced SIMD copy "
` [PATCH v2 18/67] target/arm: Convert FMULX "
` [PATCH v2 19/67] target/arm: Convert FADD, FSUB, FDIV, FMUL "
` [PATCH v2 20/67] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM "
` [PATCH v2 21/67] target/arm: Introduce vfp_load_reg16
` [PATCH v2 22/67] target/arm: Expand vfp neg and abs inline
` [PATCH v2 23/67] target/arm: Convert FNMUL to decodetree
` [PATCH v2 24/67] target/arm: Convert FMLA, FMLS "
` [PATCH v2 26/67] target/arm: Convert FABD "
` [PATCH v2 27/67] target/arm: Convert FRECPS, FRSQRTS "
` [PATCH v2 28/67] target/arm: Convert FADDP "
` [PATCH v2 29/67] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP "
` [PATCH v2 30/67] target/arm: Use gvec for neon faddp, fmaxp, fminp
` [PATCH v2 31/67] target/arm: Convert ADDP to decodetree
` [PATCH v2 32/67] target/arm: Use gvec for neon padd
` [PATCH v2 33/67] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
` [PATCH v2 34/67] target/arm: Use gvec for neon pmax, pmin
` [PATCH v2 35/67] target/arm: Convert FMLAL, FMLSL to decodetree
` [PATCH v2 36/67] target/arm: Convert disas_simd_3same_logic "
` [PATCH v2 37/67] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
` [PATCH v2 38/67] target/arm: Convert SUQADD and USQADD to gvec
` [PATCH v2 39/67] target/arm: Inline scalar SUQADD and USQADD
` [PATCH v2 40/67] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
` [PATCH v2 41/67] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
` [PATCH v2 42/67] target/arm: Convert SUQADD, USQADD "
` [PATCH v2 43/67] target/arm: Convert SSHL, USHL "
` [PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec
` [PATCH v2 45/67] target/arm: Convert SRSHL, URSHL to decodetree
` [PATCH v2 46/67] target/arm: Convert SQSHL and UQSHL (register) to gvec
` [PATCH v2 47/67] target/arm: Convert SQSHL, UQSHL to decodetree
` [PATCH v2 48/67] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
` [PATCH v2 49/67] target/arm: Convert SQRSHL, UQRSHL to decodetree
` [PATCH v2 50/67] target/arm: Convert ADD, SUB (vector) "
` [PATCH v2 51/67] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ "
` [PATCH v2 52/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
` [PATCH v2 53/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
` [PATCH v2 54/67] target/arm: Convert SHADD, UHADD to gvec
` [PATCH v2 55/67] target/arm: Convert SHADD, UHADD to decodetree
` [PATCH v2 56/67] target/arm: Convert SHSUB, UHSUB to gvec
` [PATCH v2 57/67] target/arm: Convert SHSUB, UHSUB to decodetree
` [PATCH v2 58/67] target/arm: Convert SRHADD, URHADD to gvec
` [PATCH v2 59/67] target/arm: Convert SRHADD, URHADD to decodetree
` [PATCH v2 60/67] target/arm: Convert SMAX, SMIN, UMAX, UMIN "
` [PATCH v2 61/67] target/arm: Convert SABA, SABD, UABA, UABD "
` [PATCH v2 62/67] target/arm: Convert MUL, PMUL "
` [PATCH v2 63/67] target/arm: Convert MLA, MLS "
` [PATCH v2 64/67] target/arm: Tidy SQDMULH, SQRDMULH (vector)
` [PATCH v2 65/67] target/arm: Convert SQDMULH, SQRDMULH to decodetree
` [PATCH v2 66/67] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB "
` [PATCH v2 67/67] target/arm: Convert FCSEL "

[RFC] Huge remap_pfn_range for vfio-pci
 2024-05-24 23:31 UTC  (2+ messages)

[bcachefs:bcachefs-testing 21/23] fs/bcachefs/btree_io.c:541:33: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'long unsigned int'
 2024-05-24 23:30 UTC 

[PATCH] kmsan: introduce test_unpoison_memory()
 2024-05-24 23:28 UTC 

[PATCH] mm, slab: don't wrap internal functions with alloc_hooks()
 2024-05-24 23:26 UTC  (2+ messages)

[PATCH] drm/xe: Don't refer to general LRC initialization as a "wa"
 2024-05-24 23:26 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[RFC PATCH v9 0/7] TPEBS counting mode support
 2024-05-24 23:24 UTC  (10+ messages)
` [RFC PATCH v9 3/7] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v9 4/7] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v9 5/7] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v9 7/7] perf test: Add test for Intel TPEBS counting mode

To get the exe, msi and dmg be properly clone to the Jenkins workspace
 2024-05-24 23:22 UTC 

[PATCH v3 0/4] Guest XenStore page allocation for 11 Dom0less domUs
 2024-05-24 23:19 UTC  (22+ messages)
` [PATCH v3 1/4] xen/arm/static-shmem: Static-shmem should be direct-mapped for direct-mapped domains
` [PATCH v3 2/4] xen/arm: Alloc XenStore page for Dom0less DomUs from hypervisor
` [PATCH v3 3/4] tools/init-dom0less: Avoid hardcoding GUEST_MAGIC_BASE
` [PATCH v3 4/4] docs/features/dom0less: Update the late XenStore init protocol

[PATCH bpf-next v4 0/6] use network helpers, part 5
 2024-05-24 23:18 UTC  (6+ messages)
` [PATCH bpf-next v4 3/6] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v4 4/6] selftests/bpf: Use start_server_str in bpf_tcp_ca

[PATCH 0/2] vfio/pci: vfio device address space mapping
 2024-05-24 23:15 UTC  (7+ messages)
` [PATCH 2/2] vfio/pci: Use unmap_mapping_range()

[PATCH 5.15 00/23] 5.15.160-rc1 review
 2024-05-24 23:13 UTC  (2+ messages)

[PATCH v2 0/2] ChromeOS Embedded controller hwmon driver
 2024-05-24 23:13 UTC  (3+ messages)
` [PATCH v2 1/2] hwmon: add ChromeOS EC driver

[PATCH v6 0/7] Remaining patches for dynamic node programming using overlay dtbo
 2024-05-24 23:13 UTC  (10+ messages)
` [PATCH v6 1/7] tools/xl: Correct the help information and exit code of the dt-overlay command
` [PATCH v6 2/7] xen/arm, doc: Add a DT property to specify IOMMU for Dom0less domUs
` [PATCH v6 3/7] tools/arm: Introduce the "nr_spis" xl config entry
` [PATCH v6 4/7] xen/arm/gic: Allow adding interrupt to running VMs
` [PATCH v6 5/7] xen/arm: Add XEN_DOMCTL_dt_overlay and device attachment to domains
` [PATCH v6 6/7] tools: Introduce the "xl dt-overlay attach" command
` [PATCH v6 7/7] docs: Add device tree overlay documentation

[PATCH 0/3] mm: zswap: trivial folio conversions
 2024-05-24 23:12 UTC  (4+ messages)

[drm-xe:drm-xe-next 2/2] drivers/gpu/drm/xe/xe_guc.c:630:6: warning: variable 'count' is uninitialized when used here
 2024-05-24 23:09 UTC 

[Intel-wired-lan] [PATCH iwl-net v4] ice: fix iteration of TLVs in Preserved Fields Area
 2024-05-24 23:06 UTC 

[PATCH v4 0/4] Guest XenStore page allocation for 11 Dom0less domUs
 2024-05-24 23:06 UTC  (6+ messages)
` [PATCH v4 1/4] xen/arm/static-shmem: Static-shmem should be direct-mapped for direct-mapped domains
` [PATCH v4 2/4] xen/arm: Alloc XenStore page for Dom0less DomUs from hypervisor
` [PATCH v4 3/4] tools/init-dom0less: Avoid hardcoding GUEST_MAGIC_BASE
` [PATCH v4 4/4] docs/features/dom0less: Update the late XenStore init protocol

[PATCHSET 0/3] Improve MSG_RING SINGLE_ISSUER performance
 2024-05-24 22:58 UTC  (4+ messages)
` [PATCH 1/3] io_uring/msg_ring: split fd installing into a helper
` [PATCH 2/3] io_uring/msg_ring: avoid double indirection task_work for data messages
` [PATCH 3/3] io_uring/msg_ring: avoid double indirection task_work for fd passing

[Intel-wired-lan] [PATCH iwl-next v6 0/7] ixgbe: Add support for Intel(R) E610 device
 2024-05-24 23:03 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v6 1/7] ixgbe: Add support for E610 FW Admin Command Interface
    `  "

[PATCH 0/2] give range-diff at the end of single patch output
 2024-05-24 23:02 UTC  (5+ messages)
` [PATCH 2/2] format-patch: move range/inter diff at the end of a "
  ` [PATCH v2 "

[PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`
 2024-05-24 22:56 UTC  (3+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-05-24 22:08 UTC  (13+ messages)

[PATCH v10 0/2] wifi: mwifiex: add code to support host mlme
 2024-05-24 22:54 UTC  (7+ messages)
` [PATCH v10 1/2] wifi: mwifiex: add host mlme for client mode
    ` [EXT] "

[PATCH v2] ntp: remove accidental integer wrap-around
 2024-05-24 22:54 UTC  (4+ messages)

[GIT PULL] final MM update for 6.10-rc1
 2024-05-24 22:54 UTC  (2+ messages)

[PATCH] drm/xe/guc: Fix uninitialised count in GuC load debug prints
 2024-05-24 22:51 UTC  (2+ messages)

[PATCH 0/2] Fix CI BAT regressions
 2024-05-24 22:48 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v6 00/20] ARM: dts: aspeed: Add IBM P11 BMC systems
 2024-05-24 22:47 UTC  (6+ messages)
` [PATCH v6 14/20] ARM: dts: aspeed: Add IBM P11 Blueridge BMC system
` [PATCH v6 15/20] ARM: dts: aspeed: Add IBM P11 Blueridge 4U "

[RFC PATCH] clocksource: hyper-v: Enable the tsc_page for a TDX VM in TD mode
 2024-05-24 22:44 UTC  (4+ messages)

[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-24 22:41 UTC  (2+ messages)

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-05-24 22:36 UTC  (20+ messages)
                    ` On the NACKs on P4TC patches
                              ` DSL vs low level language WAS(Re: "

[PATCH] x86: kmsan: Fix hook for unaligned accesses
 2024-05-24 22:35 UTC  (3+ messages)

[PATCH] [RFC] prepare-kernel.sh: Add reverse mode
 2024-05-24 22:35 UTC  (7+ messages)

[PATCH 0/9] refs: ref storage format migrations
 2024-05-24 22:32 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/9] refs: implement logic to migrate between ref storage formats

[PATCH bpf-next v6 0/8] Notify user space when a struct_ops object is detached/unregistered
 2024-05-24 22:30 UTC  (9+ messages)
` [PATCH bpf-next v6 1/8] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops
` [PATCH bpf-next v6 2/8] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v6 3/8] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v6 4/8] bpf: export bpf_link_inc_not_zero
` [PATCH bpf-next v6 5/8] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v6 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v6 7/8] selftests/bpf: make sure bpf_testmod handling racing link destroying well
` [PATCH bpf-next v6 8/8] bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops

[PATCH v3 00/20] FWU: Add support for FWU metadata version 2
 2024-05-24 22:27 UTC  (2+ messages)

[REGRESSION][BISECTED] Scheduling errors with the AMD FX 8300 CPU
 2024-05-24 22:24 UTC  (2+ messages)

security/keys/trusted-keys/trusted_dcp.c:206:24: sparse: sparse: incorrect type in assignment (different base types)
 2024-05-24 22:21 UTC  (5+ messages)

[PATCH] wifi: mwifiex: fix parsing of more than two AKM suites
 2024-05-24 22:17 UTC  (2+ messages)

[Buildroot] [PATCH v2] configs/amarula_vyasa_rk3288_defconfig: bump to Linux version 6.1.91
 2024-05-24 22:15 UTC  (3+ messages)

[PATCH v5 0/7] Remaining patches for dynamic node programming using overlay dtbo
 2024-05-24 22:14 UTC  (13+ messages)
` [PATCH v5 3/7] tools/arm: Introduce the "nr_spis" xl config entry
` [PATCH v5 5/7] xen/arm: Add XEN_DOMCTL_dt_overlay and device attachment to domains
` [PATCH v5 6/7] tools: Introduce the "xl dt-overlay attach" command
` [PATCH v5 7/7] docs: Add device tree overlay documentation

[syzbot] [wireless?] INFO: task hung in crda_timeout_work (7)
 2024-05-24 22:12 UTC 

[Buildroot] [PATCH] configs/amarula_vyasa_rk3288_defconfig: add uboot and linux hashes
 2024-05-24 22:04 UTC 

[PATCH net] net: ti: icssg-prueth: Fix start counter for ft1 filter
 2024-05-24 22:05 UTC  (3+ messages)

sched/isolation: tick_take_do_timer_from_boot() calls smp_call_function_single() with irqs disabled
 2024-05-24 22:06 UTC  (6+ messages)

[PATCH] drm/i915/display: Expand runtime_pm protection to atomic commit work
 2024-05-24 22:06 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH bpf v2 1/4] netkit: Fix setting mac address in l2 mode
 2024-05-24 22:05 UTC  (3+ messages)
` [PATCH bpf v2 4/4] selftests/bpf: Add netkit test for pkt_type

[PATCH 1/2] drm/xe: Use run_ticks instead of runtime for client stats
 2024-05-24 22:04 UTC  (5+ messages)
` ✓ CI.checksparse: success for series starting with [1/2] "
` ✓ CI.BAT: "

[PATCH v4 1/2] proc: pass file instead of inode to proc_mem_open
 2024-05-24 21:56 UTC  (2+ messages)

Grub HTTP Driver implementation example
 2024-05-24 21:54 UTC 

[PATCH v4 0/5] Enhance soft hwpoison handling and injection
 2024-05-24 21:53 UTC  (5+ messages)
` [PATCH v4 1/5] mm/memory-failure: try to send SIGBUS even if unmap failed
` [PATCH v4 2/5] mm/madvise: Add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)
` [PATCH v4 3/5] mm/memory-failure: improve memory failure action_result messages
` [PATCH v4 4/5] mm/memory-failure: move hwpoison_filter() higher up

[RFC 0/9] Nginx refcount scalability issue with Apparmor enabled and potential solutions
 2024-05-24 21:51 UTC  (7+ messages)

[PATCH 0/3] Implement filtering repacks
 2024-05-24 21:51 UTC  (6+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
  ` [PATCH v2 3/3] upload-pack: allow configuring "

[mmtests PATCH v3 0/2] mmtests: fix debian dependencies
 2024-05-24 21:51 UTC  (3+ messages)
` [mmtests PATCH v3 1/2] bin/install-depends: call ldconfig
` [mmtests PATCH v3 2/2] MMTests::Stat: replace List::BinarySearch

[libvirt test] 186133: tolerable all pass - PUSHED
 2024-05-24 21:48 UTC 

[PATCH v2 0/8] Enable eQEP DT support for Sitara K3 platforms
 2024-05-24 21:44 UTC  (6+ messages)
` [PATCH v2 2/8] dt-bindings: counter: Add new ti,am62-eqep compatible

[PATCH v2 00/13] JFS folio conversion
 2024-05-24 21:42 UTC  (2+ messages)

[PATCH v3 00/12] Rework stub syscall and page table handling
 2024-05-24 21:37 UTC  (5+ messages)
` [PATCH v3 09/12] um: Do not flush MM in flush_thread
` [PATCH v3 10/12] um: remove force_flush_all from fork_handler
` [PATCH v3 11/12] um: simplify and consolidate TLB updates
` [PATCH v3 12/12] um: refactor TLB update handling


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.