All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-14 08:27:22 to 2021-06-14 09:33:04 UTC [more...]

[PATCH 00/28] tcg: bswap improvements
 2021-06-14  9:31 UTC  (32+ messages)
` [PATCH 01/28] tcg: Add flags argument to bswap opcodes
` [PATCH 02/28] tcg/i386: Support bswap flags
` [PATCH 03/28] tcg/aarch64: "
` [PATCH 04/28] tcg/arm: "
` [PATCH 05/28] tcg/ppc: Split out tcg_out_ext{8,16,32}s
` [PATCH 06/28] tcg/ppc: Split out tcg_out_sari{32,64}
` [PATCH 07/28] tcg/ppc: Split out tcg_out_bswap16
` [PATCH 08/28] tcg/ppc: Split out tcg_out_bswap32
` [PATCH 09/28] tcg/ppc: Split out tcg_out_bswap64
` [PATCH 10/28] tcg/ppc: Support bswap flags
` [PATCH 11/28] tcg/ppc: Use power10 byte-reverse instructions
` [PATCH 12/28] tcg/s390: Support bswap flags
` [PATCH 13/28] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PATCH 14/28] tcg/mips: Support bswap flags in tcg_out_bswap32
` [PATCH 15/28] tcg/tci: Support bswap flags
` [PATCH 16/28] tcg: Handle new bswap flags during optimize
` [PATCH 17/28] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
` [PATCH 18/28] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PATCH 19/28] tcg: Make use of bswap flags in tcg_gen_qemu_st_*
` [PATCH 20/28] target/arm: Improve REV32
` [PATCH 21/28] target/arm: Improve vector REV
` [PATCH 22/28] target/arm: Improve REVSH
` [PATCH 23/28] target/i386: Improve bswap translation
` [PATCH 24/28] target/sh4: Improve swap.b translation
` [PATCH 25/28] target/mips: Fix gen_mxu_s32ldd_s32lddr
` [PATCH 26/28] tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
` [PATCH 27/28] tcg/aarch64: "
` [PATCH 28/28] tcg/riscv: Remove MO_BSWAP handling

[PATCH] net: usbnet: allow overriding of default USB interface naming
 2021-06-14  9:32 UTC  (5+ messages)

[PATCH] io_uring: fix blocking inline submission
 2021-06-14  9:30 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN
 2021-06-14  9:31 UTC  (4+ messages)
`  "

[PATCH bpf-next 0/3] Fixes for TC-BPF series
 2021-06-14  9:32 UTC 

Build regressions/improvements in v5.13-rc6
 2021-06-14  9:31 UTC 

[PULL 00/34] tcg patch queue
 2021-06-14  9:28 UTC  (5+ messages)

[PATCH v29 09/13] mm/damon/dbgfs: Support multiple contexts
 2021-06-14  9:30 UTC  (2+ messages)

[PATCH v3 0/4] fpga: reorganize to subdirs
 2021-06-14  9:28 UTC  (4+ messages)
` [PATCH v3 1/4] fpga: dfl: reorganize to subdir layout

[PATCH] board: sama5d3_xplained: add Falcon boot support
 2021-06-14  9:29 UTC  (2+ messages)

[PATCH V3 0/3] gpio: Add virtio based driver
 2021-06-14  9:29 UTC  (17+ messages)
` [PATCH V3 1/3] gpio: Add virtio-gpio driver

[PATCH] configs: sam boards: add hash command
 2021-06-14  9:28 UTC  (2+ messages)

[meta-java] icedtea7 fetching error
 2021-06-14  9:26 UTC  (2+ messages)

[linux-next:master 7012/7430] include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_183' declared with attribute error: unexpected size in kmalloc_index()
 2021-06-14  9:26 UTC  (18+ messages)
                              ` [PATCH FIX -next] "

[PATCH] scsi: myrs: add a check against null pointer dereference
 2021-06-14  9:25 UTC 

[PATCH v5 0/8] ACPI/IORT: Support for IORT RMR node
 2021-06-14  9:23 UTC  (9+ messages)
` [PATCH v5 7/8] iommu/arm-smmu: Get associated RMR info and install bypass SMR

Kernel 5.12.10 and 5.12.9 freezing after boot-up with while sound output is looping
 2021-06-14  9:03 UTC  (3+ messages)

[Buildroot] NDEBUG breaks compilation of GCC 10
 2021-06-14  9:22 UTC 

[PATCH bpf] lib: bpf: tracing: fail compilation if target arch is missing
 2021-06-14  9:21 UTC  (3+ messages)

[PATCH v6 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-06-14  9:20 UTC  (5+ messages)
` [PATCH v6 2/2] drivers/perf: hisi: Add driver for HiSilicon "

[RESEND][PATCH 1/2] keys: crypto: Replace BUG_ON() with WARN() in find_asymmetric_key()
 2021-06-14  9:21 UTC  (5+ messages)

[PATCH v3 0/3] 9p: add support for root file systems
 2021-06-14  9:19 UTC  (4+ messages)

[syzbot] BUG: stack guard page was hit in preempt_count_add
 2021-06-14  9:17 UTC  (2+ messages)

