All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-18 18:41:15 to 2021-10-18 19:22:58 UTC [more...]

[Buildroot] [PATCH] package/putty: bump version to 0.76
 2021-10-18 19:20 UTC  (2+ messages)

[Buildroot] [git commit] package/putty: bump version to 0.76
 2021-10-18 19:19 UTC 

[PULL v2 00/23] Pull bsd user 20211018 patches
 2021-10-18 19:01 UTC  (21+ messages)
` [PULL v2 01/23] bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
` [PULL v2 02/23] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
` [PULL v2 03/23] bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
` [PULL v2 04/23] bsd-user/mmap.c: mmap return ENOMEM on overflow
` [PULL v2 05/23] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
` [PULL v2 06/23] bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
` [PULL v2 07/23] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
` [PULL v2 08/23] bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
` [PULL v2 09/23] bsd-user/mmap.c: assert that target_mprotect cannot fail
` [PULL v2 10/23] meson: *-user: only descend into *-user when configured
` [PULL v2 11/23] bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
` [PULL v2 12/23] bsd-user/strace.list: Remove support for FreeBSD versions "
` [PULL v2 13/23] bsd-user: TARGET_RESET define is unused, remove it
` [PULL v2 14/23] bsd-user: export get_errno and is_error from syscall.c
` [PULL v2 15/23] bsd-user/errno_defs.h: Add internal error numbers
` [PULL v2 16/23] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PULL v2 17/23] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
` [PULL v2 19/23] bsd-user: Remove used from TaskState
` [PULL v2 21/23] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PULL v2 22/23] bsd-user: Rename sigqueue to qemu_sigqueue

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

[Buildroot] [git commit] package/hidapi: bump to version 0.11.0
 2021-10-18 19:19 UTC 

[Buildroot] [PATCH 1/1] package/hidapi: bump to version 0.11.0
 2021-10-18 19:19 UTC  (2+ messages)

[PATCH v3] dt-bindings: input: Convert Silead GSL1680 binding to a schema
 2021-10-18 19:22 UTC  (2+ messages)

[Buildroot] [git commit] package/bcm2835: bump version to 1.70
 2021-10-18 19:16 UTC 

[Buildroot] [git commit] package/hiredis: security bump to version 1.0.2
 2021-10-18 19:18 UTC 

[Buildroot] [PATCH 1/1] package/hiredis: security bump to version 1.0.2
 2021-10-18 19:18 UTC  (2+ messages)

[PATCH v2] staging: vt6655: fix camelcase byData in card.c
 2021-10-18 19:21 UTC  (2+ messages)

[Buildroot] [git commit] package/opencv4: bump to version 4.5.4
 2021-10-18 19:16 UTC 

[Buildroot] [PATCH] configs/snps_*: Update packages versions for Synopsys configs
 2021-10-18 19:18 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/opencv4: bump to version 4.5.4
 2021-10-18 19:16 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/bcm2835: bump version to 1.70
 2021-10-18 19:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] DEVELOPERS: remove qemu_cksy
 2021-10-18 19:16 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: remove qemu_cksy
 2021-10-18 19:15 UTC 

[PATCH] ASoC: Intel: Unify HDAudio-ext bus initialization
 2021-10-18 19:21 UTC 

[Buildroot] [git commit branch/2021.08.x] DEVELOPERS: add Joachim Wiberg for libuev
 2021-10-18 19:04 UTC 

[Buildroot] [git commit branch/2021.02.x] DEVELOPERS: add Joachim Wiberg for libuev
 2021-10-18 19:04 UTC 

[PATCH v3 0/4] usb: dwc2: fill in gadget caps, configure it for stm32mp15
 2021-10-18 19:19 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: usb: dwc2: Add reference to usb-drd.yaml
` [PATCH v3 2/4] dt-bindings: usb: dwc2: adopt otg properties defined in usb-drd.yaml

[PATCH memcg 0/1] false global OOM triggered by memcg-limited task
 2021-10-18 19:18 UTC  (10+ messages)

[PATCH v4 00/12] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-10-18 19:18 UTC  (3+ messages)
` [PATCH v4 07/12] virtiofsd: Let lo_inode_open() return a TempFd
  ` [Virtio-fs] "

main - dev-cache: better detection of filesystem
 2021-10-18 19:18 UTC 

[PATCH v3 0/9] add the imx8m pcie phy driver and imx8mm pcie support
 2021-10-18 19:18 UTC  (3+ messages)
` [PATCH v3 6/9] dt-bindings: imx6q-pcie: Add PHY phandles and name properties

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-18 19:18 UTC  (5+ messages)
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler

[PATCH v6 1/7] mei: bus: add client dma interface
 2021-10-18 19:17 UTC  (4+ messages)
