All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-22 21:11:19 to 2023-06-22 22:09:02 UTC [more...]

[PATCH V4 1/8] drivers/acpi: Add support for Wifi band RF mitigations
 2023-06-22 21:20 UTC  (12+ messages)

[PATCH v4] PCI: Call _REG when transitioning D-states
 2023-06-22 22:08 UTC  (2+ messages)

[PATCH] lib/relocator: Enforce GRUB_RELOCATOR_FIRMWARE_REQUESTS_QUANT divisibility by 8
 2023-06-22 22:08 UTC 

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-22 22:05 UTC  (26+ messages)
` [PATCH v5 14/33] x86: Convert various functions to use ptdescs
` [PATCH v5 15/33] s390: Convert various gmap "
` [PATCH v5 16/33] s390: Convert various pgalloc "
` [PATCH v5 17/33] mm: Remove page table members from struct page
` [PATCH v5 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v5 19/33] arm: "
` [PATCH v5 20/33] arm64: "
` [PATCH v5 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v5 22/33] hexagon: "
` [PATCH v5 23/33] loongarch: Convert various functions "
` [PATCH v5 24/33] m68k: "
` [PATCH v5 25/33] mips: "
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v5 27/33] openrisc: "
` [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v5 29/33] sh: Convert pte_free_tlb() "
` [PATCH v5 30/33] sparc64: Convert various functions "
` [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH] perf probe: read DWARF files from the correct CU
 2023-06-22 22:04 UTC  (2+ messages)

[PATCH v2 bpf-next 0/9] bpf: support BTF kind layout info, CRCs
 2023-06-22 22:04 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/9] btf: add kind layout encoding, crcs to UAPI
` [PATCH v2 bpf-next 2/9] libbpf: support handling of kind layout section in BTF
` [PATCH v2 bpf-next 3/9] libbpf: use kind layout to compute an unknown kind size
` [PATCH v2 bpf-next 4/9] btf: support kernel parsing of BTF with kind layout
` [PATCH v2 bpf-next 5/9] libbpf: add kind layout encoding, crc support
` [PATCH v2 bpf-next 7/9] bpftool: add BTF dump "format meta" to dump header/metadata

[PATCH] btrfs: add a test case to verify the write behavior of large RAID5 data chunks
 2023-06-22 22:03 UTC  (3+ messages)

[RFC PATCH v4 2/4] x86/sgx: Implement support for MADV_WILLNEED
 2023-06-22 22:01 UTC  (11+ messages)

[PATCH v3] lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flag
 2023-06-22 22:00 UTC  (2+ messages)

Matching on protocols inside IPv6 IPSec AH (legacy vs nft)
 2023-06-22 22:00 UTC  (2+ messages)

[PATCH v3] io_uring: Add io_uring command support for sockets
 2023-06-22 21:59 UTC 

[PATCH 00/11] DC Patches June 22, 2023
 2023-06-22 21:57 UTC  (14+ messages)
