All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-14 15:48:05 to 2024-11-14 16:18:56 UTC [more...]

[RFC PATCH 00/15] iommu/riscv: Add irqbypass support
 2024-11-14 16:18 UTC  (19+ messages)
` [RFC PATCH 01/15] irqchip/riscv-imsic: Use hierarchy to reach irq_set_affinity
` [RFC PATCH 02/15] genirq/msi: Provide DOMAIN_BUS_MSI_REMAP
` [RFC PATCH 03/15] irqchip/riscv-imsic: Add support for DOMAIN_BUS_MSI_REMAP
` [RFC PATCH 04/15] iommu/riscv: report iommu capabilities
` [RFC PATCH 05/15] iommu/riscv: use data structure instead of individual values
` [RFC PATCH 06/15] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH 07/15] iommu/riscv: Move definitions to iommu.h
` [RFC PATCH 08/15] iommu/riscv: Add IRQ domain for interrupt remapping
` [RFC PATCH 09/15] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH 10/15] RISC-V: KVM: Add irqbypass skeleton
` [RFC PATCH 11/15] RISC-V: Define irqbypass vcpu_info

[PATCH v2] erofs: fix file-backed mounts over FUSE
 2024-11-14 16:18 UTC  (2+ messages)

[PATCH] block: add larger order folio instead of pages for passthrough I/O
 2024-11-14 16:17 UTC  (2+ messages)

[PATCH V7 0/9] iommu_ioas_map_file
 2024-11-14 16:17 UTC  (10+ messages)
` [PATCH V7 6/9] iommufd: pfn reader for file mappings

[PATCH v3 00/15] efi_loader: efi http and ipconfig drivers
 2024-11-14 16:16 UTC  (3+ messages)

[PATCH] drm/xe/ufence: Wake up waiters after setting ufence->signalled
 2024-11-14 16:17 UTC  (2+ messages)

[PATCH net-next v4 0/7] enic: Use all the resources configured on VIC
 2024-11-14 16:16 UTC  (5+ messages)
` [PATCH net-next v4 1/7] enic: Create enic_wq/rq structures to bundle per wq/rq data
` [PATCH net-next v4 3/7] enic: Save resource counts we read from HW

[PATCH v2 0/3] x86/ucode: Simplify/fix loading paths further
 2024-11-14 16:15 UTC  (5+ messages)
` [PATCH v2 1/3] x86/ucode: Remove the collect_cpu_info() call from parse_blob()

[PATCH RESEND v17 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-11-14 16:07 UTC  (6+ messages)
` [PATCH RESEND v17 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH RESEND v17 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH RESEND v17 3/5] iommu/arm-smmu: add support for PRR bit setup
` [PATCH RESEND v17 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH RESEND v17 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500

[PATCH] MAINTAINERS: switch my mail address for GVT driver
 2024-11-14 16:14 UTC  (2+ messages)

[PATCH 0/7] Add PMU support for single engine busyness
 2024-11-14 16:14 UTC  (3+ messages)
` [PATCH 4/7] drm/xe: add function to convert xe hw engine class to user class

[PATCH v2 0/2] net: Make ip_header struct QEMU_PACKED
 2024-11-14 16:04 UTC  (3+ messages)
