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

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-04 15:53 UTC  (24+ messages)
` [PATCH v16 01/99] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
` [PATCH v16 02/99] accel: Introduce 'query-accels' QMP command
` [PATCH v16 03/99] qtest: Add qtest_has_accel() method
` [PATCH v16 04/99] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM
` [PATCH v16 05/99] qtest/arm-cpu-features: Restrict sve_tests_sve_off_kvm test to KVM
` [PATCH v16 06/99] qtest/arm-cpu-features: Remove TCG fallback to KVM specific tests
` [PATCH v16 07/99] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for TCG
` [PATCH v16 08/99] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
` [PATCH v16 09/99] qtest/bios-tables-test: Rename tests not TCG specific
` [PATCH v16 10/99] qtest/bios-tables-test: Rename TCG specific tests
` [PATCH v16 11/99] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v16 12/99] qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore
` [PATCH v16 13/99] meson: add target_user_arch
` [PATCH v16 21/99] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [PATCH v16 36/99] target/arm: move arm_mmu_idx* to cpu-mmu
` [PATCH v16 75/99] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [PATCH v16 77/99] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
` [PATCH v16 80/99] target/arm: tcg-sve: import narrow_vq and change_el functions
` [PATCH v16 86/99] target/arm: cpu-pauth: change arm_cpu_pauth_finalize name and sig
` [PATCH v16 87/99] target/arm: move arm_cpu_finalize_features into cpu64
` [PATCH v16 93/99] meson: Introduce target-specific Kconfig
` [PATCH v16 97/99] tests/qtest: make xlnx-can-test conditional on being configured

[PATCH 0/8] Additional features for Hantro HEVC
 2021-06-04 16:17 UTC  (4+ messages)
` [PATCH 4/8] media: Add P010 video format

[PATCH V3 0/9] hwlat improvements and osnoise/timerlat tracers
 2021-06-04 16:18 UTC  (8+ messages)
` [PATCH V3 5/9] tracing/trace: Add a generic function to read/write u64 values from tracefs
` [PATCH V3 7/9] tracing: Add __print_ns_to_secs() and __print_ns_without_secs() helpers

[PATCH V3] clk: clk_versaclock: Add support for versaclock driver
 2021-06-04 16:17 UTC  (4+ messages)

[PATCH 00/11] python: move /scripts/qmp/gemu-ga-client.py to qemu.qmp package
 2021-06-04 15:55 UTC  (8+ messages)
` [PATCH 02/11] scripts/qemu-ga-client: apply (most) flake8 rules
` [PATCH 03/11] scripts/qemu-ga-client: Fix exception handling
` [PATCH 04/11] scripts/qemu-ga-client: replace deprecated optparse with argparse
` [PATCH 05/11] scripts/qemu-ga-client: add module docstring
` [PATCH 06/11] scripts/qemu-ga-client: apply (most) pylint rules
` [PATCH 07/11] python/qmp: Correct type of QMPReturnValue
` [PATCH 08/11] scripts/qemu-ga-client: add mypy type hints

[RFC] LKMM: Add volatile_if()
 2021-06-04 16:17 UTC  (16+ messages)

[PATCH] audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition
 2021-06-04 16:17 UTC  (3+ messages)

[PATCH v1 1/1] device property: Unify access to of_node
 2021-06-04 16:14 UTC  (6+ messages)

[PATCH] dma-buf: add missing EXPORT_SYMBOL
 2021-06-04 16:14 UTC  (3+ messages)

[PATCH] mmc: renesas_sdhi: Fix HS400 on R-Car M3-W+
 2021-06-04 16:13 UTC  (2+ messages)

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-04 16:12 UTC  (3+ messages)

[Virtio-fs] [PATCH 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-04 16:13 UTC  (10+ messages)
` [Virtio-fs] [PATCH 1/9] virtiofsd: Add TempFd structure
` [Virtio-fs] [PATCH 2/9] virtiofsd: Use lo_inode_open() instead of openat()
` [Virtio-fs] [PATCH 3/9] virtiofsd: Add lo_inode_fd() helper
` [Virtio-fs] [PATCH 4/9] virtiofsd: Let lo_fd() return a TempFd
` [Virtio-fs] [PATCH 5/9] virtiofsd: Let lo_inode_open() "
` [Virtio-fs] [PATCH 6/9] virtiofsd: Add lo_inode.fhandle
` [Virtio-fs] [PATCH 7/9] virtiofsd: Add inodes_by_handle hash table
` [Virtio-fs] [PATCH 8/9] virtiofsd: Optionally fill lo_inode.fhandle
` [Virtio-fs] [PATCH 9/9] virtiofsd: Add lazy lo_do_find()

