All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-25 00:10:20 to 2021-05-25 01:22:54 UTC [more...]

[PATCH v7 00/92] target/arm: Implement SVE2
 2021-05-25  1:02 UTC  (19+ messages)
` [PATCH v7 01/92] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v7 02/92] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v7 03/92] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v7 04/92] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v7 05/92] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v7 06/92] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v7 07/92] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v7 08/92] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v7 09/92] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v7 10/92] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v7 11/92] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v7 12/92] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v7 13/92] target/arm: Implement SVE2 integer multiply long
` [PATCH v7 15/92] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v7 16/92] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v7 17/92] target/arm: Implement SVE2 bitwise permute
` [PATCH v7 18/92] target/arm: Implement SVE2 complex integer add
` [PATCH v7 20/92] target/arm: Implement SVE2 integer add/subtract long with carry

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-25  1:15 UTC  (16+ messages)
` [RFC PATCH 06/97] drm/i915/guc: enable only the user interrupt when using GuC submission
    ` [Intel-gfx] "
` [RFC PATCH 07/97] drm/i915/guc: Remove sample_forcewake h2g action
    ` [Intel-gfx] "
` [RFC PATCH 10/97] drm/i915: Promote ptrdiff() to i915_utils.h
  ` [Intel-gfx] "
` [RFC PATCH 23/97] drm/i915/guc: Support per context scheduling policies
    ` [Intel-gfx] "
` [RFC PATCH 28/97] drm/i915/guc: Kill guc_clients.ct_pool
    ` [Intel-gfx] "

[igt-dev] [PATCH] tests/kms_atomic: Match overlay size with primary plane on amdgpu
 2021-05-25  1:22 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic: Match overlay size with primary plane on amdgpu (rev3)

[PATCH] KVM: X86: Fix warning caused by stale emulation context
 2021-05-25  1:17 UTC  (3+ messages)

[RFC PATCH v5 00/27] NVMeTCP Offload ULP and QEDN Device Driver
 2021-05-24 20:08 UTC  (4+ messages)
` [RFC PATCH v5 01/27] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP

sdhci_data_transfer: Trasnfer data timeout
 2021-05-25  1:16 UTC  (2+ messages)

[PATCH v2 0/4] zram: fix few sysfs races
 2021-05-25  1:16 UTC  (9+ messages)

[PATCH 1/2] f2fs: immutable file can have null address in compressed chunk
 2021-05-25  1:15 UTC  (6+ messages)
` [PATCH 2/2] f2fs: support RO feature
  ` [f2fs-dev] "

[PATCH -next] virtio_ring: Correct function name virtqueue_get_buf_ctx()
 2021-05-25  1:12 UTC  (3+ messages)

RE: [PATCH] virtio-net: fix the kzalloc/kfree mismatch problem
 2021-05-25  1:12 UTC  (5+ messages)
`  "

[PATCH 0/3] init/initramfs.c: make initramfs support pivot_root
 2021-05-25  1:02 UTC  (7+ messages)
` [PATCH 1/3] init/main.c: introduce function ramdisk_exec_exist()
` [PATCH 2/3] init/do_cmounts.c: introduce 'user_root' for initramfs
` [PATCH 3/3] init/do_mounts.c: fix rootfs_fs_type with ramfs

[PATCH 0/5] arm64: imx8mn: Add power domain and more peripherals
 2021-05-25  1:07 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: add defines for i.MX8MN power domains
` [PATCH 2/5] soc: imx: gpcv2: add support "
` [PATCH 3/5] arm64: dts: imx8mn: add GPC node and "
` [PATCH 4/5] arm64: dts: imx8mn: Add power-domain reference in USB controller
` [PATCH 5/5] arm64: dts: imx8mn: Add GPU node

[PATCH V6 0/4] soc: imx: add i.MX BLK-CTL support
 2021-05-24 19:37 UTC  (3+ messages)

[PATCH] riscv: code patching only works on !XIP_KERNEL
 2021-05-24 19:32 UTC  (3+ messages)

[PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)
 2021-05-25  0:57 UTC  (74+ messages)
` [PATCH u-boot v4 01/36] regmap: fix a serious pointer casting bug
` [PATCH u-boot v4 02/36] checkpatch: require quotes around section name in the __section() macro
` [PATCH u-boot v4 03/36] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot v4 04/36] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot v4 05/36] test/py: improve regular expression for ut subtest symbol matcher
` [PATCH u-boot v4 06/36] string: make memcpy(), memset(), memcmp() and memmove() visible for LTO
` [PATCH u-boot v4 07/36] efi_loader: fix warning when linking with LTO
` [PATCH u-boot v4 08/36] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v4 09/36] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v4 10/36] efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
` [PATCH u-boot v4 11/36] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v4 12/36] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot v4 13/36] build: use thin archives instead of incremental linking
` [PATCH u-boot v4 14/36] build: support building with Link Time Optimizations
` [PATCH u-boot v4 15/36] build: link with --build-id=none
` [PATCH u-boot v4 16/36] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot v4 17/36] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot v4 18/36] sandbox: make LTO available
` [PATCH u-boot v4 19/36] sandbox: enable LTO by default
` [PATCH u-boot v4 20/36] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v4 21/36] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot v4 22/36] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot v4 23/36] ARM: fix LTO for imx28_xea
` [PATCH u-boot v4 24/36] ARM: fix LTO for apf27
` [PATCH u-boot v4 25/36] ARM: fix LTO for keystone
` [PATCH u-boot v4 26/36] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot v4 27/36] ARM: imx8m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot v4 28/36] ARM: fix LTO for seaboard
` [PATCH u-boot v4 29/36] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot v4 30/36] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot v4 31/36] armv8: SPL: discard relocation information
` [PATCH u-boot v4 32/36] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot v4 33/36] ARM: make LTO available
` [PATCH u-boot v4 34/36] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot v4 35/36] ARM: don't use --gc-sections with LTO when using private libgcc
` [PATCH u-boot v4 36/36] ARM: enable LTO for some boards

