All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-08 18:31:42 to 2020-12-08 20:01:34 UTC [more...]

[PATCH v13 0/4] RDMA: Add dma-buf support
 2020-12-08 19:33 UTC  (7+ messages)
` [PATCH v13 1/4] RDMA/umem: Support importing dma-buf as user memory region

[PULL 00/66] pc,pci,virtio: fixes, cleanups
 2020-12-08 19:35 UTC  (27+ messages)
` [PULL 01/66] vhost-user-scsi: Fix memleaks in vus_proc_req()
` [PULL 02/66] memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
` [PULL 03/66] memory: Add IOMMUTLBEvent
` [PULL 04/66] memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
` [PULL 05/66] intel_iommu: Skip page walking on device iotlb invalidations
` [PULL 06/66] memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
` [PULL 07/66] virtio: reset device on bad guest index in virtio_load()
` [PULL 08/66] acpi/gpex: Extract two APIs from acpi_dsdt_add_pci
` [PULL 09/66] fw_cfg: Refactor extra pci roots addition
` [PULL 10/66] hw/arm/virt: Write extra pci roots into fw_cfg
` [PULL 11/66] acpi: Extract crs build form acpi_build.c
` [PULL 12/66] acpi/gpex: Build tables for pxb
` [PULL 13/66] acpi: Align the size to 128k
` [PULL 14/66] unit-test: The files changed
` [PULL 15/66] unit-test: Add testcase for pxb
` [PULL 16/66] unit-test: Add the binary file and clear diff.h
` [PULL 17/66] failover: fix indentantion
` [PULL 18/66] failover: Use always atomics for primary_should_be_hidden
` [PULL 19/66] failover: primary bus is only used once, and where it is set
` [PULL 21/66] failover: Remove external partially_hotplugged property
` [PULL 24/66] failover: g_strcmp0() knows how to handle NULL
` [PULL 26/66] failover: remove standby_id variable
` [PULL 29/66] failover: simplify virtio_net_find_primary()
` [PULL 30/66] failover: should_be_hidden() should take a bool
` [PULL 31/66] failover: Rename function to hide_device()

[PATCH v6 00/25] xl / libxl: named PCI pass-through devices
 2020-12-08 19:30 UTC  (26+ messages)
` [PATCH v6 01/25] libxl: s/pcidev/pci and remove DEFINE_DEVICE_TYPE_STRUCT_X
` [PATCH v6 02/25] xl: s/pcidev/pci where possible
` [PATCH v6 03/25] libxl: make libxl__device_list() work correctly for LIBXL__DEVICE_KIND_PCI
` [PATCH v6 04/25] libxl: Make sure devices added by pci-attach are reflected in the config
` [PATCH v6 05/25] libxl: add/recover 'rdm_policy' to/from PCI backend in xenstore
` [PATCH v6 06/25] libxl: s/detatched/detached in libxl_pci.c
` [PATCH v6 07/25] libxl: remove extraneous arguments to do_pci_remove() "
` [PATCH v6 08/25] libxl: stop using aodev->device_config in libxl__device_pci_add()
` [PATCH v6 09/25] libxl: generalise 'driver_path' xenstore access functions in libxl_pci.c
` [PATCH v6 10/25] libxl: remove unnecessary check from libxl__device_pci_add()
` [PATCH v6 11/25] libxl: remove get_all_assigned_devices() from libxl_pci.c
` [PATCH v6 12/25] libxl: make sure callers of libxl_device_pci_list() free the list after use
` [PATCH v6 13/25] libxl: add libxl_device_pci_assignable_list_free()
` [PATCH v6 14/25] libxl: use COMPARE_PCI() macro is_pci_in_array()
` [PATCH v6 15/25] docs/man: extract documentation of PCI_SPEC_STRING from the xl.cfg manpage
` [PATCH v6 16/25] docs/man: improve documentation of PCI_SPEC_STRING
` [PATCH v6 17/25] docs/man: fix xl(1) documentation for 'pci' operations
` [PATCH v6 18/25] libxl: introduce 'libxl_pci_bdf' in the idl
` [PATCH v6 19/25] libxlu: introduce xlu_pci_parse_spec_string()
` [PATCH v6 20/25] docs/man: modify xl(1) in preparation for naming of assignable devices
` [PATCH v6 21/25] libxl: convert internal functions in libxl_pci.c
` [PATCH v6 22/25] libxl: introduce libxl_pci_bdf_assignable_add/remove/list/list_free(),
` [PATCH v6 23/25] xl: support naming of assignable devices
` [PATCH v6 24/25] docs/man: modify xl-pci-configuration(5) to add 'name' field to PCI_SPEC_STRING
` [PATCH v6 25/25] libxl / libxlu: support 'xl pci-attach/detach' by name

[PATCH 0/9] Xilinx AI engine kernel driver
 2020-12-08 19:57 UTC  (5+ messages)
` [PATCH 2/9] misc: Add Xilinx AI engine device driver

