All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-10 07:55:03 to 2021-05-10 08:43:34 UTC [more...]

[PATCH 1/3] x86/sev-es: Rename sev-es.{ch} to sev.{ch}
 2021-05-10  8:43 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v6 0/9] Use Doxygen and sphinx for html documentation
 2021-05-10  8:41 UTC  (10+ messages)
` [PATCH v6 1/9] docs: add doxygen configuration file
` [PATCH v6 2/9] docs: add Xen png logo for the doxygen documentation
` [PATCH v6 3/9] docs: add doxygen templates
` [PATCH v6 4/9] m4/python: add function to docs_tool.m4 and new m4 module
` [PATCH v6 5/9] docs: add checks to configure for sphinx and doxygen
` [PATCH v6 6/9] docs: add doxygen preprocessor and related files
` [PATCH v6 7/9] docs: Change Makefile and sphinx configuration for doxygen
` [PATCH v6 8/9] docs: hypercalls sphinx skeleton for generated html
` [PATCH v6 9/9] docs/doxygen: doxygen documentation for grant_table.h

[PATCH 2/3] x86/sev: Move GHCB MSR protocol and NAE definitions in a common header
 2021-05-10  8:43 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 3/3] x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG
 2021-05-10  8:43 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] block: Improve backing file validation
 2021-05-10  8:41 UTC  (2+ messages)

[PATCH 0/6] sched,delayacct: Some cleanups
 2021-05-10  8:42 UTC  (3+ messages)
` [PATCH 5/6] delayacct: Add static_branch in scheduler hooks

[PATCH v3 00/10] ACPI/IORT: Support for IORT RMR node
 2021-05-10  8:40 UTC  (6+ messages)
` [PATCH v3 09/10] iommu/arm-smmu: Get associated RMR info and install bypass SMR

[linux-linus test] 161829: regressions - FAIL
 2021-05-10  8:40 UTC  (4+ messages)
` Regression when booting 5.15 as dom0 on arm64 (WAS: Re: [linux-linus test] 161829: regressions - FAIL)

imx27: No space left to write bad block table
 2021-05-10  8:38 UTC  (9+ messages)

[PATCH 1/1] ASoC: mediatek: mt8192: Delete a redundant condition branch
 2021-05-10  8:36 UTC  (3+ messages)

[PATCH v1] tools: add newlines to xenstored WRL_LOG
 2021-05-10  8:38 UTC  (4+ messages)

[Patch v2 00/42] btrfs: add data write support for subpage
 2021-05-10  8:38 UTC  (6+ messages)
` [Patch v2 41/42] btrfs: fix the use-after-free bug in writeback subpage helper

[PATCH] qemu-iotests: fix pylint 2.8 consider-using-with error
 2021-05-10  8:36 UTC  (3+ messages)

[PATCH] EDAC/thunderx: Fix an error message
 2021-05-10  8:36 UTC  (2+ messages)

[PATCH] driver:input:touchscreen: improve the mechanism of auto-update
 2021-05-10  8:35 UTC 

[PATCH v3 0/5] Fix redefinition errors for toolstack libs
 2021-05-10  8:35 UTC  (6+ messages)
` [PATCH v3 1/5] tools/debugger: Fix PAGE_SIZE redefinition error
` [PATCH v3 2/5] tools/libfsimage: Fix PATH_MAX "
` [PATCH v3 3/5] tools/libs/foreignmemory: Fix PAGE_SIZE "
` [PATCH v3 4/5] tools/libs/gnttab: "
` [PATCH v3 5/5] tools/ocaml: Fix redefinition errors

How does the rate adaptive mask work on Realtek WiFi driver
 2021-05-10  8:35 UTC 

[PATCH] Revert "irqbypass: do not start cons/prod when failed connect"
 2021-05-10  8:32 UTC  (8+ messages)

[boot-wrapper PATCH 0/5] Add Armv8-R AArch64 support
 2021-05-10  8:30 UTC  (5+ messages)
` [boot-wrapper PATCH 1/5] Decouple V2M_SYS config by auto-detect dtb node

[sched/fair] 80cb403876: stress-ng.sockabuse.ops_per_sec -81.3% regression
 2021-05-10  8:33 UTC  (2+ messages)

[patch 48/91] kernel/crash_core: add crashkernel=auto for vmcore creation
 2021-05-10  8:32 UTC  (6+ messages)

Question on guest enable msi fail when using GICv4/4.1
 2021-05-10  8:29 UTC  (9+ messages)

[PATCH v4 0/2] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-10  8:31 UTC  (6+ messages)
` [PATCH v4 2/2] mm,hwpoison: send SIGBUS when the page has already been poisoned