` [PATCH v2 1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned

[PATCH for-10.0 v2 00/54] accel/tcg: Convert victim tlb to IntervalTree
 2024-11-14 16:01 UTC  (55+ messages)
` [PATCH v2 01/54] util/interval-tree: Introduce interval_tree_free_nodes
` [PATCH v2 02/54] accel/tcg: Split out tlbfast_flush_locked
` [PATCH v2 03/54] accel/tcg: Split out tlbfast_{index,entry}
` [PATCH v2 04/54] accel/tcg: Split out tlbfast_flush_range_locked
` [PATCH v2 05/54] accel/tcg: Fix flags usage in mmu_lookup1, atomic_mmu_lookup
` [PATCH v2 06/54] accel/tcg: Assert non-zero length in tlb_flush_range_by_mmuidx*
` [PATCH v2 07/54] accel/tcg: Assert bits in range "
` [PATCH v2 08/54] accel/tcg: Flush entire tlb when a masked range wraps
` [PATCH v2 09/54] accel/tcg: Add IntervalTreeRoot to CPUTLBDesc
` [PATCH v2 10/54] accel/tcg: Populate IntervalTree in tlb_set_page_full
` [PATCH v2 11/54] accel/tcg: Remove IntervalTree entry in tlb_flush_page_locked
` [PATCH v2 12/54] accel/tcg: Remove IntervalTree entries in tlb_flush_range_locked
` [PATCH v2 13/54] accel/tcg: Process IntervalTree entries in tlb_reset_dirty
` [PATCH v2 14/54] accel/tcg: Process IntervalTree entries in tlb_set_dirty
` [PATCH v2 15/54] accel/tcg: Use tlb_hit_page in victim_tlb_hit
` [PATCH v2 16/54] accel/tcg: Pass full addr to victim_tlb_hit
` [PATCH v2 17/54] accel/tcg: Replace victim_tlb_hit with tlbtree_hit
` [PATCH v2 18/54] accel/tcg: Remove the victim tlb
` [PATCH v2 19/54] accel/tcg: Remove tlb_n_used_entries_inc
` [PATCH v2 20/54] include/exec/tlb-common: Move CPUTLBEntryFull from hw/core/cpu.h
` [PATCH v2 21/54] accel/tcg: Delay plugin adjustment in probe_access_internal
` [PATCH v2 22/54] accel/tcg: Call cpu_ld*_code_mmu from cpu_ld*_code
` [PATCH v2 23/54] accel/tcg: Check original prot bits for read in atomic_mmu_lookup
` [PATCH v2 24/54] accel/tcg: Preserve tlb flags in tlb_set_compare
` [PATCH v2 25/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full_mmu
` [PATCH v2 26/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full
` [PATCH v2 27/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_internal
` [PATCH v2 28/54] accel/tcg: Introduce tlb_lookup
` [PATCH v2 29/54] accel/tcg: Partially unify MMULookupPageData and TLBLookupOutput
` [PATCH v2 30/54] accel/tcg: Merge mmu_lookup1 into mmu_lookup
` [PATCH v2 31/54] accel/tcg: Always use IntervalTree for code lookups
` [PATCH v2 32/54] accel/tcg: Link CPUTLBEntry to CPUTLBEntryTree
` [PATCH v2 33/54] accel/tcg: Remove CPUTLBDesc.fulltlb
` [PATCH v2 34/54] target/alpha: Convert to TCGCPUOps.tlb_fill_align
` [PATCH v2 35/54] target/avr: "
` [PATCH v2 36/54] target/i386: "
` [PATCH v2 37/54] target/loongarch: "
` [PATCH v2 38/54] target/m68k: "
` [PATCH v2 39/54] target/m68k: Do not call tlb_set_page in helper_ptest
` [PATCH v2 40/54] target/microblaze: Convert to TCGCPUOps.tlb_fill_align
` [PATCH v2 41/54] target/mips: "
` [PATCH v2 42/54] target/openrisc: "
` [PATCH v2 43/54] target/ppc: "
` [PATCH v2 44/54] target/riscv: "
` [PATCH v2 45/54] target/rx: "
` [PATCH v2 46/54] target/s390x: "
` [PATCH v2 47/54] target/sh4: "
` [PATCH v2 48/54] target/sparc: "
` [PATCH v2 49/54] target/tricore: "
` [PATCH v2 50/54] target/xtensa: "
` [PATCH v2 51/54] accel/tcg: Drop TCGCPUOps.tlb_fill
` [PATCH v2 52/54] accel/tcg: Unexport tlb_set_page*
` [PATCH v2 53/54] accel/tcg: Merge tlb_fill_align into callers
` [PATCH v2 54/54] accel/tcg: Return CPUTLBEntryTree from tlb_set_page_full

[for-6.13 PATCH v2 00/15] nfs/nfsd: fixes and improvements for LOCALIO
 2024-11-14 16:14 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
 2024-11-14 16:14 UTC  (7+ messages)
` [PATCH v2 1/2] sched/deadline: Restore dl_server bandwidth on non-destructive root domain changes
` [PATCH v2 2/2] sched/deadline: Correctly account for allocated bandwidth during hotplug

[RFC v4 0/2] target/riscv: add wrapper for target specific macros in atomicity check
 2024-11-14 16:09 UTC  (9+ messages)
` [RFC v4 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data

[PATCH v3 0/2] qdev-monitor: avoid QemuOpts in QMP device_add()
 2024-11-14 16:05 UTC  (2+ messages)

[PATCH i-g-t] tests/xe_eudebug: Convert comments to be C-styled
 2024-11-14 16:12 UTC  (3+ messages)
` ✗ GitLab.Pipeline: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] btrfs: remove unused macros in ctree.h
 2024-11-14 16:12 UTC  (2+ messages)

[PATCH for-9.2 0/6] linux-user: Fix elf load and vdso alignment
 2024-11-14 16:09 UTC  (11+ messages)
` [PATCH 2/6] linux-user: Drop image_info.alignment
` [PATCH 3/6] linux-user/aarch64: Reduce vdso alignment to 4k
` [PATCH 4/6] linux-user/arm: "
` [PATCH 5/6] linux-user/loongarch64: "
` [PATCH 6/6] linux-user/ppc: "

[PATCH i-g-t 0/3] GPGPU fill improvements
 2024-11-14 16:12 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v4 0/3] fs: allow statmount to fetch the fs_subtype and sb_source
 2024-11-14 16:12 UTC  (3+ messages)
` [PATCH] statmount: retrieve security mount options

[PATCH 0/2] lib/gpgpu_shader: simplify load/store shaders
 2024-11-14 16:11 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] sched/rt: add lockdep annotations for rq_{off|on}line_rt
 2024-11-14 16:32 UTC 

[PATCH 0/4] pidfs: implement file handle support
 2024-11-14 16:10 UTC  (5+ messages)
` [PATCH v2 0/3] "

[PATCH] PCI: endpoint: Fix pci_epc_map map_size doc string
 2024-11-14 16:10 UTC 

iio, syfs, devres: devm_kmalloc not aligned to pow2 size argument
 2024-11-14 16:09 UTC  (6+ messages)

[PATCH 1/9] drm/xe: Remove double pageflip
 2024-11-14 16:09 UTC  (7+ messages)
` [PATCH 5/9] drm/xe/display: Use a single early init call for display
` [PATCH 6/9] drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init

[PATCH 0/2] module: Block modules by Tuxedo from accessing GPL symbols
 2024-11-14 16:09 UTC  (5+ messages)
` [PATCH 1/2] module: Put known GPL offenders in an array
` [PATCH 2/2] module: Block modules by Tuxedo from accessing GPL symbols

[PATCH 0/4] drm/xe: Trivial header/flags cleanups
 2024-11-14 16:08 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] sched: add READ_ONCE to task_on_rq_queued
 2024-11-14 16:21 UTC 

[PATCH v2 0/2] libperf: evlist: Fix --cpu argument on hybrid platform
 2024-11-14 16:04 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] libperf: evlist: Keep evsel idx contiguous on removal