` [PATCH v6 2/7] iwlwifi: mei: add the driver to allow cooperation with CSME

[Buildroot] [git commit branch/2021.08.x] package/dbus-python: bump to version 1.2.18
 2021-10-18 18:57 UTC 

[dpdk-dev] [PATCH 0/3] net/sfc: support transfer rule proxy
 2021-10-18 19:16 UTC  (2+ messages)

[RFC net-next 0/6] ethernet: add eth_hw_addr_set_port()
 2021-10-18 19:15 UTC  (8+ messages)
` [RFC net-next 3/6] ethernet: prestera: use eth_hw_addr_set_port()

stable-rc/linux-4.9.y build: 182 builds: 3 failed, 179 passed, 2 errors, 34 warnings (v4.9.286-52-g7a8fb7a85d11)
 2021-10-18 19:14 UTC 

[PATCH 1/9] drm/i915: mark dmabuf objects as ALLOC_USER
 2021-10-18 19:13 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] ARM: drop cc-option fallbacks for architecture selection
 2021-10-18 19:10 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.08.x] package/rng-tools: bump to version 6.14
 2021-10-18 19:03 UTC 

[PATCH v2] x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
 2021-10-18 19:10 UTC  (3+ messages)

[linux-lvm] Discussion: performance issue on event activation mode
 2021-10-18 16:56 UTC  (12+ messages)

[linux-lvm] Recovering "broken" disk ( 17th )
 2021-10-18 14:49 UTC  (2+ messages)

[PATCH net-next] mlx5: prevent 64bit divide
 2021-10-18 19:10 UTC  (2+ messages)

futher decouple DAX from block devices
 2021-10-18 12:25 UTC  (3+ messages)
` [PATCH 07/11] dax: remove dax_capable
  ` [dm-devel] "

[PATCH v3 0/5] clk: uniphier: Introduce some clock features and NX1 support
 2021-10-18 19:06 UTC  (7+ messages)
` [PATCH v3 2/5] dt-bindings: clock: uniphier: Add NX1 clock binding
` [PATCH v3 4/5] dt-bindings: clock: uniphier: Add clock binding for SoC-glue

[PATCH 01/14] vim: Backport fix for CVE-2021-3770
 2021-10-18 19:07 UTC  (9+ messages)
  ` [OE-core] [RFC PATCH 14/14] layer.conf: Extend recipes not to install without explict dependencies

[Intel-gfx] [PATCH 0/9] drm/i915: Move PCH modeset code into its own file
 2021-10-18 19:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Move PCH modeset code into its own file (rev2)

Start using github security advisories
 2021-10-18 19:06 UTC  (4+ messages)

[PATCH v3 0/8] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-10-18 19:06 UTC  (3+ messages)
` [PATCH v3 7/8] dt-bindings: net: phy: Add 10-baseT1L 2.4 Vpp

❌ FAIL: Test report for kernel 5.15.0-rc5 (mainline.kernel.org-clang, cf52ad5f)
 2021-10-18 19:06 UTC 

[Intel-wired-lan] [PATCH net-next v6 3/3] iavf: Fix init and watchdog state machines
 2021-10-18 19:05 UTC  (3+ messages)

[Buildroot] [git commit branch/2021.02.x] package/dbus-python: bump to version 1.2.18
 2021-10-18 18:57 UTC 

BMI160 accelerometer on AyaNeo tablet
 2021-10-18 19:02 UTC  (4+ messages)

[1.46][PATCH 0/8] Backport fixes for Python 3.10 compatibility
 2021-10-18 19:01 UTC  (9+ messages)
` [1.46][PATCH 1/8] compat.py: remove file since it no longer actually implements anything
` [1.46][PATCH 2/8] bitbake: correct the collections vs collections.abc deprecation
` [1.46][PATCH 3/8] bitbake: fix regexp deprecation warnings
` [1.46][PATCH 4/8] bitbake: do not import imp in layerindexlib
` [1.46][PATCH 5/8] bitbake: adjust parser error check for python 3.10 compatibility
` [1.46][PATCH 6/8] bitbake: correct deprecation warning in process.py
` [1.46][PATCH 7/8] test/fetch: Update urls to match upstream branch name changes
` [1.46][PATCH 8/8] hashserv: let asyncio discover the running loop

Problems about Stage-2 translation
 2021-10-18 19:01 UTC  (5+ messages)

[PATCH] staging: sm750fb: make pointers in array const
 2021-10-18 19:01 UTC  (9+ messages)
` [Outreachy kernel] "

[PATCH v7 00/21] Add LoongArch linux-user emulation support
 2021-10-18 18:57 UTC  (7+ messages)
` [PATCH v7 16/21] target/loongarch: Add disassembler

[PATCH] KVM: cleanup allocation of rmaps and page tracking data
 2021-10-18 18:58 UTC  (3+ messages)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-18 18:58 UTC  (4+ messages)
