All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-19 15:11:59 to 2021-06-19 20:01:18 UTC [more...]

[PATCH 0/4] First steps towards partial clone submodules
 2021-06-19 20:01 UTC  (3+ messages)
` [PATCH v4 0/5] "

[PATCH V3 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-06-19 19:57 UTC  (3+ messages)
` [PATCH V3 3/6] block/rbd: update s->image_size in qemu_rbd_getlength

[PATCH 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2021-06-19 19:52 UTC  (6+ messages)

[Bug 1910603] [NEW] [OSS-Fuzz] Issue 29174 sb16: Abrt in audio_bug
 2021-06-19 19:45 UTC  (2+ messages)
` [Bug 1910603] "

[PATCH] block/rbd: Add support for rbd image encryption
 2021-06-19 19:44 UTC  (2+ messages)

[PATCH v2] mc146818rtc: Make PF independent of PIE
 2021-06-19 19:38 UTC 

[PATCH 1/2] DM_USB: allow building without OF_CONTROL
 2021-06-19 19:38 UTC  (7+ messages)

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-19 19:34 UTC  (10+ messages)
` [PATCH v4 2/6] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v4 5/6] block-copy: add a CoMutex

[linux-next:master 1968/11253] drivers/crypto/qce/common.c:18:1: iwyu: warning: superfluous #include "aead.h"
 2021-06-19 19:31 UTC 

[PATCH v5 0/2] Add APNE PCMCIA 100 Mbit support
 2021-06-19 19:31 UTC  (4+ messages)
` [PATCH net-next v5 2/2] net/8390: apne.c - add 100 Mbit support to apne.c driver

[PATCH] net: ethernet: aeroflex: fix UAF in greth_of_remove
 2021-06-19 19:30 UTC  (3+ messages)

[PATCH 0/3] net: ethernat: ezchip: bug fixing and code improvments
 2021-06-19 19:30 UTC  (3+ messages)

[kees:kspp/memcpy/next-20210618/v0 53/82] arch/x86/kernel/umip.o: warning: objtool: fixup_umip_exception()+0x4c1: unreachable instruction
 2021-06-19 19:29 UTC 

[libvirt test] 162898: regressions - trouble: blocked/broken/fail/pass
 2021-06-19 19:27 UTC 

[PATCH 1/3] selftest: do not hardcode /tmp/sdk
 2021-06-19 19:13 UTC  (3+ messages)
` [PATCH 2/3] glibc: do not enable memory tagging on aarch64 just yet
  ` [OE-core] "

[linux-next:master 1966/11253] drivers/crypto/qce/core.c:20:1: iwyu: warning: superfluous #include "aead.h"
 2021-06-19 19:12 UTC 

[PATCH net-next] net: qualcomm: rmnet: fix two pointer math bugs
 2021-06-19 19:12 UTC  (2+ messages)

[PATCH] power: supply: cw2015: Add CHARGE_NOW support
 2021-06-19 19:06 UTC  (6+ messages)

Filesystem goes readonly soon after mount, cannot free space or rebalance
 2021-06-19 18:47 UTC  (2+ messages)

Bug - 1.40 stops wifi password popup for agent
 2021-06-19 19:03 UTC 

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests
 2021-06-19 18:59 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests (rev5)
` [igt-dev] ✓ Fi.CI.IGT: "

[PATCH 00/11] softfloat: Improve denormal handling
 2021-06-19 18:41 UTC  (9+ messages)
` [PATCH 02/11] softfloat: Rename float_flag_output_denormal to float_flag_oflush_denormal
` [PATCH 04/11] softfloat: Introduce float_flag_result_denormal
` [PATCH 05/11] target/i386: Use float_flag_inorm_denormal
` [PATCH 10/11] target/mips: Do not check MSACSR_FS_MASK in update_msacsr

nand: WARNING: a0000000.nand: the ECC used on your system (1b/256B) is too weak compared to the one required by the NAND chip (4b/512B)
 2021-06-19 18:40 UTC  (4+ messages)

[PULL 00/33] tcg patch queue
 2021-06-19 18:14 UTC  (34+ messages)
