All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-27 10:30:43 to 2022-05-27 11:37:51 UTC [more...]

[PATCH 5.17 000/111] 5.17.12-rc1 review
 2022-05-27  8:49 UTC  (4+ messages)
` [PATCH 5.17 045/111] random: only wake up writers after zap if threshold was passed
` [PATCH 5.17 046/111] random: cleanup UUID handling
` [PATCH 5.17 047/111] random: unify cycles_t and jiffies usage and types

[PATCH 5.15 000/145] 5.15.44-rc1 review
 2022-05-27  8:48 UTC  (2+ messages)
` [PATCH 5.15 004/145] ACPI: sysfs: Fix BERT error region memory mapping

[RFC PATCH 0/1] stackdepot hash table autosizing
 2022-05-27 11:37 UTC  (2+ messages)
` [RFC PATCH 1/1] lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing

[PATCH 5.10 000/163] 5.10.119-rc1 review
 2022-05-27  8:48 UTC  (2+ messages)
` [PATCH 5.10 021/163] crypto: blake2s - optimize blake2s initialization

[Intel-gfx] [PATCH v6] drm/i915: Individualize fences before adding to dma_resv obj
 2022-05-27 11:37 UTC  (6+ messages)

Queries: Using ifdef CONFIG condition in dts files
 2022-05-27 11:36 UTC  (5+ messages)

[PATCH v4 bpf-next 00/14] net: netfilter: add kfunc helper to update ct timeout
 2022-05-27 11:36 UTC  (4+ messages)
` [PATCH v4 bpf-next 06/14] bpf: Whitelist some fields in nf_conn for BPF_WRITE

[libvirt PATCH] tools: add virt-qmp-proxy for proxying QMP clients to libvirt QEMU guests
 2022-05-27 11:32 UTC  (6+ messages)

[PATCH v2] media: imx-jpeg: Leave a blank space before the configuration data
 2022-05-27 11:33 UTC  (6+ messages)
  ` [EXT] "

[PATCH] spi: dt-bindings: Move 'rx-sample-delay-ns' to spi-peripheral-props.yaml
 2022-05-27 11:32 UTC  (4+ messages)

[PATCH net] net/ipv6: Change accept_unsolicited_na to accept_untracked_na
 2022-05-27 11:30 UTC  (3+ messages)

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:87:57: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2022-05-27 11:30 UTC 

[Buildroot] [PATCH 1/1] package/python3: fix unsafe openssl header path
 2022-05-27 11:29 UTC  (3+ messages)

[PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 10:46 UTC  (8+ messages)

[igt-dev] [PATCH i-g-t] intel_gpu_top: Don't show client header if no kernel support
 2022-05-27 11:29 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] mm: kmemleak: Skip check in kmemleak_*_phys when pfn bound is not ready
 2022-05-27 11:17 UTC  (5+ messages)

[PATCH net] ax25: Fix ax25 session cleanup problem in ax25_release
 2022-05-27 11:29 UTC  (3+ messages)

