All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-24 23:24:09 to 2021-09-25 00:55:54 UTC [more...]

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-25  0:55 UTC  (30+ messages)
` [PATCH 01/14] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
` [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH 05/14] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
` [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states

[dpdk-dev] [PATCH] net/bnxt: fix Tx queue startup state
 2021-09-25  0:55 UTC 

[PATCH u-boot-marvell] arm: mvebu: turris_omnia: fix leaked mtd device
 2021-09-25  0:49 UTC 

stable-rc/linux-4.19.y build: 140 builds: 0 failed, 140 passed, 4 warnings (v4.19.207-35-g5615a99c7c2d)
 2021-09-25  0:48 UTC 

stable-rc/queue/5.14 baseline: 89 runs, 1 regressions (v5.14.7-100-g3633965a8dc7)
 2021-09-25  0:48 UTC 

[PATCH] drm/bridge: parade-ps8640: check return values in ps8640_aux_transfer()
 2021-09-25  0:45 UTC  (3+ messages)

[PATCH v2 00/39] efi: Improvements to U-Boot running on top of UEFI
 2021-09-25  0:30 UTC  (39+ messages)
` [PATCH v2 01/39] RFC: efi: Drop code that doesn't work with driver model
` [PATCH v2 02/39] efi: Add a separate maintainer entry for the app
` [PATCH v2 03/39] x86: Keep symbol information in u-boot ELF file
` [PATCH v2 04/39] x86: Create a new header for EFI
` [PATCH v2 05/39] x86: Show some EFI info with the bdinfo command
` [PATCH v2 06/39] x86: Tidy up global_data pointer for 64-bit
` [PATCH v2 07/39] efi: Add a script for building and testing U-Boot on UEFI
` [PATCH v2 08/39] efi: Enable DM_ETH for the app
` [PATCH v2 09/39] efi: Drop the OF_EMBED warning for EFI
` [PATCH v2 10/39] x86: Create a 32/64-bit selection for the app
` [PATCH v2 11/39] efi: Create a 64-bit app
` [PATCH v2 12/39] x86: Don't duplicate global_ptr in 64-bit EFI app
` [PATCH v2 13/39] efi: Add a way to obtain boot services in the app
` [PATCH v2 14/39] efi: Add video support to "
` [PATCH v2 15/39] efi: Add EFI uclass for media
` [PATCH v2 16/39] efi: Add a media/block driver for EFI block devices
` [PATCH v2 17/39] efi: Locate all block devices in the app
` [PATCH v2 18/39] patman: Use a ValueError exception if tools.Run() fails
` [PATCH v2 19/39] binman: Report an error if test files fail to compile
` [PATCH v2 20/39] binman: Support reading the offset of an ELF-file symbol
` [PATCH v2 21/39] binman: Allow timeout to occur in the image or its section
` [PATCH v2 22/39] binman: Tidy up comments on _DoTestFile()
` [PATCH v2 23/39] binman: Support updating the dtb in an ELF file
` [PATCH v2 24/39] efi: serial: Support arrow keys
` [PATCH v2 25/39] bloblist: Support allocating the bloblist
` [PATCH v2 26/39] x86: Allow booting a kernel from the EFI app
` [PATCH v2 27/39] x86: Don't process the kernel command line unless enabled
` [PATCH v2 28/39] x86: efi: Add room for the binman definition in the dtb
` [PATCH v2 29/39] efi: Add comments to struct efi_priv
` [PATCH v2 30/39] efi: Fix ll_boot_init() operation with the app
` [PATCH v2 32/39] efi: Share struct efi_priv between the app and stub code
` [PATCH v2 33/39] efi: Move exit_boot_services into a function
` [PATCH v2 34/39] efi: Check for failure when initing the app
` [PATCH v2 35/39] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v2 36/39] efi: Show when allocated pages are used
` [PATCH v2 37/39] efi: Allow easy selection of serial-only operation
` [PATCH v2 38/39] efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v2 39/39] efi: Support the efi command in the app

[PATCH 1/1] ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU
 2021-09-25  0:37 UTC  (4+ messages)
  ` [PATCH 1/1] Avoid polluting CONFIG_ namespace with board specific define

[PATCH v2 00/11] PCI devices passthrough on Arm, part 2
 2021-09-25  0:44 UTC  (21+ messages)