` [PULL 01/33] tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
` [PULL 02/33] tcg: Add tcg_call_flags
` [PULL 03/33] accel/tcg/plugin-gen: Drop inline markers
` [PULL 04/33] plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
` [PULL 05/33] accel/tcg: Add tcg call flags to plugins helpers
` [PULL 06/33] tcg: Store the TCGHelperInfo in the TCGOp for call
` [PULL 07/33] tcg: Add tcg_call_func
` [PULL 08/33] tcg: Build ffi data structures for helpers
` [PULL 09/33] tcg/tci: Improve tcg_target_call_clobber_regs
` [PULL 10/33] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PULL 11/33] tcg/tci: Use ffi for calls
` [PULL 12/33] tcg/tci: Reserve r13 for a temporary
` [PULL 13/33] tcg/tci: Emit setcond before brcond
` [PULL 14/33] tcg/tci: Remove tci_write_reg
` [PULL 15/33] tcg/tci: Change encoding to uint32_t units
` [PULL 16/33] tcg/tci: Implement goto_ptr
` [PULL 17/33] tcg/tci: Implement movcond
` [PULL 18/33] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PULL 19/33] tcg/tci: Implement extract, sextract
` [PULL 20/33] tcg/tci: Implement clz, ctz, ctpop
` [PULL 21/33] tcg/tci: Implement mulu2, muls2
` [PULL 22/33] tcg/tci: Implement add2, sub2
` [PULL 23/33] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PULL 24/33] Revert "tcg/tci: Use exec/cpu_ldst.h interfaces"
` [PULL 25/33] tcg/tci: Remove the qemu_ld/st_type macros
` [PULL 26/33] tcg/tci: Use {set,clear}_helper_retaddr
` [PULL 27/33] tests/tcg: Increase timeout for TCI
` [PULL 28/33] accel/tcg: Probe the proper permissions for atomic ops
` [PULL 29/33] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
` [PULL 30/33] tcg: Allocate sufficient storage in temp_allocate_frame
` [PULL 31/33] tcg: Restart when exhausting the stack frame
` [PULL 32/33] tcg: expose TCGCond manipulation routines
` [PULL 33/33] util/oslib-win32: Fix fatal assertion in qemu_try_memalign

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-19 18:31 UTC  (9+ messages)
` [PATCH v3 1/8] ext4/xfs: add page refcount helper

drivers/edac/altera_edac.c:662:37: warning: unused variable 'altr_edac_a10_device_inject2_fops'
 2021-06-19 18:23 UTC  (2+ messages)

[PATCH] mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event
 2021-06-19 18:18 UTC 

[PATCH] mt76: mt7921: avoid unnecessary spin_lock/spin_unlock in mt7921_mcu_tx_done_event
 2021-06-19 18:19 UTC 

[PATCH 0/9] target/mips: Various fixes & cleanups
 2021-06-19 18:05 UTC  (2+ messages)

[PATCH v7 00/27] TCI fixes and cleanups
 2021-06-19 18:05 UTC  (9+ messages)
` [PATCH v7 12/27] tcg/tci: Reserve r13 for a temporary
` [PATCH v7 13/27] tcg/tci: Emit setcond before brcond
` [PATCH v7 15/27] tcg/tci: Change encoding to uint32_t units

[PATCH 0/2] target/mips: Simplify MSA decodetree
 2021-06-19 18:02 UTC  (2+ messages)

[PATCH] target/mips: Raise exception when DINSV opcode used with DSP disabled
 2021-06-19 18:01 UTC  (2+ messages)

[PATCH] target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()
 2021-06-19 18:02 UTC  (2+ messages)

[PATCH] target/mips: fix emulation of nanoMIPS BPOSGE32 instruction
 2021-06-19 18:00 UTC  (2+ messages)

[PATCH] staging: rtl8188eu: remove useless comment
 2021-06-19 17:50 UTC 

[PATCH] gpiolib: cdev: zero padding during conversion to gpioline_info_changed
 2021-06-19 17:49 UTC  (3+ messages)

[xen-unstable test] 162894: regressions - trouble: broken/fail/pass
 2021-06-19 17:44 UTC 

[PATCH 00/15] accel/tcg: Fix for #360 and other i/o alignment issues
 2021-06-19 17:26 UTC  (16+ messages)