[PATCH v12 0/3] bio: control bio max size
 2021-06-04 16:13 UTC  (4+ messages)
    ` [PATCH v12 3/3] ufs: set max_bio_bytes with queue max sectors

[PATCH v3] net: phy: add Maxlinear GPY115/21x/24x driver
 2021-06-04 16:12 UTC 

[5.10.x] Please backport "net: usb: cdc_ncm: don't spew notifications" (de658a195ee23ca6aaffe197d1d2ea040beea0a2)
 2021-06-04 16:12 UTC 

[PATCH v2 0/7] fuse: Some fixes for submounts
 2021-06-04 16:11 UTC  (16+ messages)
` [Virtio-fs] "
` [PATCH v2 1/7] fuse: Fix crash in fuse_dentry_automount() error path
  ` [Virtio-fs] "
` [PATCH v2 2/7] fuse: Fix crash if superblock of submount gets killed early
  ` [Virtio-fs] "
` [PATCH v2 3/7] fuse: Fix infinite loop in sget_fc()
  ` [Virtio-fs] "
` [PATCH v2 4/7] fuse: Add dedicated filesystem context ops for submounts
  ` [Virtio-fs] "
` [PATCH v2 5/7] fuse: Call vfs_get_tree() "
  ` [Virtio-fs] "
` [PATCH v2 6/7] fuse: Switch to fc_mount() "
  ` [Virtio-fs] "
` [PATCH v2 7/7] fuse: Make fuse_fill_super_submount() static
  ` [Virtio-fs] "

[dpdk-dev] [PATCH v1] net/i40e: remove the SMP barrier in HW scanning func
 2021-06-04 16:12 UTC  (2+ messages)

[PATCH] HID: sony: fix freeze when inserting ghlive ps3/wii dongles
 2021-06-04 16:10 UTC 

[RFC] /dev/ioasid uAPI proposal
 2021-06-04 16:10 UTC  (32+ messages)

Headers for whitelisted kernel functions available to BPF programs
 2021-06-04 16:10 UTC  (3+ messages)

[PATCH v8 00/11] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-06-04 16:10 UTC  (4+ messages)
` [PATCH v8 07/11] drm/panel: panel-simple: Stash DP AUX bus; allow using it for DDC

[PATCH v2 0/3] percpu: memcg memory accounting rework
 2021-06-04 16:10 UTC  (2+ messages)

[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2021-06-04
 2021-06-04 16:08 UTC  (7+ messages)
` [PATCH net 1/6] ice: Fix allowing VF to request more/less queues via virtchnl
` [PATCH net 2/6] ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared
` [PATCH net 3/6] ice: handle the VF VSI rebuild failure
` [PATCH net 4/6] ice: report supported and advertised autoneg using PHY capabilities
` [PATCH net 5/6] ice: Allow all LLDP packets from PF to Tx
` [PATCH net 6/6] virtchnl: Add missing padding to virtchnl_proto_hdrs

[syzbot] WARNING in usb_new_device/usb_submit_urb
 2021-06-04 16:10 UTC  (3+ messages)
  ` [PATCH] USB: core: Avoid WARNings for 0-length descriptor requests

[PATCH v2 00/10] qla2xxx: Add EDIF support
 2021-06-04 16:09 UTC  (3+ messages)
