public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-09 16:58:50 to 2024-08-09 19:36:38 UTC [more...]

[PATCH v6 0/8] drm: zynqmp_dp: IRQ cleanups and debugfs support
 2024-08-09 19:36 UTC  (9+ messages)
` [PATCH v6 1/8] drm: zynqmp_kms: Unplug DRM device before removal
` [PATCH v6 2/8] drm: zynqmp_dp: Add locking
` [PATCH v6 3/8] drm: zynqmp_dp: Don't retrain the link in our IRQ
` [PATCH v6 4/8] drm: zynqmp_dp: Convert to a hard IRQ
` [PATCH v6 5/8] drm: zynqmp_dp: Use AUX IRQs instead of polling
` [PATCH v6 6/8] drm: zynqmp_dp: Split off several helper functions
` [PATCH v6 7/8] drm: zynqmp_dp: Take dp->lock in zynqmp_dp_hpd_work_func
` [PATCH v6 8/8] drm: zynqmp_dp: Add debugfs interface for compliance testing

[PATCH v2 0/6] mm: Optimize mseal checks
 2024-08-09 19:34 UTC  (13+ messages)
` [PATCH v2 2/6] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v2 4/6] mm/mremap: "

[PATCH v3 0/8] MSM8953/MSM8976 ASoC support
 2024-08-09 19:31 UTC  (4+ messages)
` [PATCH v3 6/8] ASoC: qcom: apq8016_sbc: Add support for msm8953 SoC

[PATCH] jbd2: correct member name in document
 2024-08-09 19:30 UTC 

[PATCH] ext4: dax: Fix overflowing extents beyond inode size when partially writing
 2024-08-09 19:30 UTC  (2+ messages)

[PATCH 0/7] MIPS: arch_numa enablement
 2024-08-09 19:25 UTC  (8+ messages)