[PATCH] arm64: dts: qcom: sm8350: fix the node unit addresses
 2021-05-10  8:31 UTC  (2+ messages)

[PATCH] swiotlb: manipulate orig_addr when tlb_addr has offset
 2021-05-10  8:30 UTC 

arch/x86/crypto/curve25519-x86_64.c:518:3: error: inline assembly requires more registers than available
 2021-05-10  8:30 UTC  (2+ messages)

[PATCH 4.19 ONLY v4] arm64: vdso: remove commas between macro name and arguments
 2021-05-10  8:28 UTC  (5+ messages)
` Patch "arm64: vdso: remove commas between macro name and arguments" has been added to the 4.19-stable tree

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-10  8:29 UTC  (36+ messages)
` [PATCH 01/15] KVM: VMX: Do not adverise RDPID if ENABLE_RDTSCP control is unsupported
` [PATCH 02/15] KVM: x86: Emulate RDPID only if RDTSCP is supported
` [PATCH 03/15] KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest
` [PATCH 04/15] KVM: x86: Move RDPID emulation intercept to its own enum
` [PATCH 05/15] KVM: VMX: Disable preemption when probing user return MSRs
` [PATCH 06/15] KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in host
` [PATCH 07/15] KVM: x86: Add support for RDPID without RDTSCP
` [PATCH 08/15] KVM: VMX: Configure list of user return MSRs at module init
` [PATCH 09/15] KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting list
` [PATCH 10/15] KVM: VMX: Use common x86's uret MSR list as the one true list
` [PATCH 11/15] KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional way
` [PATCH 12/15] KVM: x86: Export the number of uret MSRs to vendor modules
` [PATCH 13/15] KVM: x86: Move uret MSR slot management to common x86
` [PATCH 14/15] KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model
` [PATCH 15/15] KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failed

[Intel-gfx] [RFC 0/1] drm/i915/display: Expose HDMI properties to userspace
 2021-05-10  8:29 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for series starting with [RFC,v2,1/1] drm/i915/display: New Property Creation for HDMI

[PATCH] driver:input:touchscreen: improve the mechanism of auto-update
 2021-05-10  8:27 UTC 

[PATCH v3] x86/boot: modernize genimage script; hdimage+EFI support
 2021-05-10  8:28 UTC 

[PATCH] printk: stop spining waiter when console resume to flush prb
 2021-05-10  8:29 UTC  (8+ messages)

[igt-dev] [RFC v2 0/1] drm/i915/display: New Property Creation for HDMI
 2021-05-10  8:29 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "

[dpdk-dev] [PATCH v2 00/22] net/ena: update ENA PMD to v2.3.0
 2021-05-10  8:27 UTC  (9+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 17/22] net/ena: support SMP for mz alloc counter
  ` [dpdk-dev] [PATCH v3 18/22] net/ena: move default RSS key to shared mem

[PATCH 2/2] Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane.""
 2021-05-10  2:09 UTC  (7+ messages)

[PATCH] drm/radeon/si_dpm: Fix SMU power state load
 2021-05-10  5:51 UTC  (2+ messages)

FAILED: patch "[PATCH] usb: dwc2: Fix session request interrupt handler" failed to apply to 4.14-stable tree
 2021-05-10  8:26 UTC 

[PATCH] Revert "drm/radeon/si_dpm: Replace one-element array with flexible-array in struct SISLANDS_SMC_SWSTATE"
 2021-05-09 23:02 UTC  (5+ messages)

FAILED: patch "[PATCH] usb: dwc2: Fix session request interrupt handler" failed to apply to 4.9-stable tree
 2021-05-10  8:26 UTC 

[PATCH v2] drm/amd/display: Fix two cursor duplication when using overlay
 2021-05-10  2:20 UTC  (2+ messages)

[PATCH] watchdog: sbsa: Support architecture version 1
 2021-05-10  8:25 UTC  (3+ messages)

[sched/fair] c3fbef9e2f: phoronix-test-suite.nuttcp.TCPTransfer.ServerToClient.127.0.0.1.mbits_sec -14.5% regression
 2021-05-10  8:26 UTC 

[PATCH rdma-rc] RDMA/siw: Release xarray entry
 2021-05-10  8:25 UTC  (2+ messages)

[PATCHv3 00/26] J72xx: HSM rearch support series
 2021-05-10  8:25 UTC  (5+ messages)
` [PATCHv3 19/26] arm: mach-k3: do board config for PM and RM only if supported

