All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-30 17:23:58 to 2021-09-30 18:17:20 UTC [more...]

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

stable-rc/queue/4.4 build: 180 builds: 0 failed, 180 passed, 5 warnings (v4.4.285-24-gf1d8da39d755)
 2021-09-30 18:16 UTC 

[PATCH] PCI: rcar: Add missing COMMON_CLK dependency
 2021-09-30 18:16 UTC  (4+ messages)

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-09-30 18:15 UTC  (10+ messages)

[PATCH u-boot-marvell v3 00/39] kwboot higher baudrate
 2021-09-30 18:14 UTC  (2+ messages)

[syzbot] memory leak in bsg_register_queue
 2021-09-30 18:13 UTC  (2+ messages)

nft set load metrics
 2021-09-30 18:12 UTC  (6+ messages)

[PATCH] proc: Disable /proc/$pid/wchan
 2021-09-30 18:12 UTC  (3+ messages)

[PATCH 0/5] drm/vc4: hdmi: Remove CPU hangs, take 2
 2021-09-30 18:09 UTC  (11+ messages)
` [PATCH 1/5] clk: bcm-2835: Pick the closest clock rate
` [PATCH 2/5] clk: bcm-2835: Remove rounding up the dividers

[PATCH net] virtio-net: suppress bad irq warning for tx napi
 2021-09-30 18:10 UTC  (13+ messages)

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-30 18:08 UTC  (9+ messages)
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-30 18:08 UTC  (15+ messages)
` [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event
` [PATCH v2 06/11] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call

[PATCH v4 00/15] x86: Add support for Clang CFI
 2021-09-30 18:05 UTC  (32+ messages)
` [PATCH v4 01/15] objtool: Add CONFIG_CFI_CLANG support
` [PATCH v4 02/15] objtool: Add ASM_STACK_FRAME_NON_STANDARD
` [PATCH v4 03/15] linkage: Add DECLARE_ASM_FUNC_SYMBOL
` [PATCH v4 04/15] cfi: Add DEFINE_CFI_IMMEDIATE_RETURN_STUB
` [PATCH v4 05/15] tracepoint: Exclude tp_stub_func from CFI checking
` [PATCH v4 06/15] ftrace: Use an opaque type for functions not callable from C
` [PATCH v4 07/15] lkdtm: Disable UNSET_SMEP with CFI
` [PATCH v4 08/15] lkdtm: Use an opaque type for lkdtm_rodata_do_nothing
` [PATCH v4 09/15] x86: Use an opaque type for functions not callable from C
` [PATCH v4 10/15] x86/purgatory: Disable CFI
` [PATCH v4 11/15] x86, relocs: Ignore __typeid__ relocations
` [PATCH v4 12/15] x86, module: "
` [PATCH v4 13/15] x86, cpu: Use LTO for cpu.c with CFI
` [PATCH v4 14/15] x86, kprobes: Fix optprobe_template_func type mismatch
` [PATCH v4 15/15] x86, build: Allow CONFIG_CFI_CLANG to be selected

[PATCH v2 00/84] Call scsi_done() directly
 2021-09-30 18:08 UTC  (5+ messages)
` [PATCH v2 45/84] libsas: "
` [PATCH v2 72/84] storvsc_drv: "

[PATCH v1 1/3] KVM: arm64: Add arch specific exit reasons
 2021-09-30 18:05 UTC  (10+ messages)
` [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of "

[regression] Bluetooth: Query LE tx power on startup broke Bluetooth on MacBookPro16,1
 2021-09-30 17:58 UTC  (4+ messages)
  ` [PATCH] Bluetooth: add quirk disabling query LE tx power

[PATCH v2 00/12] arm64: Kconfig: Update ARCH_EXYNOS select configs
 2021-09-30 18:02 UTC  (14+ messages)

[PATCH v2 0/2] mwifiex: Work around firmware bugs on 88W8897 chip
 2021-09-30 18:04 UTC  (4+ messages)
` [PATCH v2 2/2] mwifiex: Try waking the firmware until we get an interrupt

[Intel-gfx] [PATCH v2 1/9] drm/i915/display/psr: Handle plane and pipe restrictions at every page flip
 2021-09-30 18:03 UTC  (11+ messages)
` [Intel-gfx] [PATCH v2 4/9] drm/i915/display: Handle frontbuffer rendering when PSR2 selective fetch is enabled
` [Intel-gfx] [PATCH v2 5/9] drm/i915/display: Fix glitches when moving cursor with PSR2 selective fetch enabled
` [Intel-gfx] [PATCH v2 6/9] drm/i915/display/adlp: Optimize PSR2 power-savings in corner cases
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/9] drm/i915/display/psr: Handle plane and pipe restrictions at every page flip (rev2)

[PATCH][next] dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc()
 2021-09-30 18:00 UTC  (3+ messages)

[PATCH v6 0/7] Basic recovery for machine checks inside SGX
 2021-09-30 18:02 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/7] x86/sgx: Initial poison handling for dirty and free pages

[PATCH V6 0/8] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-09-30 18:02 UTC  (3+ messages)
` [PATCH V6 3/8] x86/hyperv: Add new hvcall guest address host visibility support

[PATCH] drm/amd: Guard IS_OLD_GCC assignment with CONFIG_CC_IS_GCC
 2021-09-30 18:00 UTC  (3+ messages)

Click this message for free money! [GIVEAWAY]
 2021-09-30 17:54 UTC 

[PATCH nf-next v5 0/6] Netfilter egress hook
 2021-09-30 18:00 UTC  (12+ messages)

[PATCH v2 00/17] arm64: Self-hosted trace related errata workarounds
 2021-09-30 17:57 UTC  (7+ messages)
` [PATCH v2 01/17] coresight: trbe: Fix incorrect access of the sink specific data
` [PATCH v2 03/17] coresight: trbe: Add a helper to calculate the trace generated

[PATCH 0/3] Use default values from settings instead of config
 2021-09-30 18:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] fsck: verify commit graph when implicitly enabled