[GIT PULL] Crypto Fixes for 5.11
 2022-05-27 11:29 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes for 5.14
    ` [GIT PULL] Crypto Fixes for 5.15
        ` [GIT PULL] Crypto Fixes for 5.16
            ` [GIT PULL] Crypto Fixes for 5.17
                ` [GIT PULL] Crypto Fixes for 5.18
                  ` [GIT PULL] Crypto Fixes for 5.19

[patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-05-27 11:28 UTC  (13+ messages)
        ` clear_user (was: [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE)
                ` [PATCH] x86/clear_user: Make it faster

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2022-05-27 11:28 UTC  (4+ messages)
` [PATCH v1 5/5] examples/l3fwd: enable direct rearm mode

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2022-05-27 11:23 UTC  (3+ messages)
` [Bug 205089] "

two more btrfs read repair tests v2
 2022-05-27 11:22 UTC  (3+ messages)
` [PATCH 1/9] btrfs: add a helpers for read repair testing

[PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc
 2022-05-27 11:22 UTC  (5+ messages)

[Buildroot] [PATCH] boot/edk2: fix gcc 11 Werror
 2022-05-27 11:21 UTC 

[PATCH v5 00/15] IOMMU: superpage support when not sharing pagetables
 2022-05-27 11:21 UTC  (16+ messages)
` [PATCH v5 01/15] IOMMU/x86: restrict IO-APIC mappings for PV Dom0
` [PATCH v5 02/15] IOMMU/x86: perform PV Dom0 mappings in batches
` [PATCH v5 03/15] IOMMU/x86: support freeing of pagetables
` [PATCH v5 04/15] AMD/IOMMU: allow use of superpage mappings
` [PATCH v5 05/15] VT-d: "
` [PATCH v5 06/15] IOMMU: fold flush-all hook into "flush one"
` [PATCH v5 07/15] x86: introduce helper for recording degree of contiguity in page tables
` [PATCH v5 08/15] IOMMU/x86: prefill newly allocate "
` [PATCH v5 09/15] AMD/IOMMU: free all-empty "
` [PATCH v5 10/15] VT-d: "
` [PATCH v5 11/15] AMD/IOMMU: replace all-contiguous page tables by superpage mappings
` [PATCH v5 12/15] VT-d: "
` [PATCH v5 13/15] IOMMU/x86: add perf counters for page table splitting / coalescing
` [PATCH v5 14/15] VT-d: fold iommu_flush_iotlb{,_pages}()
` [PATCH v5 15/15] VT-d: fold dma_pte_clear_one() into its only caller

[PATCH] powerpc/64: Include cache.h directly in paca.h
 2022-05-27 11:20 UTC 

[PATCH] drivers: input: Directly use ida_alloc()/free()
 2022-05-27 11:20 UTC  (4+ messages)
  ` 答复: "

[PATCH] ppc: fix boot with sam460ex
 2022-05-27 10:51 UTC  (3+ messages)

[PATCH net-next] net: lan743x: PCI11010 / PCI11414 fix
 2022-05-27 11:20 UTC  (2+ messages)

[PATCH] net: usb: qmi_wwan: add Telit 0x1250 composition
 2022-05-27 11:20 UTC  (2+ messages)

Ingenic X SoC cache problems
 2022-05-27 11:19 UTC  (3+ messages)

[PATCH -next] Revert "evm: Fix memleak in init_desc"
 2022-05-27 11:17 UTC 

[Intel-gfx] [PATCH] drm/i915: Improve user experience and driver robustness under SIGINT or similar
 2022-05-27 11:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH 1/1] lpm: add a scalar version of lookupx4 function
 2022-05-27 11:16 UTC  (4+ messages)

[PATCH] drivers: fsi: Directly use ida_alloc()/free()
 2022-05-27 11:29 UTC  (2+ messages)

make -j check failing on master, interesting valgrind errors on qos-test vhost-user-blk-test/basic
 2022-05-27 11:02 UTC  (6+ messages)

[PATCH v4 0/9] Record/replay refactoring and stuff
 2022-05-27 10:46 UTC  (10+ messages)
` [PATCH v4 1/9] replay: fix event queue flush for qemu shutdown
` [PATCH v4 2/9] replay: notify vCPU when BH is scheduled
` [PATCH v4 3/9] replay: rewrite async event handling
` [PATCH v4 4/9] replay: simplify async event processing
` [PATCH v4 5/9] docs: convert docs/devel/replay page to rst
` [PATCH v4 6/9] docs: move replay docs to docs/system/replay.rst
` [PATCH v4 7/9] tests/avocado: update replay_linux test
` [PATCH v4 8/9] tests/avocado: add replay Linux tests for virtio machine
` [PATCH v4 9/9] tests/avocado: add replay Linux test for Aarch64 machines

[PATCH 0/2] add thread priority accessors
 2022-05-27 11:15 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] eal: get/set thread priority per thread identifier

[PATCH] crypto: octeontx2: fix potential null pointer access
 2022-05-27 11:14 UTC  (5+ messages)
  ` [EXT] "

[Intel-gfx] [CI] Revert "drm/i915: Add relocation exceptions for two other platforms"
 2022-05-27 11:12 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] procfs: add syscall statistics
 2022-05-27 11:09 UTC  (2+ messages)

[RFC 0/2] Add support for multiport controller
 2022-05-27 11:09 UTC  (7+ messages)
` [RFC 1/2] dt-bindings: usb: dwc3: Add support for multiport related properties
` [RFC 2/2] usb: dwc3: Refactor PHY logic to support Multiport Controller

[PATCH 5.18 00/47] 5.18.1-rc1 review
 2022-05-27 11:09 UTC 

[LTP] [PATCH] nice05: Add testcase for nice() syscall
 2022-05-27 11:07 UTC  (2+ messages)

[RESEND v1] Bluetooth: hci_qca: Return wakeup for qca_wakeup
 2022-05-27 11:07 UTC  (2+ messages)
