All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-08 01:55:51 to 2021-02-08 03:58:21 UTC [more...]

[RFC PATCH 0/5] target/arm: Add MTE support to KVM guest
 2021-02-08  3:20 UTC  (5+ messages)
` [RFC PATCH 1/5] Update Linux headers with new MTE support
` [RFC PATCH 2/5] Add basic MTE support to KVM guest
` [RFC PATCH 3/5] Add APIs to get/set MTE tags
` [RFC PATCH 4/5] Add migration support for KVM guest with MTE

[PATCH v3 0/7] Introduce Sequence Number Ops
 2021-02-08  3:55 UTC  (4+ messages)
` [PATCH v3 1/7] seqnum_ops: "

[PATCH v2 00/15] tcg/arm: host neon support
 2021-02-08  2:46 UTC  (13+ messages)
` [PATCH v2 01/15] tcg: Change parameters for tcg_target_const_match
` [PATCH v2 02/15] tcg/arm: Add host vector framework
` [PATCH v2 03/15] tcg/arm: Implement tcg_out_ld/st for vector types
` [PATCH v2 04/15] tcg/arm: Implement tcg_out_mov "
` [PATCH v2 05/15] tcg/arm: Implement tcg_out_dup*_vec
` [PATCH v2 06/15] tcg/arm: Implement minimal vector operations
` [PATCH v2 07/15] tcg/arm: Implement andc, orc, abs, neg, not "
` [PATCH v2 08/15] tcg/arm: Implement TCG_TARGET_HAS_shi_vec
` [PATCH v2 09/15] tcg/arm: Implement TCG_TARGET_HAS_mul_vec
` [PATCH v2 11/15] tcg/arm: Implement TCG_TARGET_HAS_minmax_vec
` [PATCH v2 13/15] tcg/arm: Implement TCG_TARGET_HAS_shv_vec
` [PATCH v2 14/15] tcg/arm: Implement TCG_TARGET_HAS_roti_vec

[PATCH v3 00/70] TCI fixes and cleanups
 2021-02-08  3:45 UTC  (72+ messages)
` [PATCH v3 01/70] gdbstub: Fix handle_query_xfer_auxv
` [PATCH v3 02/70] tcg: Split out tcg_raise_tb_overflow
` [PATCH v3 03/70] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v3 04/70] tcg/tci: Merge identical cases in generation
` [PATCH v3 05/70] tcg/tci: Remove tci_read_r8
` [PATCH v3 06/70] tcg/tci: Remove tci_read_r8s
` [PATCH v3 07/70] tcg/tci: Remove tci_read_r16
` [PATCH v3 08/70] tcg/tci: Remove tci_read_r16s
` [PATCH v3 09/70] tcg/tci: Remove tci_read_r32
` [PATCH v3 10/70] tcg/tci: Remove tci_read_r32s
` [PATCH v3 11/70] tcg/tci: Reduce use of tci_read_r64
` [PATCH v3 12/70] tcg/tci: Merge basic arithmetic operations
` [PATCH v3 13/70] tcg/tci: Merge extension operations
` [PATCH v3 14/70] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64
` [PATCH v3 15/70] tcg/tci: Merge bswap operations
` [PATCH v3 16/70] tcg/tci: Merge mov, not and neg operations
` [PATCH v3 17/70] tcg/tci: Rename tci_read_r to tci_read_rval
` [PATCH v3 18/70] tcg/tci: Split out tci_args_rrs
` [PATCH v3 19/70] tcg/tci: Split out tci_args_rr
` [PATCH v3 20/70] tcg/tci: Split out tci_args_rrr
` [PATCH v3 21/70] tcg/tci: Split out tci_args_rrrc
` [PATCH v3 22/70] tcg/tci: Split out tci_args_l
` [PATCH v3 23/70] tcg/tci: Split out tci_args_rrrrrc
` [PATCH v3 24/70] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v3 25/70] tcg/tci: Split out tci_args_ri and tci_args_rI
` [PATCH v3 26/70] tcg/tci: Reuse tci_args_l for calls
` [PATCH v3 27/70] tcg/tci: Reuse tci_args_l for exit_tb
` [PATCH v3 28/70] tcg/tci: Reuse tci_args_l for goto_tb
` [PATCH v3 29/70] tcg/tci: Split out tci_args_rrrrrr
` [PATCH v3 30/70] tcg/tci: Split out tci_args_rrrr
` [PATCH v3 31/70] tcg/tci: Clean up deposit operations
` [PATCH v3 32/70] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PATCH v3 33/70] tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}
` [PATCH v3 34/70] tcg/tci: Hoist op_size checking into tci_args_*
` [PATCH v3 35/70] tcg/tci: Remove tci_disas
` [PATCH v3 36/70] tcg/tci: Implement the disassembler properly
` [PATCH v3 37/70] tcg: Build ffi data structures for helpers
` [PATCH v3 38/70] tcg/tci: Use ffi for calls
` [PATCH v3 39/70] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v3 40/70] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v3 41/70] tcg/tci: Push opcode emit into each case
` [PATCH v3 42/70] tcg/tci: Split out tcg_out_op_rrs
` [PATCH v3 43/70] tcg/tci: Split out tcg_out_op_l
` [PATCH v3 44/70] tcg/tci: Split out tcg_out_op_p
` [PATCH v3 45/70] tcg/tci: Split out tcg_out_op_rr
` [PATCH v3 46/70] tcg/tci: Split out tcg_out_op_rrr
` [PATCH v3 47/70] tcg/tci: Split out tcg_out_op_rrrc
` [PATCH v3 48/70] tcg/tci: Split out tcg_out_op_rrrrrc
` [PATCH v3 49/70] tcg/tci: Split out tcg_out_op_rrrbb
` [PATCH v3 50/70] tcg/tci: Split out tcg_out_op_rrcl
` [PATCH v3 51/70] tcg/tci: Split out tcg_out_op_rrrrrr
` [PATCH v3 52/70] tcg/tci: Split out tcg_out_op_rrrr
` [PATCH v3 53/70] tcg/tci: Split out tcg_out_op_rrrrcl
` [PATCH v3 54/70] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
` [PATCH v3 55/70] tcg/tci: Split out tcg_out_op_v
` [PATCH v3 56/70] tcg/tci: Split out tcg_out_op_np
` [PATCH v3 57/70] tcg/tci: Split out tcg_out_op_r[iI]
` [PATCH v3 58/70] tcg/tci: Reserve r13 for a temporary
` [PATCH v3 59/70] tcg/tci: Emit setcond before brcond
` [PATCH v3 60/70] tcg/tci: Remove tci_write_reg
` [PATCH v3 61/70] tcg/tci: Change encoding to uint32_t units
` [PATCH v3 62/70] tcg/tci: Implement goto_ptr
` [PATCH v3 63/70] tcg/tci: Implement movcond
` [PATCH v3 64/70] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v3 65/70] tcg/tci: Implement extract, sextract
` [PATCH v3 66/70] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v3 67/70] tcg/tci: Implement mulu2, muls2
` [PATCH v3 68/70] tcg/tci: Implement add2, sub2
` [PATCH v3 69/70] tests/tcg: Increase timeout for TCI
` [PATCH v3 70/70] gitlab: Enable cross-i386 builds of TCI