` [PATCH v11 10/14] btrfs: add send stream v2 definitions

[PATCH v2 0/2] roms/edk2: Avoid cloning unused cmocka submodule
 2021-10-18 18:55 UTC  (4+ messages)

[PATCH] rtc: s3c: Remove usage of devm_rtc_device_register()
 2021-10-18 18:57 UTC  (2+ messages)

[syzbot] divide error in mac80211_hwsim_bss_info_changed (2)
 2021-10-18 18:56 UTC 

[PATCH] kvm: x86: mmu: Make NX huge page recovery period configurable
 2021-10-18 18:55 UTC  (3+ messages)

[syzbot] divide error in genelink_tx_fixup
 2021-10-18 18:55 UTC 

[PATCH] usb: dwc3: gadget: Remove dev_err() when queuing to inactive gadget/ep
 2021-10-18 18:55 UTC  (4+ messages)

[syzbot] divide error in mwifiex_usb_dnld_fw
 2021-10-18 18:55 UTC 

stable-rc/linux-4.19.y build: 190 builds: 6 failed, 184 passed, 2 errors, 33 warnings (v4.19.211-63-g30fdb0bbff04)
 2021-10-18 18:54 UTC 

[Buildroot] [git commit branch/2021.08.x] DEVELOPERS: drop Arthur Courtel
 2021-10-18 18:53 UTC 

[Buildroot] [git commit branch/2021.02.x] DEVELOPERS: drop Arthur Courtel
 2021-10-18 18:54 UTC 

[PULL 00/23] Pull bsd user 20211018 patches
 2021-10-18 18:48 UTC  (5+ messages)
` [PULL 07/23] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag

[Intel-wired-lan] [PATCH net-next v6 2/3] iavf: Add __IAVF_INIT_FAILED state
 2021-10-18 18:51 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v6 1/3] iavf: Refactor iavf state machine tracking
 2021-10-18 18:50 UTC  (2+ messages)

[PATCH v13 02/10] PCI: kirin: Add support for a PHY layer
 2021-10-18 18:48 UTC  (3+ messages)

[PATCH 00/22] Explicitly deny IRQ0 in the USB host drivers
 2021-10-18 18:39 UTC  (10+ messages)
` [PATCH 01/22] usb: host: ehci-exynos: deny IRQ0
` [PATCH 05/22] usb: host: ehci-platform: "
` [PATCH 07/22] usb: host: ehci-st: "
` [PATCH 08/22] usb: host: ohci-at91: "
` [PATCH 10/22] usb: host: ohci-exynos: "
` [PATCH 11/22] usb: host: ohci-at91: "
` [PATCH 17/22] usb: host: ohci-st: "
` [PATCH 20/22] usb: host: xhci-mtk: "
` [PATCH 22/22] usb: host: xhci-tegra: "

[PATCH v2] blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
 2021-10-18 18:49 UTC  (2+ messages)

Can EFI memory descriptors overlap? [PING v1]
 2021-10-18 18:49 UTC 

[PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
 2021-10-18 18:47 UTC  (2+ messages)

[PATCH] sstate: fix touching files inside pseudo
 2021-10-18 18:47 UTC 

[PATCH v3 0/13] net: phy: Add qca8081 ethernet phy driver
 2021-10-18 18:47 UTC  (5+ messages)
` [PATCH v3 04/13] net: phy: at803x: use GENMASK() for speed status
` [PATCH v3 05/13] net: phy: add qca8081 ethernet phy driver

[Buildroot] [Bug 14281] New: Boot process stuck at "GRUB loading.." since 2021.02.1
 2021-10-18 18:47 UTC  (2+ messages)
` [Buildroot] [Bug 14281] "

+ mm-list_lruc-prefer-struct_size-over-open-coded-arithmetic.patch added to -mm tree
 2021-10-18 18:46 UTC 

sd .img partition loop support
 2021-10-18 18:45 UTC 

[OE-core] classes/lib/useradd: The option -P is deprecated
 2021-10-18 18:44 UTC 

Problem with direct IO
 2021-10-18 18:43 UTC  (3+ messages)

[PULL 00/17] MIPS patches for 2021-10-18
 2021-10-18 18:41 UTC  (2+ messages)

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-10-18 18:31 UTC  (3+ messages)
` [PATCH v3] branch: add flags and config to inherit tracking

[PATCH v7 00/10] Add TDX Guest Support (#VE handler support)
 2021-10-18 18:42 UTC  (6+ messages)
` [PATCH v7 05/10] x86/tdx: Handle port I/O

[PATCH v2] KVM: x86: avoid warning with -Wbitwise-instead-of-logical
 2021-10-18 18:41 UTC  (2+ messages)

[mcgrof-next:20211011-for-axboe-add-disk-error-handling 24/24] drivers/md/md.c:5705:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute
 2021-10-18 18:40 UTC 


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.