All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-06 14:29:37 to 2021-07-06 15:04:23 UTC [more...]

[GIT PULL] first round of SCSI updates for the 5.13+ merge window
 2021-07-06 14:40 UTC  (5+ messages)

[PATCH] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-06 14:52 UTC  (7+ messages)

[PATCH v4 0/2] Add p2p via dmabuf to habanalabs
 2021-07-06 14:56 UTC  (14+ messages)

[PATCH] arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)
 2021-07-06 14:46 UTC  (11+ messages)

[PATCH v1 00/39] final pre-PR for 6.1 (testing and plugins)
 2021-07-06 14:57 UTC  (6+ messages)
` [PATCH v1 01/39] Jobs based on custom runners: documentation and configuration placeholder
` [PATCH v1 02/39] Jobs based on custom runners: build environment docs and playbook
` [PATCH v1 03/39] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v1 04/39] Jobs based on custom runners: add job definitions for QEMU's machines
` [PATCH v1 06/39] build: validate that system capstone works before using it

[PATCH v2] tools: Use a single target-independent config to enable OpenSSL
 2021-07-06 15:03 UTC 

[TECH TOPIC] Rust for Linux
 2021-07-06 15:03 UTC  (13+ messages)

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-07-06 14:04 UTC  (9+ messages)
` [PATCH v9 bpf-next 02/14] xdp: introduce flags field in xdp_buff/xdp_frame

[PATCH 0/3] softmmu/vl: Deprecate old and crufty display options
 2021-07-06 14:54 UTC  (4+ messages)
` [PATCH 1/3] softmmu/vl: Add a "grab-mod" parameter to the -display sdl option
` [PATCH 2/3] softmmu/vl: Deprecate the old grab options
` [PATCH 3/3] softmmu/vl: Deprecate the -sdl and -curses option

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-06 14:58 UTC  (82+ messages)
` [RFC PATCH v2 16/69] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default
` [RFC PATCH v2 17/69] KVM: Add infrastructure and macro to mark VM as bugged
` [RFC PATCH v2 18/69] KVM: Export kvm_make_all_cpus_request() for use in marking VMs "
` [RFC PATCH v2 19/69] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
` [RFC PATCH v2 20/69] KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID
` [RFC PATCH v2 21/69] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH v2 23/69] KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
` [RFC PATCH v2 24/69] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls
` [RFC PATCH v2 28/69] KVM: Add per-VM flag to mark read-only memory as unsupported
` [RFC PATCH v2 32/69] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH v2 33/69] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs()
` [RFC PATCH v2 34/69] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP
` [RFC PATCH v2 35/69] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH v2 36/69] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v2 37/69] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v2 38/69] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH v2 39/69] KVM: x86: Add guest_supported_xss placholder
` [RFC PATCH v2 40/69] KVM: Export kvm_is_reserved_pfn() for use by TDX
` [RFC PATCH v2 41/69] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v2 42/69] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v2 43/69] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v2 44/69] KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation
` [RFC PATCH v2 45/69] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH v2 49/69] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param
` [RFC PATCH v2 51/69] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v2 52/69] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v2 53/69] KVM: VMX: Define EPT Violation architectural bits
` [RFC PATCH v2 54/69] KVM: VMX: Define VMCS encodings for shared EPT pointer
` [RFC PATCH v2 55/69] KVM: VMX: Add 'main.c' to wrap VMX and TDX
` [RFC PATCH v2 56/69] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v2 57/69] KVM: VMX: Move register caching logic to common code
` [RFC PATCH v2 60/69] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs
` [RFC PATCH v2 61/69] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h
` [RFC PATCH v2 62/69] KVM: VMX: MOVE GDT and IDT accessors to common code
` [RFC PATCH v2 63/69] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code
` [RFC PATCH v2 65/69] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch
` [RFC PATCH v2 67/69] KVM: TDX: add trace point for TDVMCALL and SEPT operation
` [RFC PATCH v2 68/69] KVM: TDX: add document on TDX MODULE

[PATCH] libsepol/cil: do not override previous results of __cil_verify_classperms
 2021-07-06 14:58 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 001/137] drm/etnaviv: fix NULL check before some freeing functions is not needed
 2021-07-06 14:08 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 113/137] wireless: wext-spy: Fix out-of-bounds warning

[RFC PATCH 00/28] cli: Add a new shell
 2021-07-06 14:57 UTC  (12+ messages)
` [RFC PATCH 02/28] cli: Add LIL shell