` [PATCH v2 01/11] xen/arm: Fix dev_is_dt macro definition
` [PATCH v2 02/11] xen/arm: Add new device type for PCI
` [PATCH v2 03/11] xen/arm: Introduce pci_find_host_bridge_node helper
` [PATCH v2 04/11] xen/device-tree: Make dt_find_node_by_phandle global
` [PATCH v2 05/11] xen/arm: Mark device as PCI while creating one
` [PATCH v2 06/11] xen/domain: Call pci_release_devices() when releasing domain resources
` [PATCH v2 07/11] libxl: Allow removing PCI devices for all types of domains
` [PATCH v2 08/11] libxl: Only map legacy PCI IRQs if they are supported
` [PATCH v2 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain
` [PATCH v2 10/11] xen/arm: Do not map PCI ECAM and MMIO space to Domain-0's p2m

[PATCH v4 0/2] Refactor and improve full help output from tools
 2021-09-25  0:37 UTC  (5+ messages)
` [PATCH v4 1/2] tools: Refactor full help printing
` [PATCH v4 2/2] tools: Handle PAGER containing arguments

[PATCH RFC 1/1] kvm: export per-vcpu exits to userspace
 2021-09-25  0:41 UTC  (3+ messages)

[PATCH v4] ksmbd: use LOOKUP_BENEATH to prevent the out of share access
 2021-09-25  0:43 UTC  (5+ messages)

[PATCH 1/1] ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU
 2021-09-25  0:37 UTC  (2+ messages)

[PATCH] arm: use CONFIG_SUPPORT_PASSING_ATAGS
 2021-09-25  0:37 UTC  (2+ messages)

[PATCHv5] drivers: tpm2: update reset gpio semantics
 2021-09-25  0:36 UTC  (2+ messages)

[RFC] arm64: mm: update max_pfn after memory hotplug
 2021-09-25  0:36 UTC  (6+ messages)

[PATCH bpf-next v4 00/11] Support kernel module function calls from eBPF
 2021-09-25  0:30 UTC  (5+ messages)
` [PATCH bpf-next v4 06/11] libbpf: Support kernel module function calls

Confusing lockdep splat
 2021-09-25  0:30 UTC  (4+ messages)

[Cluster-devel] [PATCH dlm/next 1/5] fs: dlm: fix small lockspace typo
 2021-09-25  0:30 UTC  (5+ messages)
` [Cluster-devel] [PATCH dlm/next 2/5] fs: dlm: remove check SCTP is loaded message
` [Cluster-devel] [PATCH dlm/next 3/5] fs: dlm: requestqueue busy wait to event based wait
` [Cluster-devel] [PATCH dlm/next 4/5] fs: dlm: ls_count "
` [Cluster-devel] [PATCH dlm/next 5/5] fs: dlm: avoid ls_waiter_mutex circular lock dependency warning

[PATCH v16 0/5] FPGA Image Load (previously Security Manager)
 2021-09-25  0:29 UTC  (4+ messages)
` [PATCH v16 5/5] fpga: image-load: enable cancel of image upload

[igt-dev] [PATCH] tests/kms_addfb_basic: Remove handling for Unknown Vendor
 2021-09-25  0:27 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

about mtd erase fix series
 2021-09-25  0:26 UTC  (3+ messages)

[pull request][net-next 00/12] mlx5 updates 2021-09-24
 2021-09-25  0:25 UTC  (2+ messages)

[Cluster-devel] [PATCH RFC gfs2/for-next] fs: gfs2: fix suspicious RCU usage
 2021-09-25  0:23 UTC 

[PATCH] infiniband hfi1: fix misuse of %x in ipoib_tx.c
 2021-09-25  0:20 UTC  (7+ messages)

[PATCH] drm/i915/gvt: Fix spelling mistake "Unsupport" -> "Unsupported"
 2021-09-25  0:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[syzbot] WARNING in __dev_set_promiscuity
 2021-09-25  0:17 UTC 

[PATCH v2] fix judgment error in shmem_is_huge()
 2021-09-25  0:15 UTC  (4+ messages)

[PATCH v4 0/2] mtd: spi: nor: force mtd name to "nor%d"
 2021-09-25  0:12 UTC  (14+ messages)

[PATCH] powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
 2021-09-25  0:10 UTC  (9+ messages)