[PATCH] riscv: Fixed kernel test robot warning
 2020-12-08 19:58 UTC  (3+ messages)

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2020-12-08 19:57 UTC  (9+ messages)
` [PATCH RFC 6/9] mm/gup: Grab head page refcount once for group of subpages
` [PATCH RFC 7/9] mm/gup: Decrement head page "
` [PATCH RFC 8/9] RDMA/umem: batch page unpin in __ib_mem_release()
` [PATCH RFC 9/9] mm: Add follow_devmap_page() for devdax vmas

[PATCH] powerpc/rtas: fix typo of ibm,open-errinjct in rtas filter
 2020-12-08 19:54 UTC 

[PATCH v2 00/19] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-12-08 19:54 UTC  (5+ messages)
` [PATCH v2 06/19] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port

[PATCH v2 1/3] ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg
 2020-12-08 19:52 UTC  (3+ messages)
` [PATCH v2 2/3] ALSA: hda/ca0132 - Change Input Source enum strings
` [PATCH v2 3/3] ALSA: hda/ca0132 - Unmute surround when speaker output is selected

[stable:linux-5.9.y 858/2105] drivers/net/xen-netback/interface.c:170:49: sparse: sparse: dubious: !x | !y
 2020-12-08 19:48 UTC 

(no subject)
 2020-12-08 19:43 UTC  (6+ messages)
` [PATCH V3 17/23] xen/ioreq: Introduce domain_has_ioreq_server()

Steinberg UR22 Crackling and Clicks
 2020-12-08 19:41 UTC  (5+ messages)

[PATCH 1/1] drm/amdgpu: clean up bo in vce and vcn test
 2020-12-08 19:39 UTC  (4+ messages)
` [PATCH v2 "

[dunfell/master] [PATCH] external-arm-toolchain: Remove recipe in favor of upstream
 2020-12-08 19:37 UTC 

[PATCH 1/2] mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support
 2020-12-08 19:37 UTC  (2+ messages)
` [PATCH 2/2] board: presidio: Add Parallel NAND support

main - tests: few more fsadm checks
 2020-12-08 19:35 UTC 

main - fsadm: fix unbound variable usage
 2020-12-08 19:35 UTC 

main - man: update lvmvdo
 2020-12-08 19:35 UTC 

arm64: split ARM64_PTR_AUTH option to userspace and kernel configs
 2020-12-08 19:33 UTC  (5+ messages)
` [PATCH 2/2] arm64: Configure kernel's PTR_AUTH key when it is built with PTR_AUTH

[PATCH] drivers: usb: gadget: prefer pr_*() functions over raw printk()
 2020-12-08 15:54 UTC  (2+ messages)

[RFC PATCH] ASoC: pcm_dmaengine: Add support for BE DAIs
 2020-12-08 19:31 UTC  (4+ messages)

[PATCH 0/7] efi_loader: support EFI_LOAD_FILE_PROTOCOL
 2020-12-08 19:32 UTC  (8+ messages)
` [PATCH 1/7] efi_loader: resequence functions in efi_boottime.c
` [PATCH 2/7] efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
` [PATCH 3/7] efi_loader: pass boot_policy to efi_load_image_from_path
` [PATCH 4/7] efi_loader: carve out efi_load_image_from_file()
` [PATCH 5/7] efi_loader: support EFI_LOAD_FILE_PROTOCOL
` [PATCH 6/7] efi_selftest: clean up Makefile
` [PATCH 7/7] efi_selftest: test EFI_LOAD_FILE_PROTOCOL

[PATCH v2 0/3] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema
 2020-12-08 19:30 UTC  (5+ messages)
