All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-07 02:21:35 to 2023-11-07 03:12:24 UTC [more...]

[PATCH 00/35] tcg patch queue
 2023-11-07  3:06 UTC  (38+ messages)
` [PATCH 01/35] accel/tcg: Move HMP info jit and info opcount code
` [PATCH 02/35] tcg: Add C_N2_I1
` [PATCH 03/35] tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128
` [PATCH 04/35] util: Add cpuinfo for loongarch64
` [PATCH 05/35] tcg/loongarch64: Use cpuinfo.h
` [PATCH 06/35] host/include/loongarch64: Add atomic16 load and store
` [PATCH 07/35] accel/tcg: Remove redundant case in store_atom_16
` [PATCH 08/35] accel/tcg: Fix condition for store_atom_insert_al16
` [PATCH 09/35] tcg: Mark tcg_gen_op* as noinline
` [PATCH 10/35] tcg: Move tcg_gen_op* out of line
` [PATCH 11/35] tcg: Move generic expanders "
` [PATCH 12/35] tcg: Move 32-bit "
` [PATCH 13/35] tcg: Move 64-bit "
` [PATCH 14/35] tcg: Move vec_gen_* declarations to tcg-internal.h
` [PATCH 15/35] tcg: Move tcg_gen_opN "
` [PATCH 16/35] tcg: Unexport tcg_gen_op*_{i32,i64}
` [PATCH 17/35] tcg: Move tcg_constant_* out of line
` [PATCH 18/35] tcg: Move tcg_temp_new_*, tcg_global_mem_new_* "
` [PATCH 19/35] tcg: Move tcg_temp_free_* "
` [PATCH 20/35] tcg/mips: Split out tcg_out_setcond_int
` [PATCH 21/35] tcg/mips: Always implement movcond
` [PATCH 22/35] tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
` [PATCH 23/35] tcg/mips: Implement neg opcodes
` [PATCH 24/35] tcg/loongarch64: "
` [PATCH 25/35] tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
` [PATCH 26/35] tcg: Don't free vector results
` [PATCH 27/35] tcg/optimize: Pipe OptContext into reset_ts
` [PATCH 28/35] tcg/optimize: Split out cmp_better_copy
` [PATCH 29/35] tcg/optimize: Optimize env memory operations
` [PATCH 30/35] tcg: Eliminate duplicate env store operations
` [PATCH 31/35] tcg/optimize: Split out arg_new_constant
` [PATCH 32/35] tcg: Canonicalize subi to addi during opcode generation
` [PATCH 33/35] tcg/optimize: Canonicalize subi to addi during optimization
` [PATCH 34/35] tcg/optimize: Canonicalize sub2 with constants to add2
` [PATCH 35/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
` [PULL 00/35] tcg patch queue

[PULL 00/85] target/hppa patch queue
 2023-11-07  3:04 UTC  (49+ messages)