[PATCH] ASoC: imx-hdmi: no need to set .owner when using module_platform_driver
 2021-02-08  3:51 UTC 

[PATCH] vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
 2021-02-08  3:21 UTC  (5+ messages)

[PATCH] nvme-multipath: set nr_zones for zoned namespaces
 2021-02-08  3:51 UTC  (4+ messages)

[PATCH v2 00/16] tcg/s390x: host vector support
 2021-02-08  2:51 UTC  (10+ messages)
` [PATCH v2 03/16] tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
` [PATCH v2 05/16] tcg/s390x: Implement tcg_out_ld/st for vector types
` [PATCH v2 06/16] tcg/s390x: Implement tcg_out_mov "
` [PATCH v2 07/16] tcg/s390x: Implement tcg_out_dup*_vec
` [PATCH v2 08/16] tcg/s390x: Implement minimal vector operations
` [PATCH v2 12/16] tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec
` [PATCH v2 13/16] tcg: Expand usadd/ussub with umin/umax
` [PATCH v2 15/16] tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec
` [PATCH v2 16/16] tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec

[Question] How to sample PERF_TYPE_HARDWARE
 2021-02-08  3:47 UTC 

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-08  3:46 UTC  (14+ messages)
` [RFC PATCH v3 1/2] "

