All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-21 22:58:08 to 2021-06-22 00:04:16 UTC [more...]

[PATCH v2 0/2] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-06-22  0:04 UTC  (12+ messages)
` [PATCH v2 2/2] can: netlink: add "
        ` CAN-FD Transmitter Delay Compensation (TDC) on mcp2518fd

[PATCH 0/3] mm/page_reporting: Make page reporting work on arm64 with 64KB page size
 2021-06-22  2:04 UTC  (5+ messages)
    ` ** POTENTIAL FRAUD ALERT - RED HAT ** "

[PATCH resend for-next 0/5] RTRS enable write path fast memory regitration
 2021-06-22  0:03 UTC  (2+ messages)

[PATCH 1/2] pci: export pci_dev_unlock() and the respective unlock
 2021-06-22  0:03 UTC  (2+ messages)
` [PATCH 2/2] vfio: use the new pci_dev_trylock() helper to simplify try lock

[PATCH V8 for-next] RDMA/bnxt_re: update ABI to pass wqe-mode to user space
 2021-06-22  0:01 UTC  (2+ messages)

Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads
 2021-06-22  0:01 UTC  (24+ messages)

[PATCH 00/31] minimal restart of "config-based-hooks"
 2021-06-22  0:00 UTC  (8+ messages)
` [PATCH v2 00/30] Minimal "
  ` [PATCH v2 01/30] hook: add 'run' subcommand

[linux-next:master 8371/11714] drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c:438:10: error: implicit declaration of function 'rmnet_map_ipv6_dl_csum_trailer'; did you mean 'rmnet_map_ipv4_dl_csum_trailer'?
 2021-06-21 23:57 UTC  (2+ messages)

[PATCH] ceph: fix error handling in ceph_atomic_open and ceph_lookup
 2021-06-21 23:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/4] sunxi: TOC0 image type support
 2021-06-21 23:56 UTC  (4+ messages)

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-21 23:54 UTC  (10+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 2/4] t6402: use find(1) builtin to filter instead of grep

[PATCH 0/6] iommu: Enable devices to request non-strict DMA, starting with QCom SD/MMC
 2021-06-21 23:52 UTC  (14+ messages)
` [PATCH 1/6] drivers: base: Add the concept of "pre_probe" to drivers
` [PATCH 2/6] drivers: base: Add bits to struct device to control iommu strictness
` [PATCH 3/6] PCI: Indicate that we want to force strict DMA for untrusted devices
` [PATCH 4/6] iommu: Combine device strictness requests with the global default
` [PATCH 5/6] iommu: Stop reaching into PCIe devices to decide strict vs. non-strict
` [PATCH 6/6] mmc: sdhci-msm: Request non-strict IOMMU mode

[PATCH v5 for-next 0/3] IB/core: Obtaining subnet_prefix from cache in
 2021-06-21 23:52 UTC  (4+ messages)
` [PATCH v5 for-next 3/3] IB/core: Obtain subnet_prefix from cache in IB devices

[PATCH rdma-next v2] RDMA: Fix kernel-doc warnings about wrong comment
 2021-06-21 23:52 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.13.0-rc6 (block, b0740de3)
 2021-06-21 23:49 UTC  (10+ messages)

[PATCH] virtio/s390: get rid of open-coded kvm hypercall
 2021-06-21 23:50 UTC  (2+ messages)

U-Boot DSA driver for microchip KSZ9477 suggestions needed
 2021-06-21 23:49 UTC  (2+ messages)

[qemu-mainline test] 162936: trouble: blocked/broken/pass
 2021-06-21 23:48 UTC 

[PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
 2021-06-21 23:45 UTC  (16+ messages)
` [PATCH v2 1/3] compiler_attributes.h: define __no_profile, add to noinstr
` [PATCH v2 2/3] compiler_attributes.h: cleanups for GCC 4.9+
` [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO

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

[f2fs-dev] [PATCH] f2fs: compress: remove unneeded read when rewrite whole cluster
 2021-06-21 23:45 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/2] DMC Updates for RKL, TGL
 2021-06-21 23:45 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/firmware: Update to DMC v2.12 on TGL