List of all available kernel modules per version
 2021-09-25  0:08 UTC  (3+ messages)

[PATCH net-next 0/6 v5] RTL8366(RB) cleanups part 1
 2021-09-25  0:08 UTC  (8+ messages)
` [PATCH net-next 1/6 v5] net: dsa: rtl8366rb: Support bridge offloading
` [PATCH net-next 2/6 v5] net: dsa: rtl8366: Drop custom VLAN set-up
` [PATCH net-next 3/6 v5] net: dsa: rtl8366rb: Rewrite weird VLAN filering enablement
` [PATCH net-next 4/6 v5] net: dsa: rtl8366rb: Fix off-by-one bug
` [PATCH net-next 5/6 v5] net: dsa: rtl8366: Fix a bug in deleting VLANs
` [PATCH net-next 6/6 v5] net: dsa: rtl8366: Drop and depromote pointless prints

[syzbot] INFO: rcu detected stall in io_ring_exit_work
 2021-09-25  0:07 UTC 

[syzbot] general protection fault in nf_tables_dump_tables
 2021-09-25  0:07 UTC 

[PATCH net-next 0/5] brcm ASP 2.0 Ethernet controller
 2021-09-25  0:05 UTC  (3+ messages)
` [PATCH net-next 3/5] net: bcmasp: Add support for ASP2.0 "

[PATCH v5 00/30] LoongArch64 port of QEMU TCG
 2021-09-24 23:59 UTC  (3+ messages)
` [PATCH v5 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops

Xen Rust VirtIO demos work breakdown for Project Stratos
 2021-09-24 23:59 UTC  (2+ messages)

ANSI sequences produced on non-ANSI terminal
 2021-09-24 23:57 UTC  (3+ messages)

stable-rc/linux-4.9.y build: 113 builds: 0 failed, 113 passed (v4.9.283-27-g09643351c2e1)
 2021-09-24 23:55 UTC 

[patch v3] tcp.7: Add description for TCP_FASTOPEN and TCP_FASTOPEN_CONNECT options
 2021-09-24 23:54 UTC 

[PATCH] arm64: dts: sc7180: Factor out ti-sn65dsi86 support
 2021-09-24 23:54 UTC 

[PATCH v4 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-24 23:53 UTC  (12+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v6 0/8] "
    ` [PATCH v6 1/8] object-file.c: do not rename in a temp odb
    ` [PATCH v6 2/8] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
    ` [PATCH v6 3/8] core.fsyncobjectfiles: batched disk flushes
    ` [PATCH v6 4/8] core.fsyncobjectfiles: add windows support for batch mode
    ` [PATCH v6 5/8] update-index: use the bulk-checkin infrastructure
    ` [PATCH v6 6/8] unpack-objects: "
    ` [PATCH v6 7/8] core.fsyncobjectfiles: tests for batch mode
    ` [PATCH v6 8/8] core.fsyncobjectfiles: performance tests for add and stash

Reason for libbpf rejecting SECTION symbols in 'maps' section
 2021-09-24 23:52 UTC  (2+ messages)

[PATCH 00/14] bsd-user: misc cleanup for aarch64 import
 2021-09-24 23:51 UTC  (5+ messages)
` [PATCH 14/14] bsd-user/signal: Create a dummy signal queueing function

stable-rc/queue/5.10 baseline: 79 runs, 5 regressions (v5.10.68-63-g964be936e732)
 2021-09-24 23:51 UTC 

[PATCH v3 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-09-24 23:48 UTC  (4+ messages)
` [PATCH v3 1/2] gpio: mlxbf2: Introduce IRQ support

[PATCH nf,v3 1/2] netfilter: nf_tables: add position handle in event notification
 2021-09-24 23:46 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: nf_tables: reverse order in rule replacement expansion

[Intel-gfx] [PATCH 1/3] drm/i915: Guard debugfs against invalid access without display
 2021-09-24 23:45 UTC  (8+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: remove some debug-only registers from MCHBAR

[PATCH] drm/i915/pmu: Connect engine busyness stats from GuC to pmu
 2021-09-24 23:45 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH v11 00/16] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-09-24 23:41 UTC  (5+ messages)
` [PATCH v11 03/16] dt-bindings: display: mediatek: disp: split each block to individual yaml

[PATCH net-next] tcp: tracking packets with CE marks in BW rate sample
 2021-09-24 23:42 UTC  (4+ messages)

[PATCH v2 0/3] Enhance Measured Boot
 2021-09-24 23:36 UTC  (5+ messages)
` [PATCH v2 1/3] efi_loader: add SMBIOS table measurement

Two jobs at once on denx-vulcan?
 2021-09-24 23:36 UTC  (8+ messages)

[PATCH bpf] libbpf: Fix segfault in static linker for objects without BTF
 2021-09-24 23:35 UTC  (2+ messages)

[igt-dev] [PATCH] tests/kms_flip: Discard any stale event at each retry
 2021-09-24 23:35 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_flip: Discard any stale event at each retry (rev3)

[PATCH bpf-next] selftests/bpf: fix btf_dump __int128 test failure with clang build kernel
 2021-09-24 23:35 UTC  (3+ messages)

[PATCH 1/1] selftests: KVM: set affinity of VM to right CPUs
 2021-09-24 23:30 UTC 

WorldCist'22 - 10th World Conference on Information Systems and Technologies | Montenegro
 2021-09-24 16:07 UTC 

[PATCH 0/2] fuse: Send file/inode security context during creation
 2021-09-24 23:32 UTC  (5+ messages)
` [PATCH 2/2] fuse: Send security context of inode on file creation
      ` [Virtio-fs] "

[PATCH 00/28] bug fixes, additions, changes
 2021-09-24 23:31 UTC  (20+ messages)
` [PATCH 01/28] edid-decode: remove unnecessary length check
` [PATCH 02/28] edid-decode: fix standard timing vertical pixels
` [PATCH 03/28] edid-decode: exclude oui from _block functions
` [PATCH 04/28] edid-decode: check cta_hdr10plus length
` [PATCH 05/28] edid-decode: Capitalize fail sentence
` [PATCH 06/28] edid-decode: Replace return with break in switch
` [PATCH 07/28] edid-decode: extended tag length check
` [PATCH 08/28] edid-decode: Output block type before fail
` [PATCH 09/28] edid-decode: update Microsoft expected length
` [PATCH 10/28] edid-decode: Capitalize fail sentence
` [PATCH 11/28] edid-decode: make all OUI handlers the same
` [PATCH 12/28] edid-decode: move OUI parsing to separate function
` [PATCH 13/28] edid-decode: move unknown block warning
` [PATCH 14/28] edid-decode: remove cta_ext_block
` [PATCH 15/28] edid-decode: change unknown CTA block names
` [PATCH 16/28] edid-decode: move audio fail/warn messages
` [PATCH 17/28] edid-decode: replace first_block with block_number
` [PATCH 18/28] edid-decode: move parse_displayid_block inner loop
` [PATCH 19/28] edid-decode: remove offset from displayid_block

[PATCH] arm64: dts: qcom: sc7180: Base homestar's power coefficients in reality
 2021-09-24 23:29 UTC  (2+ messages)
` (subset) "

[PATCH 0/8] drm + usb-type-c: Add support for out-of-band hotplug notification (v4 resend)
 2021-09-24 23:29 UTC  (7+ messages)
` [PATCH 8/8] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
        ` [Intel-gfx] "

[PATCH 0/2] Register SCSI sysfs attributes earlier
 2021-09-24 23:26 UTC  (3+ messages)
` [PATCH 1/2] scsi: Register SCSI host "
` [PATCH 2/2] scsi: Register SCSI device "

[PATCH v2 00/17] PCI devices passthrough on Arm
 2021-09-24 23:26 UTC  (8+ messages)
` [PATCH v2 11/17] xen/arm: PCI host bridge discovery within XEN on ARM

[PATCH] arm64: dts: qcom: pm660: Add reboot mode support
 2021-09-24 23:26 UTC  (2+ messages)
` (subset) "

[PATCH v2 1/7] arm64: dts: qcom: Introduce support for MSM8998 Sony Yoshino platform
 2021-09-24 23:26 UTC  (2+ messages)

[PATCH 1/2] drm/rockchip: dsi: hold pm-runtime across bind/unbind
 2021-09-24 23:23 UTC  (2+ messages)
` [PATCH 2/2] drm/rockchip: dsi: Fix unbalanced clock on probe 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.