All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-12 16:07:06 to 2021-09-12 18:24:26 UTC [more...]

[linux-lvm] Discussion: performance issue on event activation mode
 2021-09-12 16:51 UTC  (8+ messages)

[RFC][PATCH 0/3] allow to skip CQE posting
 2021-09-12 18:24 UTC  (7+ messages)
` [PATCH 1/3] io_uring: clean cqe filling functions
` [PATCH 3/3] io_uring: don't spinlock when not posting CQEs

[PATCH 0/4] iowq fix
 2021-09-12 18:23 UTC  (11+ messages)
` [PATCH 1/4] io-wq: tweak return value of io_wqe_create_worker()
` [PATCH 2/4] io-wq: code clean "
` [PATCH 3/4] io-wq: fix worker->refcount when creating worker in work exit
` [PATCH 4/4] io-wq: fix potential race of acct->nr_workers

[ardb:arm32-ti-in-task 4/7] include/linux/percpu-defs.h:240:1: error: braced-group within expression allowed only inside a function
 2021-09-12 18:23 UTC  (2+ messages)

[Clarification] writes to kernel addresses that came from userspace
 2021-09-12 18:22 UTC  (2+ messages)

io-uring: KASAN failure, presumably
 2021-09-12 18:21 UTC  (3+ messages)

[PATCH v7 0/7] Add OTG mode support to Tegra USB PHY and Nexus 7
 2021-09-12 18:17 UTC  (8+ messages)
` [PATCH v7 1/7] dt-bindings: phy: tegra20-usb-phy: Convert to schema
` [PATCH v7 2/7] dt-bindings: phy: tegra20-usb-phy: Document properties needed for OTG mode
` [PATCH v7 3/7] soc/tegra: pmc: Expose USB regmap to all SoCs
` [PATCH v7 4/7] usb: phy: tegra: Support OTG mode programming
` [PATCH v7 5/7] ARM: tegra: Add new properties to USB PHY device-tree nodes
` [PATCH v7 6/7] ARM: tegra: nexus7: Enable USB OTG mode
` [PATCH v7 7/7] arm64: tegra132: Add new properties to USB PHY device-tree node

[PATCH] KVM: SVM: fix missing sev_decommission in sev_receive_start
 2021-09-12 18:18 UTC 

Which tool to use for Mesh Testing
 2021-09-12 18:17 UTC  (4+ messages)

[PATCH for-next 00/12] RDMA/bnxt_re: Driver update
 2021-09-12 18:15 UTC  (13+ messages)
` [PATCH for-next 01/12] RDMA/bnxt_re: Add extended statistics counters
` [PATCH for-next 02/12] RDMA/bnxt_re: Update statistics counter name
` [PATCH for-next 03/12] RDMA/bnxt_re: Use separate response buffer for stat_ctx_free
` [PATCH for-next 04/12] RDMA/bnxt_re: Reduce the delay in polling for hwrm command completion
` [PATCH for-next 05/12] RDMA/bnxt_re: Support multiple page sizes
` [PATCH for-next 06/12] RDMA/bnxt_re: Suppress unwanted error messages
` [PATCH for-next 07/12] RDMA/bnxt_re: Fix query SRQ failure
` [PATCH for-next 08/12] RDMA/bnxt_re: Fix FRMR issue with single page MR allocation
` [PATCH for-next 09/12] RDMA/bnxt_re: Use GFP_KERNEL in non atomic context
` [PATCH for-next 10/12] RDMA/bnxt_re: Correct FRMR size calculation
` [PATCH for-next 11/12] RDMA/bnxt_re: Check if the vlan is valid before reporting
` [PATCH for-next 12/12] MAINTAINERS: Update Broadcom RDMA maintainers

[PATCH] filename.7: new manual page
 2021-09-12 18:12 UTC  (6+ messages)
` [PATCH 3/3] Use subsections instead of sections

[PATCH 0/3] ui/console: chardev backend improvements
 2021-09-12 17:58 UTC  (8+ messages)
` [PATCH 1/3] ui/console: replace QEMUFIFO with Fifo8
` [PATCH 2/3] ui/console: replace kbd_timer with chr_accept_input callback
` [PATCH 3/3] ui/console: remove chardev frontend connected test

[PATCH 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-12 17:48 UTC  (22+ messages)
` [PATCH 02/20] nubus-device: expose separate super slot memory region
` [PATCH 03/20] nubus-device: add device slot parameter
` [PATCH 04/20] nubus: use bitmap to manage available slots
` [PATCH 07/20] nubus: add trace-events for unassigned slot accesses
` [PATCH 11/20] nubus-device: add romfile property for loading declaration ROMs
` [PATCH 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge
` [PATCH 18/20] nubus: add support for slot IRQs

