All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-27 18:03:41 to 2021-10-27 18:53:25 UTC [more...]

[PULL 0/8] 9p queue 2021-10-27
 2021-10-27 18:44 UTC  (5+ messages)

[PATCH v4 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-10-27 18:52 UTC  (3+ messages)
` [PATCH v4 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device

[PATCH v5 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-27 18:44 UTC  (43+ messages)
` [PATCH v5 01/38] arm64/sve: Make sysctl interface for SVE reusable by SME
` [PATCH v5 02/38] arm64/sve: Generalise vector length configuration prctl() for SME
` [PATCH v5 03/38] arm64/sve: Minor clarification of ABI documentation
` [PATCH v5 04/38] kselftest/arm64: Parameterise ptrace vector length information
` [PATCH v5 05/38] kselftest/arm64: Allow signal tests to trigger from a function
` [PATCH v5 06/38] kselftest/arm64: Add a test program to exercise the syscall ABI
` [PATCH v5 07/38] tools/nolibc: Implement gettid()
` [PATCH v5 08/38] arm64: Document boot requirements for FEAT_SME_FA64
` [PATCH v5 09/38] arm64: cpufeature: Add has_feature_flag() match function
` [PATCH v5 10/38] arm64/sme: Provide ABI documentation for SME
` [PATCH v5 11/38] arm64/sme: System register and exception syndrome definitions
` [PATCH v5 12/38] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v5 13/38] arm64/sme: Early CPU setup for SME
` [PATCH v5 14/38] arm64/sme: Basic enumeration support
` [PATCH v5 15/38] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v5 16/38] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v5 17/38] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v5 18/38] arm64/sme: Implement support for TPIDR2
` [PATCH v5 19/38] arm64/sme: Implement SVCR context switching
` [PATCH v5 20/38] arm64/sme: Implement streaming SVE "
` [PATCH v5 21/38] arm64/sme: Implement ZA "
` [PATCH v5 22/38] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v5 23/38] arm64/sme: Implement streaming SVE signal handling
` [PATCH v5 24/38] arm64/sme: Implement ZA "
` [PATCH v5 25/38] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v5 26/38] arm64/sme: Add ptrace support for ZA
` [PATCH v5 27/38] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v5 28/38] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v5 29/38] arm64/sme: Provide Kconfig for SME
` [PATCH v5 30/38] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v5 31/38] kselftest/arm64: Add tests for TPIDR2
` [PATCH v5 32/38] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v5 33/38] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v5 34/38] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v5 35/38] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v5 36/38] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v5 37/38] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v5 38/38] kselftest/arm64: Add SME support to syscall ABI test

[PATCH v2 00/32] target/mips: Fully convert MSA opcodes to decodetree
 2021-10-27 18:07 UTC  (28+ messages)
` [PATCH v2 01/32] target/mips: Fix MSA MADDV.B opcode
` [PATCH v2 02/32] target/mips: Fix MSA MSUBV.B opcode
` [PATCH v2 03/32] tests/tcg/mips: Run MSA opcodes tests on user-mode emulation
` [PATCH v2 04/32] target/mips: Use dup_const() to simplify
` [PATCH v2 05/32] target/mips: Have check_msa_access() return a boolean
` [PATCH v2 06/32] target/mips: Use enum definitions from CPUMIPSMSADataFormat enum
` [PATCH v2 07/32] target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_v
` [PATCH v2 09/32] target/mips: Convert MSA I5 instruction format to decodetree
` [PATCH v2 10/32] target/mips: Convert MSA BIT "
` [PATCH v2 11/32] target/mips: Convert MSA SHF opcode "
` [PATCH v2 12/32] target/mips: Convert MSA I8 instruction format "
` [PATCH v2 13/32] target/mips: Convert MSA load/store "
` [PATCH v2 14/32] target/mips: Convert MSA 2RF "
` [PATCH v2 15/32] target/mips: Convert MSA FILL opcode "
` [PATCH v2 16/32] target/mips: Convert MSA 2R instruction format "
` [PATCH v2 18/32] target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)
` [PATCH v2 19/32] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)
` [PATCH v2 20/32] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)
` [PATCH v2 22/32] target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)
` [PATCH v2 23/32] target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)
` [PATCH v2 24/32] target/mips: Convert MSA ELM instruction format to decodetree
` [PATCH v2 25/32] target/mips: Convert MSA COPY_U opcode "
` [PATCH v2 27/32] target/mips: Convert MSA MOVE.V "
` [PATCH v2 28/32] target/mips: Convert CFCMSA "
` [PATCH v2 29/32] target/mips: Convert CTCMSA "
` [PATCH v2 30/32] target/mips: Remove generic MSA opcode
` [PATCH v2 31/32] target/mips: Remove one MSA unnecessary decodetree overlap group

[PATCH RESEND] ASoC: fix unmet dependencies on GPIOLIB for SND_SOC_DMIC
 2021-10-27 18:48 UTC  (2+ messages)

[PATCH 0/3] Documentation: change "folder" to "directory"
 2021-10-27 18:48 UTC  (4+ messages)

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-27 18:39 UTC  (8+ messages)
` [PATCH 05/16] arm: qemu: Add a devicetree file for qemu_arm64