` [PATCH v2 09/10] qla2xxx: Add encryption to IO path

[PATCH] sched/uclamp: Avoid setting cpu.uclamp.min bigger than cpu.uclamp.max
 2021-06-04 16:08 UTC  (4+ messages)

[RFC PATCH 0/1] Initialize debugfs/ksysfs earlier?
 2021-06-04 16:06 UTC  (5+ messages)

[PATCH] rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
 2021-06-04 16:05 UTC 

[edk2-devel] [PATCH 00/43] OvmfPkg: remove Xen support from OvmfPkg*.dsc, in favor of OvmfXen.dsc
 2021-06-04 16:05 UTC  (3+ messages)

[PATCH 00/42] PCI: aardvark: Various driver fixes
 2021-06-04 16:02 UTC  (7+ messages)
` [PATCH 17/42] PCI: aardvark: Fix support for MSI interrupts

[intel-linux-intel-lts:4.19/android_r 15919/23449] drivers/clk/clk.c:3145:5: warning: no previous prototype for 'clk_set_flags'
 2021-06-04 16:03 UTC 

[PATCH][V2][next] ASoC: rk817: remove redundant assignment to pointer node, add missing of_node_put
 2021-06-04 16:01 UTC  (2+ messages)

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-06-04 16:01 UTC  (5+ messages)
` [PATCH v3 04/27] mm/userfaultfd: Introduce special pte for unmapped file-backed mem

[PATCH iproute2] tc: fq: add horizon attributes
 2021-06-04 16:00 UTC 

[PATCH 1/2] avoid using inet_ntoa()
 2021-06-04 16:01 UTC  (2+ messages)

[PATCH 1/2] KVM: LAPIC: write 0 to TMICT should also cancel vmx-preemption timer
 2021-06-04 15:59 UTC  (4+ messages)

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-04 15:58 UTC  (5+ messages)

[PATCH v1 0/2] PS3 Updates
 2021-06-04 15:58 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] powerpc/ps3: Add firmware version to sysfs
  ` [PATCH v2 2/2] powerpc/ps3: Re-align DTB in image

[intel-linux-intel-lts:4.19/android_r 15919/23449] drivers/clk/clk.c:624:24: warning: variable 'ignore' set but not used
 2021-06-04 15:58 UTC 

Low hit ratio and cache usage
 2021-06-04 15:56 UTC  (4+ messages)

[PATCH] vdp/mlx5: Fix setting the correct dma_device
 2021-06-04 15:57 UTC  (4+ messages)

[PATCH v4] drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops
 2021-06-04 15:57 UTC  (4+ messages)
  ` [Intel-gfx] "

Patchwork housekeeping for: spi-devel-general
 2021-06-04 15:56 UTC 

[PATCH 5.4, 5.10] btrfs: tree-checker: do not error out if extent ref hash doesn't match
 2021-06-04 15:53 UTC 

[PATCH 0/7] mm/thp: fix THP splitting unmap BUGs and related
 2021-06-04 15:54 UTC  (12+ messages)
` [PATCH 2/7] mm/thp: try_to_unmap() use TTU_SYNC for safe DEBUG_VM splitting
` [PATCH 3/7] mm/thp: fix vma_address() if virtual address below file offset
      ` [PATCH v2 "
` [PATCH 4/7] mm/thp: fix page_address_in_vma() on file THP tails

[PATCH v7 0/6] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-04 15:53 UTC  (6+ messages)
` [PATCH v7 6/6] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH] drm/i915: only disable default vga device
 2021-06-04 15:53 UTC  (9+ messages)
            ` [Intel-gfx] "

net/bpf/test_run.c:154:14: warning: no previous prototype for 'bpf_fentry_test7'
 2021-06-04 15:52 UTC  (3+ messages)

[PATCH -fixes] riscv: Fix BUILTIN_DTB for sifive and microchip soc
 2021-06-04 15:51 UTC  (3+ messages)

[dpdk-dev] [PATCH] gpudev: introduce memory API
 2021-06-04 15:51 UTC  (4+ messages)

PageTransCompoundMap confusion
 2021-06-04 15:50 UTC  (2+ messages)

[PATCH v2 0/5] Optimization batch 12: miscellaneous unthemed stuff
 2021-06-04 15:48 UTC  (4+ messages)
` [PATCH v3 0/4] "

