All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-19 16:59:45 to 2021-10-19 17:43:59 UTC [more...]

[PATCH v3 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-19 17:22 UTC  (69+ messages)
` [PATCH v3 01/42] arm64/fp: Reindent fpsimd_save()
` [PATCH v3 02/42] arm64/sve: Remove sve_load_from_fpsimd_state()
` [PATCH v3 03/42] arm64/sve: Make sve_state_size() static
` [PATCH v3 04/42] arm64/sve: Make access to FFR optional
` [PATCH v3 05/42] arm64/sve: Rename find_supported_vector_length()
` [PATCH v3 06/42] arm64/sve: Use accessor functions for vector lengths in thread_struct
` [PATCH v3 07/42] arm64/sve: Put system wide vector length information into structs
` [PATCH v3 08/42] arm64/sve: Explicitly load vector length when restoring SVE state
` [PATCH v3 09/42] arm64/sve: Track vector lengths for tasks in an array
` [PATCH v3 10/42] arm64/sve: Make sysctl interface for SVE reusable by SME
` [PATCH v3 11/42] arm64/sve: Generalise vector length configuration prctl() for SME
` [PATCH v3 12/42] kselftest/arm64: Parameterise ptrace vector length information
` [PATCH v3 13/42] kselftest/arm64: Allow signal tests to trigger from a function
` [PATCH v3 14/42] tools/nolibc: Implement gettid()
` [PATCH v3 15/42] arm64/sme: Provide ABI documentation for SME
` [PATCH v3 16/42] arm64/sme: System register and exception syndrome definitions
` [PATCH v3 17/42] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v3 18/42] arm64/sme: Early CPU setup for SME
` [PATCH v3 19/42] arm64/sme: Basic enumeration support
` [PATCH v3 20/42] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v3 21/42] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v3 22/42] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v3 23/42] arm64/sme: Implement support for TPIDR2
` [PATCH v3 24/42] arm64/sme: Implement SVCR context switching
` [PATCH v3 25/42] arm64/sme: Implement streaming SVE "
` [PATCH v3 26/42] arm64/sme: Implement ZA "
` [PATCH v3 27/42] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v3 28/42] arm64/sme: Implement streaming SVE signal handling
` [PATCH v3 29/42] arm64/sme: Implement ZA "
` [PATCH v3 30/42] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v3 31/42] arm64/sme: Add ptrace support for ZA
` [PATCH v3 32/42] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v3 33/42] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v3 34/42] arm64/sme: Provide Kconfig for SME
` [PATCH v3 35/42] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v3 36/42] kselftest/arm64: Add tests for TPIDR2
` [PATCH v3 37/42] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v3 38/42] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v3 39/42] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v3 40/42] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v3 41/42] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v3 42/42] kselftest/arm64: Add coverage for the ZA ptrace interface

[PATCH] sfc: Fix reading non-legacy supported link modes
 2021-10-19 17:41 UTC  (3+ messages)

[PATCH 00/24] bsd-user: arm (32-bit) support
 2021-10-19 16:44 UTC  (16+ messages)
` [PATCH 03/24] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH 04/24] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH 05/24] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH 06/24] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH 07/24] bsd-user/arm/target_arch_cpu.h: Implment trivial EXCP exceptions
` [PATCH 09/24] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH 10/24] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH 12/24] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH 15/24] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH 16/24] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH 17/24] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH 18/24] bsd-user/arm/target_arch_signal.h: arm machine context for signals
` [PATCH 19/24] bsd-user/arm/target_arch_signal.h: arm user context and trapframe "
` [PATCH 20/24] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH 21/24] bsd-user/arm/target_arch_signal.h: arm get_mcontext