[PATCH][next] nvmet: remove redundant assignments of variable status
 2021-07-06 14:56 UTC  (2+ messages)

[PATCH 0/4] selftests/sgx: Trigger the page reclaimer and #PF handler
 2021-07-06 14:56 UTC  (3+ messages)
` [PATCH 1/4] x86/sgx: Add sgx_nr_all_pages to the debugfs

[PATCH v5 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-07-06 14:55 UTC  (2+ messages)

[PATCH v4 0/4] fpga/mfd/hwmon: Initial support for Silicom N5010 PAC
 2021-07-06 14:56 UTC  (5+ messages)
` [PATCH v4 1/4] fpga: dfl: expose feature revision from struct dfl_device
` [PATCH v4 2/4] spi: spi-altera-dfl: support n5010 feature revision

[PATCH 0/4] Add support for eMMC on ST-Ericsson Ux500(v2)
 2021-07-06 14:54 UTC  (5+ messages)
` [PATCH 1/4] mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices
` [PATCH 2/4] mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()
` [PATCH 3/4] mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()
` [PATCH 4/4] mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2

[PATCH v4 bpf-next 0/9] bpf: Introduce BPF timers
 2021-07-06 13:57 UTC  (3+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Introduce bpf timers

RCU vs data_race()
 2021-07-06 14:16 UTC  (14+ messages)

[PATCH 1/2] externalsrc.bbclass: dynamical change of DEBUG_PREFIX_MAP
 2021-07-06 14:54 UTC  (5+ messages)
` [PATCH 2/2] package.bbclass: manage external sources for debug source file packaging
    ` [OE-core] "

[Intel-gfx] [PATCH] drm/i915/hdcp: Dsiplay13 HDCP support over MST
 2021-07-06 14:50 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Dsiplay13 HDCP support over MST (rev2)

[dunfell 00/11] Patch review, July 5th
 2021-07-06 14:53 UTC  (12+ messages)
` [dunfell 01/11] nss: Fix build on Centos 7
` [dunfell 02/11] python3-django: upgrade 2.2.7 -> 2.2.13
` [dunfell 03/11] python3-django: upgrade 2.2.13 -> 2.2.16
` [dunfell 04/11] python3-django: fix CVE-2021-28658
` [dunfell 05/11] python3-django: upgrade to 2.2.20
` [dunfell 06/11] python3-django: upgrade 2.2.20 -> 2.2.22
` [dunfell 07/11] python3-django: upgrade 2.2.22 -> 2.2.23
` [dunfell 08/11] python3-django: upgrade 2.2.23 -> 2.2.24
` [dunfell 09/11] add CVE-2011-2411 to allowlist
` [dunfell 10/11] cyrus-sasl: add CVE-2020-8032 "
` [dunfell 11/11] dovecot: add CVE-2016-4983 "

[PATCH RFC] rebase: respect --ff-only option
 2021-07-06 14:43 UTC  (7+ messages)

support for raspberry3/3B/4B
 2021-07-06 14:51 UTC 

[PATCH] bus: Make remove callback return void
 2021-07-06 14:51 UTC  (3+ messages)

[sched/core] f1a0a376ca: BUG:KASAN:stack-out-of-bounds_in_vsnprintf
 2021-07-06 15:10 UTC 

Yocto Project Status WW27`21
 2021-07-06 14:52 UTC 

M+ & H bugs with Milestone Movements WW27
 2021-07-06 14:50 UTC 

[PATCH] media: em28xx: fix corrupted list
 2021-07-06 14:50 UTC 

[PATCH] perf/x86/intel/uncore: Fix IIO cleanup mapping procedure for SNR/ICX
 2021-07-06 14:50 UTC  (3+ messages)

[PATCH v5 00/15] Introduce SCMI transport based on VirtIO
 2021-07-06 14:18 UTC  (3+ messages)
` [PATCH v5 08/15] firmware: arm_scmi: Introduce optional support for delegated xfers