FAILED: patch "[PATCH] usb: dwc2: Fix session request interrupt handler" failed to apply to 4.4-stable tree
 2021-05-10  8:25 UTC 

Re: Flowtable with ppp/bridge
 2021-05-10  8:24 UTC  (11+ messages)
` Aw: "
  `  "
    ` Aw: "
      `  "
        ` Aw: "
          `  "
            ` Aw: "
              `  "
                ` Aw: "
                  `  "

[PATCH v4 0/2] Add octal DTR support for Macronix flash
 2021-05-10  8:20 UTC  (6+ messages)
` [PATCH v4 1/2] mtd: spi-nor: macronix: add support for Macronix octaflash
` [PATCH v4 2/2] spi: mxic: patch for octal DTR mode support

[PATCH 1/1] rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codes
 2021-05-10  8:22 UTC 

FAILED: patch "[PATCH] drm/compat: Clear bounce structures" failed to apply to 5.11-stable tree
 2021-05-10  8:23 UTC 

FAILED: patch "[PATCH] drm/compat: Clear bounce structures" failed to apply to 5.4-stable tree
 2021-05-10  8:23 UTC 

FAILED: patch "[PATCH] drm/compat: Clear bounce structures" failed to apply to 5.10-stable tree
 2021-05-10  8:23 UTC 

FAILED: patch "[PATCH] drm/compat: Clear bounce structures" failed to apply to 5.12-stable tree
 2021-05-10  8:23 UTC 

FAILED: patch "[PATCH] usb: dwc2: Fix partial power down exiting by system resume" failed to apply to 5.4-stable tree
 2021-05-10  8:22 UTC 

FAILED: patch "[PATCH] usb: dwc2: Fix partial power down exiting by system resume" failed to apply to 5.11-stable tree
 2021-05-10  8:22 UTC 

FAILED: patch "[PATCH] usb: dwc2: Fix partial power down exiting by system resume" failed to apply to 5.10-stable tree
 2021-05-10  8:22 UTC 

FAILED: patch "[PATCH] usb: dwc2: Fix partial power down exiting by system resume" failed to apply to 5.12-stable tree
 2021-05-10  8:22 UTC 

[PATCH] KVM: x86: hyper-v: Task srcu lock when accessing kvm_memslots()
 2021-05-10  8:21 UTC 

Set custom baud-rate for SCS P4 Dragon
 2021-05-10  8:22 UTC  (2+ messages)

FAILED: patch "[PATCH] usb: dwc3: core: Do core softreset when switch mode" failed to apply to 4.14-stable tree
 2021-05-10  8:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: core: Do core softreset when switch mode" failed to apply to 4.19-stable tree
 2021-05-10  8:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: core: Do core softreset when switch mode" failed to apply to 5.4-stable tree
 2021-05-10  8:21 UTC 

[chao-linux:dev 5/5] fs/f2fs/compress.c:119:13: error: conflicting types for 'f2fs_put_rpages'
 2021-05-10  8:21 UTC 

[PATCH] test/py: efi_capsule: aligned with efidebug syntax changes
 2021-05-10  8:21 UTC 

[PATCH] efi_loader: move asm/setjmp.h to efi_loader.h
 2021-05-10  8:21 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Remove FS bInterval_m1 limitation" failed to apply to 4.19-stable tree
 2021-05-10  8:20 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Remove FS bInterval_m1 limitation" failed to apply to 5.4-stable tree
 2021-05-10  8:20 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Remove FS bInterval_m1 limitation" failed to apply to 4.9-stable tree
 2021-05-10  8:20 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Remove FS bInterval_m1 limitation" failed to apply to 4.14-stable tree
 2021-05-10  8:20 UTC 

FAILED: patch "[PATCH] usb: dwc3: gadget: Remove FS bInterval_m1 limitation" failed to apply to 4.4-stable tree
 2021-05-10  8:20 UTC 

[PATCH] efi_loader: capsule: remove authentication data
 2021-05-10  8:20 UTC 

[PATCH] efi_loader: capsule: remove unused guid
 2021-05-10  8:20 UTC 

FAILED: patch "[PATCH] io_uring: Check current->io_uring in io_uring_cancel_sqpoll" failed to apply to 5.11-stable tree
 2021-05-10  8:19 UTC 