[PATCH] t9001-send-email.sh: fix expected absolute paths on Windows
 2021-05-25  1:03 UTC  (4+ messages)
` [PATCH 0/2] send-email: pre-release fixes for v2.32.0
  ` [PATCH 2/2] send-email: don't needlessly abs_path() the core.hooksPath

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-25  1:02 UTC  (6+ messages)
` [PATCH 42/43] KVM: VMX: Drop VMWRITEs to zero fields at vCPU RESET

[RFC v2 16/32] x86/tdx: Handle MWAIT, MONITOR and WBINVD
 2021-05-25  1:02 UTC  (12+ messages)
` [RFC v2-fix-v2 1/2] x86/tdx: Handle MWAIT and MONITOR
  ` [RFC v2-fix-v2 2/2] x86/tdx: Ignore WBINVD instruction for TDX guest

[PATCH v5 0/4] mmc: sdhci-of-aspeed: Support toggling SD bus signal
 2021-05-25  1:00 UTC  (7+ messages)
` [PATCH v5 1/4] ARM: dts: aspeed: ast2600evb: Add sdhci node and gpio regulator for A2 evb
` [PATCH v5 3/4] ARM: dts: aspeed: ast2600evb: Add dts file for A1 and A0

[PATCH v5 1/3] drm/dp_mst: Add self-tests for up requests
 2021-05-25  0:59 UTC  (6+ messages)
` [PATCH v5 2/3] drm/dp_mst: Add support for sink event notify messages
` [PATCH v5 3/3] drm_dp_cec: add MST support

[ANN] U-Boot v2021.07-rc3 released
 2021-05-25  0:58 UTC 

[PATCH] pylibfdt: Rework "avoid unused variable warning" lines
 2021-05-25  0:58 UTC  (2+ messages)

[PATCH] stackprot: Make our test a bit more complex
 2021-05-25  0:58 UTC  (2+ messages)

undefined reference to `cpu_sa110_suspend_size'
 2021-05-25  0:59 UTC  (2+ messages)

[PATCH v2 01/16] sandbox: net: Ensure host name is always a valid string
 2021-05-25  0:57 UTC  (3+ messages)
` [PATCH v2 07/16] test: Avoid random numbers in dm_test_devm_regmap()

[PATCH v3 2/3] PCI: Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-05-24 18:58 UTC  (2+ messages)

[PATCH v1 0/3] pinctrl: pinctrl-g6: Add the 2nd sgpio
 2021-05-25  0:57 UTC  (10+ messages)
` [PATCH v1 1/3] dt-bindings: pinctrl: Update enum for adding SGPM2 and SGPS2
` [PATCH v1 2/3] ARM: dts: aspeed-g6: Add pinctrl settings
` [PATCH v1 3/3] pinctrl: pinctrl-aspeed-g6: Add sgpio "

[PATCH net-next v1 0/6][pull request] iwl-next Intel Wired LAN Driver Updates 2021-05-21
 2021-05-25  0:57 UTC  (4+ messages)

