All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-26 09:27:27 to 2022-01-26 09:57:09 UTC [more...]

[PATCH RFC v2 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-01-26  9:55 UTC 

[PATCH v3 0/9] vhost: improve logging
 2022-01-26  9:55 UTC  (10+ messages)
` [PATCH v3 1/9] vhost: improve IOTLB logs
` [PATCH v3 2/9] vhost: improve vDPA registration failure log
` [PATCH v3 3/9] vhost: improve Vhost layer logs
` [PATCH v3 4/9] vhost: improve Vhost-user "
` [PATCH v3 5/9] vhost: improve socket "
` [PATCH v3 6/9] vhost: improve Virtio-net "
` [PATCH v3 7/9] vhost: remove multi-line logs
` [PATCH v3 8/9] vhost: differentiate IOTLB logs
` [PATCH v3 9/9] vhost: use proper logging type for data path

[RFC PATCH] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
 2022-01-26  9:54 UTC  (2+ messages)

[PATCH v8 0/4] trace-cmd documentation update for v7 files
 2022-01-26  9:55 UTC  (5+ messages)
` [PATCH v8 1/4] trace-cmd: Update bash completion
` [PATCH v8 2/4] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH v8 3/4] tarce-cmd: Update record man page
` [PATCH v8 4/4] trace-cmd: Document trace file version 7

[PATCH net-next 0/7] net: stmmac/xpcs: modernise PCS support
 2022-01-26  9:55 UTC  (4+ messages)
` [PATCH net-next 4/7] net: stmmac/xpcs: convert to pcs_validate()

[PATCH] fastboot: only look up real partition names when no alias exists
 2022-01-26  9:54 UTC  (3+ messages)

[PATCH 0/5] iommu/amd: fixes for suspend/resume
 2022-01-26  9:54 UTC  (7+ messages)

[PATCH] media: i2c: max9286: Implement media entity .link_validate() operation
 2022-01-26  9:54 UTC  (2+ messages)

[PATCH v8 00/11]trace-cmd dump - v7 update
 2022-01-26  9:53 UTC  (12+ messages)
` [PATCH v8 01/11] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH v8 02/11] trace-cmd dump: Print compression header
` [PATCH v8 03/11] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH v8 04/11] trace-cmd dump: Read recursively all options sections
` [PATCH v8 05/11] trace-cmd dump: Read extended BUFFER option
` [PATCH v8 06/11] trace-cmd dump: Dump sections
` [PATCH v8 07/11] trace-cmd dump: Dump trace file version 7
` [PATCH v8 08/11] trace-cmd dump: Read strings sections from v7 trace files
` [PATCH v8 09/11] trace-cmd dump: Dump sections content
` [PATCH v8 10/11] trace-cmd dump: Add new argument --sections
` [PATCH v8 11/11] trace-cmd dump: Align better the output of flyrecord dump

[Virtio-fs] [virtiofsd] MR merged: Replace crate seccomp-sys with libseccomp-sys
 2022-01-26  9:53 UTC 

[PATCH 0/2] RISC-V: Correctly generate store/amo faults
 2022-01-26  9:50 UTC  (4+ messages)
` [PATCH 2/2] targett/riscv: rva: Correctly generate a store/amo fault

[PATCH v8 0/9] *trace-cmd convert
 2022-01-26  9:51 UTC  (10+ messages)
` [PATCH v8 1/9] trace-cmd library: Use output handler when copying data from input file
` [PATCH v8 2/9] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH v8 3/9] trace-cmd library: Copy CPU count between trace files
` [PATCH v8 4/9] trace-cmd library: New API to copy buffer description "
` [PATCH v8 5/9] trace-cmd library: New API to copy options "
` [PATCH v8 6/9] trace-cmd library: New API to copy trace data "
` [PATCH v8 7/9] trace-cmd library: Avoid memory leak when setting trace clock
` [PATCH v8 8/9] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v8 9/9] trace-cmd: Add new subcommand "convert"