` [RESEND,v1] "

[PATCH RFC 0/2] Add PLIC support for Renesas RZ/Five SoC
 2022-05-27 11:05 UTC  (4+ messages)
` [PATCH RFC 2/2] irqchip/sifive-plic: Add "

[PATCH RFC V2 06/10] irqchip/loongson-htvec: Add ACPI init support
 2022-05-27 11:02 UTC  (5+ messages)
` [PATCH RFC V2 07/10] irqchip/loongson-htvec: Add suspend/resume support
` [PATCH RFC V2 08/10] irqchip/loongson-liointc: Add ACPI init support
` [PATCH RFC V2 09/10] irqchip: Add Loongson Extended I/O interrupt controller support
` [PATCH RFC V2 10/10] irqchip: Add Loongson PCH LPC "

[PATCH RFC V2 00/10] irqchip: Add LoongArch-related irqchip drivers
 2022-05-27 11:02 UTC  (6+ messages)
` [PATCH RFC V2 01/10] irqchip: Adjust Kconfig for Loongson
` [PATCH RFC V2 02/10] irqchip: Add LoongArch CPU interrupt controller support
` [PATCH RFC V2 03/10] irqchip/loongson-pch-pic: Add ACPI init support
` [PATCH RFC V2 04/10] irqchip/loongson-pch-pic: Add suspend/resume support
` [PATCH RFC V2 05/10] irqchip/loongson-pch-msi: Add ACPI init support

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:87:57: error: unknown type name 'flags'
 2022-05-27 11:01 UTC 

[PATCH v6 0/2] Introduce MediaTek CCI devfreq driver
 2022-05-27 11:00 UTC  (9+ messages)
` [PATCH v6 1/2] dt-bindings: interconnect: Add MediaTek CCI dt-bindings
` [PATCH v6 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver

[PATCH net] net/mlx5: fix invalid structure access
 2022-05-27 11:01 UTC 

am335x: GPIOs in userspace
 2022-05-27 11:01 UTC 

[RFC v2 0/2] Add support for multiport controller
 2022-05-27 11:00 UTC  (4+ messages)
` [RFC v2 1/2] dt-bindings: usb: dwc3: Add support for multiport related properties

[RFC 0/1] refactor all tasklet users into other APIs
 2022-05-27 10:59 UTC  (6+ messages)
` [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

[RFC PATCH 0/3] x86/microcode: Drop old interface and default-disable late loading
 2022-05-27 10:58 UTC  (4+ messages)
` [RFC PATCH 2/3] x86/microcode: Default-disable "

[PATCH RFC V2 00/10] irqchip: Add LoongArch-related irqchip drivers
 2022-05-27 10:57 UTC 

[PATCH] virtio_balloon: check virtqueue_add_outbuf() return value
 2022-05-27 10:57 UTC  (3+ messages)

[PATCH 0/2] Add the property to make ocp level selectable
 2022-05-27 10:56 UTC  (6+ messages)
` [PATCH 2/2] backlight: rt4831: Add the property parsing for ocp level selection

[PATCH v3 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-05-27 10:55 UTC  (6+ messages)
` [PATCH v3 20/23] dt-bindings: ata: ahci: Add Baikal-T1 AHCI SATA controller DT schema

[PATCH v4 0/4] Implement vdpasim stop operation
 2022-05-27 10:55 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: don't flush TLB on GEN8
 2022-05-27 10:55 UTC  (4+ messages)
`  "

[xen-unstable test] 170751: tolerable FAIL
 2022-05-27 10:55 UTC 

next/pending-fixes build: 198 builds: 13 failed, 185 passed, 44 errors, 15 warnings (v5.18-9954-g9e21d180a100)
 2022-05-27 10:53 UTC 

[Bug 215576] New: HSP/HFP mSBC profile broken with QCA6174
 2022-05-27 10:52 UTC  (2+ messages)
` [Bug 215576] "

[PATCH] drivers: greybus: Directly use ida_alloc()/free()
 2022-05-27 11:13 UTC 

[Intel-gfx] [PATCH i-g-t 1/3] lib/igt_device_scan: Free filtered devices in igt_devices_free
 2022-05-27 10:50 UTC  (6+ messages)
` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 2/3] lib/drm_fdinfo: Ensure buffer is null terminated
  ` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 3/3] intel_gpu_top: Free all memory on exit
  ` [igt-dev] "

[PATCH V6 0/9] rework on the IRQ hardening of virtio
 2022-05-27 10:50 UTC  (12+ messages)
` [PATCH V6 2/9] virtio: use virtio_reset_device() when possible
` [PATCH V6 3/9] virtio: introduce config op to synchronize vring callbacks
` [PATCH V6 9/9] virtio: use WARN_ON() to warning illegal status value