` [PATCH v2 1/3] reset: hisilicon: correct vendor prefix

Implementing Custom USB HID Device
 2020-12-08 19:27 UTC 

[igt-dev] [PATCH i-g-t 0/3] Add FB_DAMAGE_CLIPS prop and new test for Selective fetch
 2020-12-08 19:31 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 00/13] DC Patches December 14th, 2020
 2020-12-08 19:28 UTC  (14+ messages)
` [PATCH 01/13] drm/amd/display: Change pstate expected timeout warning to 180us on linux
` [PATCH 02/13] drm/amd/display: Add missing DP_SEC register definitions and masks
` [PATCH 03/13] drm/amd/display: HP Reverb G2 VR fails to light up
` [PATCH 04/13] drm/amd/display: Fix to be able to stop crc calculation
` [PATCH 05/13] drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to header
` [PATCH 06/13] drm/amd/display: Add DP info frame update for dcn30
` [PATCH 07/13] drm/amd/display: delay fp2 programming until vactive before lock
` [PATCH 08/13] drm/amd/display: updated wm table for Renoir
` [PATCH 09/13] drm/amd/display: Only update FP2 for full updates
` [PATCH 10/13] drm/amd/display: Fix OGAM LUT calculation precision
` [PATCH 11/13] drm/amd/display: Fix cleanup typo in MPCC visual confirm
` [PATCH 12/13] drm/amd/display: [FW Promotion] Release 0.0.46
` [PATCH 13/13] drm/amd/display: 3.2.116

[PATCH 0/4] Add a new -action parameter
 2020-12-08 19:14 UTC  (5+ messages)
` [PATCH 1/4] vl: Add an -action option to respond to guest events
` [PATCH 2/4] vl: Add option to avoid stopping VM upon guest panic
` [PATCH 3/4] qmp: Allow setting -action parameters on the fly
` [PATCH 4/4] qtest/pvpanic: Test panic option that allows VM to continue

[PATCH v4 0/2] hw/virtio-pci: AER capability
 2020-12-08 19:25 UTC  (4+ messages)
` [PATCH v4 2/2] hw/virtio-pci Added "

[GIT PULL] arm64: dts: amlogic updates for v5.11, round 2
 2020-12-08 19:24 UTC  (4+ messages)

[PATCH 7/7] examples: add acd client implementation [async safety in example signal handler?]
 2020-12-08 19:22 UTC  (3+ messages)

[PATCH] arm64: dts: meson: add i2c3/rtc nodes and vrtc alias to GT-King/GT-King-Pro
 2020-12-08 19:20 UTC  (3+ messages)

[OE-core][dunfell][PATCH] python3: fix CVE-2019-20907
 2020-12-08 19:20 UTC  (3+ messages)
` [OE-core][dunfell][PATCH v2] "

[PATCH-for-5.2?] target/mips/translate: Check R6 reserved encoding for Load Linked Word
 2020-12-08 19:12 UTC  (6+ messages)

[PATCH] nvme: retrigger ANA log update if group descriptor isn't found
 2020-12-08 19:17 UTC  (6+ messages)

[PATCH v4 00/26] Opt-in always-on nVHE hypervisor
 2020-12-08 19:14 UTC  (4+ messages)

[PATCH] ppc/spapr: cleanup -machine pseries,nvdimm=X handling
 2020-12-08 18:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-08 19:16 UTC  (16+ messages)

[PATCH 00/20] ethernet: ucc_geth: assorted fixes and simplifications
 2020-12-08 19:14 UTC  (3+ messages)
` [PATCH 02/20] ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram

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

[PATCH] nvme: Added QUIRK for Samsung PM1725a
 2020-12-08 19:11 UTC  (7+ messages)

[PATCH v2 01/27] migration: Network Failover can't work with a paused guest
 2020-12-08 18:48 UTC  (18+ messages)

[PATCH v2 0/8] xen/arm: Add support for SMMUv3 driver
 2020-12-08 19:05 UTC  (7+ messages)
` [PATCH v2 8/8] "

[Intel-gfx] [PATCH] drm/i915/gt: Disable preparser around MI_SEMAPHORE_WAIT
 2020-12-08 19:04 UTC  (2+ messages)

[PATCH V2] nvme: enable char device per namespace
 2020-12-08 19:03 UTC  (3+ messages)

[PATCH v4] Fix build with 64 bits time_t
 2020-12-08 18:41 UTC  (2+ messages)

[PATCH v5 0/4] migration: UFFD write-tracking migration/snapshots
 2020-12-08 18:24 UTC  (6+ messages)
` [PATCH v5 3/4] migration: support UFFD write fault processing in ram_save_iterate()
` [PATCH v5 4/4] migration: implementation of background snapshot thread

[PATCH 1/2] if_enabled.h: Add IF_ENABLED_OR_ELSE() and IF_ENABLED() macros
 2020-12-08 19:00 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/rtas: Restrict RTAS requests from userspace
 2020-12-08 18:59 UTC  (2+ messages)

[PATCH v2] ALSA: hda/proc - print DP-MST connections
 2020-12-08 18:57 UTC 

[igt-dev] [PATCH i-g-t] i915/gem_partial_pwrite_pread: Add subtests description
 2020-12-08 19:01 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[nfsd] ae3c57b5ca: last_state.soft_timeout
 2020-12-08 19:00 UTC  (2+ messages)