` [PATCH 1/7] arch_numa: Provide platform numa init hook
` [PATCH 2/7] MIPS: pci: Unify pcibus_to_node implementation
` [PATCH 3/7] MIPS: Prepare NUMA headers for arch_numa
` [PATCH 4/7] MIPS: mm: init: Prepare "
` [PATCH 5/7] MIPS: smp: Process NUMA information
` [PATCH 6/7] MIPS: generic: Make NUMA available
` [PATCH 7/7] MIPS: Loongson64: Migrate to arch_numa

[PATCH v2][next] wifi: iwlwifi: mvm: Use __counted_by() and avoid -Wfamnae warnings
 2024-08-09 19:24 UTC 

[PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one
 2024-08-09 19:23 UTC 

[PATCH net] net: stmmac: Fix false "invalid port speed" warning
 2024-08-09 19:21 UTC 

[RFC PATCH 0/6] ASoC: fsl: add memory to memory function for ASRC
 2024-08-09 19:20 UTC  (13+ messages)
` [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

[PATCH v2 0/3] iommufd: Add selftest coverage for reserved IOVAs
 2024-08-09 19:18 UTC  (9+ messages)
` [PATCH v2 2/3] iommu/dma: Support MSIs through nested domains

[PATCH] drm/msm: Remove unused pm_state
 2024-08-09 19:16 UTC  (2+ messages)

[PATCH][next] wifi: iwlwifi: mvm: Use __counted_by() and avoid -Wfamnae warnings
 2024-08-09 19:17 UTC 

[PATCH 0/8] perf/arm-cmn: Fixes and updates
 2024-08-09 19:15 UTC  (9+ messages)
` [PATCH 1/8] perf/arm-cmn: Refactor node ID handling. Again
` [PATCH 2/8] perf/arm-cmn: Fix CCLA register offset
` [PATCH 3/8] perf/arm-cmn: Ensure dtm_idx is big enough
` [PATCH 4/8] perf/arm-cmn: Improve build-time assertions
` [PATCH 5/8] perf/arm-cmn: Make cycle counts less surprising
` [PATCH 6/8] perf/arm-cmn: Refactor DTC PMU register access
` [PATCH 7/8] dt-bindings: perf: arm-cmn: Add CMN S3
` [PATCH 8/8] perf/arm-cmn: Support "

[PATCH v3] platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
 2024-08-09 19:15 UTC  (3+ messages)
` [PATCH v4 1/2] clocksource: acpi_pm: Add external callback for suspend/resume

[PATCH] scsi: sd: retry command SYNC CACHE if format in progress
 2024-08-09 19:14 UTC  (4+ messages)

[PATCH v5 0/3] Fixes for memmap accounting
 2024-08-09 19:10 UTC  (4+ messages)
` [PATCH v5 1/3] mm: don't account memmap on failure
` [PATCH v5 2/3] mm: add system wide stats items category
` [PATCH v5 3/3] mm: don't account memmap per-node

[PATCH v2 0/3] Init support for RK3576 UFS controller
 2024-08-09 19:06 UTC  (4+ messages)
` [PATCH v2 3/3] scsi: ufs: rockchip: init support for UFS
  ` [PATCH v2 1/3] scsi: ufs: core: Export ufshcd_dme_link_startup() helper

[PATCH v2 1/1] dt-bindings: PCI: host-generic-pci: Drop minItems and maxItems of ranges
 2024-08-09 19:06 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2024.08.07 - KVM userfault (guest_memfd/HugeTLB postcopy)
 2024-08-09 19:04 UTC  (6+ messages)

[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2024-08-09 19:03 UTC  (23+ messages)
` [PATCH 01/22] KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
` [PATCH 02/22] KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid
` [PATCH 03/22] KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
` [PATCH 04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
` [PATCH 05/22] KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
` [PATCH 06/22] KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
` [PATCH 07/22] KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
` [PATCH 08/22] KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
` [PATCH 09/22] KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
` [PATCH 10/22] KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
` [PATCH 11/22] KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
` [PATCH 12/22] KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
` [PATCH 13/22] KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
` [PATCH 14/22] KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
` [PATCH 15/22] KVM: x86/mmu: Move event re-injection unprotect+retry into common path
` [PATCH 16/22] KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
` [PATCH 17/22] KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
` [PATCH 18/22] KVM: x86: Apply retry protection to "unprotect on failure" path
` [PATCH 19/22] KVM: x86: Update retry protection fields when forcing retry on emulation failure
` [PATCH 20/22] KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
` [PATCH 21/22] KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
` [PATCH 22/22] KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list

[PATCH v4 2/2] locking/lockdep: Testing lock class and subclass got the same name pointer
 2024-08-09 22:01 UTC  (2+ messages)
` [PATCH v5 "

[net-next v2] net: wwan: t7xx: PCIe reset rescan
 2024-08-09 19:01 UTC  (2+ messages)

[PATCH 0/4] Revert use of Unflatten_devicetree APIs from reserved_mem
 2024-08-09 18:56 UTC  (3+ messages)

[PATCH 0/2] RISC-V: Add Zicclsm extension support
 2024-08-09 18:56 UTC  (6+ messages)
` [PATCH 1/2] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH 2/2] dt-bindings: riscv: Add Zicclsm ISA extension description

[PATCH v5 00/10] drm: zynqmp_dp: IRQ cleanups and debugfs support
 2024-08-09 18:55 UTC  (5+ messages)

[PATCH -next] cgroup/cpuset: Do not clear xcpus when clearing cpus
 2024-08-09 18:51 UTC  (4+ messages)

[PATCH] selftests/alsa/Makefile: fix relative rpath usage
 2024-08-09 18:53 UTC  (5+ messages)

[PATCH 0/3] lockdep: minor config and documentation fixes
 2024-08-09 18:52 UTC  (4+ messages)
` [PATCH v2 1/3] lockdep: fix upper limit for LOCKDEP_*_BITS configs

[PATCH v7 0/2] Dynamic Allocation of the reserved_mem array
 2024-08-09 18:48 UTC  (3+ messages)
` [PATCH v7 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v7 2/2] of: reserved_mem: Add code to dynamically allocate reserved_mem array

[PATCH] uprobes: get rid of bogus trace_uprobe hit counter
 2024-08-09 18:43 UTC  (5+ messages)

[PATCH v2 0/7] Add PCIe Root Port support for Agilex family of chips
 2024-08-09 18:41 UTC  (4+ messages)
` [PATCH v2 1/7] dt-bindings: PCI: altera: Convert to YAML

[REGRESSION][BISECTED][STABLE] hdparm errors since 28ab9769117c
 2024-08-09 18:42 UTC  (5+ messages)

[PATCH] rtla/osnoise: prevent NULL dereference in error handling
 2024-08-09 18:42 UTC  (6+ messages)

[PATCH v2 0/3] iio: adc: add new ad7625 driver
 2024-08-09 18:41 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: iio: adc: add AD762x/AD796x ADCs
` [PATCH v2 2/3] iio: adc: ad7625: add driver
` [PATCH v2 3/3] docs: iio: new docs for ad7625 driver

[PATCH] PCI: endpoint: pci-epf-test: Move DMA check into read/write/copy functions
 2024-08-09 18:41 UTC  (2+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-09 18:40 UTC  (6+ messages)

[PATCH RESEND v3 0/6] Introduce initial AMD I3C HCI driver support
 2024-08-09 18:39 UTC  (7+ messages)
` [PATCH RESEND v3 1/6] i3c: mipi-i3c-hci: Add MIPI0100 ACPI ID to the I3C Support List

[PATCH RESEND] Documentation: devres: fix error about PCI devres
 2024-08-09 18:37 UTC  (2+ messages)

[GIT PULL] cpumask fix for 6.11-rc
 2024-08-09 18:35 UTC  (3+ messages)

[GIT PULL] Power management update for v6.11-rc3
 2024-08-09 18:35 UTC  (2+ messages)

[PATCH 6.1 00/86] 6.1.104-rc2 review
 2024-08-09 18:35 UTC  (2+ messages)

[PATCH v8 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-09 18:27 UTC  (2+ messages)

[PATCH] scsi: sd: Have scsi-ml retry START_STOP errors
 2024-08-09 18:25 UTC  (4+ messages)

[PATCH v6 0/5] Tracepoints and static branch in Rust
 2024-08-09 18:21 UTC  (6+ messages)
` [PATCH v6 1/5] rust: add generic static_key_false
` [PATCH v6 2/5] rust: add tracepoint support

[PATCH RFT v8 0/9] fork: Support shadow stacks in clone3()
 2024-08-09 18:19 UTC  (3+ messages)
` [PATCH RFT v8 4/9] fork: Add shadow stack support to clone3()

[PATCH] Documentation: networking: correct spelling
 2024-08-09 18:17 UTC 

commit 81106b7e0b13 can break asm_int80_emulation on x86_64
 2024-08-09 18:17 UTC  (2+ messages)

[PATCH v8 0/4] Landlock: Add abstract unix socket connect
 2024-08-09 18:16 UTC  (14+ messages)
` [PATCH v8 1/4] Landlock: Add abstract unix socket connect restriction
` [PATCH v8 3/4] sample/Landlock: Support abstract unix socket restriction

[PATCH] PCI: remove type return
 2024-08-09 18:14 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
 2024-08-09 18:12 UTC 

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-09 18:12 UTC  (19+ messages)
` [PATCH 01/19] mm: Introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pud
` [PATCH 05/19] mm/gup: Detect huge pfnmap entries in gup-fast
` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()
` [PATCH 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH 10/19] KVM: Use follow_pfnmap API

[PATCH v2 00/11] Add Nothing Phone (1) support
 2024-08-09 17:38 UTC  (4+ messages)
` [PATCH v2 06/11] dt-bindings: nfc: nxp,nci: Document PN553 compatible

[PATCH v2] dt-bindings: trivial-devices: add isil,isl69260
 2024-08-09 18:10 UTC  (2+ messages)

[PATCH v4 0/3] Fixes for memmap accounting
 2024-08-09 18:09 UTC  (4+ messages)
` [PATCH v4 3/3] mm: don't account memmap per-node

[PATCH v3 0/2] Add support for Xilinx XDMA Soft IP as Root Port
 2024-08-09 18:10 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: xilinx-xdma: Add schemas for Xilinx QDMA PCIe Root Port Bridge

[PATCH 0/3] OF support for Surface System Aggregator Module
 2024-08-09 18:09 UTC  (3+ messages)
` [PATCH 3/3] platform/surface: Add OF support

[PATCH] dt-bindings: iio: ad4695: fix common-mode-channel
 2024-08-09 18:06 UTC  (2+ messages)

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-08-09 18:05 UTC  (5+ messages)
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU

[RFC] Adds support for ConfigFS to VKMS!
 2024-08-09 17:59 UTC 

[PATCH v2] dt-bindings: display: st,stm32-ltdc: Document stm32mp25 compatible
 2024-08-09 17:58 UTC  (2+ messages)

[PATCH net-next v3 3/3] net: phy: dp83tg720: Add cable testing support
 2024-08-09 17:55 UTC  (2+ messages)

[PATCH v10 00/16] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-08-09 17:54 UTC  (17+ messages)
` [PATCH v10 01/16] drm/vkms: Code formatting
` [PATCH v10 02/16] drm/vkms: Use drm_frame directly
` [PATCH v10 03/16] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v10 04/16] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v10 05/16] drm/vkms: Use const for input pointers in pixel_read an "
` [PATCH v10 06/16] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v10 07/16] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v10 08/16] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v10 09/16] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v10 10/16] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v10 11/16] drm/vkms: Add YUV support
` [PATCH v10 12/16] drm/vkms: Add range and encoding properties to the plane
` [PATCH v10 13/16] drm/vkms: Drop YUV formats TODO
` [PATCH v10 14/16] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v10 15/16] drm/vkms: Add how to run the Kunit tests
` [PATCH v10 16/16] drm/vkms: Add support for DRM_FORMAT_R*

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-08-09 17:52 UTC  (5+ messages)
` [PATCH 2/6] kbuild: rust: make command for `RUSTC_VERSION_TEXT` closer to the `CC` one
` [PATCH 5/6] kbuild: rust: replace proc macros dependency on `core.o` with the version text

[PATCH] platform/x86: lg-laptop: Add operation region support
 2024-08-09 17:52 UTC 

[PATCH v2 0/2] Add pinctrl support for rk3576
 2024-08-09 17:53 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings

[PATCH 1/1] dt-bindings: soc: fsl: cpm_qe: convert network.txt to yaml
 2024-08-09 17:51 UTC 

[PATCH v2] libbpf: workaround -Wmaybe-uninitialized false positive
 2024-08-09 17:48 UTC  (2+ messages)

[syzbot] [net?] [virt?] BUG: stack guard page was hit in vsock_bpf_recvmsg
 2024-08-09 17:42 UTC 

[PATCH] MAINTAINERS: Update path for U-Boot environment variables YAML
 2024-08-09 17:42 UTC  (2+ messages)

[PATCH] memcg: replace memcg ID idr with xarray
 2024-08-09 17:40 UTC  (2+ messages)

[PATCH v2] dt-bindings: nvmem: Use soc-nvmem node name instead of nvmem
 2024-08-09 17:38 UTC  (2+ messages)

[PATCH v1 0/3] x86: Write FRED RSP0 on return to userspace
 2024-08-09 17:37 UTC  (4+ messages)
` [PATCH v1 3/3] x86/entry: Set FRED RSP0 on return to userspace instead of context switch

