All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-04 12:43:41 to 2022-10-04 13:25:46 UTC [more...]

[PULL 00/54] testing, gdbstub, plugin and gitdm updates
 2022-10-04 13:01 UTC  (18+ messages)
` [PULL 01/54] scripts/ci/setup: ninja missing from build-environment
` [PULL 02/54] scripts/ci/setup: Fix libxen requirements
` [PULL 04/54] tests/docker: run script use realpath instead of readlink
` [PULL 06/54] target/hexagon: add flex/bison/glib2 to qemu.yml
` [PULL 08/54] target/hexagon: manually add flex/bison/glib2 to remaining containers
` [PULL 10/54] tests/docker: move alpine from edge to tagged release
` [PULL 11/54] tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZE
` [PULL 12/54] configure: do not invoke as/ld directly for pc-bios/optionrom
` [PULL 13/54] pc-bios/optionrom: detect CC options just once
` [PULL 23/54] tests/tcg: clean up calls to run-test
` [PULL 24/54] tests/tcg: move compiler tests to Makefiles
` [PULL 29/54] pc-bios/optionrom: Adopt meson style Make output
` [PULL 43/54] gdbstub: move sstep flags probing into AccelClass
` [PULL 44/54] gdbstub: move breakpoint logic to accel ops
` [PULL 45/54] gdbstub: move guest debug support check to ops
` [PULL 46/54] accel/kvm: move kvm_update_guest_debug to inline stub
` [PULL 53/54] contrib/gitdm: add Université Grenoble Alpes

[PATCH v3 00/36] doc/UX: make txt & -h output more consistent
 2022-10-04 13:23 UTC  (29+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 01/34] tests: assert *.txt SYNOPSIS and -h output
  ` [PATCH v3 02/34] CodingGuidelines: update and clarify command-line conventions
  ` [PATCH v3 03/34] builtin/bundle.c: indent with tabs
` [PATCH v4 00/34] doc/UX: make txt & -h output more consistent
  ` [PATCH v4 01/34] tests: assert *.txt SYNOPSIS and -h output
  ` [PATCH v4 02/34] CodingGuidelines: update and clarify command-line conventions
  ` [PATCH v4 03/34] builtin/bundle.c: indent with tabs
  ` [PATCH v4 04/34] bundle: define subcommand -h in terms of command -h
  ` [PATCH v4 05/34] doc SYNOPSIS: don't use ' for subcommands
  ` [PATCH v4 06/34] doc SYNOPSIS: consistently use ' for commands
  ` [PATCH v4 07/34] built-ins: consistently add "\n" between "usage" and options
  ` [PATCH v4 08/34] doc txt & -h consistency: word-wrap
  ` [PATCH v4 09/34] doc txt & -h consistency: fix incorrect alternates syntax
  ` [PATCH v4 10/34] doc txt & -h consistency: add "-z" to cat-file "-h"
  ` [PATCH v4 11/34] doc txt & -h consistency: balance unbalanced "[" and "]"
  ` [PATCH v4 12/34] doc txt & -h consistency: correct padding around "[]()"
  ` [PATCH v4 13/34] stash doc SYNOPSIS & -h: "
  ` [PATCH v4 14/34] doc txt & -h consistency: use "<options>", not "<options>..."
  ` [PATCH v4 15/34] doc SYNOPSIS & -h: use "-" to separate words in labels, not "_"
  ` [PATCH v4 16/34] doc txt & -h consistency: fix mismatching labels
  ` [PATCH v4 17/34] doc txt & -h consistency: add or fix optional "--" syntax
  ` [PATCH v4 18/34] doc txt & -h consistency: make output order consistent
  ` [PATCH v4 19/34] doc txt & -h consistency: add missing options and labels
  ` [PATCH v4 20/34] doc txt & -h consistency: make "rerere" consistent
  ` [PATCH v4 21/34] doc txt & -h consistency: make "read-tree" consistent
  ` [PATCH v4 22/34] doc txt & -h consistency: make "bundle" consistent
  ` [PATCH v4 23/34] doc txt & -h consistency: use "git foo" form, not "git-foo"

[PATCH v10 0/5] RISC-V Smstateen support
 2022-10-04 13:23 UTC  (5+ messages)
` [PATCH v10 4/5] target/riscv: smstateen check for fcsr

[PATCH] KVM: PPC: Book3S HV: Fix decrementer migration
 2022-10-04 13:21 UTC  (3+ messages)