Enhancements/Bugs closed WW27!
 2021-07-06 14:49 UTC 

[PATCH] LICENSES: replace deprecated SPDX GPL naming
 2021-07-06 14:49 UTC  (2+ messages)

[meta-python][PATCH 1/3] python3-astroid: Upgrade 2.6.0 -> 2.6.2
 2021-07-06 14:49 UTC  (3+ messages)
` [meta-python][PATCH 2/3] python3-watchdog: Upgrade 2.1.2 -> 2.1.3
` [meta-python][PATCH 3/3] python3-humanize: Upgrade 3.9.0 -> 3.10.0

[PATCH] sched/rt: Fix double enqueue caused by rt_effective_prio
 2021-07-06 14:48 UTC  (2+ messages)

[PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
 2021-07-06 14:46 UTC  (18+ messages)
                        ` [Intel-gfx] "

[syzbot] upstream boot error: kernel panic: VFS: Unable to mount root fs on unknown-block(0,0)
 2021-07-06 14:47 UTC  (2+ messages)

[meta-oe][PATCH V2] lmdb: add recipe
 2021-07-06 14:44 UTC  (3+ messages)
` [oe] "

[PATCH] Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-06 14:44 UTC  (2+ messages)

[PATCH 0/2] tools/virtio: fix compilation
 2021-07-06 14:44 UTC  (5+ messages)
` [PATCH 1/2] tools: Remove lockdep.h and its include from spinlock.h
` [PATCH 2/2] vringh: Include spinlock.h

[xen-unstable-smoke test] 163332: regressions - trouble: blocked/fail
 2021-07-06 14:44 UTC 

[PATCH v2] kretprobe scalability improvement
 2021-07-06 14:32 UTC 

[PATCH 1/4] arm64: rk3399: r4s: correct the LEDS label name
 2021-07-06 14:44 UTC  (4+ messages)
` [PATCH 2/4] arm64: rk3399: r4s: Inheritance uses the sdmmc definition in dtsi
` [PATCH 3/4] arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet
` [PATCH 4/4] arm64: rk3399: r4s: disabled i2c4 bus during the system boot process

[PATCH 1/3] mfd: da9063: Add HWMON dependencies
 2021-07-06 14:34 UTC  (3+ messages)
` [PATCH 2/3] hwmon: da9063: HWMON driver
` [PATCH 3/3] Documentation: hwmon: New information for DA9063

[PATCH v2 0/8] refs: cleanup errno sideband ref related functions
 2021-07-06 14:27 UTC  (5+ messages)
` [PATCH v3 0/5] "

[PATCH 1/4] remoteproc: fix the wrong default value of is_iomem
 2021-07-06 14:23 UTC  (4+ messages)
` [PATCH 2/4] remoteproc: imx_rproc: fix TCM io memory type
` [PATCH 3/4] remoteproc: imx_rproc: fix ignoring mapping vdev regions
` [PATCH 4/4] remoteproc: imx_rproc: fix rsc-table name

[PATCH v3] fs: forbid invalid project ID
 2021-07-06 13:52 UTC  (2+ messages)

Load on RTL8168g/8111g stalls network for multiple seconds
 2021-07-06 14:43 UTC  (4+ messages)

[PATCH] btrfs: test fsync after increasing file size with truncate
 2021-07-06 14:42 UTC 

Question about ibv_reg_mr() and ibv_reg_mr_iova()
 2021-07-06 14:25 UTC 

[PATCH 1/2] remoteproc: fix an typo in fw_elf_get_class code comments
 2021-07-06 14:21 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: fix kernel doc for struct rproc_ops

[irqchip: irq/irqchip-next] irqdomain: Protect the linear revmap with RCU
 2021-07-06 14:23 UTC  (8+ messages)

[PATCH 00/19] arch: Add basic LoongArch support
 2021-07-06 13:51 UTC  (3+ messages)
` [PATCH 09/19] LoongArch: Add system call support

[PATCH] sandbox: Support signal handling only when requested
 2021-07-06 14:42 UTC  (13+ messages)

Current high bug count owners for Yocto Project 3.4
 2021-07-06 14:42 UTC 

[PATCH] btrfs: fix unpersisted i_size on fsync after expanding truncate
 2021-07-06 14:41 UTC 

[dpdk-dev] [PATCH] test/mbuf: fix virtual address conversion
 2021-07-06 14:42 UTC  (3+ messages)

[PATCH v6] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-06 14:40 UTC  (3+ messages)

[PATCH] rockchip: rk3328: fix booting error for nanopi-r2s
 2021-07-06 14:41 UTC 

[dpdk-dev] [PATCH] test: remove hack for private header inclusion
 2021-07-06 14:41 UTC  (2+ messages)

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2021-07-06 14:41 UTC 

[PATCH] loop: reintroduce global lock for safe loop_validate_file() traversal
 2021-07-06 14:40 UTC  (7+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[RFC PATCH 0/4] ext4: improve delalloc buffer write performance
 2021-07-06 14:40 UTC  (4+ messages)
` [RFC PATCH 1/4] ext4: check and update i_disksize properly

[PATCH v7 0/5] drm: address potential UAF bugs with drm_master ptrs
 2021-07-06 14:40 UTC  (7+ messages)

[PATCH v5 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-07-06 14:39 UTC  (6+ messages)
` [PATCH v5 3/4] avocado_qemu: Add SMMUv3 tests

[patch 0/5] optionally sync per-CPU vmstats counter on return to userspace
 2021-07-06 14:17 UTC  (7+ messages)

arch/powerpc/platforms/44x/ppc476.c:241:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-07-06 14:15 UTC 

Applying a patch with a diff header in its commit message
 2021-07-06 14:37 UTC  (4+ messages)

[PATCH AUTOSEL 5.13 001/189] drm/etnaviv: fix NULL check before some freeing functions is not needed
 2021-07-06 14:09 UTC  (3+ messages)
` [PATCH AUTOSEL 5.13 152/189] iwlwifi: mvm: support LONG_GROUP for WOWLAN_GET_STATUSES version

[PATCH 1/2] dma-fence: export dma_fence_might_wait
 2021-07-06 14:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] dma-fence: export dma_fence_might_wait (rev2)

[PATCH 0/5] PCI/VPD: Further improvements
 2021-07-06 14:32 UTC  (2+ messages)

bug in "git fsck"?
 2021-07-06 14:25 UTC  (7+ messages)
    ` Antw: [EXT] "

[ide] b7fb14d3ac: EIP:ioread32_rep
 2021-07-06 14:36 UTC  (3+ messages)

[PATCH v4 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-07-06 14:33 UTC  (6+ messages)
` [PATCH v4 2/4] avocado_qemu: Add SMMUv3 tests

[PATCH v10 00/21] Fix v4l2-compliance errors
 2021-07-06 14:18 UTC  (8+ messages)
` [PATCH v10 21/21] media: uvcvideo: Return -EACCES to inactive controls

[PATCH 1/2] igc: don't rd/wr iomem when PCI is removed
 2021-07-06 14:23 UTC  (4+ messages)

[PATCH v2] media: rcar-isp: Add Renesas R-Car Image Signal Processor driver
 2021-07-06 14:23 UTC  (4+ messages)

[PATCH v5 3/5] drm/msm: Improve the a6xx page fault handler
 2021-07-06 14:27 UTC 

[dpdk-dev] [PATCH 0/2] Support compressed firmwares
 2021-07-06 14:29 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/2] net/ice: factorize firmware loading
  ` [dpdk-dev] [PATCH v4 2/2] eal: handle compressed firmwares

Safe to upgrade to a Community BSP?
 2021-07-06 14:29 UTC  (8+ messages)
` [meta-freescale] "


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.