[PATCH] drm/amd: Return NULL instead of false in dcn201_acquire_idle_pipe_for_layer()
 2021-09-30 17:59 UTC  (6+ messages)

[PATCH] parisc/unwind: use copy_from_kernel_nofault()
 2021-09-30 17:26 UTC 

kvm crash in 5.14.1?
 2021-09-30 17:59 UTC  (4+ messages)

[PATCH v1 1/4] dt-bindings: msm: add DT bindings for sc7280
 2021-09-30 17:58 UTC  (6+ messages)
` [PATCH v1 2/4] arm64: dts: qcom: sc7280: add display dt nodes

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-09-30 17:54 UTC  (5+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH v2] staging: r8188eu: remove rtl8188e_silentreset_for_specific_platform()
 2021-09-30 17:55 UTC 

[PATCH v5] kallsyms: new /proc/kallmodsyms with builtin modules
 2021-09-30 17:53 UTC  (4+ messages)

[PATCH v4 1/2] Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
 2021-09-30 17:50 UTC  (2+ messages)
` [PATCH v4 2/2] phy: mdio: fix memory leak

[virtio-dev] [PATCH v5 0/3] virtio: introduce VIRTIO_F_RING_RESET for reset queue
 2021-09-30 17:50 UTC  (4+ messages)
` [virtio-dev] [PATCH v5 1/3] virtio: introduce virtqueue reset as basic facility
` [PATCH v5 2/3] virtio: pci support virtqueue reset
` [PATCH v5 3/3] virtio: mmio "

[PATCH v2] x86/intel: Disable HPET on another Intel Coffee Lake platform
 2021-09-30 17:50 UTC  (7+ messages)
  ` [PATCH RFT] x86/hpet: Use another crystalball to evaluate HPET usability
        ` [PATCH RFT v2] "

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-30 17:47 UTC  (11+ messages)
` [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

[PATCH v3] drm/i915/bdb: Fix version check
 2021-09-30 17:46 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] acpi: Use U-Boot version for OEM_REVISION
 2021-09-30 17:46 UTC  (5+ messages)

[PATCH v3 00/13] qapi: static typing conversion, pt5b
 2021-09-30 17:43 UTC  (4+ messages)
` [PATCH v3 05/13] qapi/parser: improve detection of '@symbol:' preface

I love Gentoo!
 2021-09-30 17:36 UTC 

[Intel-wired-lan] [net-next 0/4] ice: miscellaneous firmware features
 2021-09-30 17:45 UTC  (3+ messages)
` [Intel-wired-lan] [net-next 1/4] ice: devlink: add shadow-ram region to snapshot Shadow RAM