[XEN PATCH v2 0/5] dom0less PV drivers
 2022-01-26  9:50 UTC  (10+ messages)
` [XEN PATCH v2 2/5] xen: export get_free_port

[Virtio-fs] [virtiofsd] MR opened: Drop membership of all supplementary groups (CVE-2022-0358)
 2022-01-26  9:50 UTC 

[igt-dev] [PATCH i-g-t v2] tests/i915/gem_render_copy_redux: reduce looping if on simulation
 2022-01-26  9:50 UTC  (2+ messages)

[PATCH net 0/2] Fix PTP issue in stmmac
 2022-01-26  9:47 UTC  (6+ messages)
` [PATCH net 1/2] net: stmmac: configure PTP clock source prior to PTP initialization
` [PATCH net v3 2/2] net: stmmac: skip only stmmac_ptp_register when resume from suspend

[PATCH bpf v2 0/4] Bugfixes for syncookie BPF helpers
 2022-01-26  9:49 UTC  (7+ messages)
` [PATCH bpf v2 1/4] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf v2 2/4] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
` [PATCH bpf v2 4/4] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie

[PATCH v8 00/20] Trace file version 7 - compression
 2022-01-26  9:49 UTC  (21+ messages)
` [PATCH v8 01/20] trace-cmd library: Add support for compression algorithms
` [PATCH v8 02/20] trace-cmd library: Internal helpers for compressing data
` [PATCH v8 03/20] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v8 04/20] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v8 05/20] trace-cmd library: New API to configure compression on an output handler
` [PATCH v8 06/20] trace-cmd library: Write compression header in the trace file
` [PATCH v8 07/20] trace-cmd library: Compress part of "
` [PATCH v8 08/20] trace-cmd library: Add local helper function for data compression
` [PATCH v8 09/20] trace-cmd library: Compress the trace data
` [PATCH v8 10/20] trace-cmd library: Decompress the options section, if it is compressed
` [PATCH v8 11/20] trace-cmd library: Read compression header
` [PATCH v8 12/20] trace-cmd library: Extend the input handle with trace data decompression context
` [PATCH v8 13/20] trace-cmd library: Initialize CPU data decompression logic
` [PATCH v8 14/20] trace-cmd library: Add logic for in-memory decompression
` [PATCH v8 15/20] trace-cmd library: Read compressed latency data
` [PATCH v8 16/20] trace-cmd library: Decompress file sections on reading
` [PATCH v8 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH v8 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH v8 19/20] trace-cmd record: Add compression to the trace context
` [PATCH v8 20/20] trace-cmd report: Add new parameter for trace file compression

[PATCH -next] xhci: fix two places when dealing with return value of function xhci_check_args
 2022-01-26  9:49 UTC  (2+ messages)

💥 PANICKED: Test report for kernel 5.17.0-rc1 (mainline.kernel.org-clang, 49d766f3)
 2022-01-26  9:48 UTC  (2+ messages)

[PATCH] drm/amdgpu: Wrong order for config and counter_id parameters
 2022-01-26  9:16 UTC 

[PATCH] mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
 2022-01-26  9:47 UTC  (3+ messages)

BUG: Kernel NULL pointer dereference on write at 0x00000000 (rtmsg_ifinfo_build_skb)
 2022-01-26  9:47 UTC  (2+ messages)

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-26  9:46 UTC  (5+ messages)

[PATCH] um: Fix WRITE_ZEROES in the UBD Driver
 2022-01-26  9:47 UTC  (5+ messages)

[PATCH v1 0/5] VIRTIO: Provision maximum MSI-X vectors for a VF
 2022-01-26  9:47 UTC  (31+ messages)
` [PATCH 2/5] Introduce VIRTIO_F_ADMIN_VQ_INDIRECT_DESC/VIRTIO_F_ADMIN_VQ_IN_ORDER