sgx_validate_offset_length bug
 2022-10-04 13:22 UTC  (4+ messages)

[PATCHv2] mmc: core: fix race of queue reset and card removal
 2022-10-04 13:15 UTC  (2+ messages)

[PATCH 0/2] Some fixes for overlayfs remove privs
 2022-10-04 13:20 UTC  (4+ messages)
` [PATCH 2/2] ovl: remove privs in ovl_fallocate()

[Intel-gfx] [PATCH v5 1/5] drm/i915: remove the TODO in pin_and_fence_fb_obj
 2022-10-04 13:19 UTC  (5+ messages)
` [Intel-gfx] [PATCH v5 2/5] drm/i915/display: handle migration for dpt
` [Intel-gfx] [PATCH v5 3/5] drm/i915: allow control over the flags when migrating
` [Intel-gfx] [PATCH v5 4/5] drm/i915/display: consider DG2_RC_CCS_CC when migrating buffers
` [Intel-gfx] [PATCH v5 5/5] drm/i915: check memory is mappable in read_from_page

[RESEND][PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-04 13:17 UTC  (7+ messages)
` [RESEND][PATCH 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [RESEND][PATCH 2/6] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [RESEND][PATCH 3/6] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [RESEND][PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [RESEND][PATCH 5/6] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [RESEND][PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()

[PATCH 1/2] arm-toolchain: update Arm GCC to 11.3
 2022-10-04 13:19 UTC  (6+ messages)
` [PATCH 2/2] external-arm-toolchain: Enable 11.3.rel1 support

[PATCH] arm-bsp/corstone1000: bump kernel version to 5.19
 2022-10-04 13:19 UTC  (2+ messages)

[PATCH] dt-bindings: display: panel: use spi-peripheral-props.yaml
 2022-10-04 13:17 UTC  (7+ messages)

[PATCH] CI: apply a patch so that meta-zephyr is compatible with langdale
 2022-10-04 13:16 UTC  (2+ messages)

[PATCH for-4.17] x86/efi: don't translate EFI memory map MMIO regions to e820 RESERVED
 2022-10-04 13:15 UTC  (8+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 11:43 UTC  (4+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

renesas-drivers-2022-10-04-v6.0
 2022-10-04 13:14 UTC 

renesas/master igt-kms-rockchip: 1 runs, 10 regressions (renesas-devel-2022-10-04-v6.0)
 2022-10-04 13:13 UTC 

renesas/master cros-ec: 6 runs, 2 regressions (renesas-devel-2022-10-04-v6.0)
 2022-10-04 13:13 UTC 

[PATCH v6] 9pfs: use GHashTable for fid table
 2022-10-04 12:54 UTC  (2+ messages)

[PATCH 1/1] net: fec: add initial XDP support
 2022-10-04 13:12 UTC  (11+ messages)
  ` [EXT] "

[PATCH 0/2] Fix to latest syzkaller bugs in 9p area
 2022-10-04 13:10 UTC  (6+ messages)
` [PATCH 1/2] Revert "9p: p9_client_create: use p9_client_destroy on failure"
` [PATCH 2/2] 9p: destroy client in symmetric order

[PATCH 1/2] drm/amd/pm: vega10_hwmgr: fix potential off-by-one overflow in 'performance_levels'
 2022-10-04  8:14 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: smu7_hwmgr: "

[PATCH][4.17] EFI: don't convert memory marked for runtime use to ordinary RAM
 2022-10-04 13:10 UTC  (11+ messages)

[Bug report] Possible wrong condition
 2022-10-04 10:21 UTC 

[PATCH] mmc: core: fix race of queue reset and card removal
 2022-10-04 12:42 UTC 

[PATCH v6, 0/8] Support H264 multi-core encoder on MT8195
 2022-10-04 12:08 UTC  (4+ messages)
` [PATCH v6, 8/8] media: mediatek: vcodec: Return encoding result in asynchronous mode

[PATCH 1/4] openssl-native.bbclass: add bbclass
 2022-10-04 13:09 UTC  (6+ messages)
` [docs] "

[PATCH] spi: spi-gxp: fix typo in SPDX identifier line
 2022-10-04 13:09 UTC  (2+ messages)

[RFC] eal: add bus cleanup to eal cleanup
 2022-10-04 13:11 UTC  (2+ messages)
` [PATCH v8] "

[PATCH 1/1] dt-bindings: iommu: arm-smmu: Add binding for sm6125
 2022-10-04 12:59 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/pmu: Match frequencies reported by PMU and sysfs
 2022-10-04 13:05 UTC  (6+ messages)
  `  "

[PATCH v5 0/7] libsas and drivers: NCQ error handling
 2022-10-04 13:05 UTC  (2+ messages)

[Intel-gfx] [PATCH v6 0/7] drm/i915/display: Don't use port enum as register offset
 2022-10-04 13:03 UTC  (9+ messages)
` [Intel-gfx] [PATCH v6 1/7] drm/i915/display: Pass struct drm_i915_private to DDI_BUF_CTL macro
` [Intel-gfx] [PATCH v6 2/7] drm/i915/display: Pass struct drm_i915_private to DDI_CLK_SEL macro
` [Intel-gfx] [PATCH v6 3/7] drm/i915/display: Define the DDI port indices inside device info
` [Intel-gfx] [PATCH v6 4/7] drm/i915/display: Free port enums from tied to register offset
` [Intel-gfx] [PATCH v6 5/7] drm/i915/display: Remove PORT_D_XELPD/PORT_E_XELPD platform specific defintions
` [Intel-gfx] [PATCH v6 6/7] drm/i915/display: Fix port_identifier function
` [Intel-gfx] [PATCH v6 7/7] drm/i915/display: cleanup unused DDI port enums

[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-04 12:39 UTC  (27+ messages)
` [PATCH v11 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v11 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v11 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v11 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v11 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v11 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v11 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v11 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v11 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v11 30/46] KVM: selftests: Better XMM read/write helpers
` [PATCH v11 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v11 32/46] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v11 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v11 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v11 36/46] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v11 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v11 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v11 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v11 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v11 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v11 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v11 43/46] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v11 45/46] KVM: selftests: hyperv_svm_test: "
` [PATCH v11 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[yocto] Run rt specific test in "core-image-rt" #patch #yocto #qemu #dunfell #linux
 2022-10-04 13:01 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH v2 00/14] Explicit MCR handling and MTL steering
 2022-10-04 13:00 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 12/14] drm/i915: Define multicast registers as a new type
  `  "

REGRESSION in 6.0-rc7 caused by patch "ARM/dma-mapping: use dma-direct unconditionally"
 2022-10-04 12:59 UTC  (13+ messages)

[syzbot] upstream boot error: WARNING in netlink_ack
 2022-10-04 12:57 UTC 

[PATCH v2] mmc: core: SD: Add BROKEN-SD-DISCARD quirk
 2022-10-04 12:57 UTC  (4+ messages)

cip-gitlab/ci/pavel/linux-test build: 182 builds: 3 failed, 179 passed, 4 errors, 10 warnings (v5.10.145-cip17-421-g0d804ef4a611)
 2022-10-04 13:00 UTC 

[RFC/PATCH] backlight: hx8357: prepare to conversion to gpiod API
 2022-10-04 12:54 UTC  (5+ messages)

[PATCH] edid-decode: fix typo for tiled display bezel
 2022-10-04 12:54 UTC 

[PATCH v1 1/1] pinctrl: st: Avoid using of_node member of struct gpio_chip
 2022-10-04 12:54 UTC  (2+ messages)

[PATCH] remove prefix to some local macros in apps and examples
 2022-10-04 12:58 UTC  (2+ messages)

[RFC PATCH 00/11] Add support for fixed ram offsets during migration
 2022-10-04 12:37 UTC  (8+ messages)
` [PATCH 02/11] migration: Add support for 'file:' uri for incoming migration
` [PATCH 04/11] io: add pwritev support to QIOChannelFile
` [PATCH 05/11] io: Add support for seekable channels
` [PATCH 06/11] io: Add preadv support to QIOChannelFile
` [PATCH 07/11] migration: add qemu_get_buffer_at
` [PATCH 08/11] migration/ram: Introduce 'fixed-ram' migration stream capability
` [PATCH 09/11] migration: Refactor precopy ram loading code

[PATCH V1] PCI: dwc: Use dev_info for PCIe link down event logging
 2022-10-04 12:53 UTC  (6+ messages)

[RFC] mempool: rte_mempool_do_generic_get optimizations
 2022-10-04 12:57 UTC  (4+ messages)
` [PATCH v2] mempool: fix get objects from mempool with cache
` [PATCH v3] "

[PATCH] mm: /proc/pid/smaps_rollup: fix no vma's null-deref
 2022-10-04 12:53 UTC  (2+ messages)

Regression on 5.19.12, display flickering on Framework laptop
 2022-10-04 12:57 UTC  (12+ messages)
            ` [Intel-gfx] "

[cilium:pr/bpf-tc-links4 1/10] include/net/xtc.h:143:8: error: no member named 'tc_index' in 'struct sk_buff'
 2022-10-04 12:56 UTC 

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn314/dcn314_resource.c:124:29: warning: unused variable 'DCN_BASE'
 2022-10-04 12:56 UTC 

[igt-dev] [PATCH i-g-t 0/4] misc fixes
 2022-10-04 12:56 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 4/4] tests/kms_rotation_crc: try to simplify multiplane rotation tests

REGRESSION in 6.0-rc7 caused by patch "ARM/dma-mapping: use dma-direct unconditionally"
 2022-10-04 12:54 UTC  (4+ messages)
` [PATCH] ARM: mvebu: select OF_DMA_DEFAULT_COHERENT if MACH_MVEBU_V7

[PATCH 0/3] add remaining SGL support to AESNI_MB
 2022-10-04 12:55 UTC  (7+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] test/crypto: fix wireless auth digest segment
  ` [PATCH v4 2/5] crypto/ipsec_mb: fix session creation for sessionless
  ` [PATCH v4 3/5] crypto/ipsec_mb: add remaining SGL support
  ` [PATCH v4 4/5] test/crypto: add OOP snow3g SGL tests
  ` [PATCH v4 5/5] test/crypto: add remaining blockcipher "

[Intel-gfx] [PATCH v3 1/2] drm/i915: enable PS64 support for DG2
 2022-10-04 12:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v3,1/2] "

[Bug 214311] New: megaraid_sas - no disks detected
 2022-10-04 12:51 UTC  (2+ messages)
` [Bug 214311] "

[PATCH v2 00/13] ppc/e500: Add support for two types of flash, cleanup
 2022-10-04 12:43 UTC  (3+ messages)

[PATCH V3 0/3] vdpa: device feature provisioning
 2022-10-04 12:46 UTC  (4+ messages)
` [PATCH V3 2/3] vdpa_sim_net: support "

[PATCH v5 0/1] Fixup instructions around mailing recipients
 2022-10-04 12:48 UTC  (2+ messages)
` [PATCH v5 1/1] Documentation/process: Be more explicit about who to mail on patch submission

[PATCH v7 0/5] Parse CONFIG_CMDLINE in compressed kernel
 2022-10-04 12:48 UTC  (6+ messages)
` [PATCH v7 1/5] x86/boot: Add strlcat() and strscpy() to "
` [PATCH v7 2/5] x86: Add cmdline_prepare() helper
` [PATCH v7 3/5] x86/setup: Use cmdline_prepare() in setup.c
` [PATCH v7 4/5] x86/boot: Use cmdline_prapare() in compressed kernel
` [PATCH v7 5/5] x86/boot: Remove no longer needed includes

[Buildroot] [PATCH] boot/at91bootstrap: disable PIE and stack-protector build flags
 2022-10-04 12:52 UTC 

[Lvfs-announce] Putting warnings into the update description
 2022-10-04 12:52 UTC 

"Unloaded tainted modules:" prints repeated wrong value
 2022-10-04 12:47 UTC 

[RFC 0/3] Enable runtime PM more broadly
 2022-10-04 12:46 UTC  (5+ messages)
` [RFC 1/3] thunderbolt: Allow XHCI device links to enter runtime pm

next/pending-fixes build: 196 builds: 2 failed, 194 passed, 6 errors, 37 warnings (v6.0-854-g37b3c1c31342c)
 2022-10-04 12:46 UTC 

[PATCH 0/2] Add quad & octal spi flash mini u-boot configuration files
 2022-10-04 12:48 UTC  (3+ messages)
` [PATCH 1/2] arm64: versal: Add qspi flash mini u-boot configuration

[RFC PATCH 1/2] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
 2022-10-04 12:47 UTC  (3+ messages)
` [OE-core] "

DPDK build for Arm with GCC 12
 2022-10-04 12:46 UTC 

[PATCH v4 0/5] iommu/s390: Fixes related to attach and aperture handling
 2022-10-04 12:43 UTC  (3+ messages)
` [PATCH v4 1/5] iommu/s390: Fix duplicate domain attachments


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.