Help on Handle BASH_FUNC shellshock implication
 2021-05-10  8:19 UTC  (3+ messages)
  ` 回复: "

[PATCH] efi_loader: capsule: add a debug message in case of no key
 2021-05-10  8:19 UTC 

FAILED: patch "[PATCH] io_uring: Check current->io_uring in io_uring_cancel_sqpoll" failed to apply to 5.10-stable tree
 2021-05-10  8:19 UTC 

FAILED: patch "[PATCH] io_uring: fix work_exit sqpoll cancellations" failed to apply to 5.11-stable tree
 2021-05-10  8:19 UTC 

FAILED: patch "[PATCH] io_uring: fix work_exit sqpoll cancellations" failed to apply to 5.10-stable tree
 2021-05-10  8:19 UTC 

[Buildroot] [PATCH 1/1] package/boost: fix broken BOOST_SITE URL
 2021-05-10  8:18 UTC 

FAILED: patch "[PATCH] io_uring: remove extra sqpoll submission halting" failed to apply to 5.11-stable tree
 2021-05-10  8:18 UTC 

FAILED: patch "[PATCH] io_uring: remove extra sqpoll submission halting" failed to apply to 5.10-stable tree
 2021-05-10  8:18 UTC 

FAILED: patch "[PATCH] io_uring: fix leaking reg files on exit" failed to apply to 5.12-stable tree
 2021-05-10  8:17 UTC 

FAILED: patch "[PATCH] io_uring: fix leaking reg files on exit" failed to apply to 5.11-stable tree
 2021-05-10  8:17 UTC 

Sphinx parallel build error: UnicodeEncodeError: 'latin-1' codec can't encode characters in position 18-20: ordinal not in range(256)
 2021-05-10  8:17 UTC  (14+ messages)

FAILED: patch "[PATCH] io_uring: fix leaking reg files on exit" failed to apply to 5.10-stable tree
 2021-05-10  8:17 UTC 

[PATCH] drm/amdgpu: correct the funtion to clear GCEA error status
 2021-05-10  8:17 UTC 

[RFC 0/12] Unify asm/unaligned.h around struct helper
 2021-05-10  8:17 UTC  (3+ messages)
` [RFC 09/12] apparmor: use get_unaligned() only for multi-byte words

[RESEND PATCH v4 00/10] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-05-10  8:15 UTC  (12+ messages)
` [RESEND PATCH v4 01/10] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [RESEND PATCH v4 02/10] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [RESEND PATCH v4 03/10] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
` [RESEND PATCH v4 04/10] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL "
` [RESEND PATCH v4 05/10] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
` [RESEND PATCH v4 06/10] KVM: x86: Expose Architectural LBR CPUID leaf
` [RESEND PATCH v4 07/10] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [RESEND PATCH v4 08/10] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [RESEND PATCH v4 09/10] KVM: x86: Refine the matching and clearing logic for supported_xss
` [RESEND PATCH v4 10/10] KVM: x86: Add XSAVE Support for Architectural LBRs
` [RESEND kvm-unit-tests PATCH v2] x86: Update guest LBR tests for Architectural LBR

FAILED: patch "[PATCH] media: venus: pm_helpers: Set opp clock name for v1" failed to apply to 5.10-stable tree
 2021-05-10  8:16 UTC 

FAILED: patch "[PATCH] media: venus: pm_helpers: Set opp clock name for v1" failed to apply to 5.11-stable tree
 2021-05-10  8:16 UTC 

[PATCH 0/2] update virtio id table
 2021-05-10  8:10 UTC  (3+ messages)
` [PATCH 1/2] virtio: update virtio id table, add transitional ids
` [PATCH 2/2] vDPA/ifcvf: reuse pre-defined macros for device ids and vendor ids

[PATCH v3 0/3] IR driver for USB-UIRT device
 2021-05-10  8:15 UTC  (2+ messages)

[PATCH] mt76: mt7663: enable hw rx header translation
 2021-05-10  8:13 UTC 

[PATCH 0/4] Add devm helper for work-queue initialization
 2021-05-10  8:12 UTC  (5+ messages)
` [PATCH 1/4] devm-helpers: Add resource managed version of work init
` [PATCH 2/4] extcon: extcon-max14577: Fix potential work-queue cancellation race
` [PATCH 3/4] extcon: extcon-max77693.c: "
` [PATCH 4/4] extcon: extcon-max8997: Fix IRQ freeing at error path

[Bug 213011] New: [uvcvideo] Unable to turn on Realtek Semiconductor Corp. Integrated Webcam HD IR emitters
 2021-05-10  8:11 UTC  (2+ messages)
` [Bug 213011] "