[PATCH] hwmon: (core) Avoid ifdef in C source file
 2024-11-14 16:07 UTC  (7+ messages)

[PATCHv2 00/15] Update dra7 devicetree files to probe with genpd
 2024-11-14 16:06 UTC  (7+ messages)
` [PATCH 07/15] ARM: dts: Configure interconnect target module for dra7 sata

[PATCH] dtprobed: handle multiple providers in a single piece of DOF
 2024-11-14 16:03 UTC 

[PATCH nf-next 0/5] netfilter: Prepare netfilter to future .flowi4_tos conversion
 2024-11-14 16:03 UTC  (6+ messages)
` [PATCH nf-next 1/5] netfilter: ipv4: Convert ip_route_me_harder() to dscp_t
` [PATCH nf-next 2/5] netfilter: flow_offload: Convert nft_flow_route() "
` [PATCH nf-next 3/5] netfilter: rpfilter: Convert rpfilter_mt() "
` [PATCH nf-next 4/5] netfilter: nft_fib: Convert nft_fib4_eval() "
` [PATCH nf-next 5/5] netfilter: nf_dup4: Convert nf_dup_ipv4_route() "

[Buildroot] [PATCH v2 1/1] package/libpng: fix arm soft-float build
 2024-11-14 16:03 UTC  (3+ messages)

