All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-26 15:32:51 to 2022-01-26 16:04:38 UTC [more...]

[PATCH v9 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-26 15:11 UTC  (32+ messages)
` [PATCH v9 10/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v9 11/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v9 12/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v9 13/40] arm64/sme: Implement support for TPIDR2
` [PATCH v9 14/40] arm64/sme: Implement SVCR context switching
` [PATCH v9 15/40] arm64/sme: Implement streaming SVE "
` [PATCH v9 16/40] arm64/sme: Implement ZA "
` [PATCH v9 17/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v9 18/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v9 19/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v9 20/40] arm64/sme: Implement ZA "
` [PATCH v9 21/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v9 22/40] arm64/sme: Add ptrace support for ZA
` [PATCH v9 23/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v9 24/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v9 25/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v9 26/40] KVM: arm64: Trap SME usage in guest
` [PATCH v9 27/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v9 28/40] arm64/sme: Provide Kconfig for SME
` [PATCH v9 29/40] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v9 30/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v9 31/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v9 32/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v9 33/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v9 34/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v9 35/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v9 36/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v9 37/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v9 38/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v9 39/40] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v9 40/40] squqsh traps

[PATCH v3 00/16] job: replace AioContext lock with job_mutex
 2022-01-26 15:58 UTC  (6+ messages)
` [PATCH v3 14/16] job.c: use job_get_aio_context()

[PATCH 0/2] KVM: x86: Partially allow KVM_SET_CPUID{,2} follow-up
 2022-01-26 16:02 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86: Use memcmp in kvm_cpuid_check_equal()

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-01-26 15:57 UTC  (3+ messages)
` [PATCH v6 31/33] include/qemu/job.h: introduce job->pre_run() and use it in amend

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-26 16:01 UTC  (5+ messages)
` [PATCH v5 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps

[PATCH] usb: gadget: mass_storage: add READ_TOC cmd mask check
 2022-01-26 16:00 UTC  (3+ messages)

[PATCH v2] dt-bindings: timer: Convert faraday,fttmr010 to yaml
 2022-01-26 16:00 UTC 

[PATCH 5.16 0000/1033] 5.16.3-rc2 review
 2022-01-26 15:59 UTC  (2+ messages)

[PATCH v5 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-26 15:59 UTC  (6+ messages)
` [PATCH v5 2/9] fprobe: Add ftrace based probe APIs

[PATCH] net/ice: add support for setting promisc by DCF
 2022-01-26 15:22 UTC 

[PATCH v2] xen: Replace arch_mfn_in_directmap() with arch_mfns_in_directmap()
 2022-01-26 15:59 UTC 

[PATCH v1] imx: imx8qm-rom7720: switch to binman
 2022-01-26 15:52 UTC 

[PATCH v3] pylibfdt: add FdtRo.get_path()
 2022-01-26 15:59 UTC 

[PATCH v2 00/11] btrfs: extent tree v2, support for global roots
 2022-01-26 15:58 UTC  (11+ messages)
` [PATCH v2 09/11] btrfs: abstract out loading the tree root
` [PATCH v2 10/11] btrfs: add code to support the block group root

[PATCH 1/2] perf arm-spe: Add arm_spe_record to synthesized sample
 2022-01-26 15:58 UTC  (2+ messages)
` [PATCH 1/2] perf arm-spe: Add arm_spe_record to synthesized

[PATCH] firmware: stratix10-svc: extend SVC driver to get the firmware version
 2022-01-26 15:56 UTC  (5+ messages)

[PATCH v2] binman: Skip node generation for images read from files
 2022-01-26 15:57 UTC  (2+ messages)

DTS WG Meeting Minutes 1/26/22
 2022-01-26 15:57 UTC 

[PATCH v3 00/54] lib/bitmap: optimize bitmap_weight() usage
 2022-01-26 15:56 UTC  (4+ messages)
` [PATCH 27/54] lib/bitmap: add bitmap_weight_{cmp, eq, gt, ge, lt, le} functions

[PATCH v1 0/4] fbtft: Unorphan the driver for maintenance
 2022-01-26 15:54 UTC  (9+ messages)

[PATCH] KVM: nVMX: WARN on any attempt to allocate shadow VMCS for vmcs02
 2022-01-26 15:56 UTC  (2+ messages)

Patch: Make ACPI subsystem provide CEDT table
 2022-01-26 15:55 UTC  (4+ messages)

[RESEND PATCH net-next 0/2] net: hns3: add support for TX push
 2022-01-26 15:55 UTC  (5+ messages)
` [RESEND PATCH net-next 1/2] net: hns3: add support for TX push mode

[PATCH v4 00/27] drm/rockchip: RK356x VOP2 support
 2022-01-26 15:54 UTC  (7+ messages)
` [PATCH 07/27] drm/rockchip: dw_hdmi: Use auto-generated tables
` [PATCH 09/27] drm/rockchip: dw_hdmi: Set cur_ctr to 0 always

[PATCH v7 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2022-01-26 15:54 UTC  (4+ messages)

[PATCH v2] drm/privacy-screen: honor acpi=off in detect_thinkpad_privacy_screen
 2022-01-26 15:54 UTC  (4+ messages)
` acpi_get_devices() crash when acpi_disabled==true (was [PATCH v2] drm/privacy-screen: honor acpi=off in detect_thinkpad_privacy_screen)

[PATCH v3 0/2] Avoid using Xen DMA ops when the device is protected by an IOMMU
 2022-01-26 15:54 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: arm: xen: document Xen iommu device

[PATCH] cgroup: minor optimization around the usage of cur_tasks_head
 2022-01-26 15:54 UTC  (2+ messages)

[PATCH v2 1/5] math.h: Introduce data types for fractional numbers
 2022-01-26 15:54 UTC  (11+ messages)
` [PATCH v2 5/5] iio: afe: iio-rescale: Re-use generic struct s32_fract

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-26 15:51 UTC  (12+ messages)
` [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine
` [PATCH v5 07/18] vfio-user: set qdev bus callbacks "

[Buildroot] [RFC PATCH 0/1] Fix binutils/libiberty target install directory
 2022-01-26 15:52 UTC  (7+ messages)

[PATCH] net: ena: Do not waste napi skb cache
 2022-01-26 15:52 UTC  (3+ messages)
` [PATCH v2] "

[RFC v2 0/8] Define and use reset domain for GPU recovery in amdgpu
 2022-01-26 15:52 UTC  (9+ messages)
` [RFC v2 4/8] drm/amdgpu: Serialize non TDR gpu recovery with TDRs

[dm-devel] [PATCH v2 0/9] multipathd: remove udev settle dependency
 2022-01-26 15:51 UTC  (3+ messages)

yet another approach to fix loop autoclear for xfstets xfs/049
 2022-01-26 15:50 UTC  (9+ messages)
` [PATCH 1/8] loop: de-duplicate the idle worker freeing code
` [PATCH 2/8] loop: initialize the worker tracking fields once
` [PATCH 3/8] block: remove the racy bd_inode->i_mapping->nrpages asserts
` [PATCH 4/8] loop: only take lo_mutex for the last reference in lo_release
` [PATCH 5/8] loop: only take lo_mutex for the first reference in lo_open
` [PATCH 6/8] loop: don't freeze the queue in lo_release
` [PATCH 7/8] loop: only freeze the queue in __loop_clr_fd when needed
` [PATCH 8/8] loop: make autoclear operation synchronous again

[PATCH v2] net/bonding: fix RSS not work for bonding
 2022-01-26 15:50 UTC  (3+ messages)

[PATCH iproute2 v3 0/2] add json support on tc u32
 2022-01-26 15:50 UTC  (9+ messages)
` [PATCH iproute2 v3 1/2] tc: u32: add support for json output

[PATCH net v2 0/2] net: lan966x: Fixes for sleep in atomic context
 2022-01-26 15:50 UTC  (2+ messages)

[PATCH net-next 0/2] net: axienet: modernise pcs implementation
 2022-01-26 15:50 UTC  (2+ messages)

[PATCH net v2 0/6] ethernet: fix some esoteric drivers after netdev->dev_addr constification
 2022-01-26 15:50 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 182 runs, 4 regressions (v5.4.173-315-g5183a50c0e9e)
 2022-01-26 15:49 UTC 

[PATCH RFC] xen/pci: detect when BARs overlap RAM
 2022-01-26 15:49 UTC  (6+ messages)

[PATCH v4] drivers: thermal: clear all mitigation when thermal zone is disabled
 2022-01-26 15:48 UTC  (3+ messages)

Ast2600 emulation
 2022-01-26 15:48 UTC  (4+ messages)

[RFC v3 00/12] Define and use reset domain for GPU recovery in amdgpu
 2022-01-26 15:47 UTC  (5+ messages)
` [RFC v3 01/12] drm/amdgpu: Introduce reset domain

[PATCH 0/4] pci: Extend 'pci' and 'pci regions' commands
 2022-01-26 15:43 UTC  (5+ messages)
` [PATCH 2/4] pci: Extend 'pci regions' command with bus number

[PATCH u-boot-marvell 00/14] Another set of kwboot improvements
 2022-01-26 15:42 UTC  (29+ messages)
` [PATCH u-boot-marvell 01/14] tools: kwboot: Increase blk_rsp_timeo to 2s
` [PATCH u-boot-marvell 02/14] tools: kwboot: Wait blk_rsp_timeo when flushing
` [PATCH u-boot-marvell 03/14] tools: kwboot: Improve retrying logic for incomplete xmodem packets
` [PATCH u-boot-marvell 04/14] tools: kwboot: Remove code for handling CAN byte
` [PATCH u-boot-marvell 05/14] tools: kwboot: Do not change received character in kwboot_xm_recv_reply()
` [PATCH u-boot-marvell 06/14] tools: kwboot: Fix handling of repeated xmodem packets
` [PATCH u-boot-marvell 07/14] tools: kwboot: Show 'E' in progress output when error occurs
` [PATCH u-boot-marvell 08/14] tools: kwboot: Allow to use option -b without image path
` [PATCH u-boot-marvell 09/14] tools: kwboot: Force BootROM to flush input queue after boot pattern
` [PATCH u-boot-marvell 10/14] tools: kwboot: Remove 2s delay before sending first xmodem packet
` [PATCH u-boot-marvell 11/14] tools: kwboot: Handle EINTR in kwboot_write()
` [PATCH u-boot-marvell 12/14] tools: kwboot: Handle EINTR in kwboot_tty_recv()
` [PATCH u-boot-marvell 13/14] tools: kwboot: Fix usage of -D without -t
` [PATCH u-boot-marvell 14/14] tools: kwboot: Set debug flag to 1

[PATCH] KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
 2022-01-26 15:45 UTC  (2+ messages)

[PATCH v2 00/38] binman: Add support for bintools and missing tools
 2022-01-26 15:37 UTC  (73+ messages)
` [PATCH v2 01/38] Makefile: Fake external blobs by default with binman
` [PATCH v2 02/38] binman: Tweak elf tests for a toolchain change
` [PATCH v2 03/38] mkimage: Show the external-offset error
` [PATCH v2 04/38] binman: Expand the external FIT test a little
` [PATCH v2 05/38] patman: Allow running a tool and returning the full result
` [PATCH v2 06/38] buildman: Move the download function to tools
` [PATCH v2 07/38] patman: Tidy up the download function a little
` [PATCH v2 08/38] patman: Add a function to find a tool on the path
` [PATCH v2 10/38] binman: Drop the image name from the fake-blob message
` [PATCH v2 11/38] binman: Allow faked blobs in blob-ext-list
` [PATCH v2 12/38] binman: Correct path for fip_util
` [PATCH v2 13/38] binman: Add installation instructions
` [PATCH v2 14/38] binman: Add support for bintools
` [PATCH v2 15/38] binman: Plumb in "
` [PATCH v2 16/38] binman: Add tests for bintool
` [PATCH v2 17/38] binman: Add a bintool implementation for cbfstool
` [PATCH v2 18/38] binman: Add a bintool implementation for fiptool
` [PATCH v2 19/38] binman: Add a bintool implementation for futility
` [PATCH v2 20/38] binman: Add a bintool implementation for ifwitool
` [PATCH v2 21/38] binman: Add a bintool implementation for mkimage
` [PATCH v2 22/38] binman: Enable bintool tests including cmdline processing
` [PATCH v2 23/38] binman: Convert to using the CBFS bintool
` [PATCH v2 24/38] binman: Convert to using the FIP bintool
` [PATCH v2 25/38] binman: Convert to using the futility bintool
` [PATCH v2 26/38] binman: Convert to using the ifwitool bintool
` [PATCH v2 27/38] binman: Convert to using the mkimage bintool
` [PATCH v2 28/38] binman: Move compression into binman
` [PATCH v2 29/38] binman: Tidy up pylint warnings in comp_util
` [PATCH v2 30/38] binman: Add a bintool implementation for lz4
` [PATCH v2 31/38] binman: Convert to using the lz4 bintool
` [PATCH v2 32/38] binman: Add a bintool implementation for lzma_alone
` [PATCH v2 33/38] binman: Convert to using the lzma_alone bintool
` [PATCH v2 34/38] binman: Plumb in support for missing bintools
` [PATCH v2 35/38] binman: Complete test coverage of comp_util
` [PATCH v2 36/38] binman: Add a command to generate bintool docs
` [PATCH v2 37/38] binman: Add documentation for bintools

[PATCH] fdc: check for illegal dma length calculation
 2022-01-26 15:44 UTC  (2+ messages)

[Intel-gfx] [PATCH v5 0/5] discrete card 64K page support
 2022-01-26 15:45 UTC  (3+ messages)
` [Intel-gfx] [PATCH v5 2/5] drm/i915: enforce min GTT alignment for discrete cards

[PATCH] KVM: x86: Check .flags in kvm_cpuid_check_equal() too
 2022-01-26 15:44 UTC  (2+ messages)

[PATCH] introduce CONFIG_DEVICE_TREE_INCLUDES
 2022-01-26 15:37 UTC  (10+ messages)

[PATCH] usb: Use the first available device for ehci_gadget
 2022-01-26 15:37 UTC  (3+ messages)

[PATCH v2] dm: Fix OF_BAD_ADDR definition
 2022-01-26 15:37 UTC  (3+ messages)

[PATCH] binman: Document the __bss_size symbol error
 2022-01-26 15:36 UTC  (2+ messages)

[PATCH net] net/smc: Forward wakeup to smc socket waitqueue after fallback
 2022-01-26 15:43 UTC  (2+ messages)

[GIT PULL] rpmsg fixes for v5.17-rc1
 2022-01-26 15:42 UTC 

[GIT PULL] remoteproc fixes for v5.17-rc1
 2022-01-26 15:42 UTC 

[PATCH 0/1 v2] Patch to adjust coroutine pool size adaptively
 2022-01-26 15:38 UTC  (3+ messages)

[PATCH v5 1/4] drm/amd: Warn users about potential s0ix problems
 2022-01-26 15:40 UTC  (8+ messages)
` [PATCH v5 2/4] drm/amd: add support to check whether the system is set to s3

[PATCH v1] PCI/sysfs: Find shadow ROM before static attribute initialization
 2022-01-26 15:40 UTC  (2+ messages)

[PATCH net-next 0/5] bnxt_en: Add RTC mode for PTP
 2022-01-26 15:40 UTC  (2+ messages)

[dm-devel] [PATCH] libmultipath: use asprintf() to allocate prefixed_uuid
 2022-01-26 15:39 UTC  (3+ messages)

[PATCH 0/6] RISC-V IPI Improvements
 2022-01-26 15:38 UTC  (8+ messages)
` [PATCH 2/6] irqchip/riscv-intc: Set intc domain as the default host

[PATCH net] Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
 2022-01-26 15:38 UTC 

[cxl:preview 30/54] drivers/cxl/core/port.c:527 decoder_populate_targets() warn: inconsistent returns '&cxld->target_lock.lock'
 2022-01-26 15:38 UTC  (3+ messages)

[PATCH v3] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
 2022-01-26 15:12 UTC  (2+ messages)

[PATCH v10 0/1] Add clkcfg driver for Microchip PolarFire SoC
 2022-01-26 15:40 UTC  (2+ messages)
` [PATCH v10 1/1] clk: microchip: Add "

[PATCH net-next 0/9] mlxsw: Add RJ45 ports support
 2022-01-26 15:37 UTC  (4+ messages)
` [PATCH net-next 4/9] mlxsw: spectrum_ethtool: Add support for two new link modes

[PATCH] spi: spi-mtk-nor: make some internal variables static
 2022-01-26 15:36 UTC  (2+ messages)

[PATCH] spi: meson-spicc: add IRQ check in meson_spicc_probe
 2022-01-26 15:36 UTC  (2+ messages)

[PATCH 1/1] sandbox: eth-raw: fix building with musl library
 2022-01-26 15:36 UTC  (3+ messages)

[PATCH] spi: uniphier: Fix a bug that doesn't point to private data correctly
 2022-01-26 15:36 UTC  (2+ messages)

[PATCH] driver:spi: change clk_disable_unprepare to clk_unprepare
 2022-01-26 15:36 UTC  (2+ messages)

[PATCH 1/1] sandbox: sandbox_serial_pending depends on DM_VIDEO
 2022-01-26 15:36 UTC  (3+ messages)

[PATCH] binman: doc: fix typo for u-boot-tpl
 2022-01-26 15:36 UTC  (3+ messages)

[PATCH 5.15 000/846] 5.15.17-rc1 review
 2022-01-26 15:35 UTC  (5+ messages)

[PATCH v4 0/2] Clock based PWM output driver
 2022-01-26 15:35 UTC  (5+ messages)
` [PATCH v4 2/2] pwm: Add clock "

[PATCH v19 0/3] Add matrix keypad driver support for Mediatek SoCs
 2022-01-26 15:35 UTC  (4+ messages)
` [PATCH v19 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad
` [PATCH v19 2/3] Input: mt6779-keypad - Add MediaTek keypad driver
` [PATCH v19 3/3] arm64: defconfig: Add CONFIG_KEYBOARD_MT6779=m

[PATCH] arm64: dts: renesas: ulcb-kf: add 9-asix sensor device
 2022-01-26 15:35 UTC  (4+ messages)

[PATCH v2 0/9] Coresight: Add support for TPDM and TPDA
 2022-01-26 15:34 UTC  (10+ messages)
` [PATCH v2 2/9] Coresight: Add coresight TPDM source driver

[PATCH] tests/9pfs: fix mkdir() being called twice
 2022-01-26 15:29 UTC  (2+ messages)

Possible reproduction of CSD locking issue
 2022-01-26 15:34 UTC  (6+ messages)

[PATCH] platform/chrome: cros_ec_typec: Check for EC device
 2022-01-26 15:33 UTC  (4+ messages)

[PATCH] arm: kirkwood: GoFlex Home : Use Marvell uclass mvgbe and PHY driver for Ethernet
 2022-01-26 15:33 UTC  (2+ messages)

[PATCH RFC] vfio: Revise and update the migration uAPI description
 2022-01-26 15:33 UTC  (8+ messages)

[PATCH v10 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-26 15:27 UTC  (6+ messages)
` [PATCH v10 37/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v10 38/39] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v10 39/39] kselftest/arm64: Add SME support to syscall ABI test


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.