[PATCH v3 0/5] Builtin FSMonitor Part 2
 2021-10-27 18:46 UTC  (5+ messages)
` [PATCH v4 00/29] "
  ` [PATCH v4 01/29] fsmonitor: enhance existing comments

[v2,for-rc] RDMA/qedr: qedr crash while running rdma-tool
 2021-10-27 18:45 UTC  (4+ messages)
    ` [EXT] "

[PATCH v2] backlight: lp855x: Switch to atomic PWM API
 2021-10-27 18:45 UTC 

[PATCH] f2fs: remove circular locking between sb_internal and fs_reclaim
 2021-10-27 18:36 UTC  (9+ messages)
` [f2fs-dev] "

vDPA bus driver selection
 2021-10-27 18:45 UTC  (2+ messages)

[PATCH] PCI: Use unsigned int type explicitly when declaring variables
 2021-10-27 18:44 UTC  (2+ messages)

[PATCH 0/6] crypto: DRBG - improve 'nopr' reseeding
 2021-10-27 18:44 UTC  (7+ messages)
` [PATCH 4/6] crypto: DRBG - make reseeding from get_random_bytes() synchronous

[GIT PULL] devfreq next for 5.16
 2021-10-27 18:44 UTC  (2+ messages)

[v3,for-rc] RDMA/qedr: qedr crash while running rdma-tool
 2021-10-27 18:43 UTC 

next/master baseline: 244 runs, 2 regressions (next-20211027)
 2021-10-27 18:43 UTC 

[PATCH v7 3/3] drm/bridge: ti-sn65dsi86: Implement the pwm_chip
 2021-10-27 18:43 UTC  (2+ messages)

[PATCH v2 0/5] Refactor thermal pressure update to avoid code duplication
 2021-10-27 18:43 UTC  (4+ messages)
` [PATCH v2 1/5] arch_topology: Introduce thermal pressure update function

[PATCH RESEND v2 2/2] drm/panel/tianma-tl057fvxp01: add panel for Motorola Moto G6
 2021-10-27 18:42 UTC  (3+ messages)

[PATCH v2 1/4] drm/i915/clflush: fixup handling of cache_dirty
 2021-10-27 18:41 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/4] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v5 bpf-next 0/5] Implement bloom filter map
 2021-10-27 18:41 UTC  (5+ messages)
` [PATCH v5 bpf-next 2/5] libbpf: Add "map_extra" as a per-map-type extra flag

[PATCH] drm/i915: Add NO_VLV_DISP_PW_DPIO_CMN_BC_INIT quirk
 2021-10-27 18:39 UTC  (4+ messages)
    ` [Intel-gfx] "

[syzbot] KASAN: slab-out-of-bounds Read in copy_data
 2021-10-27 18:38 UTC  (8+ messages)