` [PATCH 01/15] NOTFORMERGE q800: test case for do_unaligned_access issue
` [PATCH 02/15] accel/tcg: Extract load_helper_unaligned from load_helper
` [PATCH 03/15] accel/tcg: Use byte ops for unaligned loads
` [PATCH 04/15] accel/tcg: Don't test for watchpoints for code read
` [PATCH 05/15] accel/tcg: Handle page span access before i/o access
` [PATCH 06/15] softmmu/memory: Inline memory_region_dispatch_read1
` [PATCH 07/15] softmmu/memory: Simplify access_with_adjusted_size interface
` [PATCH 08/15] hw/net/e1000e: Fix size of io operations
` [PATCH 09/15] hw/net/e1000e: Fix impl.min_access_size
` [PATCH 10/15] hw/pci-host/q35: Improve blackhole_ops
` [PATCH 11/15] hw/scsi/megasas: Fix megasas_mmio_ops sizes
` [PATCH 12/15] hw/scsi/megasas: Improve megasas_queue_ops min_access_size
` [PATCH 13/15] softmmu/memory: Disallow short writes
` [PATCH 14/15] softmmu/memory: Support some unaligned access
` [PATCH 15/15] RFC accel/tcg: Defer some unaligned accesses to memory subsystem

[intel-linux-intel-lts:5.4/yocto 40/1142] drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:993:47: sparse: sparse: incorrect type in assignment (different base types)
 2021-06-19 17:42 UTC 

[PATCH v3] generic: test small swapfile without page-aligned contiguous blocks
 2021-06-19 17:33 UTC  (4+ messages)

[PATCH 0/2] reset: Fix the behavior of optional reset
 2021-06-19 17:32 UTC  (10+ messages)
` [PATCH 1/2] reset: Do not return NULL on error for devm_reset_control_get_optional()

[PATCH 0/5] assorted printf-related patches
 2021-06-19 17:32 UTC  (9+ messages)
` [PATCH 1/5] lib/vsprintf.c: make sure vsnprintf() never returns a negative value

[PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
 2021-06-19 17:32 UTC  (2+ messages)

[PATCH] blame: fix typo in documentation
 2021-06-19 17:31 UTC  (3+ messages)

[SMB3][PATCH] fs/cifs/cifs_swn.c:468 cifs_swn_store_swn_addr() error: uninitialized symbol 'port'
 2021-06-19 17:28 UTC 

[PATCH 0/3] for_each_*_bit: move to find.h and reconsider
 2021-06-19 17:28 UTC  (6+ messages)
` [PATCH 2/3] find: micro-optimize for_each_{set,clear}_bit()

What's cooking in git.git (Jun 2021, #06; Thu, 17)
 2021-06-19 17:27 UTC  (5+ messages)
      ` Ignoring valid work

[PATCH] media: gspca: Drop default m
 2021-06-19 17:24 UTC 

[Buildroot] [PATCH 1/2] package/libndp: drop patch
 2021-06-19 17:21 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/libndp: bump to version 1.8

[igt-dev] [PATCH i-g-t] tests/kms_plane_alpha_blend: Fix alpha in coverage-vs-premult-vs-constant
 2021-06-19 17:21 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t] tests/kms_plane_alpha_blend: Limit pipe output to 8bpc for coverage-vs-premult-vs-constant
  ` [igt-dev] [PATCH i-g-t] tests/kms_plane_alpha_blend: Use alpha for primary plane "

drivers/pci/controller/pci-xgene.c:626:34: warning: unused variable 'xgene_pcie_match_table'
 2021-06-19 17:12 UTC  (2+ messages)

[PATCH v3 00/11] Add TDX Guest Support (Initial support)
 2021-06-19 17:11 UTC  (4+ messages)
` [PATCH v3 02/11] x86/tdx: Introduce INTEL_TDX_GUEST config option

[intel-linux-intel-lts:5.4/yocto 15/1142] drivers/crypto/keembay/keembay-ocs-hcu-core.c:218:31: sparse: sparse: Using plain integer as NULL pointer
 2021-06-19 17:10 UTC 

[RFCv3 00/19] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-06-19 17:09 UTC  (5+ messages)

[CIFS][PATCH] fix unneeded null check
 2021-06-19 17:08 UTC 

[PATCH] interconnect: Aggregate bandwidth votes for unused nodes in sync_state()
 2021-06-19 17:08 UTC 

[PATCH] Update documentation to refer to new location for issues
 2021-06-19 17:05 UTC  (3+ messages)

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-19 17:00 UTC  (4+ messages)
` [PATCH v3] lockdown, selinux: "

[input:master] BUILD SUCCESS aaf35899668ffca7999f8a5b02bf051b5fe5dc1a
 2021-06-19 16:56 UTC 

[GIT PULL] perf tools fixes for v5.13: 6th batch
 2021-06-19 16:54 UTC 