` [Intel-gfx] [PATCH 2/2] drm/i915/firmware: Update to DMC v2.03 on RKL

[PATCH 0/2] perf: add missing evlist__delete when deleting
 2021-06-21 23:43 UTC  (3+ messages)
` [PATCH 1/2] perf report: delete evlist when deleting session
` [PATCH 2/2] perf script: "

[Intel-gfx] [PATCH 1/2] drm/i915/dg1: Compute MEM Bandwidth using MCHBAR
 2021-06-21 23:43 UTC  (4+ messages)

[GIT PULL] clk: imx: Updates for v5.14
 2021-06-21 23:42 UTC  (3+ messages)

[PATCH v2 00/11] target/cris: Convert to TranslatorOps
 2021-06-21 23:32 UTC  (4+ messages)
` [PATCH v2 02/11] target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN

[to-be-updated] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch removed from -mm tree
 2021-06-21 23:38 UTC  (6+ messages)
  ` [to-be-updated] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch

Ping frame drop
 2021-06-21 23:41 UTC  (3+ messages)
  ` [EXT] "

Denormal input handling
 2021-06-21 23:39 UTC  (4+ messages)

Please don't waste maintainers' time on your KPI grabbing patches (AKA, don't be a KPI jerk)
 2021-06-21 23:39 UTC  (3+ messages)

[GIT PULL] clk: tegra: Changes for v5.14-rc1
 2021-06-21 23:39 UTC  (2+ messages)

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-21 23:38 UTC  (14+ messages)
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data

[freescale-fslc:pr/378 15408/19459] drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_drm.c:79:17: error: no previous prototype for 'viv_gem_prime_export'
 2021-06-21 23:37 UTC 

[PATCH rdma-next 0/2] Provide already supported real-time timestamp
 2021-06-21 23:37 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the kvm tree
 2021-06-21 23:37 UTC  (2+ messages)

[PATCH v3 0/3] zram: fix few sysfs races
 2021-06-21 23:36 UTC  (4+ messages)
` [PATCH v3 1/3] zram: fix crashes due to use of cpu hotplug multistate
` [PATCH v3 2/3] zram: fix deadlock with sysfs attribute usage and driver removal
` [PATCH v3 3/3] drivers/base/core: refcount kobject and bus on device attribute read / store

[GIT PULL] Allwinner Clock Fixes for 5.13
 2021-06-21 23:36 UTC  (2+ messages)

Filesystem goes readonly soon after mount, cannot free space or rebalance
 2021-06-21 23:36 UTC  (4+ messages)

[PATCH V3 1/3] socinfo: Add missing SoC ID for SM6125
 2021-06-21 23:35 UTC  (7+ messages)
` [PATCH V3 3/3] mailbox: qcom-apcs: Add SM6125 compatible

About the usage of core.gitproxy
 2021-06-21 23:33 UTC  (2+ messages)

drivers/dma/nbpfaxi.c:1122:27: sparse: sparse: context imbalance in 'nbpf_chan_tasklet' - different lock contexts for basic block
 2021-06-21 23:34 UTC 

[PATCH] azure: Use msys2 20210604 installer for Windows build
 2021-06-21 23:33 UTC 

[GIT PULL] clk: renesas: Updates for v5.14 (take two)
 2021-06-21 23:33 UTC  (2+ messages)

guest/host mem out of sync on core2duo?
 2021-06-21 23:32 UTC  (9+ messages)
          ` exception vs SIGALRM race (was: Re: guest/host mem out of sync on core2duo?)

[Intel-gfx] [CI 0/4] Pipe DMC bits
 2021-06-21 23:32 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[tip:smp/urgent] BUILD REGRESSION b22afcdf04c96ca58327784e280e10288cfd3303
 2021-06-21 23:32 UTC  (2+ messages)

[PATCH for-next v2] RDMA/cma: Replace RMW with atomic bit-ops
 2021-06-21 23:31 UTC  (10+ messages)

[renesas-devel:renesas-arm-dt-for-v5.15] BUILD SUCCESS 0f051857609084b264b1e2037d6becb5cb074cfc
 2021-06-21 23:29 UTC 

linux-next: Tree for Apr 16
 2021-06-21 23:30 UTC  (5+ messages)
` linux-next: Tree for Apr 16 (objtool: warnings)

[PATCH for-next] RDMA/cma: Replace RMW with atomic bit-ops
 2021-06-21 23:29 UTC  (6+ messages)

[PATCH net v2] net: sched: add barrier to ensure correct ordering for lockless qdisc
 2021-06-21 23:29 UTC  (5+ messages)

[renesas-devel:master] BUILD SUCCESS 3f3736e69d69c5095435a64320a05f2d00cf0126
 2021-06-21 23:29 UTC 

[PATCH v3 1/2] habanalabs: define uAPI to export FD for DMA-BUF
 2021-06-21 23:29 UTC  (10+ messages)

[PATCH v6 00/45] Add trace file compression
 2021-06-21 23:27 UTC  (11+ messages)
` [PATCH v6 19/45] trace-cmd: Move buffers description outside of options
` [PATCH v6 21/45] trace-cmd library: Add compression of the option section of the trace file
` [PATCH v6 22/45] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v6 25/45] trace-cmd: Read compressed trace data
` [PATCH v6 33/45] trace-cmd: Copy CPU count in tracecmd_copy

[PATCH RESEND for-next] RDMA/hns: Solve the problem that dma_pool is used during the reset
 2021-06-21 23:24 UTC  (2+ messages)

[PATCH] jfs: Avoid field-overflowing memcpy()
 2021-06-21 23:23 UTC 

linux-next: Fixes tag needs some work in the devicetree tree
 2021-06-21 23:20 UTC  (4+ messages)

[GIT PULL v3] fstests: move test group lists into test files
 2021-06-21 23:20 UTC 

[PATCH v2 0/4] zram: fix few sysfs races
 2021-06-21 23:19 UTC  (11+ messages)

[PATCH v2 rdma-next] RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPs
 2021-06-21 23:18 UTC  (4+ messages)

[PATCH] xfs: fix endianness issue in xfs_ag_shrink_space
 2021-06-21 23:17 UTC  (2+ messages)

[PATCH v2 0/1] rpmsg: ctrl: Add ability to instantiate rpmsg device locally
 2021-06-21 23:16 UTC  (3+ messages)
` [PATCH v2 1/1] rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls

[PATCH net-next] ip: avoid OOM kills with large UDP sends over loopback
 2021-06-21 23:13 UTC 

[PATCH 0/2] hantro: Small nitpicks
 2021-06-21 23:11 UTC  (3+ messages)
` [PATCH 1/2] hantro: vp8: Move noisy WARN_ON to vpu_debug
` [PATCH 2/2] hantro: Make struct hantro_variant.init() optional

[PATCHSET v3 00/13] fstests: move test group lists into test files
 2021-06-21 23:11 UTC  (14+ messages)
` [PATCH 01/13] fstests: fix group check in new script
` [PATCH 02/13] misc: move exit status into trap handler
` [PATCH 03/13] fstests: refactor test boilerplate code
` [PATCH 04/13] fstests: add tool migrate group membership data to test files
` [PATCH 05/13] fstests: clean up open-coded golden output
` [PATCH 06/13] fstests: move test group info to test files
` [PATCH 07/13] fstests: automatically generate group files
` [PATCH 08/13] fstests: convert nextid to use automatic group generation
` [PATCH 09/13] fstests: adapt the new test script to our new group tagging scheme
` [PATCH 10/13] check: use generated group files
` [PATCH 11/13] fstests: remove "
` [PATCH 12/13] fstests: remove test group management code
` [PATCH 13/13] misc: update documentation to reflect auto-generated group files

[PATCH v3 1/7] dt-bindings: regulator: qcom,qca6390: add binding for QCA6390 device
 2021-06-21 23:11 UTC  (2+ messages)
` Add support for Qualcomm QCA639x chips family

[syzbot] memory leak in __send_signal
 2021-06-21 23:08 UTC  (2+ messages)
` [PATCH] signal: Prevent sigqueue caching after task got released

[GIT PULL] Rockchip dts32 changes for 5.14 - #2
 2021-06-21 23:06 UTC  (4+ messages)

[PATCH 1/2] check_applies_clean: Don't append '.git' repeatedly
 2021-06-21 23:07 UTC  (4+ messages)
` [PATCH 2/2] am: Allow specifying a base to check applying series

[PATCH v2] mt76: mt7921: add .set_sar_specs support
 2021-06-21 23:07 UTC  (2+ messages)

linux-next: Signed-off-by missing for commits in the xfs tree
 2021-06-21 23:06 UTC  (5+ messages)

[PATCH 00/10] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers
 2021-06-21 23:04 UTC  (5+ messages)
` [PATCH v2 00/12] "
  ` (subset) "

TXTIME (Launch Time) setting per XDP frame from userspace
 2021-06-21 23:04 UTC  (2+ messages)

[PATCH] perf annotate: allow 's' on source code lines
 2021-06-21 23:00 UTC 

[patch V3 00/66] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-21 23:00 UTC  (3+ messages)
` [patch V3 29/66] x86/fpu: Rename fxregs related copy functions


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.