[PATCH] linux-firmware: include all relevant files in -bcm4356
 2021-05-10  8:11 UTC 

[PATCH v2] iio: afe: iio-rescale: Support processed channels
 2021-05-10  8:10 UTC  (2+ messages)

[PATCH] rtc: sun6i: Add NVMEM provider
 2021-05-10  8:00 UTC  (5+ messages)

[linux-linus test] 161887: regressions - FAIL
 2021-05-10  8:08 UTC 

[RFC v2 00/32] Add TDX Guest Support
 2021-05-10  8:07 UTC  (4+ messages)
` [RFC v2 01/32] x86/paravirt: Introduce CONFIG_PARAVIRT_XL

Please apply commit 301b1d3a9104 ("tools/power/turbostat: Fix turbostat for AMD Zen CPUs") to v5.10.y and later
 2021-05-10  8:11 UTC  (5+ messages)

[PATCH] brcmfmac: use separate firmware for 43430 revision 2
 2021-05-10  8:06 UTC  (2+ messages)

[dpdk-dev] nvgre inner rss problem in mlx5
 2021-05-10  8:05 UTC  (3+ messages)
` [dpdk-dev] : "

[PATCH v4 0/2] i2c: stm32f7: add SMBus-Alert support
 2021-05-10  8:02 UTC  (4+ messages)
` [PATCH v4 2/2] "

[PATCH v2] drm/amdgpu: Ensure that the modifier requested is supported by plane
 2021-05-09 12:17 UTC  (2+ messages)

[PATCH 2/2] drm/msm/dpu: Wire up needs_dirtyfb
 2021-05-09 15:38 UTC  (2+ messages)
` Tested

[PATCH] drm: Declare drm_send_event_helper static
 2021-05-09 13:42 UTC 

[PATCH v3 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-10  5:30 UTC  (2+ messages)
` [PATCH v3 2/2] drm/bridge: anx7625: add suspend / resume hooks

[PATCH v3 4/5] drm/connector: Add a helper to attach the colorspace property
 2021-05-07 14:57 UTC  (2+ messages)
` [v3, "

[PATCH v3 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe
 2021-05-07 14:58 UTC  (2+ messages)
` [v3, "

[PATCH] drm/amd/amdgpu: Fix errors in function documentation
 2021-05-09 14:49 UTC 

[PATCH 4/4] i915: fix remap_io_sg to verify the pgprot
 2021-05-08 19:33 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/amd/display: remove unused function dc_link_perform_link_training
 2021-05-08 18:19 UTC 

Patch "smb3: when mounting with multichannel include it in requested capabilities" has been added to the 5.4-stable tree
 2021-05-10  8:04 UTC 

[RFC] mm/vmscan.c: avoid possible long latency caused by too_many_isolated()
 2021-05-10  8:03 UTC  (4+ messages)

[PATCH v2 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2021-05-10  7:59 UTC  (11+ messages)
` [PATCH v2 03/11] KVM: arm64: Make kvm_skip_instr() and co private to HYP

FAILED: patch "[PATCH] ftrace: Handle commands when closing set_ftrace_filter file" failed to apply to 4.14-stable tree
 2021-05-10  8:01 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Add support for BoHong bh25q128as
 2021-05-10  8:00 UTC  (2+ messages)

NAND flash Write protection
 2021-05-10  7:59 UTC  (2+ messages)

Patch "s390/pci: expose UID uniqueness guarantee" has been added to the 5.12-stable tree
 2021-05-10  7:59 UTC  (2+ messages)

[PATCH 0/4] x86: Don't invoke asm_exc_nmi() on the kernel stack
 2021-05-10  7:59 UTC  (3+ messages)
` [PATCH 1/4] x86/xen/entry: Rename xenpv_exc_nmi to noist_exc_nmi

[PATCH v2 2/2] batctl: Add JSON debug commands
 2021-05-10  7:58 UTC  (2+ messages)

[LTP] [PATCH v3 1/6] Add SAFE_REALLOC() helper function to LTP library
 2021-05-10  7:57 UTC  (5+ messages)
` [LTP] [PATCH v3 2/6] Add SAFE_RECV() "
` [LTP] [PATCH v3 3/6] Add SAFE_IOCTL() variant for library code

Virtio-scsi multiqueue irq affinity
 2021-05-10  7:54 UTC  (10+ messages)


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.