[PATCH v15 0/7] MTE support for KVM guest
 2021-06-14  9:05 UTC  (32+ messages)
` [PATCH v15 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v15 2/7] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v15 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v15 4/7] KVM: arm64: Save/restore MTE registers
` [PATCH v15 5/7] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v15 6/7] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v15 7/7] KVM: arm64: Document MTE capability and ioctl

[PATCH 0/3] Input: touchscreen - Allow setting touchscreen properties with module options
 2021-06-14  9:16 UTC  (6+ messages)
` [PATCH 1/3] Input: touchscreen - Extend touchscreen_parse_properties() to allow overriding settings with a module option
` [PATCH 3/3] Input: goodix - add a settings module-parameter

[PATCH] service: Prevent auto connection during passphrase request
 2021-06-14  9:14 UTC 

[PATCH 0/3] staging: mt7621-pci: define ralink PCI_IOBASE to avoid manually ranges parsing
 2021-06-14  9:13 UTC  (3+ messages)
` [PATCH 1/3] MIPS: ralink: Define PCI_IOBASE

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-14  9:01 UTC 

[PATCH 00/21] Rid W=1 warnings from IDE
 2021-06-14  9:12 UTC  (4+ messages)

[dpdk-dev] [PATCH] ipc: stop mp control thread on cleanup
 2021-06-14  9:12 UTC 

[dpdk-dev] Memory leak in rte_pci_scan
 2021-06-14  9:11 UTC  (2+ messages)

[PATCH 00/10] clk: imx: scu: add more scu clock features
 2021-06-14  9:07 UTC  (18+ messages)
` [PATCH 01/10] clk: imx: scu: add more scu clocks
` [PATCH 02/10] clk: imx: scu: add parallel port clock ops
` [PATCH 03/10] clk: imx: scu: bypass cpu clock save and restore
` [PATCH 04/10] clk: imx: scu: detach pd if can't power up
` [PATCH 05/10] clk: imx: scu: bypass pi_pll enable status restore

[PATCH v9 00/37] propose config-based hooks
 2021-06-14  9:09 UTC  (3+ messages)
` [PATCH v9 31/37] post-update: use hook.h library

[RFC PATCH] migration: Add missing dependency on GNUTLS
 2021-06-14  8:44 UTC  (3+ messages)

How to statically set J1939 addresses and names
 2021-06-14  9:10 UTC  (5+ messages)

[PATCH v2] drm/i915: Document the Virtual Engine uAPI
 2021-06-14  9:09 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH kvm-unit-tests] generators: unify header guards
 2021-06-14  9:07 UTC 

[PATCHv3 for-next 0/5] Misc update for RTRS
 2021-06-14  9:03 UTC  (6+ messages)
` [PATCHv3 for-next 1/5] RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
` [PATCHv3 for-next 2/5] RDMA/rtrs-clt: Use minimal max_send_sge when create qp
` [PATCHv3 for-next 3/5] RDMA/rtrs: RDMA_RXE requires more number of WR
` [PATCHv3 for-next 4/5] RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_num
` [PATCHv3 for-next 5/5] RDMA/rtrs: Check device max_qp_wr limit when create QP

[meta-zephyr][PATCH v2 1/2] zephyr-kernel: Add OpenThread add module to build
 2021-06-14  9:04 UTC  (3+ messages)
` [yocto] "

[PATCH] esp: fix migration version check in esp_is_version_5()
 2021-06-14  9:01 UTC  (4+ messages)

[meta-zephyr][PATCH v3 1/2] zephyr-kernel: Add OpenThread add module to build
 2021-06-14  9:02 UTC  (2+ messages)
` [meta-zephyr][PATCH v3 2/2] zephyr-openthread-echo-client: Add new echo-client variant for OpenThread

[PATCH v5 00/16] qemu_iotests: improve debugging options
 2021-06-14  8:48 UTC  (2+ messages)

[PATCH] pgo: add clang's Profile Guided Optimization infrastructure
 2021-06-14  9:01 UTC  (9+ messages)
` [PATCH v9] "

[kvm-unit-tests PATCH v2 0/7] unify header guards
 2021-06-14  9:01 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format

[Buildroot] [PATCH 0/3] My take on the at91bootstrap 4.x story
 2021-06-14  9:01 UTC  (8+ messages)
` [Buildroot] [PATCH 1/3] boot/at91bootstrap3: add support for at91bootstrap 4.x series

[PATCH] arm64: configs: remove redundant CONFIG_MTK_PMIC_WRAP
 2021-06-14  8:58 UTC  (7+ messages)

[PATCH 1/2] counter: intel-qep: Mark PM callbacks with __maybe_unused
 2021-06-14  8:57 UTC  (5+ messages)
` [PATCH 2/2] counter: intel-qep: Use to_pci_dev() helper

[djwong-xfs:vectorized-scrub 94/315] fs/xfs/xfs_health.c:18:1: iwyu: warning: superfluous #include "xfs_da_format.h"
 2021-06-14  8:59 UTC 

man-pages: posixoptions(7)
 2021-06-14  8:51 UTC 

[PATCH v4 00/17] media: gmsl: Reliability improvements
 2021-06-14  8:51 UTC  (3+ messages)
` [PATCH v4 16/17] media: v4l2-subdev: De-deprecate init() subdev op