1. incoming ax25 session cleanup and 2. re-sending DISC
 2022-05-27 10:48 UTC 

[PATCH 0/2] Refactor of vma_merge and new merge call
 2022-05-27 10:48 UTC  (3+ messages)
` [PATCH 1/2] [PATCH 1/2] mm: refactor of vma_merge()
` [PATCH 2/2] [PATCH 2/2] mm: add merging after mremap resize

[PATCH v3 0/9] cifs: Use iov_iters down to the network transport
 2022-05-27 10:45 UTC  (10+ messages)
` [PATCH v3 1/9] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH v3 2/9] iov_iter: Add a general purpose iteration function
` [PATCH v3 3/9] cifs: Add some helper functions
` [PATCH v3 4/9] cifs: Add a function to read into an iter from a socket
` [PATCH v3 5/9] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH v3 6/9] cifs: Remove unused code
` [PATCH v3 7/9] cifs: Trace writedata page wrangling
` [PATCH v3 8/9] cifs: Add some RDMA send tracepoints
` [PATCH v3 9/9] cifs, ksmbd: Fix MAX_SGE count for softiwarp

[kbuild] drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1292 gfx_v11_0_rlc_backdoor_autoload_copy_ucode() warn: should '1 << id' be a 64 bit type?
 2022-05-27 10:45 UTC  (3+ messages)

[PATCH] xfs: drop the useless LIST_HEAD in __mtd_del_partition()
 2022-05-27 10:45 UTC  (3+ messages)

stable-rc/queue/4.14 build: 191 builds: 3 failed, 188 passed, 2 errors, 28 warnings (v4.14.281-6-g635768163f4e1)
 2022-05-27 10:44 UTC 

stable-rc/linux-5.4.y build: 176 builds: 3 failed, 173 passed, 4 errors, 28 warnings (v5.4.196-11-g04a2bb5e4a0b)
 2022-05-27 10:41 UTC 

[congwang:sch_bpf 4/4] net/sched/sch_api.c:369:22: error: implicit declaration of function 'tcf_get_next_chain'
 2022-05-27 10:41 UTC 

[rppt:cet/kvm 16/51] arch/x86/mm/pgtable.c:617 maybe_mkwrite() warn: bitwise AND condition is false here
 2022-05-27 10:41 UTC 

[PATCH] IOMMU/x86: work around bogus gcc12 warning in hvm_gsi_eoi()
 2022-05-27 10:37 UTC 

[LTP] [PATCH v5] syscalls/mount_setattr01: Add basic functional test
 2022-05-27 10:36 UTC  (5+ messages)

[PATCH] UML: add support for KASAN under x86_64
 2022-05-27 10:36 UTC  (4+ messages)
` [RFC PATCH v3] "

[PATCH v3] clk: bcm2835: Round UART input clock up
 2022-05-27 10:29 UTC  (3+ messages)

[RFC] what to do with IOCB_DSYNC?
 2022-05-27 10:36 UTC  (11+ messages)

[Buildroot] [PATCH 0/4] Better wifi handling
 2022-05-27 10:33 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] package/wpa_supplicant: fixing "Invalid configuration line"
` [Buildroot] [PATCH 2/4] package/wpa_supplicant: adding ifupdown support
` [Buildroot] [PATCH 3/4] package/busybox: make udhcp discover faster
` [Buildroot] [PATCH 4/4] package/rtl8723ds: new package

Multiple errors with DVD drive
 2022-05-27 10:32 UTC  (3+ messages)

RDMA (smbdirect) testing
 2022-05-27 10:33 UTC  (2+ messages)
` UAF in smbd_reconnect() when using softIWarp

[PATCH] media: imx-jpeg: Correct some definition according specification
 2022-05-27 10:15 UTC  (6+ messages)
` [PATCH] media: imx-jpeg: Leave a blank space before the configuration data
    ` [EXT] "

dht11 vs iio-hwmon
 2022-05-27 10:31 UTC  (2+ messages)

[PATCH v4 0/2]ndctl/namespace: Fix and improve write-infoblock
 2022-05-27 10:30 UTC  (3+ messages)
` [PATCH v4 1/2] ndctl/namespace: Fix multiple issues with write-infoblock
` [PATCH v4 2/2] ndctl/namespace: Implement write-infoblock for sector mode namespaces


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.