[dpdk-dev] [PATCH 0/6] mempool: cleanup namespace
 2021-10-19 17:40 UTC  (15+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 4/6] mempool: make header size calculation internal
  ` [dpdk-dev] [PATCH v2 6/6] mempool: deprecate unused defines
` [dpdk-dev] [PATCH v3 0/6] mempool: cleanup namespace
  ` [dpdk-dev] [PATCH v3 1/6] mempool: avoid flags documentation in the next line
  ` [dpdk-dev] [PATCH v3 2/6] mempool: add namespace prefix to flags
  ` [dpdk-dev] [PATCH v3 3/6] mempool: add namespace to internal but still visible API
  ` [dpdk-dev] [PATCH v3 4/6] mempool: make header size calculation internal
  ` [dpdk-dev] [PATCH v3 5/6] mempool: add namespace to driver register macro
  ` [dpdk-dev] [PATCH v3 6/6] mempool: deprecate unused defines

[Buildroot] [PATCH 1/1] package/libnss: fix parallel build failure
 2021-10-19 17:33 UTC  (2+ messages)

[PATCH] regulator: lp872x: fix enum conversion warning
 2021-10-19 17:40 UTC  (2+ messages)

[PATCH] ASoC: codecs: Fix WCD_MBHC_HPH_PA_EN usage
 2021-10-19 17:39 UTC  (4+ messages)

[PATCH v2 0/6] direct-map memory map
 2021-10-19 17:39 UTC  (5+ messages)
` [PATCH v2 2/6] xen/arm: introduce direct-map for domUs
` [PATCH v2 3/6] xen/arm: if direct-map domain use native addresses for GICv2

[RFC PATCH 0/7] remoteproc: restructure the remoteproc VirtIO device
 2021-10-19 17:39 UTC  (3+ messages)
` [RFC PATCH 3/7] remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc API

[PATCH BlueZ v2] audio/avrcp: Determine Absolute Volume support from feature category 2
 2021-10-19 17:38 UTC  (2+ messages)

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-10-19 17:38 UTC  (12+ messages)

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-19 17:38 UTC  (8+ messages)
` [PATCH v3 18/23] fs: remove a comment pointing to the removed mandatory-locking file
            ` [PATCH] locks: remove changelog comments

[PATCH RFC] btrfs: send: v2 protocol and example OTIME changes
 2021-10-19 17:38 UTC  (6+ messages)
` [PATCH RFC] btrfs-progs: send protocol v2 stub, UTIMES2, OTIME

Questions, improvements
 2021-10-19 17:38 UTC 

Folio discussion recap
 2021-10-19 17:37 UTC  (13+ messages)
    ` Folios for 5.15 request - Was: re: Folio discussion recap -
                ` Splitting struct page into multiple types "

[meta-arago][dunfell/master][PATCH V3 1/2] linux-firmware: Package intel 9260 WiFi and BT firmware
 2021-10-19 17:37 UTC 

[PATCH net-next] fq_codel: generalise ce_threshold marking for subset of traffic
 2021-10-19 17:35 UTC  (3+ messages)

[PATCH] platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning
 2021-10-19 17:35 UTC  (8+ messages)

[PATCH] sfc: Export fibre-specific link modes for 1/10G
 2021-10-19 17:34 UTC  (4+ messages)

[RFC 0/3] kconfig: add support for conflict resolution
 2021-10-19 17:32 UTC  (2+ messages)
` [RFC 3/3] Simplify dependencies for MODULE_SIG_KEY_TYPE_RSA &, MODULE_SIG_KEY_TYPE_ECDSA

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-10-19 17:34 UTC  (4+ messages)
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback

[PATCH v3 1/3] KVM: emulate: Don't inject #GP when emulating RDMPC if CR0.PE=0
 2021-10-19 17:34 UTC  (7+ messages)
` [PATCH v3 2/3] KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0
` [PATCH v3 3/3] KVM: vCPU kick tax cut for running vCPU

[PATCH 0/8] staging: prepare for const netdev->dev_addr
 2021-10-19 17:34 UTC  (10+ messages)
` [PATCH 1/8] staging: use eth_hw_addr_set()
` [PATCH 2/8] staging: use eth_hw_addr_set() instead of ether_addr_copy()
` [PATCH 3/8] staging: use eth_hw_addr_set() for dev->addr_len cases
` [PATCH 4/8] staging: qlge: use eth_hw_addr_set()
` [PATCH 5/8] staging: rtl8712: prepare for const netdev->dev_addr
` [PATCH 6/8] staging: unisys: use eth_hw_addr_set()
` [PATCH 7/8] staging: rtl: "
` [PATCH 8/8] staging: use eth_hw_addr_set() in orphan drivers

[PATCH] ASoC: Intel: Unify HDAudio-ext bus initialization
 2021-10-19 17:32 UTC  (5+ messages)

[RFC v4 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-19 17:32 UTC  (9+ messages)
` [v4 PATCH 2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v4 PATCH 5/6] mm: shmem: don't truncate page if memory failure happens