[PATCH] IB/usnic: Fix memory leak in usnic_ib_sysfs_qpn_add
 2022-01-26  9:47 UTC  (2+ messages)

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-26  9:45 UTC  (19+ messages)
` [PATCH v5 03/18] pci: isolated address space for PCI bus
` [PATCH v5 05/18] qdev: unplug blocker for devices
` [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine
` [PATCH v5 07/18] vfio-user: set qdev bus callbacks "

[PATCH 0/6] media: Centralize MIPI CSI-2 data types in shared header
 2022-01-26  9:47 UTC  (3+ messages)
` [PATCH 1/6] media: Define MIPI CSI-2 data types in a shared header file

[PATCH v1] raw/ifpga: fix ifpga devices cleanup function
 2022-01-26  9:46 UTC  (3+ messages)

[PATCH 0/4] printk: reduce deadlocks during panic
 2022-01-26  9:45 UTC  (4+ messages)
` [PATCH 2/4] printk: disable optimistic spin "

[dpdk-dev] [RFC 0/3] ethdev: datapath-focused flow rules management
 2022-01-26  9:45 UTC  (10+ messages)
` [PATCH v2 01/10] ethdev: introduce flow pre-configuration hints

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-26  9:44 UTC  (3+ messages)
` [PATCH 04/12] merge-tree: implement real merges

[XEN v4] xen/arm64: io: Decode ldr/str post-indexing instructions
 2022-01-26  9:44 UTC  (4+ messages)

[PATCH] arm64: dts: mt8195: add display node for vdosys0
 2022-01-26  9:33 UTC  (2+ messages)

[PATCH v3 00/54] lib/bitmap: optimize bitmap_weight() usage
 2022-01-26  9:43 UTC  (7+ messages)
` [Intel-gfx] [PATCH 17/54] gpu: drm: replace cpumask_weight with cpumask_empty where appropriate
      `  "

[PATCH RFC v1 1/1] mtd_blkdevs: avoid soft lockups with some mtd/spi devices
 2022-01-26  9:43 UTC  (4+ messages)

[PATCH v10 0/4] clk: meson: add a sub EMMC clock controller support
 2022-01-26  9:42 UTC  (7+ messages)

[PATCH v7 0/3] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2022-01-26  9:41 UTC  (4+ messages)

[PATCH v7 0/6] powercap/drivers/dtpm: Create the dtpm hierarchy
 2022-01-26  9:40 UTC  (8+ messages)
` [PATCH v7 5/5] rockchip/soc/drivers: Add DTPM description for rk3399

[PATCH 0/7] iommu cleanup and refactoring
 2022-01-26  9:41 UTC  (7+ messages)
` [PATCH 7/7] iommu: Add iommu_domain::domain_ops

[cip-dev][isar-cip-core][PATCH] Update ISAR
 2022-01-26  9:40 UTC  (2+ messages)

[PATCH v9 00/23] ima: Namespace IMA with audit support in IMA-ns
 2022-01-26  9:40 UTC  (3+ messages)
` [PATCH v9 10/23] ima: Move IMA securityfs files into ima_namespace or onto stack

[cip-dev][isar-cip-core][PATCH] update SWUpdate to 2021.11
 2022-01-26  9:40 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/11] lib/string_helpers: Add a few string helpers
 2022-01-26  9:39 UTC  (48+ messages)
`  "
` [Intel-gfx] [PATCH v2 01/11] lib/string_helpers: Consolidate string helpers implementation
  `  "
` [PATCH v2 02/11] drm/i915: Fix trailing semicolon
  ` [Intel-gfx] "
` [PATCH v2 03/11] drm/i915: Use str_yes_no()
  ` [Intel-gfx] "
` [PATCH v2 04/11] drm/i915: Use str_enable_disable()
  ` [Intel-gfx] "
` [PATCH v2 05/11] drm/i915: Use str_enabled_disabled()
  ` [Intel-gfx] "