` [PULL 01/85] target/hppa: Include PSW_P in tb flags and mmu index
` [PULL 02/85] target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
` [PULL 03/85] target/hppa: Use IntervalTreeNode in HPPATLBEntry
` [PULL 04/85] target/hppa: Always report one page to tlb_set_page
` [PULL 05/85] target/hppa: Split out hppa_flush_tlb_range
` [PULL 06/85] target/hppa: Populate an interval tree with valid tlb entries
` [PULL 07/85] target/hppa: Remove get_temp
` [PULL 08/85] target/hppa: Remove get_temp_tl
` [PULL 10/85] target/hppa: Fix hppa64 case in machine.c
` [PULL 11/85] target/hppa: Fix load in do_load_32
` [PULL 12/85] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PULL 13/85] target/hppa: Fix trans_ds for hppa64
` [PULL 14/85] target/hppa: Fix do_add, do_sub "
` [PULL 15/85] target/hppa: Fix bb_sar "
` [PULL 16/85] target/hppa: Fix extrw and depw with sar "
` [PULL 17/85] target/hppa: Introduce TYPE_HPPA64_CPU
` [PULL 19/85] target/hppa: Implement cpu_list
` [PULL 20/85] target/hppa: Implement hppa_cpu_class_by_name
` [PULL 21/85] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PULL 22/85] target/hppa: Handle absolute addresses for pa2.0
` [PULL 24/85] target/hppa: Fix hppa64 addressing
` [PULL 25/85] target/hppa: Pass DisasContext to copy_iaoq_entry
` [PULL 26/85] target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
` [PULL 27/85] target/hppa: Use copy_iaoq_entry for link in do_ibranch
` [PULL 28/85] target/hppa: Mask inputs in copy_iaoq_entry
` [PULL 29/85] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PULL 31/85] target/hppa: Pass d to do_sub_cond
` [PULL 33/85] target/hppa: Pass d to do_sed_cond
` [PULL 34/85] target/hppa: Pass d to do_unit_cond
` [PULL 35/85] linux-user/hppa: Fixes for TARGET_ABI32
` [PULL 37/85] target/hppa: Remove TARGET_HPPA64
` [PULL 38/85] target/hppa: Decode d for logical instructions
` [PULL 39/85] target/hppa: Decode d for unit instructions
` [PULL 40/85] target/hppa: Decode d for cmpclr instructions
` [PULL 48/85] target/hppa: Implement DEPD, DEPDI
` [PULL 50/85] target/hppa: Implement SHRPD
` [PULL 52/85] target/hppa: Implement STDBY
` [PULL 53/85] target/hppa: Implement IDTLBT, IITLBT
` [PULL 56/85] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PULL 60/85] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PULL 62/85] target/hppa: Implement HSUB
` [PULL 64/85] target/hppa: Implement HSHL, HSHR
` [PULL 71/85] include/hw/elf: Remove truncating signed casts
` [PULL 73/85] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
` [PULL 77/85] target/hppa: Clear upper bits in mtctl for pa1.x
` [PULL 79/85] target/hppa: Create raise_exception_with_ior
` [PULL 80/85] target/hppa: Update IIAOQ, IIASQ for pa2.0
` [PULL 83/85] hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory

[PATCH] diff: implement config.diff.renames=copies-harder
 2023-11-07  3:10 UTC  (3+ messages)

[PATCH v4 00/41] vfio: Adopt iommufd
 2023-11-07  3:06 UTC  (4+ messages)
` [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window

[PATCH v2 0/2] LTC4286 and LTC4287 driver support
 2023-11-07  3:08 UTC  (6+ messages)
` [PATCH v2 2/2] hwmon: pmbus: Add ltc4286 driver

USB: add check to detect host controller hardware removal
 2023-11-07  3:08 UTC  (12+ messages)
              `  "
                  `  "

RTT-PROBE: lore-subspace-rtt
 2023-11-07  3:08 UTC 

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-07  3:07 UTC  (14+ messages)
` [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS

[PATCH 6.5 00/88] 6.5.11-rc1 review
 2023-11-07  3:07 UTC  (2+ messages)

[GIT PULL] rpmsg updates for v6.7
 2023-11-07  3:11 UTC 

[PATCH 1/2] drm/amdgpu: add and populate the port num into xgmi topology info
 2023-11-07  3:06 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: expose the connected port num info through sysfs

[PATCH 0/9] for-each-ref optimizations & usability improvements
 2023-11-07  3:04 UTC  (4+ messages)

[PULL 0/3] Block patches
 2023-11-07  3:03 UTC  (2+ messages)

[PULL 00/12] target-arm queue
 2023-11-07  3:02 UTC  (2+ messages)

[PULL 00/10] Hyper-V Dynamic Memory Protocol driver (hv-balloon) pull req fixed
 2023-11-07  3:02 UTC  (2+ messages)

[PULL 00/10] Gpu patches
 2023-11-07  3:02 UTC  (2+ messages)

[PULL 00/22] vfio queue
 2023-11-07  3:02 UTC  (2+ messages)

[PATCH v2 0/4] Support RISC-V IOPMP
 2023-11-07  3:01 UTC  (10+ messages)
` [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs

[RFC PATCH v2 0/2] sched/fair migration reduction features
 2023-11-07  3:02 UTC  (6+ messages)

[PULL 0/7] xenfv-stable queue
 2023-11-07  3:01 UTC  (2+ messages)

[PULL 0/4] Q800 for 8.2 patches
 2023-11-07  3:01 UTC  (2+ messages)

[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
 2023-11-07  3:00 UTC  (3+ messages)

[PATCH] cpufreq: intel_pstate: Fix CPU lowest Frequency bug when offline/online for passive
 2023-11-07  2:58 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-11-07  2:58 UTC 

folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
 2023-11-07  2:57 UTC  (3+ messages)
  ` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)

[PATCH 0/2] ceph: allocate a smaller extent map if possible
 2023-11-07  2:54 UTC  (3+ messages)
` [PATCH 1/2] libceph: specify the sparse read extent count
` [PATCH 2/2] ceph: try to allocate a smaller extent map for sparse read

[ovmf test] 183699: all pass - PUSHED
 2023-11-07  2:55 UTC 

[PATCH 1/1] block: Check the queue limit before bio submitting
 2023-11-07  2:53 UTC  (11+ messages)

[PATCH] target/riscv: don't enable Zfa by default
 2023-11-07  2:53 UTC  (5+ messages)

[PATCH v1] mm/filemap: increase usage of folio_next_index() helper
 2023-11-07  2:46 UTC 

[RESEND] sign-file: Correct return value check for sign-file
 2023-11-07  2:47 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-11-07  2:48 UTC 

[PATCH v1 0/2] Bluetooth: Support SCO offload for QCA2066
 2023-11-07  2:46 UTC  (3+ messages)

[PATCH bpf 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg
 2023-11-07  2:44 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf: Let "

[Intel-xe] [drm-xe:oak/drm-evictable-lru 2911/3055] drivers/gpu/drm/i915/display/intel_display_power.h: linux/mutex.h is included more than once
 2023-11-07  2:39 UTC  (2+ messages)
`  "

[PATCH v5 00/14] Introduce new `git replay` command
 2023-11-07  2:43 UTC  (3+ messages)
` [PATCH v6 "

[PATCH 0/5] Some drm scheduler internal renames
 2023-11-07  2:42 UTC  (4+ messages)

[PATCH v1] config/arm: correct cpu arch for cross build
 2023-11-07  2:42 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/mtl: Print SSEU information of all GTs for debugfs
 2023-11-07  2:40 UTC  (5+ messages)

[PATCH v2] nbd: fix uaf in nbd_open
 2023-11-07 10:34 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-11-07  2:38 UTC 

[PATCH v3 0/2] Add DMIC slew rate controls
 2023-11-07  2:32 UTC  (4+ messages)
` [PATCH v3 1/2] ASoC: dt-bindings: nau8821: Add DMIC slew rate

[PATCH v1] net/tcp: use kfree_sensitive() instend of kfree() in tcp_md5_twsk_free_rcu()
 2023-11-07  2:34 UTC 

[PATCH] crypto: ahash - Set using_shash for cloned ahash wrapper over shash
 2023-11-07  2:37 UTC 

[PULL 00/49] riscv-to-apply queue
 2023-11-07  2:29 UTC  (50+ messages)
` [PULL 01/49] target/riscv: rename ext_ifencei to ext_zifencei
` [PULL 02/49] target/riscv: rename ext_icsr to ext_zicsr
` [PULL 03/49] target/riscv: rename ext_icbom to ext_zicbom
` [PULL 04/49] target/riscv: rename ext_icboz to ext_zicboz
` [PULL 05/49] target/riscv: Without H-mode mask all HS mode inturrupts in mie
` [PULL 06/49] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
` [PULL 07/49] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PULL 08/49] target/riscv: Split interrupt logic from riscv_cpu_update_mip
` [PULL 09/49] target/riscv: Add M-mode virtual interrupt and IRQ filtering support
` [PULL 10/49] target/riscv: Add HS-mode "
` [PULL 11/49] linux-user/riscv: change default cpu to 'max'
` [PULL 12/49] docs/system/riscv: update 'virt' machine core limit
` [PULL 13/49] target/riscv/kvm/kvm-cpu.c: add missing property getters()
` [PULL 14/49] qapi,risc-v: add query-cpu-model-expansion
` [PULL 15/49] target/riscv/tcg: add tcg_cpu_finalize_features()
` [PULL 16/49] target/riscv: handle custom props in qmp_query_cpu_model_expansion
` [PULL 17/49] target/riscv: add riscv_cpu_accelerator_compatible()
` [PULL 18/49] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
` [PULL 19/49] Add epmp to extensions list and rename it to smepmp
` [PULL 20/49] target/riscv: pmp: Clear pmp/smepmp bits on reset
` [PULL 21/49] target/riscv: pmp: Ignore writes when RW=01
` [PULL 22/49] target/riscv: add zicntr extension flag for TCG
` [PULL 23/49] target/riscv/kvm: add zicntr reg
` [PULL 24/49] target/riscv: add zihpm extension flag for TCG
` [PULL 25/49] target/riscv/kvm: add zihpm reg
` [PULL 26/49] target/riscv/kvm: add zicsr, zifencei, zba, zbs, svnapot
` [PULL 27/49] target/riscv: correct csr_ops[CSR_MSECCFG]
` [PULL 28/49] MAINTAINERS: update mail address for Weiwei Li
` [PULL 29/49] target/riscv: Add cfg property for Zvkt extension
` [PULL 30/49] target/riscv: Expose Zvkt extension property
` [PULL 31/49] target/riscv: Add cfg property for Zvkb extension
` [PULL 32/49] target/riscv: Replace Zvbb checking by Zvkb
` [PULL 33/49] target/riscv: Expose Zvkb extension property
` [PULL 34/49] target/riscv: Add cfg properties for Zvkn[c|g] extensions
` [PULL 35/49] target/riscv: Expose Zvkn[c|g] extnesion properties
` [PULL 36/49] target/riscv: Add cfg properties for Zvks[c|g] extensions
` [PULL 37/49] target/riscv: Expose Zvks[c|g] extnesion properties
` [PULL 38/49] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
` [PULL 39/49] disas/riscv: Add rv_fmt_vd_vs2_uimm format
` [PULL 40/49] disas/riscv: Add rv_codec_vror_vi for vror.vi
` [PULL 41/49] disas/riscv: Add support for vector crypto extensions
` [PULL 42/49] disas/riscv: Replace TABs with space
` [PULL 43/49] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
` [PULL 44/49] target/riscv: cpu: Set the OpenTitan priv to 1.12.0
` [PULL 45/49] target/riscv: Propagate error from PMU setup
` [PULL 46/49] target/riscv: Don't assume PMU counters are continuous
` [PULL 47/49] target/riscv: Use existing PMU counter mask in FDT generation
` [PULL 48/49] target/riscv: Add "pmu-mask" property to replace "pmu-num"
` [PULL 49/49] docs/about/deprecated: Document RISC-V "pmu-num" deprecation

[PATCH] dumpcap: fix mbuf pool ring type
 2023-11-07  2:36 UTC  (6+ messages)

[meta-zephyr][PATCH] x86: Refresh patch to include efi fix for up_squared board
 2023-11-07  3:02 UTC 

[PATCH 0/4] pcapng fixes
 2023-11-07  2:34 UTC  (4+ messages)
` [PATCH 2/4] dumpcap: allow multiple invocations

RTT-PROBE: lore-subspace-rtt
 2023-11-07  2:28 UTC 

[PATCH] can: netlink: Fix TDCO calculation using the old data bittiming
 2023-11-07  2:26 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b9892b3a09980b1b785541463ff6948360afdcde
 2023-11-07  2:24 UTC 

[PATCH blktests] src/miniublk: fix logical block size setting
 2023-11-07  2:24 UTC  (2+ messages)

[RFC PATCH v3 09/12] net: add support for skbs with unreadable frags
 2023-11-07  2:23 UTC  (13+ messages)

[PATCH 0/2] revision: exclude all packed objects with `--unpacked`
 2023-11-07  2:21 UTC  (3+ messages)
` [PATCH 1/2] list-objects: drop --unpacked non-commit objects from results


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.