[PATCH] spl: fit: Skip attempting to load 0 length image
 2021-10-19 17:32 UTC 

[PoC] mailmap and trailers
 2021-10-19 17:31 UTC 

[QUESTION] Performance deterioration caused by commit 85f726a35e504418
 2021-10-19 17:30 UTC  (5+ messages)

[Buildroot] [PATCH] package/pango: bump to version 1.48.10
 2021-10-19 17:29 UTC 

[PATCH] i2c: thunderx: Fix some resource leak
 2021-10-19 17:29 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/iperf: bump to version 2.1.4
 2021-10-19 17:28 UTC 

[PATCH] CMakeLists.txt: Add STATIC_LINK option
 2021-10-19 17:29 UTC  (7+ messages)

[PATCH v1 1/1] thermal: imx: implement runtime PM support
 2021-10-19 17:28 UTC  (6+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-19 17:28 UTC  (11+ messages)

[Buildroot] [PATCH 1/3] package/e2fsprogs: don't install compile_et
 2021-10-19 17:25 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/heimdal: "
` [Buildroot] [PATCH 3/3] package/samba4: drop third patch

[PULL 0/7] Migration.next patches
 2021-10-19 16:55 UTC  (2+ messages)

USB2 Link USB-SCSI converter and LUNs
 2021-10-19 17:25 UTC  (6+ messages)

[Intel-gfx] [RFC PATCH] drm: Increase DRM_OBJECT_MAX_PROPERTY by 18
 2021-10-19 17:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Increase DRM_OBJECT_MAX_PROPERTY by 18. (rev2)

[PATCH] staging: rtl8723bs: core: Remove true and false comparison
 2021-10-19 17:23 UTC 

[PATCH 00/67] fscache: Rewrite index API and management system
 2021-10-19 17:22 UTC  (5+ messages)
` [PATCH 01/67] mm: Stop filemap_read() from grabbing a superfluous page
` [PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback

[PATCH] gdbstub: Switch to the thread receiving a signal
 2021-10-19 17:02 UTC  (2+ messages)

[PATCH] usb: gadget: u_ether: use eth_hw_addr_set()
 2021-10-19 17:21 UTC 

[Intel-gfx] [PATCH] Revert "drm/i915/bios: gracefully disable dual eDP for now"
 2021-10-19 17:21 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 0/2] Removing of old code
 2021-10-19 17:11 UTC  (4+ messages)
` [PATCH 1/2] fs/ntfs3: Remove unnecessary functions

[linux-lvm] Discussion: performance issue on event activation mode
 2021-10-19 17:18 UTC  (11+ messages)

[PATCH] hw/qdev-core: Add compatibility for (non)-transitional devs
 2021-10-19 16:56 UTC  (7+ messages)

[meta-ti][dunfell/master][PATCH] conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE
 2021-10-19 17:15 UTC  (2+ messages)

[PATCH] externalsrc.bbclass: Allow externalsrc to be extended with extra classes
 2021-10-19 17:15 UTC  (2+ messages)
` [OE-core] "

[PATCH v4 0/8] Remove dependency on congestion_wait in mm/
 2021-10-19 17:12 UTC  (3+ messages)
` [PATCH 2/8] mm/vmscan: Throttle reclaim and compaction when too may pages are isolated

[dpdk-dev] [PATCH v2 0/5] Flow entites behavior on port restart
 2021-10-19 17:13 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 0/6] "
  ` [dpdk-dev] [PATCH v3 1/6] ethdev: add capability to keep flow rules on restart

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-19 17:12 UTC  (11+ messages)
` [RFC 01/20] iommu/iommufd: Add /dev/iommu core