[PATCH] drm/i915: apply WaEnableVGAAccessThroughIOPort as needed
 2021-06-04 15:49 UTC  (2+ messages)
` [Intel-gfx] "

[PULL 00/28] Misc patches for 2021-05-24
 2021-06-04 15:48 UTC  (5+ messages)
` [PULL 07/28] qtest: add a QOM object for qtest

[v7] ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin
 2021-06-04 15:45 UTC  (3+ messages)

[PATCH 1/2] iommu: Remove unused of_get_dma_window()
 2021-06-04 15:45 UTC  (4+ messages)

[bug report] Commit ccf953d8f3d6 ("fb_defio: Remove custom address_space_operations") breaks Hyper-V FB driver
 2021-06-04 15:47 UTC  (3+ messages)

[PATCHv3 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error
 2021-06-04 15:46 UTC  (6+ messages)
` [PATCHv3 2/3] pci: pcie_dw_rockchip: Drop the unused variable warning
` [PATCHv3 3/3] pci: pcie_dw_rockchip: Replace msleep occurences by udelay

[linux-linus test] 162358: regressions - FAIL
 2021-06-04 15:46 UTC 

[PATCH v1] spi: add of_device_uevent_modalias support
 2021-06-04 15:45 UTC  (2+ messages)

[RFC v4 0/8] Add Rockchip SFC(serial flash controller) support
 2021-06-04 15:44 UTC  (5+ messages)
` [RFC v4 1/8] dt-bindings: rockchip-sfc: Bindings for Rockchip serial flash controller

[PATCH v3 00/20] arm64: entry: migrate more code to C
 2021-06-04 15:43 UTC  (3+ messages)
` [PATCH v3 05/20] arm64: entry: move preempt logic "

Different type iommus integrated in a SoC
 2021-06-04 15:44 UTC  (4+ messages)

[PATCH 1/4] arm64: dts: imx8mm-venice-gw700x: override thermal cfg for industrial temp
 2021-06-04 15:42 UTC  (4+ messages)

[PATCH bpf-next] use correct format string specifier for unsigned 32 bounds
 2021-06-04 15:44 UTC  (2+ messages)

[PATCH] linux-user/elfload: Implement ELF_HWCAP for RISC-V
 2021-06-04 15:42 UTC  (2+ messages)

Backporting fix for #199981 to 4.19.y?
 2021-06-04 15:42 UTC  (6+ messages)

cp210x module broken in 5.12.5 and 5.12.6, works in 5.11.21 (with bisection)
 2021-06-04 15:42 UTC  (8+ messages)

[PATCH 2/2] avoid using inet_aton()
 2021-06-04 15:41 UTC  (2+ messages)

Regression with 6cfcd5563b4f on BeagleBoard Rev C2
 2021-06-04 15:41 UTC  (5+ messages)

[PATCH] arm: bootm: wrong lmb region reservation when PRAM is used
 2021-06-04 15:40 UTC  (4+ messages)

[PATCH v2 0/4] iommu/amd: Enable page-selective flushes
 2021-06-04 15:38 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915: Initialize the mbus_offset to fix static analysis issue
 2021-06-04 15:37 UTC  (4+ messages)

[PATCH rdma-core] docs: Add a contributing.md
 2021-06-04 15:38 UTC  (2+ messages)

[PATCH v3 1/3] hwmon: (pmbus) Add driver for Delta DPS-920AB PSU
 2021-06-04 15:36 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: trivial-devices: Add Delta DPS920AB
` [PATCH v3 3/3] MAINTAINERS: Add Delta DPS920AB PSU driver

[PATCH v2 0/3] testimage: additional reports for ptests
 2021-06-04 15:37 UTC  (3+ messages)
` [PATCH v2 2/3] testimage: support "
` [PATCH v2 3/3] runtime_test.py: add new testimage ptest test case


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.