[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
 2024-11-14 16:02 UTC  (3+ messages)
` [PATCH net-next v23 1/7] mm: page_frag: add a test module for page_frag

[PATCH v2] kbuild: switch from lz4c to lz4 for compression
 2024-11-14 16:02 UTC  (2+ messages)

[GIT PULL] ASoC fixes for v6.12-rc7
 2024-11-14 16:01 UTC  (2+ messages)

[PATCH] btrfs: fix incorrect comparison for delayed refs
 2024-11-14 16:01 UTC  (2+ messages)

[PATCH 0/3] media: i2c: imx290: Add support for imx462
 2024-11-14 16:01 UTC  (4+ messages)
` [PATCH 1/3] media: i2c: imx290: Limit analogue gain according to module
` [PATCH 2/3] media: dt-bindings: media: i2c: Add IMX462 to the IMX290 binding
` [PATCH 3/3] media: i2c: imx290: Add configuration for IMX462

[REGRESSION] The iwl4965 driver broke somewhere between 6.10.10 and 6.11.5 (probably 6.11rc)
 2024-11-14 15:59 UTC  (9+ messages)

[PATCH v11 0/7] Add the USB5744 hub driver as per new DT binding
 2024-11-14 15:07 UTC  (7+ messages)
` [PATCH v11 3/7] usb: onboard-hub: add support for Microchip USB5744

[PATCH] Revert "getnetconfig.c: free linep to avoid memory leakage"
 2024-11-14 15:59 UTC 

[PATCH v2 dwarves 0/2] Check DW_OP_[GNU_]entry_value for possible parameter matching
 2024-11-14 15:58 UTC  (3+ messages)
` [PATCH v2 dwarves 1/2] dwarf_loader: "
` [PATCH v2 dwarves 2/2] dwarf_loader: use libdw__lock for

[syzbot] [wireless?] INFO: task hung in nl80211_pre_doit (3)
 2024-11-14 15:58 UTC  (2+ messages)

[PATCH] ARM: dts: dra7: Add bus_dma_limit for l4 cfg bus
 2024-11-14 15:57 UTC 

[PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
 2024-11-14 15:55 UTC  (2+ messages)

[PATCH 5/7] xfs: fix off-by-one error in fsmap's end_daddr usage
 2024-11-14 15:56 UTC  (3+ messages)

Fwd: HTML message rejected: Building perf from source, with changes in source code
 2024-11-14 15:56 UTC 

Dropping of the end of a chain
 2024-11-14 15:56 UTC  (4+ messages)

[PATCH v3] mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet
 2024-11-14 15:56 UTC 

PageOffline: refcount, flags and memdesc
 2024-11-14 15:55 UTC  (3+ messages)

[RFC][PATCH] drm: i915: do not NULL deref hdmi attached_connector
 2024-11-14 15:53 UTC  (4+ messages)

[PATCHv2 0/2] Using SGLs for userspace commands
 2024-11-14 15:53 UTC  (6+ messages)
` [PATCHv2 2/2] nvme-pci: use sgls for all user requests if possible

[GIT PULL] ring-buffer: Revert previous fix as it wasn't the actual fix
 2024-11-14 15:54 UTC  (2+ messages)

[PATCH v4] of: fdt: fix possible overflow during parsing of fdt
 2024-11-14 15:51 UTC 

[PATCH 0/3] drm/i915/display: handle hdmi connector init failures
 2024-11-14 15:52 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/hdmi: propagate errors from intel_hdmi_init_connector()
` [PATCH 2/3] drm/i915/hdmi: add error handling in g4x_hdmi_init()
` [PATCH 3/3] drm/i915/ddi: propagate errors from intel_ddi_init_hdmi_connector()

[PATCH] vpci: Add resizable bar support
 2024-11-14 15:52 UTC  (6+ messages)

[PATCH v7 0/4] rework bo mem stats tracking
 2024-11-14 15:52 UTC  (12+ messages)
` [PATCH v7 4/4] drm/amdgpu: track bo memory stats at runtime

[RFC PATCH v2 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-11-14 15:52 UTC  (6+ messages)
` [RFC PATCH v2 5/5] cxl: Add mce notifier to emit aliased address for extended linear cache

[PATCH v2 0/2] Introduce initial support of Amlogic AC200 board
 2024-11-14 15:48 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: arm: amlogic: document AC200 support
` [PATCH v2 2/2] arch/arm64: dts: ac200: introduce initial support of the board

[PATCH] mtd: phram: Add the kernel lock down check
 2024-11-14 15:50 UTC  (3+ messages)

[PATCH v8 00/29] riscv control-flow integrity for usermode
 2024-11-14 15:50 UTC  (9+ messages)
` [PATCH v8 24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[PATCH v3 1/3] perf evsel: Improve the evsel__open_strerror for EBUSY
 2024-11-14 15:51 UTC  (5+ messages)
` [PATCH v3 2/3] perf: Reveal PMU type in fdinfo
` [PATCH v3 3/3] perf evsel: Find process with busy PMUs for EBUSY

[PATCH 5.4.y 0/4] Backport fix of CVE-2024-47674 to 5.10
 2024-11-14 15:51 UTC  (2+ messages)

[PATCH net-next v4 0/6] tls: implement key updates for TLS1.3
 2024-11-14 15:50 UTC  (7+ messages)
` [PATCH net-next v4 1/6] tls: block decryption when a rekey is pending
` [PATCH net-next v4 2/6] tls: implement rekey for TLS1.3
` [PATCH net-next v4 3/6] tls: add counters for rekey
` [PATCH net-next v4 4/6] docs: tls: document TLS1.3 key updates
` [PATCH net-next v4 5/6] selftests: tls: add key_generation argument to tls_crypto_info_init
` [PATCH net-next v4 6/6] selftests: tls: add rekey tests

[PATCH 1/2] perf/x86/intel/ds: Clarify adaptive PEBS processing
 2024-11-14 15:51 UTC  (4+ messages)
` [PATCH 2/2] perf/x86/intel/ds: Simplify the PEBS records processing for adaptive PEBS

[PATCH v2] btrfs: fix improper generation check in snapshot delete
 2024-11-14 15:50 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix UVD contiguous CS mapping problem
 2024-11-14 15:50 UTC  (5+ messages)

[PATCH v2 00/35] x86/bugs: Attack vector controls
 2024-11-14 15:49 UTC  (5+ messages)
` [PATCH v2 11/35] x86/bugs: Restructure spectre_v1 mitigation

[PATCH i-g-t v3 0/2] tests/kms_flip: Update the skip message
 2024-11-14 15:48 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

[PATCH v2 1/2] wifi: rtw88: usb: Support USB 3 with RTL8812AU
 2024-11-14 15:48 UTC  (2+ messages)
` [PATCH v2 2/2] wifi: rtw88: usb: Enable RX aggregation for 8821au/8812au


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.