[PATCH] ACPI: APEI: mark apei_hest_parse
 2021-10-27 18:37 UTC  (3+ messages)
  ` [Devel] "

[PATCH v2 00/41] Initial implementation of standard boot
 2021-10-27 18:34 UTC  (8+ messages)
` [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-27 18:35 UTC  (3+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory

[PATCH v1 1/2] x86: tangier: pinmux: Move is_protected assignment closer to its user
 2021-10-27 18:34 UTC  (4+ messages)
` [PATCH v1 2/2] x86: tangier: pinmux: Move error message to the caller

[PATCH] ACPI: glue: Use acpi_device_adr() in acpi_find_child_device()
 2021-10-27 17:35 UTC  (4+ messages)

[PATCH] staging: rtl8192e: remove condition with no effect
 2021-10-27 18:34 UTC 

[PATCH v6 00/21] drm/bridge: Make panel and bridge probe order consistent
 2021-10-27 18:34 UTC  (3+ messages)
` [PATCH v6 20/21] drm/kirin: dsi: Adjust probe order

[PATCH 0/6] Add touch-keys support to the Zinitix touch driver
 2021-10-27 18:33 UTC  (9+ messages)
` [PATCH 1/6] input: touchscreen: zinitix: Make sure the IRQ is allocated before it gets enabled
` [PATCH 2/6] dt-bindings: input/ts/zinitix: Convert to YAML, fix and extend
` [PATCH 3/6] Input: zinitix - Handle proper supply names
` [PATCH 4/6] input: touchscreen: zinitix: Add compatible for bt532
` [PATCH 5/6] dt-bindings: input: zinitix: Document touch-keys support
` [PATCH 6/6] input: touchscreen: zinitix: Add touchkey support

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-10-27 18:32 UTC  (14+ messages)
` [PATCH v5 02/26] doc: Add documentation about devicetree usage

[PATCH v4 1/2] arm: mvebu: Implement the mac command (Marvell hw_info)
 2021-10-27 18:32 UTC  (3+ messages)
` [PATCH v4 2/2] arm: mvebu: add Globalscale MOCHAbin support

[PATCH v1] drm: import DMA_BUF module namespace
 2021-10-27 18:30 UTC  (3+ messages)

Start using github security advisories
 2021-10-27 18:29 UTC  (5+ messages)

[PATCH V6 00/20] RTLA: An interface for osnoise/timerlat tracers
 2021-10-27 18:29 UTC  (4+ messages)
` [PATCH V6 11/20] rtla/osnoise: Add the hist mode

[PATCH 1/1] include/linux/byteorder/generic.h: fix index variables
 2021-10-27 18:27 UTC  (2+ messages)

[RFC 0/8] Hardening page _refcount
 2021-10-27 18:27 UTC  (14+ messages)
` [RFC 1/8] mm: add overflow and underflow checks for page->_refcount
` [RFC 3/8] mm: Avoid using set_page_count() in set_page_recounted()

[Buildroot] [PATCH] package/python-esptool: bump version to 3.2
 2021-10-27 18:26 UTC 

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-27 18:11 UTC  (18+ messages)

[meta-freescale] linux-fsl 5.10 kernels don't appear to have multi-lane in sound/soc/fsl/fsl_sai.c
 2021-10-27 18:24 UTC  (7+ messages)

[PATCH] ACPI, APEI, EINJ: Relax platform response timeout to 1 second
 2021-10-27 18:24 UTC  (4+ messages)
` [PATCH v3] "

[igt-dev] [PATCH] tests/kms_plane_cursor: igt_require_pipe_crc for test_init
 2021-10-27 18:24 UTC 

[PATCH] drm/amdgpu/gmc6: fix DMA mask
 2021-10-27 18:23 UTC  (2+ messages)

[PATCH 1/3] ath10k: fix division by zero in send path
 2021-10-27 18:23 UTC  (5+ messages)
` [PATCH 3/3] mwifiex: fix division by zero in fw download path

[PATCH v2 0/3] wireless: fix division by zero in USB drivers
 2021-10-27 18:22 UTC  (3+ messages)
` [PATCH v2 3/3] mwifiex: fix division by zero in fw download path

Issue with panic handling and ipmi
 2021-10-27 18:20 UTC  (11+ messages)
      ` [Openipmi-developer] "

5.14.9 aarch64 OOPS Workqueue: btrfs-delalloc btrfs_work_helper
 2021-10-27 18:22 UTC  (19+ messages)

[PATCH net] net: ethernet: microchip: lan743x: Fix skb allocation failure
 2021-10-27 18:23 UTC 

[PATCH v1] x86/fpu: Remove opmask state from avx512_timestamp check
 2021-10-27 18:21 UTC  (9+ messages)
` [PATCH v3 1/2] x86/fpu: Add helper function for tracking AVX512 status
  ` [PATCH v3 2/2] x86/xstate: Make AVX512 status tracking more accurate
` [PATCH v5 1/2] x86/fpu: Add helper function for tracking AVX512 status
  ` [PATCH v5 2/2] x86/xstate: Make AVX512 status tracking more accurate

[RFC 0/9] uapi/bpf.h for robots
 2021-10-27 18:20 UTC  (5+ messages)
` [RFC 7/9] bpf: split get_id and fd_by_id in bpf_attr

[PATCH v2 0/3] sparse-index: expand/collapse based on 'index.sparse'
 2021-10-27 18:20 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] test-read-cache.c: prepare_repo_settings after config init
  ` [PATCH v3 2/3] sparse-index: add ensure_correct_sparsity function
  ` [PATCH v3 3/3] sparse-index: update do_read_index to ensure correct sparsity

[PATCH v2 net-next] net: phy: microchip_t1: add cable test support for lan87xx phy
 2021-10-27 18:20 UTC 

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-10-27 18:18 UTC  (7+ messages)

[PATCH v1 0/2] ACPI: scan: Honor certain device identification rules
 2021-10-27 18:18 UTC  (6+ messages)

[PATCH V2 bpf-next 0/3] bpf: use 32bit safe version of u64_stats
 2021-10-27 18:17 UTC  (2+ messages)

[PATCH v5] xen-pciback: allow compiling on other archs than x86
 2021-10-27 18:06 UTC  (6+ messages)

[qemu-mainline bisection] complete build-armhf
 2021-10-27 18:17 UTC 

dt-bindings: treewide: Update @st.com email address to @foss.st.com
 2021-10-27 16:57 UTC  (6+ messages)

[PATCH for-5.16 v3 0/8] task work optimization
 2021-10-27 18:15 UTC  (2+ messages)

[PATCH v2] governance: communication channels
 2021-10-27 18:13 UTC  (3+ messages)

[PATCH 0/4] Fix/add optional file type handling for genfscon rules
 2021-10-27 18:12 UTC  (5+ messages)
` [PATCH 1/4] libsepol: Add support for file types in writing out policy.conf
` [PATCH 2/4] libsepol/cil: Allow optional file type in genfscon rules
` [PATCH 3/4] secilc/docs: Document the optional file type for "
` [PATCH 4/4] libsepol: Write out genfscon file type when writing out CIL policy

[net-next PATCH 0/2] Add a devlink param and documentation
 2021-10-27 18:11 UTC  (6+ messages)
` [net-next PATCH 1/2] octeontx2-pf: Add devlink param to init and de-init serdes
      ` Fw: [EXT] "
        `  "

[PATCH ethtool 0/2] Fix condition for showing MDI-X status
 2021-10-27 18:11 UTC  (3+ messages)
` [PATCH ethtool 1/2] netlink: settings: Correct duplicate condition
` [PATCH ethtool 2/2] netlink: settings: Drop port filter for MDI-X

[PATCH v2 1/1] kernel.h: split out instruction pointer accessors
 2021-10-27 18:09 UTC  (3+ messages)

[PATCH 1/1] video: fix positioning in TrueType console
 2021-10-27 18:10 UTC  (2+ messages)

[net-next PATCH v3 0/3] RVU Debugfs updates
 2021-10-27 18:07 UTC  (4+ messages)
` [net-next PATCH v3 1/3] octeontx2-af: debugfs: Minor changes
` [net-next PATCH v3 2/3] octeontx2-af: cn10k: debugfs for dumping LMTST map table
` [net-next PATCH v3 3/3] octeontx2-af: debugfs: Add channel and channel mask

[dpdk-dev] [PATCH] pdump: initialize snaplen if enabled by device id
 2021-10-27 18:08 UTC 

[PATCH] xen/arm: do not try to add pci-domain for disabled devices
 2021-10-27 18:07 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support
 2021-10-27 18:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Tile 4 plane format support (rev2)

[PATCH] wireless-regdb: Update regulatory rules for South Korea (KR)
 2021-10-27 18:06 UTC  (4+ messages)
` [PATCH v2] "
  ` [wireless-regdb] "

[PATCHv2 1/2] systemd: Do not install anything in /var/volatile
 2021-10-27 18:05 UTC  (2+ messages)
` [PATCHv2 2/2] insane.bbclass: Add a check for directories that are expected to be empty

What's cooking in git.git (Oct 2021, #06; Mon, 25)
 2021-10-27 18:04 UTC  (4+ messages)
` pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning (was: What's cooking in git.git (Oct 2021, #06; Mon, 25))
    ` pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning

[Intel-gfx] [PATCH v2 0/3] Prepare error capture for asynchronous migration
 2021-10-27 18:03 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 1/3] drm/i915: Introduce refcounted sg-tables
  `  "


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.