[linux-5.4 test] 164954: regressions - trouble: blocked/broken/fail/pass
 2021-09-12 18:07 UTC 

[PATCH v3] drivers/cdrom: improved ioctl for media change detection
 2021-09-12 18:04 UTC  (3+ messages)

[jimc:dd-drm-next 13/16] include/linux/compiler_types.h:306:2: error: expected identifier or '(' before 'do'
 2021-09-12 18:07 UTC 

[PATCH v4 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-12 17:27 UTC  (31+ messages)
` [PATCH v4 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v4 02/30] hw/core: Restrict cpu_has_work() "
` [PATCH v4 03/30] hw/core: Un-inline cpu_has_work()
` [PATCH v4 04/30] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v4 05/30] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v4 06/30] accel/whpx: "
` [PATCH v4 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v4 08/30] target/alpha: Restrict has_work() handler to sysemu
` [PATCH v4 09/30] target/arm: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 10/30] target/avr: Restrict has_work() handler to sysemu
` [PATCH v4 11/30] target/cris: "
` [PATCH v4 12/30] target/hexagon: Remove unused has_work() handler
` [PATCH v4 13/30] target/hppa: Restrict has_work() handler to sysemu
` [PATCH v4 14/30] target/i386: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 15/30] target/m68k: Restrict has_work() handler to sysemu
` [PATCH v4 16/30] target/microblaze: "
` [PATCH v4 17/30] target/mips: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 18/30] target/nios2: Restrict has_work() handler to sysemu
` [PATCH v4 19/30] target/openrisc: "
` [PATCH v4 20/30] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v4 21/30] target/ppc: Restrict has_work() handlers to sysemu and TCG
` [PATCH v4 22/30] target/riscv: Restrict has_work() handler "
` [PATCH v4 23/30] target/rx: Restrict has_work() handler to sysemu
` [PATCH v4 24/30] target/s390x: Restrict has_work() handler to sysemu and TCG
` [PATCH v4 25/30] target/sh4: Restrict has_work() handler to sysemu
` [PATCH v4 26/30] target/sparc: Remove pointless use of CONFIG_TCG definition
` [PATCH v4 27/30] target/sparc: Restrict has_work() handler to sysemu
` [PATCH v4 28/30] target/tricore: "
` [PATCH v4 29/30] target/xtensa: "
` [PATCH v4 30/30] accel: Add missing AccelOpsClass::has_work() and drop SysemuCPUOps one

stable-rc/linux-5.13.y build: 177 builds: 2 failed, 175 passed, 7 warnings (v5.13.16)
 2021-09-12 17:55 UTC 

[PATCH] tcg/arm: Reduce vector alignment requirement for NEON
 2021-09-12 17:49 UTC 

[Bug 214375] New: 5.14 Regression: Null pointer dereference in radeon_agp_head_init
 2021-09-12 17:48 UTC 

Why does tail call only unwind the current stack frame instead of resetting the current stack?
 2021-09-12 17:48 UTC 

seeking advice for a backup server (accepting btrfs receive streams via SSH)
 2021-09-12 17:47 UTC  (5+ messages)

btrbk question: Should I Prefer Fileserver-initiated Backups from Several Hosts (Instead of Each Host Sending to the Server)?
 2021-09-12 17:40 UTC 

[igt-dev] [i-g-t v3] tests/kms: Move Intel specific kms tests to i915 directory
 2021-09-12 17:33 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms: Move Intel specific kms tests to i915 directory (rev3)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[PATCH 1/1] docs/zh_TW: Add translation for riscv/boot-image-header
 2021-09-12 17:28 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 184 builds: 0 failed, 184 passed, 9 warnings (v4.4.283)
 2021-09-12 17:28 UTC 

.B, .I disable hyphenation?
 2021-09-12 17:27 UTC  (2+ messages)

[PATCH 0/4] iio: adc: stm32-dfsdm: add scale and offset support
 2021-09-12 17:26 UTC  (10+ messages)
` [PATCH 4/4] "

[oe-core][PATCH] util-linux: disable raw
 2021-09-12 17:19 UTC 

[PATCH v2] ip: Support filter links/neighs with no master
 2021-09-12 17:19 UTC  (2+ messages)

[PATCH] staging: r8188eu: os_dep: remove unused function rtw_android_priv_cmd
 2021-09-12 17:16 UTC 

[PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue
 2021-09-12 17:15 UTC  (2+ messages)

stable-rc/linux-4.19.y build: 192 builds: 0 failed, 192 passed, 63 warnings (v4.19.206)
 2021-09-12 17:15 UTC 

stable-rc/linux-5.10.y build: 182 builds: 0 failed, 182 passed, 11 warnings (v5.10.64)
 2021-09-12 17:12 UTC 

[GIT PULL] smb3 client fixes
 2021-09-12 17:11 UTC  (2+ messages)

[PATCH] ipv6: delay fib6_sernum increase in fib6_add
 2021-09-12 17:11 UTC  (2+ messages)

[MAINTAINER SUMMIT] User-space requirements for accelerator drivers
 2021-09-12 17:08 UTC  (17+ messages)

Use of uninitialized memory with CONFIG_HW_RANDOM_VIRTIO
 2021-09-12 17:05 UTC  (4+ messages)

[PATCH 0/3 v2] sh: fixes for various build and kconfig warnings
 2021-09-12 17:25 UTC  (7+ messages)

stable-rc/linux-5.4.y build: 186 builds: 0 failed, 186 passed, 10 warnings (v5.4.145)
 2021-09-12 17:01 UTC 

[PATCH v4 0/3] iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
 2021-09-12 16:59 UTC  (7+ messages)
` [PATCH v4 1/3] iio: imx8qxp-adc: Add binding documentation "
` [PATCH v4 2/3] dt-bindings: iio: adc: "

[PATCH] staging: r8188eu: core: remove unused function rtw_set_tx_chksum_offload
 2021-09-12 16:57 UTC 

[Buildroot] [PATCH 1/1] package/libssh: security bump to version 0.9.6
 2021-09-12 16:56 UTC 

[PATCH v6 0/2] Add p2p via dmabuf to habanalabs
 2021-09-12 16:53 UTC  (3+ messages)
` [PATCH v6 1/2] habanalabs: define uAPI to export FD for DMA-BUF
` [PATCH v6 2/2] habanalabs: add support for dma-buf exporter

drivers/gpu/drm/ingenic/ingenic-drm-drv.c:157 ingenic_drm_update_pixclk() warn: inconsistent returns '&priv->clk_mutex'
 2021-09-12 16:53 UTC 

[PATCH] dt-bindings: arm: Fix Toradex compatible typo
 2021-09-12 16:51 UTC 

[PATCH v3] media: staging: max96712: Add basic support for MAX96712 GMSL2 deserializer
 2021-09-12 16:51 UTC 

[PATCH v3 2/2] scsi: ufs: Add temperature notification exception handling
 2021-09-12 16:50 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/libexif: security bump to version 0.6.23
 2021-09-12 16:50 UTC 

[PATCH] clk: sunxi: Move header out of arch directory
 2021-09-12 16:48 UTC 

[Buildroot] [PATCH v2,1/1] package/fio: bump to version 3.28
 2021-09-12 16:48 UTC 

[PATCH] i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic
 2021-09-12 15:51 UTC 

[PATCH] drm/panel-orientation-quirks: add Valve Steam Deck
 2021-09-12 16:41 UTC  (4+ messages)

[PATCH v2] iio: adc: ad799x: Add a single error handling block at the end of the function
 2021-09-12 16:42 UTC  (2+ messages)

[PATCH v2 0/9] linux-user: split internals out of qemu.h
 2021-09-12 16:36 UTC  (19+ messages)
` [PATCH v2 1/9] linux-user: Fix coding style nits in qemu.h
` [PATCH v2 2/9] linux-user: Split strace prototypes into strace.h
` [PATCH v2 3/9] linux-user: Split signal-related prototypes into signal-common.h
` [PATCH v2 4/9] linux-user: Split loader-related prototypes into loader.h
` [PATCH v2 5/9] linux-user: Split mmap prototypes into user-mmap.h
` [PATCH v2 6/9] linux-user: Split safe-syscall macro into its own header
` [PATCH v2 7/9] linux-user: Split linux-user internals out of qemu.h
` [PATCH v2 8/9] linux-user: Don't include gdbstub.h in qemu.h
` [PATCH v2 9/9] linux-user: Drop unneeded includes from qemu.h

[PATCH 0/6] x86: PIRQ/ELCR-related fixes and updates
 2021-09-12 16:51 UTC  (6+ messages)

Habanalabs Open-Source TPC LLVM compiler and SynapseAI Core library
 2021-09-12 16:37 UTC  (6+ messages)
      ` Accelerator drivers going forward (was Re: Habanalabs Open-Source TPC LLVM compiler and SynapseAI Core library)

[dpdk-dev] [PATCH 1/5] common/mlx5: share DevX QP operations
 2021-09-12 16:36 UTC  (7+ messages)
` [dpdk-dev] [PATCH V2 0/5] mlx5: replaced hardware queue object
  ` [dpdk-dev] [PATCH V2 1/5] common/mlx5: share DevX QP operations
  ` [dpdk-dev] [PATCH V2 2/5] common/mlx5: update new MMO HCA capabilities
  ` [dpdk-dev] [PATCH V2 3/5] common/mlx5: add MMO configuration for the DevX QP
  ` [dpdk-dev] [PATCH V2 4/5] compress/mlx5: refactor queue HW object
  ` [dpdk-dev] [PATCH V2 5/5] regex/mlx5: refactor HW queue objects

[PATCH v2 05/16] iio: adc: max1027: Minimize the number of converted channels
 2021-09-12 16:35 UTC 

[PATCH net 0/3] bnxt_en: Bug fixes
 2021-09-12 16:34 UTC  (4+ messages)
` [PATCH net 1/3] bnxt_en: Fix error recovery regression
` [PATCH net 2/3] bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()
` [PATCH net 3/3] bnxt_en: Clean up completion ring page arrays completely

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-09-12 16:36 UTC  (13+ messages)
` [PATCH v16 07/14] counter: Add "
` [PATCH v16 08/14] docs: counter: Document "
` [PATCH v16 09/14] tools/counter: Create Counter tools

[RFC PATCH net] net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
 2021-09-12 16:33 UTC  (5+ messages)

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-09 20:28 UTC  (6+ messages)
` [PATCH v2 5/6] kvm: allocate vcpu pointer array separately

[PATCH 0/2] KVM: selftests: enable the memslot tests in ARM64
 2021-09-06 18:03 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: make memslot_perf_test arch independent
` [PATCH 2/2] KVM: selftests: build the memslot tests for arm64

[RFC PATCH net 2/5] net: dsa: be compatible with masters which unregister on shutdown
 2021-09-12 16:30 UTC  (4+ messages)

drivers/gpio/gpio-virtio.c:23:8: warning: Excessive padding in 'struct virtio_gpio_line' (122 padding bytes, where 58 is optimal)
 2021-09-12 16:27 UTC 

[master][honister][hardknott][dunfell][PATCH] tar: ignore node-tar CVEs
 2021-09-12 16:27 UTC 

[PATCH] riscv: image: Use the first DRAM bank for bootm_low
 2021-09-12 16:26 UTC 

[PATCH 0/2] Improve vhost-user VQ notifier unmap
 2021-09-12 16:20 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: fix VirtQ notifier cleanup
` [PATCH 2/2] vhost-user: remove VirtQ notifier restore

[bug report] blktests srp/013 lead kernel panic with latest block/for-next and 5.13.15
 2021-09-12 16:26 UTC 

[PATCH 0/2] poll fixes
 2021-09-12 16:23 UTC  (3+ messages)
` [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
` [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion

[PATCH] serial: Add a debug console using the RISC-V SBI interface
 2021-09-12 16:22 UTC  (2+ messages)

[PATCH] perf tools: Ignore Documentation dependency file
 2021-09-12 16:21 UTC  (4+ messages)

OE-core CVE metrics for master on Sun 12 Sep 2021 04:00:01 AM HST
 2021-09-12 16:21 UTC  (2+ messages)
` [yocto-security] "

[kprobes] 645f224e7b: WARNING:kernel_stack
 2021-09-12 16:21 UTC 

[RFC PATCH net 0/5] Make DSA switch drivers compatible with masters which unregister on shutdown
 2021-09-12 16:14 UTC  (5+ messages)
` [RFC PATCH net 1/5] net: mdio: introduce a shutdown method to mdio device drivers

[PATCH 0/4] Introduce and use absolute_pointer macro
 2021-09-12 16:16 UTC  (4+ messages)
` [PATCH 2/4] net: i825xx: Use absolute_pointer for memcpy on fixed memory location

Question about timezones in commit & tag dates
 2021-09-12 16:16 UTC  (4+ messages)

stable-rc/linux-4.9.y build: 185 builds: 0 failed, 185 passed, 4 warnings (v4.9.282)
 2021-09-12 16:10 UTC 

[driver core] bd1e336aa8: WARNING:at_lib/refcount.c:#refcount_warn_saturate
 2021-09-12 16:10 UTC 

[PULL 0/9] tcg patch queue
 2021-09-12 15:58 UTC  (3+ messages)
` [PULL 5/9] tcg: Remove tcg_global_reg_new defines
` [PULL 8/9] tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF

[PATCH] wic/bootimg-efi: Add Unified Kernel Image option
 2021-09-12 16:09 UTC  (3+ messages)
` [OE-core] "

Unmountable / uncheckable Fedora 34 btrfs: failed to read block groups: -5 open_ctree failed
 2021-09-12 15:51 UTC  (5+ messages)


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.