[PATCH v2 00/40] mm/rmap: interface overhaul
 2024-08-09 17:32 UTC  (5+ messages)
` [PATCH v2 08/40] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()

[GIT PULL] asm-generic fixes for 6.11, part 2
 2024-08-09 17:31 UTC  (2+ messages)

[GIT PULL] ARM: soc fixes for 6.11, part 1
 2024-08-09 17:31 UTC  (2+ messages)

[GIT PULL] probes: Fixes for v6.11-rc2
 2024-08-09 17:31 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.11-rc3
 2024-08-09 17:31 UTC  (2+ messages)

[PATCH v8 0/5] x86/pkeys: update PKRU to enable all pkeys before XSAVE
 2024-08-09 17:30 UTC  (5+ messages)
` [PATCH v8 1/5] x86/pkeys: Add PKRU as a parameter in signal handling functions
` [PATCH v8 3/5] x86/pkeys: Update PKRU to enable all pkeys before XSAVE

[PATCH] iio: adc: pac1921: add missing error return in probe()
 2024-08-09 17:27 UTC  (7+ messages)

[PATCH] iommu/arm-smmu: Un-demote unhandled-fault msg
 2024-08-09 17:27 UTC 

[PATCH v2 0/2] Add power-controller support for rk3576
 2024-08-09 17:27 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: power: Add support for RK3576 SoC

[PATCH] cpufreq: Fix warning on unused of_device_id tables for !CONFIG_OF
 2024-08-09 17:24 UTC 

DAMON Beer/Coffee/Tea chat reminder and extending for office hour
 2024-08-09 17:21 UTC  (2+ messages)
` DAMON Beer/Coffee/Tea chat reminder (was: Re: DAMON Beer/Coffee/Tea chat reminder and extending for office hour)