[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
 2021-06-19 16:54 UTC  (2+ messages)

[PATCH] debugobjects: add missing empty function debug_object_active_state()
 2021-06-19 16:47 UTC  (3+ messages)

[RFC v3 0/1] Implement AVR WDT (watchdog timer)
 2021-06-19 16:52 UTC  (3+ messages)
` [RFC v3 1/1] Implement AVR watchdog timer

[PATCH] arm64: PCI: Enable SMC conduit
 2021-06-19 16:38 UTC  (14+ messages)

[PATCH] arm64: dts: ipq8074: Add QUP6 I2C node
 2021-06-19 16:27 UTC 

[PATCH 0/4] Emulator fixes to enable running NetBSD/alpha
 2021-06-19 16:25 UTC  (6+ messages)
` [PATCH 1/4] mc146818rtc: Make PF independent of PIE

[PATCH] can: bcm: delay release of struct bcm_op after synchronize_rcu
 2021-06-19 16:25 UTC  (2+ messages)

[PATCH] docs/zh_CN: add a missing space character
 2021-06-19 16:22 UTC 

[PATCH] EDAC/igen6: fix core dependency
 2021-06-19 16:02 UTC 

[PATCH] x86/tools: fix objdump version check again
 2021-06-19 16:01 UTC 

[PATCH 2/2] ARM: dts: add SolidRun SolidSense support
 2021-06-19 15:55 UTC  (4+ messages)

[GIT PULL] RISC-V Fixes for 5.13-rc7
 2021-06-19 15:58 UTC  (4+ messages)

[PATCH] elx: efct: fix vport list linkage in lio backend
 2021-06-19 15:57 UTC 

[PATCH 1/2] dt-bindings: arm: fsl: add SolidSense boards
 2021-06-19 15:55 UTC  (4+ messages)

[PATCH] elx: libefc_sli: fix anding with zero bit value
 2021-06-19 15:56 UTC 

[PATCH v3 0/4] STM32VLDISCOVERY Machine Model
 2021-06-19 15:53 UTC  (2+ messages)

pull-request: wireless-drivers-2021-06-19
 2021-06-19 15:53 UTC 

[PATCH 0/8] membarrier cleanups
 2021-06-19 15:50 UTC  (11+ messages)
` [PATCH 8/8] membarrier: Rewrite sync_core_before_usermode() and improve documentation

[PATCH] util/oslib-win32: Fix fatal assertion in qemu_try_memalign
 2021-06-19 15:48 UTC  (2+ messages)
`  "

[PATCH][next] scsi: elx: libefc: Fix less than zero comparison of a unsigned int
 2021-06-19 15:46 UTC  (2+ messages)

[PATCH] scsi: elx: libefc: fix IRQ restore in efc_domain_dispatch_frame()
 2021-06-19 15:44 UTC  (2+ messages)

[PATCH v3 0/2] usb: udc: indroduce more api for lower gadget driver
 2021-06-19 15:43 UTC  (3+ messages)
` [PATCH v3 1/2] usb: udc: core: hide struct usb_gadget_driver to "
` [PATCH v3 2/2] usb: dwc3: fix race of usb_gadget_driver operation

[PATCH] scsi: elx: libefc: signedness bug in efc_d_send_prli_rsp()
 2021-06-19 15:44 UTC  (2+ messages)

[GIT PULL] s390 fixes for 5.13-rc7
 2021-06-19 15:42 UTC  (2+ messages)

[dpdk-dev] [PATCH] app/testpmd: fix offloads for the newly attached port
 2021-06-19 15:40 UTC 

PATCH v2
 2021-06-19 15:35 UTC  (3+ messages)
` [PATCH v2 1/2] usb: udc: core: hide struct usb_gadget_driver to gadget driver
` [PATCH v2 2/2] usb: dwc3: fix race of usb_gadget_driver operation

[linux-next:master 8187/11253] ERROR: modpost: "tegra_mc_probe_device" [drivers/iommu/arm/arm-smmu/arm_smmu.ko] undefined!
 2021-06-19 15:34 UTC  (2+ messages)

[RFC PATCH 0/2] Introduce ftrace_disabled
 2021-06-19 15:22 UTC  (3+ messages)
` [RFC PATCH 1/2] ftrace: Introduce cmdline argument ftrace_disabled

[PATCH 2/2] usb: dwc3: fix race of usb_gadget_driver operation
 2021-06-19 15:17 UTC 

[PATCH 1/2] usb: udc: core: hide struct usb_gadget_driver to gadget driver
 2021-06-19 15:17 UTC 

[PATCH 0/2] usb: udc: indroduce more api for lower gadget driver
 2021-06-19 15:16 UTC 

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2021-06-19 15:02 UTC  (7+ messages)
` [PATCH for 4.16 v7 02/11] powerpc: membarrier: Skip memory barrier in switch_mm()

Ping frame drop
 2021-06-19 15:14 UTC  (2+ messages)
  ` [EXT] "

[xlnx:master 431/513] spi-zynq-qspi.c:undefined reference to `update_stripe'
 2021-06-19 15:12 UTC  (2+ messages)

[kees:kspp/memcpy/next-20210618/v0 54/82] arch/s390/boot/../lib/string.c:11: warning: "__NO_FORTIFY" redefined
 2021-06-19 15:13 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.