[PATCH 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue
 2021-05-25  0:57 UTC  (9+ messages)
` [PATCH 07/12] KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable

[xlnx:master 11563/12253] ./usr/include/linux/xlnx_mpg2tsmux_interface.h:58:2: error: unknown type name 'u8'
 2021-05-24 18:55 UTC 

[ath6kl:ath-qca] BUILD SUCCESS 2896a2f1caa6892e4136ddb7523961429cf11442
 2021-05-24 18:55 UTC 

[PATCH RESEND] init/initramfs.c: make initramfs support pivot_root
 2021-05-25  0:55 UTC  (7+ messages)

[PATCH 4.14 00/37] 4.14.234-rc1 review
 2021-05-25  0:55 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-05-24 18:34 UTC  (10+ messages)
` [PATCH v3 2/2] clocksource: Add support for "

[ath6kl:ath-next] BUILD SUCCESS 17818dfa8f2e90a6f40e047a3ea9c39af1a8a87d
 2021-05-24 18:55 UTC 

[ath6kl:master] BUILD SUCCESS 55d15742caa8b632f2273c5165e2faed635cfe93
 2021-05-24 18:55 UTC 

[PATCH] usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler
 2021-05-25  0:53 UTC  (4+ messages)

[meta-oe][PATCH] sysbench: upgrade to 1.0.20
 2021-05-25  0:52 UTC  (4+ messages)
` [oe] "

[PATCH 0/3] Apple M1 clock gate driver
 2021-05-24 18:27 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: clock: add DT bindings for apple,gate-clock
` [PATCH 2/3] clk: add support for gate clocks on Apple SoCs
` [PATCH 3/3] arm64: apple: add uart gate clocks

[PATCH] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-25  0:48 UTC  (2+ messages)

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-25  0:47 UTC  (2+ messages)

[PATCH 3/6] vfio: remove the unused mdev iommu hook
 2021-05-24 18:18 UTC  (12+ messages)

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-24 18:11 UTC  (7+ messages)
` [PATCH v12 7/8] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH v3] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-25  0:45 UTC  (5+ messages)

[PATCH 0/2] arm64: remove page granularity limitation from KFENCE
 2021-05-24 18:04 UTC  (4+ messages)