next/pending-fixes baseline: 300 runs, 6 regressions (v5.11-rc6-436-gda0c88a4d23e)
 2021-02-08  3:46 UTC 

How to check Bluez SPP profile version?
 2021-02-08  3:44 UTC 

[v5.11-rc6 Regression] RTC_RD_TIME EINVAL after RTC_WKALM_SET
 2021-02-08  3:44 UTC  (2+ messages)

[meta-oe][PATCH] openldap: Fix build with autoconf 2.70+
 2021-02-08  3:44 UTC 

[PATCH] [BUG] ${#10}
 2021-02-08  3:41 UTC  (2+ messages)
` [PATCH] parser: Fix regression on ${#10} expansion

[PATCH v17 00/16] RISC-V Kendryte K210 support improvements
 2021-02-08  3:40 UTC  (16+ messages)
` [PATCH v17 09/16] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v17 10/16] riscv: Add SiPeed MAIX BiT board "
` [PATCH v17 11/16] riscv: Add SiPeed MAIX DOCK "
` [PATCH v17 12/16] riscv: Add SiPeed MAIX GO "
` [PATCH v17 13/16] riscv: Add SiPeed MAIXDUINO "

[RFC PATCH v1] MIPS: tlbex: Avoid access invalid address when pmd is modifying
 2021-02-08  3:37 UTC 

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-02-08  3:35 UTC  (4+ messages)
` [PATCH RFC 3/7] kvm: x86: XSAVE state and XFD MSRs context switch

TPM returned invalid status
 2021-02-08  3:33 UTC  (2+ messages)

[PATCH v3 1/2] powerpc/64s: Fix pte update for kernel memory on radix
 2021-02-08  3:29 UTC  (2+ messages)
` [PATCH v3 2/2] selftests/powerpc: Test for spurious kernel memory faults "

amdgpu problem after kexec
 2021-02-08  3:32 UTC  (7+ messages)

[PATCH net] virtio-net: suppress bad irq warning for tx napi
 2021-02-08  3:29 UTC  (9+ messages)

[Bug 1914696] [NEW] aarch64: migration failed: Segmentation fault (core dumped)
 2021-02-08  2:43 UTC  (2+ messages)
` [Bug 1914696] "

[PATCH] kbuild: simplify access to the kernel's version
 2021-02-08  3:28 UTC 

[RFC v4 PATCH] usb: xhci-mtk: improve bandwidth scheduling with TT
 2021-02-08  3:27 UTC  (2+ messages)

[PATCH 0/4] timer: imx-gpt: Add timer support for i.MX SoCs family
 2021-02-08  3:21 UTC 

[PATCH] mm/memtest: Add ARCH_USE_MEMTEST
 2021-02-08  3:17 UTC  (10+ messages)

[PATCH 0/4] btrfs: Convert kmaps to core page calls
 2021-02-08  3:13 UTC  (4+ messages)