` [PATCH 01/11] drm/amd/display: Work around bad DPCD state on link loss
` [PATCH 02/11] drm/amd/display: Remove asserts
` [PATCH 03/11] drm/amd/display: program DPP shaper and 3D LUT if updated
` [PATCH 04/11] drm/amd/display: Fix the delta clamping for shaper LUT
` [PATCH 05/11] drm/amd/display: Limit new fast update path to addr and gamma / color
` [PATCH 06/11] drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2
` [PATCH 07/11] drm/amd/display: For new fast update path, loop through each surface
` [PATCH 08/11] drm/amd/display: Add monitor specific edid quirk
` [PATCH 09/11] drm/amd/display: Create debugging mechanism for Gaming FAMS
` [PATCH 10/11] drm/amd/display: Take full update path if number of planes changed
` [PATCH 11/11] drm/amd/display: 3.2.241

[PATCH] net: add initial support for AF_XDP network backend
 2023-06-22 21:58 UTC 

[PATCH RFC 0/6] Switch iotests to pyvenv
 2023-06-22 21:57 UTC  (9+ messages)

[PATCH] block: virtio-blk: Fix handling of zone append command completion
 2023-06-22 21:55 UTC  (3+ messages)

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-22 21:53 UTC  (9+ messages)

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2023-06-22 21:48 UTC  (16+ messages)
` [PATCH v4 01/15] hw/pci: Add a pci_setup_iommu_ops() helper
` [PATCH v4 02/15] hw/pci: Refactor pci_device_iommu_address_space()
` [PATCH v4 03/15] hw/pci: Introduce pci_device_iommu_get_attr()
` [PATCH v4 04/15] intel-iommu: Switch to pci_setup_iommu_ops()
` [PATCH v4 05/15] memory/iommu: Add IOMMU_ATTR_DMA_TRANSLATION attribute
` [PATCH v4 06/15] intel-iommu: Implement get_attr() method
` [PATCH v4 07/15] vfio/common: Track whether DMA Translation is enabled on the vIOMMU
` [PATCH v4 08/15] vfio/common: Relax vIOMMU detection when DMA translation is off
` [PATCH v4 09/15] memory/iommu: Add IOMMU_ATTR_MAX_IOVA attribute
` [PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute
` [PATCH v4 11/15] vfio/common: Move dirty tracking ranges update to helper
` [PATCH v4 12/15] vfio/common: Support device dirty page tracking with vIOMMU
` [PATCH v4 13/15] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PATCH v4 14/15] vfio/common: Optimize device dirty page tracking with vIOMMU
` [PATCH v4 15/15] vfio/common: Block migration with vIOMMUs without address width limits

[PATCH 1/2] MIPS: octeon: Fix cvmx_writeq_csr/cvmx_readq_csr on 32-bit builds
 2023-06-22 21:52 UTC  (8+ messages)
` [PATCH 2/2] ata: octeon: Add compile test support

[PATCH v4 0/7] Submit zoned writes in order
 2023-06-22 21:50 UTC  (5+ messages)
` [PATCH v4 3/7] block: Send requeued requests to the I/O scheduler

[Intel-gfx] [PATCH 0/4] Use non traceable api in display trace code
 2023-06-22 21:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915: Make intel_crtc_get_vblank_counter use no trace hw reads

Patchwork summary for: spi-devel-general
 2023-06-22 21:50 UTC 

[PATCH v1 1/2] perf pmus: Add notion of default PMU for JSON events
 2023-06-22 21:49 UTC  (2+ messages)

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-22 21:47 UTC  (5+ messages)
` [RFC bpf-next v2 11/11] net/mlx5e: Support TX timestamp metadata

[PATCH v2 net-next] af_unix: Call scm_recv() only after scm_set_cred()
 2023-06-22 21:46 UTC  (2+ messages)

[PATCH 1/2] ASoC: fsl-asoc-card: add nau8822 support
 2023-06-22 21:42 UTC  (2+ messages)

[PATCH] ASoC: max98388: set variable soc_codec_dev_max98388 storage-class-specifier to static
 2023-06-22 21:42 UTC  (2+ messages)

[PATCH] spi: zynqmp-gqspi: fix clock imbalance on probe failure
 2023-06-22 21:42 UTC  (3+ messages)

[PATCH v3 0/2] PCI: pciehp: Add support for native AER and DPC handling on async remove
 2023-06-22 21:42 UTC  (9+ messages)
` [PATCH v3 1/2] PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR
` [PATCH v3 2/2] PCI: pciehp: Clear the optional capabilities in DEVCTL2 on a hot-plug

[PATCH 0/3] Additional variables for git var
 2023-06-22 21:41 UTC  (18+ messages)
