All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-03 05:56:18 to 2021-03-03 07:24:37 UTC [more...]

[PATCH] spi: mediatek: Re-license MTK SPI driver as Dual MIT/GPL
 2021-03-03  3:05 UTC  (2+ messages)

[PATCH v4 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-03-03  7:21 UTC  (7+ messages)
` [PATCH v4 07/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support
` [PATCH v4 10/14] drm/bridge: imx: Add LDB driver helper support

[PATCH v8 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
 2021-03-03  6:21 UTC  (4+ messages)
` [PATCH v8 5/6] "

[PATCH] kvm: lapic: add module parameters for LAPIC_TIMER_ADVANCE_ADJUST_MAX/MIN
 2021-03-03  2:09 UTC 

[PATCH] KVM: LAPIC: Advancing the timer expiration on guest initiated write
 2021-03-03  1:13 UTC  (3+ messages)

[PATCH 00/15] KVM: x86/mmu: Lots of bug fixes
 2021-03-03  0:21 UTC  (17+ messages)
` [PATCH 01/15] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
` [PATCH 02/15] KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
` [PATCH 03/15] KVM: x86/mmu: Ensure MMU pages are available when allocating roots
` [PATCH 04/15] KVM: x86/mmu: Allocate the lm_root before allocating PAE roots
` [PATCH 05/15] KVM: x86/mmu: Check PDPTRs "
` [PATCH 06/15] KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks
` [PATCH 07/15] KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
` [PATCH 08/15] KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs
` [PATCH 09/15] KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
` [PATCH 10/15] KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
` [PATCH 11/15] KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
` [PATCH 12/15] KVM: x86: Defer the MMU unload to the normal path on an global INVPCID
` [PATCH 13/15] KVM: x86/mmu: Unexport MMU load/unload functions
` [PATCH 14/15] KVM: x86/mmu: Sync roots after MMU load iff load as successful
` [PATCH 15/15] KVM: x86/mmu: WARN on NULL pae_root and bad shadow root level

[PATCH v1 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-02 20:58 UTC  (6+ messages)
` [PATCH v1 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()

[RFC PATCH v5 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-02 22:25 UTC  (3+ messages)
` [RFC PATCH v5 19/19] virtio/vsock: update trace event for SEQPACKET

[RFC PATCH 00/26] Confidential guest live migration
 2021-03-02 20:47 UTC  (3+ messages)
` [RFC PATCH 01/26] linux-headers: Add definitions of KVM page encryption bitmap ioctls
` [RFC PATCH 02/26] kvm: add support to sync the page encryption state bitmap

[PATCH 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-03-02 19:43 UTC  (3+ messages)
` [PATCH 6/7] x86/boot/compressed/64: Check SEV encryption in 32-bit boot-path

Processor to run Intel PT in a Guest VM
 2021-03-02 19:59 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Emulate L2 triple fault without killing L1
 2021-03-02 19:42 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Handle triple fault in L2 "
` [PATCH 2/2] KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral

[PATCH] KVM: SVM: Clear the CR4 register on reset
 2021-03-02 19:39 UTC  (4+ messages)

[PATCH 00/23] SVM queue for 5.13
 2021-03-02 19:33 UTC  (24+ messages)
` [PATCH 01/23] KVM: SVM: Use a separate vmcb for the nested L2 guest
` [PATCH 02/23] KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb
` [PATCH 03/23] KVM: nSVM: Track the ASID generation "
` [PATCH 04/23] KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
` [PATCH 05/23] KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control
` [PATCH 06/23] KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit
` [PATCH 07/23] KVM: nSVM: do not mark all VMCB02 "
` [PATCH 08/23] KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()
` [PATCH 09/23] KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()
` [PATCH 10/23] KVM: x86: Move nVMX's consistency check macro to common code
` [PATCH 11/23] KVM: nSVM: Trace VM-Enter consistency check failures
` [PATCH 12/23] KVM: SVM: merge update_cr0_intercept into svm_set_cr0
` [PATCH 13/23] KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
` [PATCH 14/23] KVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate code
` [PATCH 15/23] KVM: x86: Move XSETBV emulation to common code
` [PATCH 16/23] KVM: x86: Move trivial instruction-based exit handlers "
` [PATCH 17/23] KVM: x86: Move RDPMC emulation "
` [PATCH 18/23] KVM: SVM: Don't manually emulate RDPMC if nrips=0
` [PATCH 19/23] KVM: SVM: Skip intercepted PAUSE instructions after emulation
` [PATCH 20/23] KVM: SVM: move VMLOAD/VMSAVE to C code
` [PATCH 21/23] KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state
` [PATCH 22/23] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH 23/23] KVM: SVM: Add support for Virtual SPEC_CTRL

[PATCH v3 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush
 2021-03-02 18:56 UTC  (3+ messages)

[PATCH] kvm: arm64: nvhe: Save the SPE context early
 2021-03-02 18:57 UTC  (2+ messages)

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-02 18:34 UTC  (6+ messages)
` [RFC PATCH 06/27] virtio: Add virtio_queue_get_used_notify_split

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-02 18:02 UTC  (4+ messages)
` [PATCH kvmtool v2 01/22] ioport: Remove ioport__setup_arch()

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-02 17:13 UTC  (3+ messages)
` [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings

[PATCH][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-02 15:05 UTC 

[Patch v8 00/10] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-03-02 20:35 UTC  (5+ messages)
` [Patch v8 04/10] vfio/type1: Support binding guest page tables to PASID

[PATCH v3] vl: deprecate -writeconfig
 2021-03-03  7:19 UTC  (3+ messages)

[locking/rwsem] 1a728dff85: stress-ng.fiemap.ops_per_sec 630.5% improvement
 2021-03-03  7:20 UTC 

[PATCH v2] Autoconnect jack ports by default
 2021-03-03  7:13 UTC  (5+ messages)

[PATCH 1/2] mm: correctly determine LAST_CPUPID_WIDTH
 2021-03-03  7:16 UTC  (2+ messages)
` [PATCH 2/2] mm: clean up include/linux/page-flags-layout.h

OpenSBI system reset device tree binding
 2021-03-03  7:15 UTC 

[PATCH] multi-process: Initialize variables declared with g_auto*
 2021-03-03  7:06 UTC 

linux-kernel janitorial RFP: Mark static arrays as const
 2021-03-03  2:47 UTC  (5+ messages)
` [Cocci] "

[Buildroot] [PATCH] package/openssl: fix build on riscv32
 2021-03-03  7:12 UTC  (2+ messages)

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-03-03  7:07 UTC  (5+ messages)

[PATCH 0/4] Documentation updates to FAQ and git-archive
 2021-03-03  6:55 UTC  (7+ messages)
` [PATCH 4/4] docs: note that archives are not stable

[PATCH 0/2] hw/misc: Model ASPEED hash and crpyto engine
 2021-03-03  7:03 UTC  (3+ messages)
` [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine
` [PATCH 2/2] aspeed: Integrate HACE

[PATCH 0/3] audio: make audiodev introspectable by mgmt apps
 2021-03-03  7:00 UTC  (3+ messages)
` [PATCH 2/3] qapi, audio: respect build time conditions in audio schema

[PATCH v6 00/40] idmapped mounts
 2021-03-03  7:01 UTC  (4+ messages)
` [PATCH v6 39/40] xfs: support "

Proposalö git push -F
 2021-03-03  6:38 UTC  (2+ messages)

possible deadlock in io_poll_double_wake (2)
 2021-03-03  4:01 UTC  (4+ messages)

[PATCH 4/4] dm: support I/O polling
 2021-03-03  2:53 UTC  (2+ messages)
` [dm-devel] "

[dm-devel] [PATCH v3 00/11] dm: support IO polling
 2021-03-03  1:55 UTC  (6+ messages)
` [dm-devel] [PATCH v3 11/11] dm: fastpath of bio-based polling

[RFC 0/3] Async nvme passthrough
 2021-03-02 16:07 UTC  (4+ messages)
  ` [RFC 1/3] io_uring: add helper for uring_cmd completion in submitter-task
  ` [RFC 2/3] nvme: passthrough helper with callback
  ` [RFC 3/3] nvme: wire up support for async passthrough

[PATCH 0/4] Reworked device mapper polling patchset
 2021-03-02 19:05 UTC 

[PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct
 2021-03-02 19:05 UTC 

[PATCH 2/4] block: dont clear REQ_HIPRI for bio-based drivers
 2021-03-03  2:21 UTC  (2+ messages)
` [dm-devel] "

[PATCH 3/4] dm: use submit_bio_noacct_mq_direct
 2021-03-02 19:05 UTC 

[PATCH] coccicheck: optionally batch spatch invocations
 2021-03-02 20:51 UTC  (2+ messages)
` [PATCH] Makefile: fix bugs in coccicheck and speed it up

[PATCH] describe: dont abort too early when searching tags
 2021-03-03  6:35 UTC  (5+ messages)
` [PATCH 04/10] test-lib functions: add an --annotated-tag option to "test_commit"

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-03  6:28 UTC  (7+ messages)
` [PATCH v3 1/6] sequencer: export subject_length()
` [PATCH v3 4/6] t7500: add tests for --fixup=[amend|reword] options

patch for upgrading to 5.11
 2021-03-02 16:00 UTC 

[dpdk-dev] [PATCH v1] net/ice: fix wrong RSS hash update
 2021-03-03  6:46 UTC  (2+ messages)

[PATCH v4 24/80] drm/omap: dsi: move TE GPIO handling into core
 2021-03-03  6:44 UTC  (3+ messages)
` [PATCH] drm/panel: panel-dsi-cm: disable TE for now

[PATCH] format-patch: allow a non-integral version numbers
 2021-03-03  3:44 UTC  (3+ messages)
` [PATCH v2] "

Argument list too long when fetching many missing objects from partial clone
 2021-03-03  0:42 UTC  (4+ messages)

Can I convince the diff algorithm to behave better?
 2021-03-03  2:03 UTC 

bug: conflicting core.bare setting causes segfault during bare clone
 2021-03-03  0:06 UTC 

[PATCH v3 00/12] Simple IPC Mechanism
 2021-03-02 23:50 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 10/12] unix-socket: create `unix_stream_server__listen_with_lock()`

[PATCH v7 15/17] hook: provide stdin by string_list or callback
 2021-03-02 23:33 UTC  (2+ messages)

Round-tripping fast-export/import changes commit hashes
 2021-03-02 22:23 UTC  (11+ messages)

[PATCH v2 04/15] builtin/multi-pack-index.c: split sub-commands
 2021-03-02 19:02 UTC  (3+ messages)

[PATCH v2 12/15] Documentation/technical: describe multi-pack reverse indexes
 2021-03-02 19:15 UTC  (3+ messages)

gitattributes export-subst and software versioning
 2021-03-02 16:00 UTC  (16+ messages)
` [PATCH 1/2] pretty: add %(describe)
  ` [PATCH 2/2] pretty: add merge and exclude options to %(describe)

[PATCH v2 08/15] midx: allow marking a pack as preferred
 2021-03-02 19:09 UTC  (3+ messages)

[PATCH v2 13/15] pack-revindex: read multi-pack reverse indexes
 2021-03-02 18:36 UTC  (2+ messages)

[PATCH v2 15/15] pack-revindex: write multi-pack reverse indexes
 2021-03-02 18:40 UTC  (2+ messages)

[PATCH] t9801: replace test -f with test_path_is_file
 2021-03-02 18:50 UTC 

[EXPERIMENT] new mount API verbose errors from userspace
 2021-03-02 21:59 UTC  (2+ messages)

[mtd:nand/next 12/20] drivers/mtd/nand/raw/nand_base.c:1466 nand_prog_page_op() warn: impossible condition '(status < 0) => (0-255 < 0)'
 2021-03-03  6:40 UTC  (2+ messages)

[mm] 7ffddd499b: aim9.link_test.ops_per_sec 4.1% improvement
 2021-03-03  6:38 UTC 

[PATCH] password: Fix backspace in username prompt
 2021-03-03  6:33 UTC  (3+ messages)

[PATCH -next] ASoC: rt1316: Fix return value check in rt1316_sdw_probe()
 2021-03-03  6:40 UTC 

[rteval PATCH v2 0/3] Make rteval usable on arm, arm64 and i386
 2021-03-03  4:24 UTC  (3+ messages)
` [rteval PATCH v2 2/3] rteval: cyclictest.py: Make build targets architecture independent

[PATCH] all: Fix printf format errors
 2021-03-02 19:58 UTC  (2+ messages)

[man-pages][PATCH v1] flock.2: add CIFS details
 2021-03-02 15:48 UTC 

[ANNOUNCE] v5.11.2-rt9
 2021-03-02 19:53 UTC 

[meta-oe][PATCH v2] opencv: Upgrade to 4.5.1
 2021-03-03  6:30 UTC 

[PATCH v1 1/1] engines/filecreate: remove improper message print
 2021-03-03  6:27 UTC 

[PATCH v3] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03  6:25 UTC  (2+ messages)

[PATCH] disk/pata: Suppress error message "no device connected"
 2021-03-03  6:23 UTC  (2+ messages)

[PATCH 0/2] Domain nesting info for arm-smmu
 2021-03-03  6:22 UTC  (4+ messages)
` [PATCH 2/2] iommu: arm-smmu-v3: Report domain nesting info reuqired for stage1

[Bug 1917565] [NEW] Windows 10 fails with "Boot device inaccessible"
 2021-03-03  6:01 UTC  (2+ messages)
` [Bug 1917565] "

[OE-core][PATCH] lttng-tools: upgrade 2.12.2->2.12.3
 2021-03-03  6:15 UTC 

[PATCH] firewire: prevent integer overflow on 32bit systems
 2021-03-03  5:22 UTC  (3+ messages)

[PATCH] drm/radeon: fix copy of uninitialized variable back to userspace
 2021-03-03  0:27 UTC 

[PATCH] mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()
 2021-03-02 16:32 UTC  (2+ messages)

[PATCH] USB: usblp: Add device status detection in usblp_poll()
 2021-03-03  5:12 UTC  (8+ messages)
  ` 回复: "
      ` 回复: "
          ` 回复: "

[PATCH net] octeontx2-af: cn10k: fix an array overflow in is_lmac_valid()
 2021-03-02 11:21 UTC 

[PATCH] usb: dwc3: make USB_DWC3_EXYNOS independent
 2021-03-03  2:26 UTC 

[PATCH] usb: hcd: remove unused including <linux/version.h>
 2021-03-03  1:09 UTC 

[PATCH v3] net: usb: qmi_wwan: support ZTE P685M modem
 2021-03-02 23:12 UTC  (4+ messages)

[PATCH][next] i3c: master: svc: remove redundant assignment to cmd->read_len
 2021-03-02 14:47 UTC  (2+ messages)

[PATCH][next] drm/amd/display: fix the return of the uninitialized value in ret
 2021-03-02 17:51 UTC  (3+ messages)

[PATCH] drm: rcar-du: Use drmm_encoder_alloc() to manage encoder
 2021-03-02 21:23 UTC  (5+ messages)

[renesas-drivers:master] BUILD SUCCESS 22f1428c9cf59e471f251de633a5f14b2f12eb88
 2021-03-03  3:01 UTC 

[PATCH net 0/3] Fix TRSCER masks in the Ether driver
 2021-03-02 16:32 UTC  (3+ messages)

[usb:usb-testing] BUILD SUCCESS 5bb9cdb320a5ca631b584a9aa1ba472eb14705af
 2021-03-02 19:47 UTC 

[PATCH] crypto: sun8i-ss: Fix memory leak of object d when dma_iv fails to map
 2021-03-02 16:40 UTC  (2+ messages)

[usb:usb-linus] BUILD SUCCESS 466b4bed6798e912264325bb4d90dfcd3a8a9128
 2021-03-02 19:48 UTC 

[PATCH v5 1/1] ASoC: dpcm: acquire dpcm_lock in dpcm_do_trigger()
 2021-03-03  6:01 UTC 

[PATCH v5 0/1] ASoC: dpcm: acquire dpcm_lock in dpcm_do_trigger()
 2021-03-03  6:01 UTC 

[Bug 207045] New: uvcvideo: Realtek USB Camera (0bda:579f) reports wrong dwMaxVideoFrameSize
 2021-03-02 14:58 UTC  (2+ messages)
` [Bug 207045] uvcvideo: properly handle UVC payloads that occur in the middle of bulk URBs

renesas-drivers-2021-03-02-v5.12-rc1
 2021-03-02 14:25 UTC 

[PATCH v3 2/2] pwm: sun8i-v536: document device tree bindings
 2021-03-02 12:40 UTC 

[PATCH v2 0/5] Use obj_cgroup APIs to charge kmem pages
 2021-03-03  5:59 UTC  (6+ messages)
` [PATCH v2 1/5] mm: memcontrol: introduce obj_cgroup_{un}charge_page
` [PATCH v2 2/5] mm: memcontrol: make page_memcg{_rcu} only applicable for non-kmem page
` [PATCH v2 3/5] mm: memcontrol: charge kmem pages by using obj_cgroup APIs
` [PATCH v2 4/5] mm: memcontrol: introduce remote objcg charging API
` [PATCH v2 5/5] mm: memcontrol: use remote objcg charging APIs to charge kernel memory

[PATCH v13 00/10] iommu: I/O page faults for SMMUv3
 2021-03-03  5:57 UTC  (3+ messages)
` [PATCH v13 06/10] iommu: Add a page fault handler

hppa64-linux-ld: kernel/sched/core.o(.init.text+0x90): cannot reach printk
 2021-03-02 20:35 UTC  (7+ messages)

[PATCH v2 1/3] parport: Introduce module_parport_driver() helper macro
 2021-03-02 15:06 UTC  (6+ messages)

[PATCH 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-03-02 21:09 UTC 

Patchwork housekeeping for: spi-devel-general
 2021-03-02 13:56 UTC 

[PATCH AUTOSEL 5.4 01/33] i2c: rcar: faster irq code to minimize HW race condition
 2021-03-02 11:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 10/33] spi: stm32: make spurious and overrun interrupts visible


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.