` [PATCH 1/4] mm/highmem: Lift memcpy_[to|from]_page to core

[hch-misc:swiotlb-struct 19/20] drivers/xen/swiotlb-xen.c:551:32: error: 'io_tlb_end' undeclared; did you mean
 2021-02-08  3:13 UTC 

How to have a menu in u-boot ? (newbie)
 2021-02-08  3:10 UTC  (2+ messages)

[meta-oe][PATCH] libsdl2-mixer: Fix build with autoconf 2.70+
 2021-02-08  3:09 UTC 

[PATCH for-next] RDMA/rxe: Cleanup init_send_wqe
 2021-02-08  3:08 UTC  (2+ messages)

[PATCH] cpufreq: schedutil: Don't use the limits_changed flag any more
 2021-02-08  3:07 UTC 

Linux 5.11-rc7
 2021-02-08  3:00 UTC  (2+ messages)

[PATCH v2] staging: gasket: fix indentation and lines ending with open parenthesis
 2021-02-08  2:59 UTC  (2+ messages)

sound/soc/intel/boards/kbl_rt5663_max98927.c:410 kabylake_ssp_fixup() warn: ignoring unreachable code
 2021-02-08  2:59 UTC 

[PATCH] staging: gasket: fix indentation and lines ending with open parenthesis
 2021-02-08  2:55 UTC  (2+ messages)

[PATCH] io_uring: don't issue reqs in iopoll mode when ctx is dying
 2021-02-08  2:50 UTC  (3+ messages)

[RFC PATCH v3 10/11] nvme-qedn: Add qedn probe
 2021-02-08  2:52 UTC  (3+ messages)

[PATCH v2] arm64: dts: renesas: add sdhi/mmc aliases
 2021-02-08  2:47 UTC 

ANNOUNCE: pahole v1.20 (gcc11 DWARF5's default, lots of ELF sections, BTF)
 2021-02-08  2:44 UTC  (2+ messages)

[PATCH] ima-evm-utils: Improve ima_measurement matching on busy system with >1 banks
 2021-02-08  2:37 UTC  (2+ messages)

[PATCH 0/3] timer: imx-gpt: Add timer support for i.MX SoCs family
 2021-02-08  2:37 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 4/4] timer: imx-gpt: Add basic "

[PATCH RESEND] mwl8k: assign value when defining variables
 2021-02-08  2:32 UTC 

[PATCH] drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQ
 2021-02-08  2:32 UTC 

[sound:for-next 76/104] powerpc-linux-ld: warning: orphan section `.data..LASANLOC27' from `sound/core/init.o' being placed in section `.data..LASANLOC27'
 2021-02-08  2:29 UTC  (4+ messages)
  ` [kbuild-all] "

[PATCH 0/8] mm: memcontrol: switch to rstat v2
 2021-02-08  2:28 UTC  (8+ messages)
` [PATCH 6/8] mm: memcontrol: switch to rstat
` [PATCH 7/8] mm: memcontrol: consolidate lruvec stat flushing

[PATCH V2 0/1] fix messy code to be printed
 2021-02-08  2:26 UTC  (2+ messages)
` [PATCH V2 1/1] mmc-utils: fix messy code printed

Investment research about your country
 2021-02-08  2:28 UTC 

[PATCH] scsi: mptsas: dequeue request object in case of an error (CVE-2021-3392)
 2021-02-08  2:25 UTC  (2+ messages)

[PATCH RESEND] wl1251: cmd: remove redundant assignment
 2021-02-08  2:25 UTC 

BUG: commit-reach.c:66: bad generation skip
 2021-02-08  2:26 UTC  (3+ messages)

[zen-kernel-zen-kernel:5.10/muqss 9/22] aarch64-linux-gnu-ld: kernel/sysctl.o:undefined reference to `hrtimer_granularity_us'
 2021-02-08  2:25 UTC 

drivers/soundwire/stream.c:260:12: warning: stack frame size of 2832 bytes in function 'sdw_program_port_params'
 2021-02-08  2:24 UTC  (2+ messages)

net-next build error (3)
 2021-02-08  2:20 UTC 

[Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?
 2021-02-08  2:18 UTC  (5+ messages)

[PATCH 0/5] Generation Number v2: Fix a tricky split graph bug
 2021-02-08  2:01 UTC  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] commit-graph: always parse before commit_graph_data_at()

[PATCH v7 0/2] PCI: cadence: Retrain Link to work around Gen2
 2021-02-08  2:00 UTC  (4+ messages)

[PATCH 00/18] new API for FS_IOC_[GS]ETFLAGS/FS_IOC_FS[GS]ETXATTR
 2021-02-08  2:00 UTC  (10+ messages)

stable-rc/linux-5.10.y baseline: 193 runs, 2 regressions (v5.10.14)
 2021-02-08  2:00 UTC 

[PATCH v1] tpm_tis_spi_main: set cs_change = 0 when timesout
 2021-02-08  2:43 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 0/4] perf vendor events: Support PMU events for A64FX
 2021-02-08  1:53 UTC  (5+ messages)

drivers/net/wireless/intel/iwlwifi/mvm/fw.c:974 iwl_mvm_ppag_send_cmd() error: buffer overflow 'gain' 11 <= 21
 2021-02-08  1:55 UTC 


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.