[PATCH 00/10] mm: remove vma_merge()
 2024-08-09 17:20 UTC  (4+ messages)
` [PATCH 07/10] mm: avoid using vma_merge() for new VMAs

[PATCH] selftests/mm: compaction_test: Fix off by one in check_compaction()
 2024-08-09 17:20 UTC  (2+ messages)

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-09 17:13 UTC  (3+ messages)
` [PATCH 2/2] selftests/mm: Do not fail test for a single migration failure

[PATCH 1/1] arm64: dts: lx2160a: Change PCIe compatible string to fsl,ls2088a-pcie
 2024-08-09 17:11 UTC  (7+ messages)

[RFC PATCH v2 0/2] Fix an error caused by improperly dirtied buffer
 2024-08-09 17:10 UTC  (3+ messages)
` [RFC PATCH V2 1/2] ext4: fix a potential assertion failure due to "

XFS mount timeout in linux-6.9.11
 2024-08-09 17:08 UTC 

[tip:x86/splitlock] BUILD SUCCESS 408eb7417a92c5354c7be34f7425b305dfe30ad9
 2024-08-09 17:07 UTC 

[PATCH] drm/ast: astdp: fix pre-op vs post-op bug
 2024-08-09 17:06 UTC  (4+ messages)

[PATCH] firmware: arm_scmi: Update Base protocol version
 2024-08-09 17:04 UTC  (2+ messages)

[PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2024-08-09 17:00 UTC  (4+ messages)
` [PATCH v2 5/7] rcu/kvfree: Add kvfree_rcu_barrier() API

[PATCH v5 0/4] Implement vendor resets for PSCI SYSTEM_RESET2
 2024-08-09 16:58 UTC  (6+ messages)
` [PATCH v5 3/4] firmware: psci: Read and use vendor reset types


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox