All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-20 13:09:49 to 2022-10-20 13:42:22 UTC [more...]

[PATCH 00/31] tcg: Support for Int128 with helpers
 2022-10-20 11:52 UTC  (3+ messages)
` [PATCH 22/31] tcg: Add TCG_CALL_{RET,ARG}_NORMAL_4
` [PATCH 25/31] tcg: Add TCG_CALL_{RET,ARG}_BY_REF

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-20 11:52 UTC  (4+ messages)
` [PATCH v3 03/26] tests/docker: Add flex/bison to `debian-all-test`
` [PATCH v3 10/26] tcg: Avoid using hardcoded /tmp
` [PATCH v3 18/26] tests/avocado: set -machine none for userfwd and vnc tests

[PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-20 12:34 UTC  (2+ messages)
` [PATCH v6 03/10] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits

[PATCH v5 0/1] Add support for grub-emu to kexec Linux menu entries
 2022-10-20 13:41 UTC  (3+ messages)
` [PATCH v5 1/1] "

[Bridge] [PATCH v8 net-next 00/12] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-20 13:35 UTC  (21+ messages)
` [Bridge] [PATCH v8 net-next 02/12] net: bridge: add blackhole fdb entry flag
  `  "
` [Bridge] [PATCH v8 net-next 05/12] net: dsa: propagate the locked flag down through the DSA layer
    `  "
` [Bridge] [PATCH v8 net-next 08/12] drivers: net: dsa: add fdb entry flags incoming to switchcore drivers
  `  "
` [Bridge] [PATCH v8 net-next 10/12] net: dsa: mv88e6xxx: mac-auth/MAB implementation
  `  "
` [Bridge] [PATCH v8 net-next 11/12] net: dsa: mv88e6xxx: add blackhole ATU entries
  `  "

[PATCH] PCI: Remove unnecessary of_irq.h includes
 2022-10-20 13:41 UTC  (4+ messages)

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-20 13:40 UTC  (3+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space

[PATCH RFC ipsec] xfrm: fix panic in xfrm_delete from userspace on ARM 32
 2022-10-20 13:16 UTC  (3+ messages)

[syzbot] BUG: sleeping function called from invalid context in break_ksm
 2022-10-20 13:40 UTC  (2+ messages)

[PATCH v5 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-10-20 13:38 UTC  (26+ messages)
` [PATCH v5 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file
` [PATCH v5 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
` [PATCH v5 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
` [PATCH v5 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v5 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v5 06/25] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v5 07/25] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v5 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
` [PATCH v5 09/25] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH v5 10/25] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH v5 11/25] KVM: arm64: Rename 'host_kvm' to 'host_mmu'
` [PATCH v5 12/25] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
` [PATCH v5 13/25] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
` [PATCH v5 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2
` [PATCH v5 15/25] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
` [PATCH v5 16/25] KVM: arm64: Provide I-cache invalidation by virtual address at EL2
` [PATCH v5 17/25] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v5 18/25] KVM: arm64: Consolidate stage-2 initialisation into a single function
` [PATCH v5 19/25] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v5 20/25] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v5 21/25] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
` [PATCH v5 22/25] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v5 23/25] KVM: arm64: Explicitly map 'kvm_vgic_global_state' "
` [PATCH v5 24/25] KVM: arm64: Don't unnecessarily map host kernel sections "
` [RFC PATCH v5 25/25] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()

[PATCH v4 00/10] Driver of Intel(R) Gaussian & Neural Accelerator
 2022-10-20 13:35 UTC  (22+ messages)
` [PATCH v4 01/10] gna: add PCI driver module
` [PATCH v4 02/10] gna: add GNA DRM device
` [PATCH v4 03/10] gna: read hardware info
` [PATCH v4 04/10] gna: initialize MMU
` [PATCH v4 05/10] gna: add GNA_GET_PARAMETER ioctl
` [PATCH v4 06/10] gna: add GNA_GEM_NEW and GNA_GEM_FREE ioctls
` [PATCH v4 07/10] gna: add GNA_COMPUTE ioctl
` [PATCH v4 08/10] gna: add GNA_WAIT ioctl
` [PATCH v4 09/10] gna: add power management
` [PATCH v4 10/10] gna: add open and close operations on GNA device

[PATCH 00/10] ALSA/ASoC: hda: cleanup sound/hda/ext code
 2022-10-20 13:38 UTC  (2+ messages)

stable-rc/queue/5.19 build: 173 builds: 4 failed, 169 passed, 6 errors, 10 warnings (v5.19.16-773-ga9455bcdbe0b9)
 2022-10-20 13:38 UTC 

[PATCH v2] ASoC: Intel: Skylake: fix possible memory leak in skl_codec_device_init()
 2022-10-20 13:37 UTC  (3+ messages)

[BUG] infiniband: sw: rdmavt: possible ABBA deadlocks in rvt_ruc_loopback()
 2022-10-20 13:37 UTC 

[Intel-gfx] [PATCH] drm/i915: stop abusing swiotlb_max_segment
 2022-10-20 13:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[LTP] [PATCH v3] tst_test.sh: Normalize the locale
 2022-10-20 13:37 UTC 

per-tagset SRCU struct and quiesce
 2022-10-20 13:35 UTC  (18+ messages)
` [PATCH 1/8] block: set the disk capacity to 0 in blk_mark_disk_dead
` [PATCH 2/8] blk-mq: skip non-mq queues in blk_mq_quiesce_queue
` [PATCH 3/8] blk-mq: move the srcu_struct used for quiescing to the tagset
` [PATCH 4/8] blk-mq: pass a tagset to blk_mq_wait_quiesce_done
` [PATCH 5/8] blk-mq: add tagset quiesce interface
` [PATCH 6/8] nvme: move the NS_DEAD flag to the controller
` [PATCH 7/8] nvme: remove nvme_set_queue_dying
` [PATCH 8/8] nvme: use blk_mq_[un]quiesce_tagset

[PATCH] of: fix repeated words in comments
 2022-10-20 13:35 UTC  (7+ messages)

[PATCH] x86/xen: silence smatch warning in pmu_msr_chk_emulated()
 2022-10-20 13:34 UTC  (3+ messages)

[PATCH master v2 0/3] Fix GCC 11 THUMB2 relocate_to_current_adr miscompile
 2022-10-20 13:15 UTC  (4+ messages)
` [PATCH master v2 1/3] include: asm-generic: reloc: implement runtime_address()
` [PATCH master v2 2/3] ARM: cpu: add compiler barrier around unrelocated access
` [PATCH v2 3/3] RISC-V: add compiler barriers around unrelocated accesses

[kas:lam 5/18] drivers/input/serio/serport.c:235:21: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-10-20 13:32 UTC 

[BUG] possible deadlock in __rcu_irq_enter_check_tick
 2022-10-20 13:32 UTC  (5+ messages)

[PATCH 0/3] mtd: rawnand: marvell: add support for AC5 SoC
 2022-10-20 13:14 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: mtd: Add AC5 specific binding

[u-boot][PATCH v3 0/4] Introduce MEMORY uclass and TI GPMC driver
 2022-10-20 13:30 UTC  (5+ messages)
` [u-boot][PATCH v3 1/4] dm: memory: Introduce new uclass
` [u-boot][PATCH v3 2/4] scripts: Makefile.spl: Enable memory drivers to be built for SPL
` [u-boot][PATCH v3 3/4] dt/bindings: memory: Add bindings for TI GPMC driver
` [u-boot][PATCH v3 4/4] memory: Add "

[Intel-gfx] [PATCH v3 0/1] Remove Connector iterator macro
 2022-10-20 13:32 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

stable-rc/queue/5.4 build: 186 builds: 3 failed, 183 passed, 4 errors, 37 warnings (v5.4.219-262-g200eb9ce0e05)
 2022-10-20 13:30 UTC 

[RFC PATCH 00/11] Reviving the Proxy Execution Series
 2022-10-20 13:30 UTC  (6+ messages)
` [RFC PATCH 09/11] sched/rt: Fix proxy/current (push,pull)ability

stable-rc/queue/5.10 build: 185 builds: 3 failed, 182 passed, 4 errors, 14 warnings (v5.10.149-426-g221779f9f997d)
 2022-10-20 13:30 UTC 

[PATCH 00/16] x86_64: Improvements at compressed kernel stage
 2022-10-20 13:30 UTC  (10+ messages)
` [PATCH 03/16] x86/boot: Set cr0 to known state in trampoline
` [PATCH 06/16] x86/boot: Setup memory protection for bzImage code
` [PATCH 16/16] efi/libstub: Use memory attribute protocol

[PATCH] tracing/hist: add in missing * in comment blocks
 2022-10-20 13:30 UTC 

[PATCH for-4.17?] test/vpci: enable by default
 2022-10-20 13:29 UTC  (3+ messages)

[PATCH 0/9] tlsf: use 8-byte alignment for normal malloc allocations
 2022-10-20 13:11 UTC  (3+ messages)

[PATCH V7 0/8] libgpiod: Add Rust bindings
 2022-10-20 13:29 UTC  (3+ messages)

[Buildroot] [PATCH] package/libnss: disable parallel build with Make 4.4
 2022-10-20 13:29 UTC  (3+ messages)

[PATCH 0/3] mediatek: pwrap: Add mt8365 pwrap support
 2022-10-20 13:09 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: soc: mediatek: pwrap: add MT8365 SoC bindings
` [PATCH 2/3] soc: mediatek: pwrap: add support for sys & tmr clocks
` [PATCH 3/3] soc: mediatek: pwrap: add mt8365 SoC support

[PATCH -next,v2] tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
 2022-10-20 14:32 UTC 

[PATCH] lsm: make security_socket_getpeersec_stream() sockptr_t safe
 2022-10-20 13:16 UTC  (2+ messages)

the patch "Convert PDC console to an early console" breaks the^M console
 2022-10-20 13:26 UTC 

[RESEND PATCH v5 0/2] RDMA/rxe: Add RDMA Atomic Write operation
 2022-10-20 13:25 UTC  (6+ messages)
` [RESEND PATCH v5 1/2] RDMA/rxe: Support "

Xen RTDS scheduler locking
 2022-10-20 13:26 UTC 

[PATCH v12 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-20 13:26 UTC  (8+ messages)
` [PATCH v12 15/17] net: stream: move to QIO to enable additional parameters
` [PATCH v12 16/17] tests/qtest: netdev: test stream and dgram backends

Adding support for custom SEL records
 2022-10-20 13:24 UTC  (8+ messages)

[PATCH v5 0/2] arm/p2m: XSA-409 fix
 2022-10-20 13:25 UTC  (5+ messages)
` [PATCH v5 2/2] xen/arm: p2m: Populate pages for GICv2 mapping in p2m_init()
  ` Policy: A release acks for the release manager's patches (was Re: [PATCH v5 2/2] xen/arm: p2m: Populate pages for GICv2 mapping in p2m_init())

Intended behavior/usage of SSBD setting
 2022-10-20 13:25 UTC  (4+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio
 2022-10-20 13:25 UTC 

[PATCH -next] gpiolib: acpi: Use METHOD_NAME__AEI macro for acpi_walk_resources
 2022-10-20 13:23 UTC  (2+ messages)

[kas:lam 5/18] kernel/signal.c:1268:29: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-10-20 13:22 UTC 

[PATCH iproute2] dcb: unblock mnl_socket_recvfrom if not message received
 2022-10-20 13:23 UTC  (2+ messages)

[PATCH liburing v2 0/3] Clean up clang `-Wshorten-64-to-32` warnings
 2022-10-20 13:14 UTC  (4+ messages)
` [PATCH liburing v2 1/3] liburing: Clean up `-Wshorten-64-to-32` warnings from clang
` [PATCH liburing v2 2/3] Makefile: Introduce `LIBURING_CFLAGS` variable
` [PATCH liburing v2 3/3] github: Append `-Wshorten-64-to-32` flag for clang build

[PATCH net 0/2] openvswitch: syzbot splat fix and introduce selftest
 2022-10-20 13:21 UTC  (3+ messages)
` [PATCH net 2/2] selftests: add openvswitch selftest suite

[PATCH] vfio: Add an option to get migration data size
 2022-10-20 13:21 UTC 

[PATCH net-next v3 0/9] Add support for Sparx5 IS2 VCAP
 2022-10-20 13:09 UTC  (17+ messages)
` [PATCH net-next v3 1/9] net: microchip: sparx5: Adding initial VCAP API support
` [PATCH net-next v3 2/9] net: microchip: sparx5: Adding IS2 VCAP model to VCAP API
` [PATCH net-next v3 3/9] net: microchip: sparx5: Adding IS2 VCAP register interface
` [PATCH net-next v3 4/9] net: microchip: sparx5: Adding initial tc flower support for VCAP API
` [PATCH net-next v3 5/9] net: microchip: sparx5: Adding port keyset config and callback interface
` [PATCH net-next v3 6/9] net: microchip: sparx5: Adding basic rule management in VCAP API
` [PATCH net-next v3 7/9] net: microchip: sparx5: Writing rules to the IS2 VCAP
` [PATCH net-next v3 8/9] net: microchip: sparx5: Adding KUNIT test VCAP model
` [PATCH net-next v3 9/9] net: microchip: sparx5: Adding KUNIT test for the VCAP API

[PATCH V3] tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
 2022-10-20 13:19 UTC 

[PATCH for-4.17 0/6] (v)pci: fixes related to memory decoding handling
 2022-10-20 13:21 UTC  (5+ messages)
` [PATCH for-4.17 1/6] test/vpci: add dummy cfcheck define
` [PATCH for-4.17 2/6] test/vpci: fix vPCI test harness to provide pci_get_pdev()

[PATCH v2 net-next 0/6] netlink: add universal 'bigint' attribute type
 2022-10-20 13:18 UTC  (4+ messages)
` [PATCH v2 net-next 2/6] bitmap: add a couple more helpers to work with arrays of u32s

[PATCH] earlycon: Fix compile error when SERIAL_CORE is m
 2022-10-20 13:20 UTC  (3+ messages)

[PATCH] usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1
 2022-10-20 13:20 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 01/16] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
 2022-10-20 13:19 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 12/16] of: Fix "dma-ranges" handling for bus controllers

[PULL 00/24] target-arm queue
 2022-10-20 12:21 UTC 

J1939: Send messages without acknowledging
 2022-10-20 13:17 UTC  (3+ messages)

[RFC 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2022-10-20 13:18 UTC  (3+ messages)
` [RFC 5/6] iommu/dma: Add simple batching flush queue implementation

[hid:for-6.2/mcp2221 3/3] drivers/hid/hid-mcp2221.c:734:18: warning: unused variable 'tmp'
 2022-10-20 13:18 UTC  (2+ messages)

[PATCH] staging: octeon: remove redundant variable total_freed
 2022-10-20 13:16 UTC 

[PATCH] python3: setuptools-git-versioning: new package
 2022-10-20 13:17 UTC  (2+ messages)

[PATCH -next] drm/amd/display: make dcn32_mpc_funcs static
 2022-10-20 13:12 UTC  (5+ messages)

[PATCH 1/2] drm/amdkfd: introduce dummy cache info for property asic
 2022-10-20 13:15 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd: update gfx1037 Lx cache setting

Are there plans to merge up to Honister 3.4.4?
 2022-10-20 13:14 UTC  (6+ messages)

[PATCH -next] drm/amd/display: make dcn32_mmhubbub_funcs static
 2022-10-20 13:11 UTC  (5+ messages)

Bug 216559 - btrfs crash root mount RAID0 caused by ac0677348f3c2
 2022-10-20 13:11 UTC  (4+ messages)

[PATCH] drm/amdkfd: use vma_lookup() instead of find_vma()
 2022-10-20  8:20 UTC 

[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-10-20 10:55 UTC  (3+ messages)
` [PATCH 03/21] drm/ingenic: Don't set struct drm_driver.lastclose

[asahilinux:bits/110-smc 15/29] drivers/platform/apple/smc_rtkit.c:74:9: error: call to undeclared function 'FIELD_PREP'; ISO C99 and later do not support implicit function declarations
 2022-10-20 13:12 UTC 

[PATCH v3 0/1] vsprintf: check non-canonical pointer by kern_addr_valid()
 2022-10-20 13:12 UTC  (2+ messages)

[PATCH -next] drm/amd/display: Make some symbols static
 2022-10-20 13:10 UTC  (4+ messages)

[net v2 1/1] net: ethernet: adi: adin1110: Fix notifiers
 2022-10-20 13:08 UTC  (2+ messages)

New CVE entries this week
 2022-10-20 13:10 UTC  (3+ messages)
` [cip-dev] "

[RFC PATCH] mm/huge_memory: Do not clobber swp_entry_t during THP split
 2022-10-20 13:10 UTC  (5+ messages)

[PATCH 00/44] serial: Convert drivers to use uart_xmit_advance()
 2022-10-20 13:06 UTC  (4+ messages)
` [PATCH 11/44] serial: atmel: Use uart_xmit_advance()


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.