` [PATCH v2 06/11] drm/i915: Use str_on_off()
  ` [Intel-gfx] "
` [PATCH v2 07/11] drm/amd/display: Use str_yes_no()
  ` [Intel-gfx] "
` [PATCH v2 08/11] drm/gem: Sort includes alphabetically
  ` [Intel-gfx] "
` [PATCH v2 09/11] drm: Convert open-coded yes/no strings to yesno()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 10/11] tomoyo: Use str_yes_no()
  `  "
` [Intel-gfx] [PATCH v2 11/11] cxgb4: "
  `  "

[PATCH] arm64: dts: imx8mn-venice-gw7902: disable gpu
 2022-01-26  9:35 UTC  (3+ messages)

[isar-cip-core][PATCH v2 0/4] Add cip-core-image-kernelci building and uploading system
 2022-01-26  9:37 UTC  (2+ messages)

[PATCH 0/3] state: find backend with UUID but without a partition
 2022-01-26  9:35 UTC  (4+ messages)
` [PATCH 3/3] state: support backend-diskuuid / backend-offset

[PATCH mptcp-next] Squash to "mptcp: infinite mapping sending" part 2
 2022-01-26  9:34 UTC 

[PATCH qemu] qxl: COLO secondary node not need to release resources
 2022-01-26  9:31 UTC  (2+ messages)

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-01-26  9:34 UTC  (3+ messages)
` [PATCH 1/5] Implement `scalar diagnose`

[PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
 2022-01-26  9:32 UTC  (6+ messages)

[PATCH bpf 0/7] selftests/bpf: use temp netns for testing
 2022-01-26  9:32 UTC  (3+ messages)
` [PATCH bpf 5/7] selftests/bpf/test_tcp_check_syncookie: "

[PATCH 0/8] Add hardware prefetch control driver for arm64 and x86
 2022-01-26  9:24 UTC  (4+ messages)

[PATCH] arm64: dts: ls1028a-qds: define mdio slots for networking options
 2022-01-26  9:26 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_big_fb: Check plane capabilities properly in async flip tests
 2022-01-26  9:31 UTC  (2+ messages)

[PATCH][next] apparmor: Use struct_size() helper in kmalloc()
 2022-01-26  9:30 UTC  (2+ messages)

[PATCH v2] add cpu frequency to cpuinfo in arm64
 2022-01-26  9:23 UTC 

[PATCH v2 0/9] vhost: improve logging
 2022-01-26  9:30 UTC  (4+ messages)
` [PATCH v2 7/9] vhost: remove multi-line logs

[PATCH V4 0/6] Add Embedded USB Debugger (EUD) driver
 2022-01-26  9:30 UTC  (3+ messages)
` [PATCH V4 3/6] soc: qcom: eud: Add driver support for Embedded USB Debugger(EUD)

[PATCH] Revert "drm/ast: Support 1600x900 with 108MHz PCLK"
 2022-01-26  9:29 UTC  (2+ messages)

[Bug 215530] New: typec kernel error
 2022-01-26  9:28 UTC  (2+ messages)
` [Bug 215530] "

[Buildroot] [PATCH 1/1] package/busybox: bump version to 1.35.0
 2022-01-26  9:28 UTC 

[PATCH RESEND 1/2] ARM: dts: imx6: phyFLEX: add missing pmic mfd subdevices
 2022-01-26  9:27 UTC  (3+ messages)
` [PATCH RESEND 2/2] ARM: dts: imx6qdl: Handle unneeded MFD-subdevices correctly

[PATCH 00/12] SDHCI updates
 2022-01-26  9:23 UTC  (4+ messages)
` [PATCH 06/12] mci: sdhci: Use Linux defines for SDHCI_HOST_CONTROL register

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-01-26  9:27 UTC  (5+ messages)
` [PATCH v2 03/12] x86/sev: Save and print negotiated GHCB protocol version


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.