All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-04 18:11:01 to 2020-11-04 18:53:48 UTC [more...]

[f2fs-dev] [PATCH 1/1] f2fs-toos:fsck.f2fs Fix bad return value
 2020-11-04 18:53 UTC  (5+ messages)

[PULL v3 00/31] pc,pci,vhost,virtio: fixes
 2020-11-04 18:42 UTC  (23+ messages)
` [PULL v3 01/31] pc: comment style fixup
` [PULL v3 02/31] virtio-mem: Make sure "addr" is always multiples of the block size
` [PULL v3 03/31] virtio-mem: Make sure "usable_region_size" "
` [PULL v3 04/31] virtio-mem: Probe THP size to determine default "
` [PULL v3 05/31] memory-device: Support big alignment requirements
` [PULL v3 06/31] memory-device: Add get_min_alignment() callback
` [PULL v3 07/31] virito-mem: Implement get_min_alignment()
` [PULL v3 08/31] hw/acpi : Don't use '#' flag of printf format
` [PULL v3 09/31] hw/acpi : add space before the open parenthesis '('
` [PULL v3 11/31] hw/virtio/vhost-backend: Fix Coverity CID 1432871
` [PULL v3 12/31] hw/smbios: Fix leaked fd in save_opt_one() error path
` [PULL v3 13/31] virtio-iommu: Fix virtio_iommu_mr()
` [PULL v3 14/31] virtio-iommu: Store memory region in endpoint struct
` [PULL v3 15/31] virtio-iommu: Add memory notifiers for map/unmap
` [PULL v3 16/31] virtio-iommu: Call memory notifiers in attach/detach
` [PULL v3 17/31] virtio-iommu: Add replay() memory region callback
` [PULL v3 19/31] memory: Add interface to set iommu page size mask
` [PULL v3 20/31] vfio: Set IOMMU page size as per host supported page size
` [PULL v3 21/31] virtio-iommu: Set supported page size mask
` [PULL v3 24/31] net: Add vhost-vdpa in show_netdevs()
` [PULL v3 28/31] configure: introduce --enable-vhost-user-blk-server
` [PULL v3 30/31] block/export: fix vhost-user-blk get_config() information leak

[PATCH 1/2] tpm: Make response length of tpm2_get_capability() configurable
 2020-11-04 18:52 UTC  (4+ messages)
` [PATCH 2/2] efi: Add basic EFI_TCG2_PROTOCOL support

[PATCH v3 1/3] efi: generalize efi_get_secureboot
 2020-11-04 18:52 UTC 

[PATCH v5 00/17] HSM driver for ACRN hypervisor
 2020-11-04 18:51 UTC  (7+ messages)
` [PATCH v5 03/17] x86/acrn: Introduce an API to check if a VM is privileged

[PATCH v4 0/3] wire up IMA secure boot for arm64
 2020-11-04 18:50 UTC  (5+ messages)

[PATCH 0/1] arm64: Accelerate Adler32 using arm64 SVE instructions
 2020-11-04 18:49 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH v13 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-04 18:47 UTC  (15+ messages)
` [PATCH v13 3/8] arch: move SA_* definitions to generic headers
` [PATCH v13 7/8] signal: define the field siginfo.si_faultflags
` [PATCH v13 8/8] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH 0/4] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831]
 2020-11-04 18:47 UTC  (5+ messages)

[PATCH 00/14] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-11-04 18:45 UTC  (8+ messages)
` [PATCH 08/14] media: sunxi: Add support for the A31 MIPI CSI-2 controller

[dpdk-dev] [PATCH v1] app/test: zcd needs to be initialised to fix gcc compile error
 2020-11-04 18:48 UTC  (2+ messages)

[PATCH 00/11 v2] ftrace: Have callbacks handle their own recursion
 2020-11-04 18:46 UTC  (5+ messages)
` [PATCH 05/11 v2] kprobes/ftrace: Add recursion protection to the ftrace callback
    ` [PATCH 05/11 v2.1] "

mcp251xfd on RPi 5.4 downstream
 2020-11-04 18:48 UTC  (16+ messages)

[PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM
 2020-11-04 18:44 UTC  (15+ messages)

[PATCH v5] driver/perf: Add PMU driver for the ARM DMC-620 memory controller
 2020-11-04 18:43 UTC  (3+ messages)

[PATCH v2 2/2] mm: prevent gup_fast from racing with COW during fork
 2020-11-04 18:38 UTC  (12+ messages)

pyverbs test regression
 2020-11-04 18:43 UTC  (6+ messages)

pull-request: can 2020-11-03
 2020-11-04 18:43 UTC  (2+ messages)

[PATCH 0/3] Maintenance IV: Platform-specific background maintenance
 2020-11-04 18:43 UTC  (7+ messages)

Kernel 5.10-rc1 not mounting NAND flash (Bisected to d7157ff49a5b ("mtd: rawnand: Use the ECC framework user input parsing bits"))
 2020-11-04 18:37 UTC  (5+ messages)

[RFC PATCH 00/26] kvm: arm64: Always-on nVHE hypervisor
 2020-11-04 18:36 UTC  (81+ messages)
` [RFC PATCH 01/26] psci: Export configured PSCI version
` [RFC PATCH 02/26] psci: Export configured PSCI function IDs
` [RFC PATCH 03/26] psci: Export psci_cpu_suspend_feature
` [RFC PATCH 04/26] arm64: Move MAIR_EL1_SET to asm/memory.h
` [RFC PATCH 05/26] kvm: arm64: Initialize MAIR_EL2 using a constant
` [RFC PATCH 06/26] kvm: arm64: Add .hyp.data ELF section
` [RFC PATCH 07/26] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [RFC PATCH 08/26] kvm: arm64: Create nVHE copy of cpu_logical_map
` [RFC PATCH 09/26] kvm: arm64: Move hyp-init params to a per-CPU struct
` [RFC PATCH 10/26] kvm: arm64: Refactor handle_trap to use a switch
` [RFC PATCH 11/26] kvm: arm64: Extract parts of el2_setup into a macro
` [RFC PATCH 12/26] kvm: arm64: Add SMC handler in nVHE EL2
` [RFC PATCH 13/26] kvm: arm64: Bootstrap PSCI "
` [RFC PATCH 14/26] kvm: arm64: Forward safe PSCI SMCs coming from host
` [RFC PATCH 15/26] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [RFC PATCH 16/26] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [RFC PATCH 17/26] kvm: arm64: Bootstrap PSCI power state of host CPUs
` [RFC PATCH 18/26] kvm: arm64: Intercept PSCI_CPU_OFF host SMC calls
` [RFC PATCH 19/26] kvm: arm64: Extract __do_hyp_init into a helper function
` [RFC PATCH 20/26] kvm: arm64: Add CPU entry point in nVHE hyp
` [RFC PATCH 21/26] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [RFC PATCH 22/26] kvm: arm64: Intercept PSCI_CPU_ON host SMC calls
` [RFC PATCH 23/26] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [RFC PATCH 24/26] kvm: arm64: Keep nVHE EL2 vector installed
` [RFC PATCH 25/26] kvm: arm64: Trap host SMCs
` [RFC PATCH 26/26] kvm: arm64: Fix EL2 mode availability checks

[Feature Request] Add option to change Audio Mixer Source node (0x0c, 0x0d, 0x0e etc)
 2020-11-04 18:40 UTC 

[PATCH v11 00/19] Initial support for multi-process Qemu
 2020-11-04 18:39 UTC  (3+ messages)
` [PATCH v11 19/19] multi-process: add configure and usage information

[PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test
 2020-11-04 18:40 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftest/bpf: add missed ip6ip6 test back

pull request (net): ipsec 2020-11-04
 2020-11-04 18:40 UTC  (2+ messages)

[PATCH v4 0/8] rpmsg: Make RPMSG name service modular
 2020-11-04 18:39 UTC  (5+ messages)
` [PATCH v4 8/8] rpmsg: Turn name service into a stand alone driver

[PATCH 00/10] thunderbolt: Add DMA traffic test driver
 2020-11-04 18:39 UTC  (4+ messages)
` [PATCH 09/10] "

[PATCH 01/16] rcu/tree: Add a work to allocate pages from regular context
 2020-11-04 18:38 UTC  (5+ messages)

stable-rc/queue/4.4 baseline: 130 runs, 2 regressions (v4.4.241-65-gef20a15d5af1)
 2020-11-04 18:35 UTC 

[PATCH v3 0/2] MIPI I3c HCI (Host Controller Interface) driver
 2020-11-04 18:34 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: i3c: MIPI I3C Host Controller Interface

[dpdk-dev] [PATCH] Fix spelling errors that Lintian complains about
 2020-11-04 18:34 UTC  (2+ messages)

[Buildroot] [PATCH 00/10] Introduce CPE ID matching for CVEs
 2020-11-04 18:33 UTC  (3+ messages)
` [Buildroot] [PATCH 09/10] support/scripts/{pkg-stats, cve.py, cve-checker}: support CPE ID based matching

[PATCH v3] io_uring: add timeout support for io_uring_enter()
 2020-11-04 18:32 UTC  (4+ messages)
` [PATCH v3 RESEND] "

[PATCH v9 00/15] qcom: pm8150: add support for thermal monitoring
 2020-11-04 18:32 UTC  (3+ messages)
` [PATCH v9 01/15] dt-bindings: thermal: qcom: add adc-thermal monitor bindings

stable-rc/queue/5.8 baseline: 219 runs, 1 regressions (v5.8.18-149-gafeb359ccd03)
 2020-11-04 18:32 UTC 

[PATCH v7 0/3] drm: LogiCVC display controller support
 2020-11-04 18:32 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: display: Document the Xylon LogiCVC display controller

[dpdk-dev] [PATCH v9 0/5] aarch64 -> aarch32 cross compilation support
 2020-11-04 18:30 UTC  (4+ messages)
` [dpdk-dev] [PATCH v10 "
  ` [dpdk-dev] [PATCH v10 1/5] net/bnxt: add support for aarch32

[mm/gup] a308c71bf1: stress-ng.vm-splice.ops_per_sec -95.6% regression
 2020-11-04 18:29 UTC  (2+ messages)

[PATCH] venus: venc: fix handlig of S_SELECTION and G_SELECTION
 2020-11-04 18:30 UTC  (2+ messages)

[meta-ti][dunfell PATCH] recipes-devtools: k3conf: Update SRCREV to latest
 2020-11-04 18:30 UTC 

[PATCH] s390/kvm: remove diag318 reset code
 2020-11-04 18:29 UTC  (2+ messages)

[PATCH] tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"
 2020-11-04 18:27 UTC  (3+ messages)

[PATCH 0/8] Block group caching fixes
 2020-11-04 18:28 UTC  (7+ messages)
` [PATCH 4/8] btrfs: cleanup btrfs_discard_update_discardable usage
` [PATCH 8/8] btrfs: protect the fs_info->caching_block_groups differently

[xenomai-images][PATCH 0/4] ci: update for 5.4 testing
 2020-11-04 18:28 UTC  (3+ messages)
` [xenomai-images][PATCH 3/4] ci: Split build and add 5.4 builds

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-11-04 18:08 UTC  (10+ messages)
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug

[PATCH v3 0/4] scatterlist: add new capabilities
 2020-11-04 18:26 UTC  (4+ messages)
` [PATCH v3 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning

[Intel-gfx] [PATCH] drm/i915: Prevent GGTT access if not available for pread/pwrite
 2020-11-04 18:26 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/gvt: replace idr_init() by idr_init_base()
 2020-11-04 18:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] upload-pack: allow stateless client EOF just prior to haves
 2020-11-04 18:25 UTC  (8+ messages)

[dpdk-dev] [PATCH 1/2] drivers/net/mlx5: fix representor interrupts handler
 2020-11-04 18:25 UTC  (2+ messages)

[Devel] The PC speaker beep stops working on Lenovo M90n after enabling ACPI (in QNX)
 2020-11-04 18:24 UTC 

[PATCH virtio] virtio: virtio_console: fix DMA memory allocation for rproc serial
 2020-11-04 18:21 UTC  (2+ messages)

[PATCH v40 00/24] Intel SGX foundations
 2020-11-04 18:21 UTC  (3+ messages)
` [PATCH v40 03/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections

executing user code to test qemu driver
 2020-11-04 18:18 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: introduce rps_default_mask
 2020-11-04 18:18 UTC  (6+ messages)

[Bug 210023] New: Crash when allocating > 2 TB memory
 2020-11-04 18:19 UTC  (3+ messages)

[PATCH 2/5] RDMA/core: remove use of dma_virt_ops
 2020-11-04 18:10 UTC  (7+ messages)
` remove dma_virt_ops
      ` Re: [PATCH 2/5] RDMA/core: remove use of dma_virt_ops

[Buildroot] [Bug 13291] New: BR2_DL_DIR is ignored when creating or using a defconfig
 2020-11-04 18:17 UTC  (3+ messages)
` [Buildroot] [Bug 13291] BR2_DL_DIR is ignored when creating defconfig

[PATCH] staging: ralink-gdma: fix kconfig dependency bug for DMA_RALINK
 2020-11-04 18:15 UTC 

stable-rc/queue/4.14 baseline: 143 runs, 2 regressions (v4.14.203-124-g6aeefdbd6063)
 2020-11-04 18:15 UTC 

[PATCH 0/4] fixes for btrfs async discards
 2020-11-04 18:14 UTC  (9+ messages)
` [PATCH 1/4] btrfs: discard: speed up discard up to iops_limit

[Buildroot] [PATCH 1/1] package/feh: bump to version 3.5
 2020-11-04 18:14 UTC 

[LTP] [PATCH] Convert dup02 to new API and clean up
 2020-11-04 18:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/qt5/qt5base: add -syslog option
 2020-11-04 18:12 UTC  (2+ messages)
` [Buildroot] [PATCH v2 "

[PATCH] upload-pack.c: fix a sparse warning
 2020-11-04 18:11 UTC  (8+ messages)
` [PATCH] Makefile: enable -Wsparse-error for DEVELOPER build


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.