[PATCH] interconnect: qcom: Fix endianness in an intermediate storage
 2021-09-30 17:47 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/19] MLX5 FreeBSD support
 2021-09-30 16:27 UTC  (5+ messages)

[dpdk-dev] [PATCH v1] lib/ring: remove experimental tag from functions
 2021-09-30 16:05 UTC 

[dpdk-dev] [PATCH 00/18] mlx5: sharing global MR cache between drivers
 2021-09-30 17:28 UTC  (19+ messages)
` [dpdk-dev] [PATCH 01/18] net/mlx5/windows: fix miss callback register for mem event
` [dpdk-dev] [PATCH 02/18] common/mlx5: share basic probing with the internal drivers
` [dpdk-dev] [PATCH 03/18] common/mlx5: share common definitions
` [dpdk-dev] [PATCH 04/18] common/mlx5: share memory related devargs
` [dpdk-dev] [PATCH 05/18] net/mlx5/windows: rearrange probing code
` [dpdk-dev] [PATCH 06/18] common/mlx5: move basic probing functions to common
` [dpdk-dev] [PATCH 07/18] net/mlx5: remove redundant flag in device config
` [dpdk-dev] [PATCH 08/18] common/mlx5: share device context object
` [dpdk-dev] [PATCH 09/18] common/mlx5: add ROCE disable in context device creation
` [dpdk-dev] [PATCH 10/18] common/mlx5: share the protection domain object
` [dpdk-dev] [PATCH 11/18] common/mlx5: share the HCA capabilities handle
` [dpdk-dev] [PATCH 12/18] net/mlx5: remove redundancy in MR file
` [dpdk-dev] [PATCH 13/18] common/mlx5: add MR ctrl init function
` [dpdk-dev] [PATCH 14/18] common/mlx5: add global MR cache create function
` [dpdk-dev] [PATCH 15/18] common/mlx5: share MR top-half search function
` [dpdk-dev] [PATCH 16/18] common/mlx5: share MR management
` [dpdk-dev] [PATCH 17/18] common/mlx5: support device DMA map and unmap
` [dpdk-dev] [PATCH 18/18] common/mlx5: share MR mempool registration

[PATCH] objtool: Teach get_alt_entry() about more relocation types
 2021-09-30 17:41 UTC  (3+ messages)

[Intel-gfx] [PATCH v4] drm/i915: Update memory bandwidth formulae
 2021-09-30 17:41 UTC 

[PATCH v2 1/2] mm, thp: check page mapping when truncating page cache
 2021-09-30 17:39 UTC  (14+ messages)

Oops in during sriov_enable with ixgbe driver
 2021-09-30 17:38 UTC  (5+ messages)
` [Intel-wired-lan] "

Status of the various RISC-V specification and policy
 2021-09-30 17:38 UTC  (4+ messages)

[PATCH] drm/amd/display: fix DCC settings for DCN3
 2021-09-30 17:37 UTC  (6+ messages)

merging pull requests
 2021-09-30 17:33 UTC 

[PATCH 0/8 v2] Quota fixes for e2fsprogs
 2021-09-30 17:32 UTC  (3+ messages)
` [PATCH 1/8] quota: Add support to version 0 quota format

[PATCH v1 1/2] driver core: fw_devlink: Add support for FWNODE_FLAG_BROKEN_PARENT
 2021-09-30 17:31 UTC  (12+ messages)

[dpdk-dev] [RFC] mempool: implement index-based per core cache
 2021-09-30 17:27 UTC 

[syzbot] WARNING in __nf_unregister_net_hook (4)
 2021-09-30 17:27 UTC  (2+ messages)

[PATCH V1 1/1] soc: qcom: smp2p: add feature negotiation and ssr ack feature support
 2021-09-30 17:29 UTC  (2+ messages)

[Devel] ACPICA version 20210930 released
 2021-09-30 17:26 UTC 

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-09-30 17:24 UTC  (14+ messages)

Issues with A3720 PCIe controller driver pci-aardvark.c
 2021-09-30 17:22 UTC  (2+ messages)

[dpdk-dev] [PATCH] vdpa/ifc: increase readability in function
 2021-09-30 17:24 UTC  (4+ messages)
` [dpdk-dev] [PATCH] [v3] "

[PATCH v2 0/6] Add device filter support
 2021-09-30 17:23 UTC  (11+ messages)
` [PATCH v2 2/6] driver core: Add common support to skip probe for un-authorized devices


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.