[PATCH] pcie_aer: Fix help message of pcie_aer_inject_error command
 2020-12-08 18:40 UTC  (3+ messages)

[PATCH 0/4] clock: Get rid of clock_get_ns()
 2020-12-08 18:15 UTC  (5+ messages)
` [PATCH 1/4] clock: Introduce clock_ticks_to_ns()
` [PATCH 2/4] target/mips: Don't use clock_get_ns() in clock period calculation
` [PATCH 3/4] clock: Remove clock_get_ns()
` [PATCH 4/4] clock: Define and use new clock_display_freq()

[Intel-wired-lan] [PATCH RESEND] e1000e: fix S0ix flow to allow S0i3.2 subset entry
 2020-12-08 18:56 UTC 

[RFC PATCH 0/1] "Bad page state" while freeing gigantic pages
 2020-12-08 18:55 UTC  (4+ messages)
` [RFC PATCH 1/1] mm/hugetlb: clear compound_nr before "

[PATCH] linux-user: add option to chroot before emulation
 2020-12-08 18:25 UTC  (4+ messages)

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-08 18:21 UTC  (12+ messages)

[PATCH v2 0/8] net: macb: add support for sama7g5
 2020-12-08 18:48 UTC  (3+ messages)
` [PATCH v2 3/8] net: macb: add function to disable all macb clocks

[PATCH v4 00/19] drm: managed encoder/plane/crtc allocation
 2020-12-08 18:48 UTC  (3+ messages)
` [PATCH v4 01/19] drm/encoder: make encoder control functions optional

[PATCH] xen/arm: Add workaround for Cortex-A53 erratum #845719
 2020-12-08 18:47 UTC  (4+ messages)

[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

[tip:irq/core 13/26] drivers/rtc/rtc-pcf8523.c:35:9: warning: 'REG_OFFSET' macro redefined
 2020-12-08 18:43 UTC 

[PATCH 1/5] acd: store IP in network order
 2020-12-08 18:42 UTC  (5+ messages)
` [PATCH 2/5] acd: remove acd_random_delay_ms
` [PATCH 3/5] acd: optimize to use l_timeout_modify
` [PATCH 4/5] acd: fix valgrind warning of uninitialized buffer
` [PATCH 5/5] acd: stop ACD if l_acd_destroy is called

[PATCH v2 0/9] vnc: support some new extensions
 2020-12-08 18:13 UTC  (3+ messages)
` [PATCH v2 8/9] vnc: add support for extended desktop resize

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-08 18:39 UTC  (9+ messages)

[PATCH] ASoC: AMD Renoir - add DMI table to avoid the ACP mic probe (broken BIOS)
 2020-12-08 18:39 UTC  (9+ messages)

problem booting 5.10
 2020-12-08 18:37 UTC  (3+ messages)

[PATCH v3 00/15] remoteproc: Add support for detaching from rproc
 2020-12-08 18:35 UTC  (3+ messages)
` [PATCH v3 09/15] remoteproc: Introduce function rproc_detach()

[PATCH 1/6] seq_file: add seq_read_iter
 2020-12-08 18:34 UTC  (12+ messages)

[PATCH 1/1] drm/amdkfd: Fix leak in dmabuf import
 2020-12-08 18:35 UTC  (2+ messages)

Plugin Register Accesses
 2020-12-08 17:56 UTC  (4+ messages)

[PATCH] hmp-commands.hx: List abbreviation after command for cont, quit, print
 2020-12-08 18:05 UTC  (2+ messages)

[PATCH v5 1/3] Documentation: Add documentation for new platform_profile sysfs attribute
 2020-12-08 18:32 UTC  (4+ messages)
` [PATCH v5 2/3] ACPI: platform-profile: Add platform profile support

[PATCH v3 0/5] tracing: More synthetic event error fixes
 2020-12-08 18:32 UTC  (6+ messages)
` [PATCH v3 3/5] tracing: Update synth command errors

Why do we have both CONFIG_SOFTMMU and CONFIG_USER_ONLY?
 2020-12-08 18:10 UTC  (4+ messages)

[PATCH bpf-next v3 00/14] Atomics for eBPF
 2020-12-08 18:31 UTC  (9+ messages)
` [PATCH bpf-next v3 12/14] bpf: Pull tools/build/feature biz into selftests Makefile

[PATCH v4 00/15] Cryptodisk fixes for v2.06 redux
 2020-12-08 18:32 UTC  (6+ messages)
` [PATCH v7 00/17] "
  ` [PATCH v7 03/17] luks2: Remove unused argument in grub_error


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.