` [PATCH 1/3] var: add support for listing the shell
` [PATCH 2/3] var: add attributes files locations
` [PATCH 3/3] var: add config file locations

[PATCH v4 0/6] acpi: numa: add target support for generic port to HMAT parsing
 2023-06-22 21:40 UTC  (7+ messages)
` [PATCH v4 1/6] acpi: numa: Create enum for memory_target access coordinates indexing
` [PATCH v4 2/6] ACPICA: Add a define for size of acpi_srat_generic_affinity DeviceHandle
` [PATCH v4 3/6] acpi: numa: Add genport target allocation to the HMAT parsing
` [PATCH v4 4/6] acpi: Break out nesting for hmat_parse_locality()
` [PATCH v4 5/6] acpi: numa: Add setting of generic port system locality attributes
` [PATCH v4 6/6] acpi: numa: Add helper function to retrieve the performance attributes

[Buildroot] [PATCH v2, 1/1] package/gstreamer1/gst1-plugins-good: add adaptivedemux2 plugin option
 2023-06-22 21:39 UTC 

[PATCH v3 0/3] Fixes for qcom-snps-femto-v2 PHY driver
 2023-06-22 21:43 UTC  (7+ messages)
` [PATCH v3 1/3] phy: qcom-snps-femto-v2: properly enable ref clock
` [PATCH v3 2/3] phy: qcom-snps-femto-v2: add system sleep PM ops

[PATCH 1/2] linux-yocto/6.1: update to v6.1.34
 2023-06-22 21:38 UTC  (2+ messages)
` [PATCH 2/2] linux-yocto/6.1: update to v6.1.35

[PATCH v1 net] gtp: Fix use-after-free in __gtp_encap_destroy()
 2023-06-22 21:38 UTC  (2+ messages)

[PATCH] Sched/fair: Block nohz tick_stop when cfs bandwidth in use
 2023-06-22 21:37 UTC  (3+ messages)

[PATCH v5 0/3] Add metric value validation test
 2023-06-22 21:35 UTC  (3+ messages)

[RFC bpf-next] bpf: generate 'nomerge' for map helpers in bpf_helper_defs.h
 2023-06-22 21:35 UTC  (4+ messages)

[PATCH v1 0/2] udmabuf: Add back support for mapping hugetlb pages
 2023-06-22 21:33 UTC  (3+ messages)

[PATCH 1/9] doc: Move FIT into its own directory
 2023-06-22 20:21 UTC  (2+ messages)
` [PATCH 6/9] doc: Bring in FIT signature files

[PATCH 00/17] tool/perf/test: Fix shellcheck coding/formatting issues of test shell scripts
 2023-06-22 21:33 UTC  (9+ messages)
` [PATCH 15/17] perf tests task_analyzer: fix bad substitution ${$1}

[PATCH 0/3] KVM: x86: CR0 vs. KVM_SET_SREGS and !URG
 2023-06-22 21:32 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid

[PATCH v3 0/2] Small of/device cleanup
 2023-06-22 21:32 UTC  (6+ messages)
` [PATCH v3 1/2] of: module: Export of_device_uevent()
` [PATCH v3 2/2] gpu: host1x: Stop open-coding of_device_uevent()

[PATCH V1 0/3] fix migration of suspended runstate
 2023-06-22 21:28 UTC  (6+ messages)
` [PATCH V1 3/3] tests/qtest: live migration suspended state

[PATCH v2 0/2] Small of/device cleanup
 2023-06-22 21:29 UTC  (5+ messages)
` [PATCH v2 2/2] gpu: host1x: Stop open-coding of_device_uevent()

[PATCH 1/2] drm/amdkfd: Update interrupt handling for GFX 9.4.3
 2023-06-22 21:28 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Correctly setup TMR region size for GFX9.4.3

Informal Qubes OS/Xen/Dasharo pPub Meetup in Prague!
 2023-06-22 21:26 UTC 

[PATCH v2] net: mana: Batch ringing RX queue doorbell on receiving packets
 2023-06-22 21:27 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
 2023-06-22 21:24 UTC  (2+ messages)

Intel/sof-essx8336: Fix HiFi.conf
 2023-06-22 21:21 UTC 