[PATCH] blk-mq: don't handle non-flush requests in blk_insert_flush
 2021-10-19 17:11 UTC  (3+ messages)

[PATCH] [RFC] x86: avoid -mtune=atom with clang
 2021-10-19 17:11 UTC 

[V2][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-19 17:10 UTC  (6+ messages)

[PATCH] block: add documentation for inflight
 2021-10-19 17:09 UTC  (2+ messages)

[PATCH] multiboot: Use DMA instead port-based transfer
 2021-10-19 16:45 UTC  (2+ messages)

[PATCH v5 0/4] VNC-related HMP/QMP fixes
 2021-10-19 15:54 UTC  (2+ messages)
` [PATCH v5 3/4] qapi/monitor: allow VNC display id in set/expire_password

[syzbot] possible deadlock in perf_event_ctx_lock_nested (2)
 2021-10-19 17:09 UTC  (2+ messages)

[PATCH 0/7] NFSv4.2 add tracepoints to sparse files and copy
 2021-10-19 17:08 UTC  (3+ messages)
` [PATCH 1/7] NFSv4.2 add tracepoint to SEEK

MPC+Data bug progress?
 2021-10-19 17:05 UTC  (3+ messages)

[PATCH] mwifiex: Fix divide error in mwifiex_usb_dnld_fw
 2021-10-19 17:06 UTC  (3+ messages)

[PATCH] PM: EM: do not allow pd creation prior to debugfs initialization
 2021-10-19 17:05 UTC  (3+ messages)

[xen-unstable-smoke test] 165676: tolerable all pass - PUSHED
 2021-10-19 17:05 UTC 

[PATCH] x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero
 2021-10-19 17:05 UTC  (2+ messages)

[PATCH] ref-manual: Document the EXTERNALSRC_EXTENSIONS variable
 2021-10-19 17:04 UTC 

[PATCH v2 00/48] tcg: optimize redundant sign extensions
 2021-10-19 15:44 UTC  (3+ messages)
` [PATCH v2 05/48] tcg/optimize: Move prev_mb into OptContext

[PATCH 1/2] gawk: replace AR patch with upstreamed patch
 2021-10-19 17:03 UTC  (4+ messages)
` [PATCH 2/2] gawk: reduce strictness of the time test
  ` [OE-core] "

[meta-ti][master/dunfell][PATCH v2] ti-linux-fw: Support common inc for all firmware
 2021-10-19 17:03 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH v3 -next 0/2] blk-cgroup: synchoronize blkg creation against policy deactivation
 2021-10-19 17:03 UTC  (5+ messages)
` [PATCH v3 -next 1/2] blk-cgroup: don't call blk_mq_freeze_queue() in blkcg_deactivate_policy()
` [PATCH v3 -next 2/2] blk-cgroup: synchoronize blkg creation against policy deactivation

[PATCH 00/31] Add Loongarch softmmu support
 2021-10-19 16:19 UTC  (2+ messages)
  ` [PATCH 23/31] hw/loongarch: Add default bios startup support

[PATCH V2 00/12] More virtio hardening
 2021-10-19 17:01 UTC  (7+ messages)
` [PATCH V2 06/12] virtio_pci: harden MSI-X interrupts

[PATCH bpf-next 0/2 v2] Add bpf_skc_to_unix_sock() helper
 2021-10-19 17:02 UTC  (5+ messages)
` [PATCH bpf-next 2/2 v2] selftests/bpf: Test "

[PATCH v2 00/21] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-10-19 16:59 UTC  (3+ messages)
` [PATCH v2 04/21] ACPI: CPPC: add cppc enable register function


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.