All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-08 21:16:17 to 2020-12-08 22:06:48 UTC [more...]

Refcount mismatch when unregistering netdevice from kernel
 2020-12-08 21:51 UTC  (5+ messages)

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-12-08 22:05 UTC  (32+ messages)
` [PATCH v3 00/24] "
` [PATCH v4 "
  ` [PATCH v4 01/24] ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()
  ` [PATCH v4 02/24] pack-bitmap: fix header size check
  ` [PATCH v4 03/24] pack-bitmap: bounds-check size of cache extension
  ` [PATCH v4 04/24] t5310: drop size of truncated ewah bitmap
  ` [PATCH v4 05/24] rev-list: die when --test-bitmap detects a mismatch
  ` [PATCH v4 06/24] ewah: factor out bitmap growth
  ` [PATCH v4 07/24] ewah: make bitmap growth less aggressive
  ` [PATCH v4 08/24] ewah: implement bitmap_or()
  ` [PATCH v4 09/24] ewah: add bitmap_dup() function
  ` [PATCH v4 10/24] pack-bitmap-write: reimplement bitmap writing
  ` [PATCH v4 11/24] pack-bitmap-write: pass ownership of intermediate bitmaps
  ` [PATCH v4 12/24] pack-bitmap-write: fill bitmap with commit history
  ` [PATCH v4 13/24] bitmap: implement bitmap_is_subset()
  ` [PATCH v4 14/24] commit: implement commit_list_contains()
  ` [PATCH v4 15/24] t5310: add branch-based checks
  ` [PATCH v4 16/24] pack-bitmap-write: rename children to reverse_edges
  ` [PATCH v4 17/24] pack-bitmap.c: check reads more aggressively when loading
  ` [PATCH v4 18/24] pack-bitmap-write: build fewer intermediate bitmaps
  ` [PATCH v4 19/24] pack-bitmap-write: ignore BITMAP_FLAG_REUSE
  ` [PATCH v4 20/24] pack-bitmap: factor out 'bitmap_for_commit()'
  ` [PATCH v4 21/24] pack-bitmap: factor out 'add_commit_to_bitmap()'
  ` [PATCH v4 22/24] pack-bitmap-write: use existing bitmaps
  ` [PATCH v4 23/24] pack-bitmap-write: relax unique revwalk condition
  ` [PATCH v4 24/24] pack-bitmap-write: better reuse bitmaps

[PATCH v9 00/18] Add AMD SEV guest live migration support
 2020-12-08 22:05 UTC  (5+ messages)
` [PATCH v9 01/18] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v9 02/18] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH v9 03/18] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH v9 04/18] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command

[PATCH] SCSI: cxgb4i: fix TLS dependency
 2020-12-08 22:05 UTC 

One potential issue with concurrent execution of RCU callbacks
 2020-12-08 22:04 UTC  (6+ messages)

[PATCH RESEND v2] virtio-input: add multi-touch support
 2020-12-08 22:05 UTC  (3+ messages)

[PATCH 00/19] target/mips: Boring code reordering
 2020-12-08 21:59 UTC  (23+ messages)
` [PATCH 01/19] hw/mips: Move address translation helpers to target/mips/
` [PATCH 02/19] target/mips: Remove unused headers from translate.c
` [PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c
` [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c
` [PATCH 05/19] target/mips: Remove unused headers from op_helper.c
` [PATCH 06/19] target/mips: Remove unused headers from kvm.c
` [PATCH 07/19] target/mips: Include "exec/memattrs.h" in 'internal.h'
` [PATCH 08/19] target/mips: Extract cpu_supports*/cpu_set* translate.c
` [PATCH 09/19] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c
` [PATCH 10/19] target/mips: Add !CONFIG_USER_ONLY comment after #endif

[PATCH v3] pwm: bcm2835: Support apply function for atomic configuration
 2020-12-08 22:01 UTC  (2+ messages)

[PATCH bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-08 22:02 UTC  (4+ messages)

[RFC PATCH] drm/panel: Make backlight attachment lazy
 2020-12-08 22:02 UTC  (5+ messages)

[PATCH net-next] net: dsa: mt7530: support setting ageing time
 2020-12-08 22:01 UTC  (6+ messages)

[net-next v3 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-11-13
 2020-12-08 22:01 UTC  (10+ messages)
` [net-next v3 05/15] ice: create flow profile

[PATCH 00/13] target/mips: Convert LSA/DLSA and part of the Rel6 removed opcodes
 2020-12-08 20:37 UTC  (14+ messages)
` [PATCH 01/13] !fixup "target/mips/translate: Add declarations for generic code"
` [PATCH 02/13] target/mips: Extract LSA/DLSA translation generators
` [PATCH 03/13] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PATCH 04/13] target/mips: Introduce decodetree helpers for Release6 "
` [PATCH 05/13] target/mips: Remove now unreachable LSA/DLSA opcodes code
` [PATCH 06/13] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PATCH 07/13] target/mips: Convert Rel6 COP1X "
` [PATCH 08/13] target/mips: Convert Rel6 CACHE/PREF opcodes "
` [PATCH 09/13] target/mips: Convert Rel6 LWL/LWR/SWL/SWR "
` [PATCH 10/13] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE "
` [PATCH 11/13] target/mips: Convert Rel6 LDL/LDR/SDL/SDR "
` [PATCH 12/13] target/mips: Convert Rel6 LLD/SCD "
` [PATCH 13/13] target/mips: Convert Rel6 LL/SC "

[PATCH bpf v2 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-08 22:00 UTC  (4+ messages)

[PATCH liburing] rem_buf/test: inital testing for OP_REMOVE_BUFFERS
 2020-12-08 21:57 UTC 

[PATCH] PCI: Remove unused HAVE_PCI_SET_MWI
 2020-12-08 22:00 UTC  (2+ messages)

[PATCH liburing] timeout/test: clear state for timeout updates
 2020-12-08 21:57 UTC 

[PATCH v4] HID: i2c-hid: add polling mode based on connected GPIO chip's pin status
 2020-12-08 21:59 UTC  (3+ messages)

[PATCH v2 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
 2020-12-08 21:57 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: Only provide bpf_sock_from_file with CONFIG_NET
 2020-12-08 21:58 UTC  (3+ messages)

[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
 2020-12-08 21:58 UTC  (5+ messages)
` [PATCH v2 0/1] maintenance: Fix SEGFAULT when running outside of a repository
  ` [PATCH v2 1/1] maintenance: fix SEGFAULT when no repository

[Buildroot] [PATCH 1/1] package/ca-certificates: bump version to 20200601
 2020-12-08 21:58 UTC  (2+ messages)

[Buildroot] [git commit] package/ca-certificates: bump version to 20200601
 2020-12-08 21:58 UTC 

[Buildroot] [PATCH 1/1] package/libopenssl: security bump version to 1.1.1i
 2020-12-08 21:57 UTC  (2+ messages)

[Buildroot] [git commit] package/libopenssl: security bump version to 1.1.1i
 2020-12-08 21:57 UTC 

[PATCH 0/6] libtracefs: Clean up of the source directory
 2020-12-08 21:54 UTC  (7+ messages)
` [PATCH 1/6] libtracefs: Move features.mk into scripts directory
` [PATCH 2/6] libtracefs: Remove LIBTRACEFS_DIR as it is the same as bdir
` [PATCH 3/6] libtracefs: Use LIBTRACEFS_STATIC/SHARED instead of open coding them
` [PATCH 4/6] libtracefs: Move source files to new src/ directory
` [PATCH 5/6] libtracefs: Use pkg-config to find libtraceevent
` [PATCH 6/6] libtracefs: Have make clean remove the .so.X file

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.247)
 2020-12-08 21:54 UTC 

[PATCH net v1 1/2] lan743x: improve performance: fix rx_napi_poll/interrupt ping-pong
 2020-12-08 21:54 UTC  (4+ messages)
` [PATCH net v1 2/2] lan743x: boost performance: limit PCIe bandwidth requirement

[PATCH 0/4] target/arm bug fix
 2020-12-08 21:04 UTC  (9+ messages)
` [PATCH 1/4] target/arm: Fixup special cross page case for sve continuous load/store
` [PATCH 2/4] target/arm: Fixup contiguous first-fault and no-fault loads
` [PATCH 3/4] target/arm: Fixup SIMD fcmla(by element) in 4H arrangement
` [PATCH 4/4] target/arm: adjust CPTR_EL2 according to HCR_EL2.E2H

[PATCH 1/2] mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issue
 2020-12-08 21:53 UTC  (5+ messages)
  ` [EXT] "

New sharness/test vim syntax
 2020-12-08 21:54 UTC  (3+ messages)

[PATCH 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm64 platform
 2020-12-08 21:54 UTC  (10+ messages)
` [PATCH 01/14] qemu: arm: Use the generated DTB only when CONGIG_OF_BOARD is defined

[PATCH v11 0/4] xfs: avoid transaction reservation recursion
 2020-12-08 19:02 UTC  (3+ messages)
` [PATCH v11 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction

[PATCH hwmon-next 1/1] hwmon: (mlxreg-fan) Add support for fan drawers capability and present registers
 2020-12-08 21:53 UTC  (3+ messages)

[ANNOUNCE] QEMU 5.2.0 is now available
 2020-12-08 21:24 UTC 

[PATCH] scsi: ufs: clear uac for RPMB after ufshcd resets
 2020-12-08 21:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V2 0/2] Lift memcpy_[to|from]_page to core
 2020-12-08 21:50 UTC  (8+ messages)
` [PATCH V2 2/2] mm/highmem: "

[PATCH bpf] bpf, doc: Update KP's email in MAINTAINERS
 2020-12-08 21:49 UTC 

[git pull] [brown paperbag] regression in sparc64 this cycle
 2020-12-08 21:48 UTC  (2+ messages)

[PATCH] worktree: teach `repair` to fix multi-directional breakage
 2020-12-08 21:47 UTC  (2+ messages)

+ mm-initialize-struct-pages-in-reserved-regions-outside-of-the-zone-ranges.patch added to -mm tree
 2020-12-08 21:46 UTC  (6+ messages)

[PATCH 1/5] acd: store IP in network order
 2020-12-08 21:48 UTC  (2+ messages)

[PATCH net-next] bonding: correct rr balancing during link failure
 2020-12-08 21:46 UTC  (3+ messages)

[PATCH] nvme-core: update NS Attr Changed AEN handling for ANA group
 2020-12-08 21:46 UTC  (11+ messages)

[PATCH] vdpa/mlx5: Use write memory barrier after updating CQ index
 2020-12-08 21:45 UTC  (3+ messages)

[RFC] Testing EFI_CAPSULE_ON_DISK
 2020-12-08 21:46 UTC 

[Accel-config] Re: [PATCH v2 1/5] accel-config: Support new driver changes in kernel ver 5.10
 2020-12-08 21:44 UTC 

[PATCH v1 0/3] Three fixes for the UPIU trace
 2020-12-08 21:42 UTC  (11+ messages)
` [PATCH v1 1/3] scsi: ufs: Distinguish between query REQ and query RSP in query trace
` [PATCH v1 3/3] scsi: ufs: Make UPIU trace easier differentiate among CDB, OSF, and TM

[dpdk-dev] [PATCH 00/17] fixes and refactoring changes for bnxt
 2020-12-08 21:42 UTC  (3+ messages)
` [dpdk-dev] [PATCH 12/17] net/bnxt: remove function declaration

Request for ssifbridge repository
 2020-12-08 21:30 UTC  (2+ messages)

[PATCH Xilinx Alveo 0/8] Xilinx Alveo/XRT patch overview
 2020-12-08 21:40 UTC  (3+ messages)

GUI Design Work Group - Wednesday, 12/09/20 at 10:00 AM CT
 2020-12-08 21:39 UTC 

[PATCH nf] netfilter: nft_ct: Remove confirmation check for NFT_CT_ID
 2020-12-08 21:39 UTC 

[PATCH v9 00/12] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-12-08 20:20 UTC  (5+ messages)
` [PATCH v9 08/12] hw/block/nvme: Support "

[PATCH 14/21] cifs: we do not allow changing username/password/unc/... during remount
 2020-12-08 21:38 UTC  (4+ messages)

[PATCH v2 1/4] spi: LS7A: Add Loongson LS7A SPI controller driver support
 2020-12-08 21:36 UTC  (3+ messages)

[PATCH] t5310: stop expecting the default branch name `master`
 2020-12-08 21:36 UTC  (5+ messages)

[Patch v2 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2020-12-08 21:35 UTC  (3+ messages)
` [Patch v2 1/2] cgroup: SVM: Add Encryption ID controller
` [Patch v2 2/2] cgroup: SVM: Encryption IDs cgroup documentation

[PATCH v3 00/10] iio: adc: at91_adc: cleanup DT bindings
 2020-12-08 21:35 UTC  (4+ messages)
` [PATCH v3 03/10] dt-bindings:iio:adc:remove atmel,adc-res and atmel,adc-res-names
  ` [PATCH v3 03/10] dt-bindings:iio:adc:remove atmel, adc-res and atmel, adc-res-names

[PATCH v2 0/3] RFC: Precise TSC migration
 2020-12-08 21:35 UTC  (13+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE

[Intel-gfx] [PATCH i-g-t] i915/gem_vm_create: Race vm-destroy against object free
 2020-12-08 21:36 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v11 00/13] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-12-08 20:04 UTC  (10+ messages)
` [PATCH v11 01/13] hw/block/nvme: Process controller reset and shutdown differently
` [PATCH v11 02/13] hw/block/nvme: Generate namespace UUIDs
` [PATCH v11 04/13] hw/block/nvme: Combine nvme_write_zeroes() and nvme_write()
` [PATCH v11 05/13] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v11 06/13] hw/block/nvme: Add support for Namespace Types
` [PATCH v11 09/13] hw/block/nvme: Support Zoned Namespace Command Set
` [PATCH v11 10/13] hw/block/nvme: Introduce max active and open zone limits
` [PATCH v11 12/13] hw/block/nvme: Add injection of Offline/Read-Only zones
` [PATCH v11 13/13] hw/block/nvme: Document zoned parameters in usage text

[PATCH v2] octeontx2-pf: Add RSS multi group support
 2020-12-08 21:34 UTC  (2+ messages)

problem booting 5.10
 2020-12-08 21:33 UTC  (8+ messages)

[PATCH v2 0/3] dt-bindings: yaml conversion of i2c-gate and IIO users
 2020-12-08 21:31 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings:i2c:i2c-gate: txt to yaml conversion

Creating executable device nodes in /dev?
 2020-12-08 21:30 UTC  (3+ messages)

Steinberg UR22 Crackling and Clicks
 2020-12-08 21:29 UTC  (8+ messages)

[PATCH 0/5] ALSA: hda/ca0132 - Fix no-audio issues and add documentation
 2020-12-08 21:25 UTC  (12+ messages)
` [PATCH 1/5] ALSA: hda/ca0132 - Reset codec upon initialization
` [PATCH 2/5] ALSA: hda/ca0132 - Add stream port remapping function
` [PATCH 3/5] ALSA: hda/ca0132 - Add 8051 exram helper functions
` [PATCH 4/5] ALSA: hda/ca0132 - Ensure DSP is properly setup post-firmware download
` [PATCH 5/5] ALSA: hda/ca0132 - Remove now unnecessary DSP setup functions

[PULL 00/66] pc,pci,virtio: fixes, cleanups
 2020-12-08 20:26 UTC  (3+ messages)

Bluetooth printer connection error
 2020-12-08 21:25 UTC 

[Accel-config] Re: [PATCH v2 1/5] accel-config: Support new driver changes in kernel ver 5.10
 2020-12-08 21:27 UTC 

Plugin Register Accesses
 2020-12-08 19:49 UTC  (5+ messages)

[PATCH v2] [PATCH] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-08 21:22 UTC  (3+ messages)

[RFC v9 00/22] i386 cleanup
 2020-12-08 20:00 UTC  (4+ messages)
` [RFC v9 22/32] target/arm: do not use cc->do_interrupt for KVM directly
` [RFC v9 32/32] cpu: introduce cpu_accel_instance_init

[PATCH] lkdtm: don't move ctors to .rodata
 2020-12-08 21:20 UTC  (2+ messages)

[pinctrl:for-next] BUILD SUCCESS 09fe5dc62aae1327d98186e1e9299a2e4f62a055
 2020-12-08 21:18 UTC 

[pinctrl:fixes] BUILD SUCCESS 5f4592bc20c86a8c65a24601d033a3e3f06939e7
 2020-12-08 21:18 UTC 

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-08 18:43 UTC  (3+ messages)
` [PATCH v2 07/12] x86: add new features for paravirt patching

[PATCH 00/20] ethernet: ucc_geth: assorted fixes and simplifications
 2020-12-08 21:17 UTC  (5+ messages)
` [PATCH 14/20] ethernet: ucc_geth: don't statically allocate eight ucc_geth_info

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.247-15-ga32da6d21a77d)
 2020-12-08 21:18 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.162)
 2020-12-08 21:18 UTC 

[PATCH 4.19-stable 1/5] spi: Introduce device-managed SPI controller allocation
 2020-12-08 21:17 UTC  (7+ messages)
` [PATCH 4.19-stable 4/5] spi: bcm2835aux: Fix use-after-free on unbind

stable-rc/queue/5.4 baseline: 200 runs, 8 regressions (v5.4.81-43-g0081b4ede752)
 2020-12-08 21:17 UTC 

stable-2.02 - tests: few more fsadm checks
 2020-12-08 21:17 UTC 

stable-2.02 - fsadm: fix unbound variable usage
 2020-12-08 21:17 UTC 

[PATCH V2 00/25] smartpqi updates
 2020-12-08 19:38 UTC  (3+ messages)
` [PATCH V2 20/25] smartpqi: update sas initiator_port_protocols and target_port_protocols
` [PATCH V2 22/25] smartpqi: update enclosure identifier in sysf

Cloning empty repository uses locally configured default branch name
 2020-12-08 21:15 UTC  (3+ messages)

[Accel-config] [PATCH v2 5/5] accel-config: Manage idxd_mdev and idxd kernel
 2020-12-08 21:16 UTC 

[Accel-config] [PATCH v2 4/5] accel-config: Add freeing of mdev list
 2020-12-08 21:16 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.