[djwong-xfs:vectorized-scrub 220/315] fs/xfs/libxfs/xfs_imeta.c:26:1: iwyu: warning: superfluous #include "xfs_errortag.h"
 2021-06-14  8:51 UTC 

FAILED: patch "[PATCH] tracing: Correct the length check which causes memory" failed to apply to 5.10-stable tree
 2021-06-14  8:50 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_dp_dsc: Assign the proper output
 2021-06-14  8:27 UTC 

FAILED: patch "[PATCH] ftrace: Do not blindly read the ip address in ftrace_bug()" failed to apply to 5.4-stable tree
 2021-06-14  8:49 UTC  (3+ messages)

[GSoC] My Git Dev Blog - Week 4
 2021-06-14  8:49 UTC  (2+ messages)

[PATCH] habanalabs: Fix an error handling path in 'hl_pci_probe()'
 2021-06-14  8:48 UTC  (2+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-14  8:48 UTC  (5+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for XDP bonding

[Intel-gfx] [PATCH] drm/i915: Steer MCR reads to lowest potential slice/subslice
 2021-06-14  8:48 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v2 0/3] kasan: add memory corruption identification for hw tag-based kasan
 2021-06-14  8:48 UTC  (6+ messages)
` [PATCH v2 2/3] kasan: integrate the common part of two KASAN tag-based modes

[PATCH v1 00/11] Add TDX Guest Support (Initial support)
 2021-06-14  8:47 UTC  (3+ messages)
` [PATCH v1 05/11] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions

[PATCH RESEND 0/8] IIO: Alignment fixes part 3 - __aligned(8) used to ensure alignment
 2021-06-14  8:03 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Your daily results for 2021-04-11
 2021-06-14  8:45 UTC  (4+ messages)

[PATCH -next] ARM: dts: k3-j7200-common-proc-board-u-boot.dtsi: Fix dtc warnings
 2021-06-14  8:42 UTC 

[PATCH] test: fix for TEST_OUTPUT_DIRECTORY
 2021-06-14  8:39 UTC  (5+ messages)

compiler.h:417:38: error: call to '__compiletime_assert_59' declared with attribute error: BUILD_BUG_ON failed: sizeof(_i) > sizeof(long)
 2021-06-14  8:40 UTC  (7+ messages)

[PATCH v5 0/6] blkdebug: fix racing condition when iterating on
 2021-06-14  8:29 UTC  (7+ messages)
` [PATCH v5 1/6] blkdebug: refactor removal of a suspended request
` [PATCH v5 2/6] blkdebug: move post-resume handling to resume_req_by_tag
` [PATCH v5 3/6] blkdebug: track all actions
` [PATCH v5 4/6] blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE
` [PATCH v5 5/6] block/blkdebug: remove new_state field and instead use a local variable
` [PATCH v5 6/6] blkdebug: protect rules and suspended_reqs with a lock

[PATCH 1/1] dma: coherent: check no-map property for arm64
 2021-06-14  8:36 UTC  (4+ messages)

[RFC PATCH V1 0/3] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-14  8:34 UTC  (2+ messages)

[PATCH v2 00/18] modules: add metadata database
 2021-06-14  8:34 UTC  (5+ messages)
` [PATCH v2 03/18] modules: add qemu-modinfo utility

[PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-06-14  8:35 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH v2 0/4] IIO: Alignment fixes part 4 - bounce buffers for the hard cases
 2021-06-14  8:33 UTC  (3+ messages)
` [PATCH v2 1/4] iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()

[Buildroot] [PATCH 1/1] package/bluez-alsa: bump to version 3.1.0
 2021-06-14  8:33 UTC 

[PATCH] ALSA: firewire-motu: fix stream format for MOTU 8pre FireWire
 2021-06-14  8:31 UTC  (2+ messages)

MPTCP checksum interop
 2021-06-14  8:30 UTC  (2+ messages)

[PATCH 0/8] arm64: dts: qcom: Add SA8155p-adp board DTS
 2021-06-14  8:30 UTC  (4+ messages)
` [PATCH 5/8] pinctrl: qcom/pinctrl-spmi-gpio: Add compatibles for pmic-gpios on SA8155p-adp

[GIT PULL 1/2] phy: tegra: Changes for v5.14-rc1
 2021-06-14  8:27 UTC  (4+ messages)
` [GIT PULL 2/2] usb: "

Arm64 crash while reading memory sysfs
 2021-06-14  8:25 UTC  (11+ messages)

[PATCH] mcb: Remove trailing semicolon in macros
 2021-06-14  8:26 UTC 

[PATCH v4 0/8] tee: Improve support for kexec and kdump
 2021-06-14  8:27 UTC  (3+ messages)
` [PATCH v4 4/8] optee: Clear stale cache entries during initialization


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.