Preview of RCU pull request tag for upcoming merge window
 2023-06-22 21:22 UTC 

[PATCH v7 00/12] PCI devices passthrough on Arm, part 3
 2023-06-22 21:18 UTC  (8+ messages)
` [PATCH v7 01/12] vpci: introduce per-domain lock to protect vpci structure

[patch 00/45] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2023-06-22 21:18 UTC  (3+ messages)
` [patch 08/45] posix-timers: Convert timer list to hlist

[PATCH v3 0/3] spi: Helper for deriving timeout values
 2023-06-22 21:18 UTC  (4+ messages)

[SMB CLIENT][PATCH] do not reserve too many oplock credits
 2023-06-22 21:17 UTC  (8+ messages)

[PATCH v2 0/4] spi: Fix DMA bugs in (not only) spi-s3c64xx
 2023-06-22 21:16 UTC  (5+ messages)
` [PATCH v2 3/4] spi: Split transfers larger than max size

[PATCH v3 02/17] dt-bindings: mtd: Create a file for raw NAND chip properties
 2023-06-22 21:16 UTC  (3+ messages)

[PATCH v3 01/17] dt-bindings: mtd: Accept nand related node names
 2023-06-22 21:16 UTC  (3+ messages)

[PATCH v3 06/17] dt-bindings: mtd: qcom: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 03/17] dt-bindings: mtd: Mark nand-ecc-placement deprecated
 2023-06-22 21:16 UTC  (3+ messages)

[PATCH v3 04/17] dt-bindings: mtd: Describe nand-ecc-mode
 2023-06-22 21:16 UTC  (3+ messages)

[PATCH v3 07/17] dt-bindings: mtd: ingenic: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 05/17] dt-bindings: mtd: qcom: Fix a property position
 2023-06-22 21:16 UTC  (3+ messages)

[PATCH v3 08/17] dt-bindings: mtd: sunxi: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 10/17] dt-bindings: mtd: brcmnand: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 11/17] dt-bindings: mtd: denali: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH] drivers: mtd: Fix potential memory leak in mtd_check_of_node
 2023-06-22 21:02 UTC  (2+ messages)

[PATCH v3 12/17] dt-bindings: mtd: intel: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 13/17] dt-bindings: mtd: rockchip: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 14/17] dt-bindings: mtd: stm32: Prevent NAND chip unevaluated properties
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 15/17] dt-bindings: mtd: mediatek: Reference raw-nand-chip.yaml
 2023-06-22 21:15 UTC  (3+ messages)

[PATCH v3 16/17] dt-bindings: mtd: mediatek: Prevent NAND chip unevaluated properties
 2023-06-22 21:14 UTC  (3+ messages)

[PATCH v3 17/17] dt-bindings: mtd: ti,am654: Prevent unevaluated properties
 2023-06-22 21:14 UTC  (3+ messages)

[PATCH v10 1/1] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme
 2023-06-22 21:14 UTC  (3+ messages)

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
 2023-06-22 21:14 UTC 

[PATCH] mtd: sm_ftl: Fix typos in comments
 2023-06-22 21:14 UTC  (3+ messages)

[PATCH 1/2] docs: module: start adding some docs for MODULE_ macros
 2023-06-22 21:14 UTC  (5+ messages)
` [PATCH 2/2] modules/firmware: add a new option to denote a firmware group to choose one

[PATCH net] selftests: rtnetlink: remove netdevsim device after ipsec offload test
 2023-06-22 21:03 UTC 

[PATCH v4 1/1] target/riscv: Add RVV registers to log
 2023-06-22 21:13 UTC  (2+ messages)

[linux-linus test] 181548: regressions - FAIL
 2023-06-22 21:12 UTC 

[PATCH v2 0/3] mtd: rawnand: Sequential page reads
 2023-06-22 21:12 UTC  (4+ messages)
` [PATCH v2 3/3] mtd: rawnand: Support for sequential cache reads


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.