` [PATCH 2/2] "

[RFC PATCH v4 0/8] RISC-V CPU Idle Support
 2021-05-24 18:01 UTC  (4+ messages)
` [RFC PATCH v4 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver

[PATCH] lib/math/rational.c: Fix divide by zero
 2021-05-25  0:42 UTC  (8+ messages)

[PATCH v3 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-05-24 17:48 UTC  (10+ messages)
` [PATCH v3 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v3 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v3 7/9] KVM: arm64: timer: Refactor IRQ configuration

Spurious bad blocks on RAID-5
 2021-05-25  0:41 UTC 

[PATCH] mt76: mt7921: fix UC entry is being overwritten
 2021-05-24 17:52 UTC  (3+ messages)

[PATCH] t1092: use GIT_PROGRESS_DELAY for consistent results
 2021-05-25  0:39 UTC  (7+ messages)

[PATCH 1/1] arm64: dts: lx2160a: Normalize the compatible string of "arm,sbsa-uart"
 2021-05-24 17:36 UTC  (2+ messages)
` [PATCH 1/1] arm64: dts: lx2160a: Normalize the compatible string of "arm, sbsa-uart"

[PATCH] staging: vchiq_arm: Using copy_from_user() to copy data from userspace address
 2021-05-24 17:26 UTC  (3+ messages)

[PATCH] arm64: perf: Add more support on caps under sysfs
 2021-05-24 17:18 UTC  (2+ messages)

[bug report] nvme sends invalid command capsule over rdma transport for 5KiB write when target supports MSDBD > 1
 2021-05-24 17:19 UTC 

packfile-uri.txt: fix blobPackfileUri description
 2021-05-25  0:34 UTC  (3+ messages)

[PATCH v2] clk: meson: meson8b: Use CLK_SET_RATE_NO_REPARENT for vclk{,2}_in_sel
 2021-05-24 17:14 UTC  (4+ messages)
  ` [PATCH v2] clk: meson: meson8b: Use CLK_SET_RATE_NO_REPARENT for vclk{, 2}_in_sel

[PATCH v2] KVM: arm64: Prevent mixed-width VM creation
 2021-05-24 17:07 UTC 

[PATCH 00/10] Documentation build warning fixes
 2021-05-25  0:30 UTC  (4+ messages)
` [PATCH 05/10] docs: update pin-control.rst references

❌ FAIL: Test report for kernel 5.13.0-rc3 (arm-next, c4681547)
 2021-05-24 16:58 UTC 

[PATCH 0/2 v2] block: Fix deadlock when merging requests with BFQ
 2021-05-25  0:29 UTC  (3+ messages)
` [PATCH 2/2] blk: Fix lock inversion between ioc lock and bfqd lock

[PATCH 0/6] Don't use BIT() macro in UAPI headers
 2021-05-24 16:34 UTC  (4+ messages)

[PATCH] ASoC: meson: use dev_err_probe
 2021-05-24 16:51 UTC 

linux-next: Fixes tag needs some work in the drm-msm tree
 2021-05-25  0:27 UTC 

[PATCH v1 1/2] gpiolib: Never return internal error codes to user space
 2021-05-25  0:27 UTC  (3+ messages)
` [PATCH v1 2/2] gpiolib: Introduce gpiod_request_user() helper

[m68k:master] BUILD SUCCESS 3428ff4f47ba01620d01de4e179105498ac24d8f
 2021-05-25  0:25 UTC 

[PATCH 5.10 000/530] 5.10.37-rc1 review
 2021-05-25  0:23 UTC  (5+ messages)
` [PATCH 5.10 160/530] arm64: dts: qcom: db845c: fix correct powerdown pin for WSA881x

[Intel-gfx] [PATCH 1/3] drm/i915/adlp: Require DPT FB CCS color planes to be 2MB aligned
 2021-05-25  0:22 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] "

[PATCH v3 1/6] fpga: generalize updating the card
 2021-05-24 16:27 UTC 

iomap: writeback ioend/bio allocation deadlock risk
 2021-05-24 23:55 UTC  (8+ messages)

[PATCH 4.4 00/31] 4.4.270-rc1 review
 2021-05-25  0:20 UTC  (2+ messages)

[PATCH 4.9 00/36] 4.9.270-rc1 review
 2021-05-25  0:19 UTC  (2+ messages)

[PATCH 01/21] gdk-pixbuf: update a patch status
 2021-05-25  0:18 UTC  (3+ messages)
` [PATCH 02/21] systemd: update 247.6 -> 248.3
  ` [OE-core] "

[PATCH v3 0/3] am335x: set pinmux registers from pins debug file
 2021-05-25  0:18 UTC  (2+ messages)

[PATCH v3 0/6] generalize fpga_mgr_load
 2021-05-24 16:27 UTC 

[dpdk-dev] [PATCH] test: drop 'alarm_autotest' and 'cycles_autotest' from test suite
 2021-05-25  0:16 UTC 

[MPTCP][PATCH v7 mptcp-next 0/5] add MP_CAPABLE 'C' flag
 2021-05-25  0:16 UTC  (5+ messages)
` [MPTCP][PATCH v7 mptcp-next 1/5] mptcp: add sysctl allow_join_initial_addr_port
  ` [MPTCP][PATCH v7 mptcp-next 2/5] mptcp: add allow_join_id0 in mptcp_out_options
    ` [MPTCP][PATCH v7 mptcp-next 3/5] mptcp: add add_cached in mptcp_pm_data

[boot-wrapper PATCH v2 0/8] Add Armv8-R AArch64 support
 2021-05-24 10:19 UTC  (3+ messages)
` [boot-wrapper PATCH v2 8/8] aarch64: Introduce EL2 boot code for Armv8-R AArch64

[PATCH bpf-next 4/5] libbpf: streamline error reporting for high-level APIs
 2021-05-25  0:15 UTC  (3+ messages)

[PATCH] mtd: parsers: qcom: Fix leaking of partition name
 2021-05-25  0:14 UTC 

[PATCH v4 00/18] Tidy up cache.S
 2021-05-24  8:30 UTC  (2+ messages)
` [PATCH v4 17/18] arm64: Fix cache maintenance function comments

[PATCH] mfd: syscon: Fix leak of syscon name
 2021-05-25  0:13 UTC 

[PATCH v3 00/16] ipmi: Allow raw access to KCS devices
 2021-05-25  0:12 UTC  (7+ messages)
` [PATCH v3 05/16] ipmi: kcs_bmc: Turn the driver data-structures inside-out
      ` [Openipmi-developer] "

Portability of bpf_tracing.h
 2021-05-25  0:13 UTC  (4+ messages)

[PATCH -next] riscv: TRANSPARENT_HUGEPAGE: depends on MMU
 2021-05-25  0:13 UTC 

[PATCH 2/3 v2] crypto: ixp4xx: Add DT bindings
 2021-05-24 13:47 UTC  (4+ messages)

[RFC v3 00/29] vDPA software assisted live migration
 2021-05-25  0:09 UTC  (5+ messages)

[PATCH] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards [Klartext]
 2021-05-25  0:10 UTC  (2+ messages)

[PATCH v9 00/22] Mediatek MT8192 clock support
 2021-05-24 12:20 UTC  (2+ messages)
` [PATCH v9 06/22] clk: mediatek: Add dt-bindings of MT8192 clocks


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.