All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-10 17:41:29 to 2024-10-10 18:23:34 UTC [more...]

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-10 18:23 UTC  (33+ messages)
` [PATCH v13 01/85] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
` [PATCH v13 02/85] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v13 03/85] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v13 04/85] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
` [PATCH v13 05/85] KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
` [PATCH v13 06/85] KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
` [PATCH v13 07/85] KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE
` [PATCH v13 08/85] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
` [PATCH v13 09/85] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
` [PATCH v13 10/85] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
` [PATCH v13 11/85] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v13 12/85] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
` [PATCH v13 13/85] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [PATCH v13 14/85] KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN
` [PATCH v13 15/85] KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page
` [PATCH v13 16/85] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
` [PATCH v13 17/85] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
` [PATCH v13 18/85] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 20/85] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map()
` [PATCH v13 21/85] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map()
` [PATCH v13 22/85] KVM: Use NULL for struct page pointer to indicate mremapped memory
` [PATCH v13 23/85] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
` [PATCH v13 24/85] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
` [PATCH v13 25/85] KVM: nVMX: Add helper to put (unmap) vmcs12 pages
` [PATCH v13 26/85] KVM: Use plain "struct page" pointer instead of single-entry array
` [PATCH v13 27/85] KVM: Provide refcounted page as output field in struct kvm_follow_pfn
` [PATCH v13 28/85] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c
` [PATCH v13 29/85] KVM: pfncache: Precisely track refcounted pages
` [PATCH v13 30/85] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v13 31/85] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
` [PATCH v13 32/85] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping

[PATCH] media: uvcvideo: Stop stream during unregister
 2024-10-10 18:23 UTC  (5+ messages)

[PATCH 1/4] xfrm: Add support for per cpu xfrm state handling
 2024-10-10 18:22 UTC  (2+ messages)

[PATCH 0/6] iio: adc: ad7380: fix several supplies issues
 2024-10-10 18:22 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-10 18:21 UTC  (6+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers

[PATCH v3] vfio: combine container_create and group_bind
 2024-10-10 18:21 UTC  (2+ messages)

[PATCH][next] ASoC: max98388: Fix missing increment of variable slot_found
 2024-10-10 18:20 UTC 

[PATCH v7 0/4] Introduce pcim_alloc_irq_vectors()
 2024-10-10 18:20 UTC  (2+ messages)

[PATCH 0/7] Lazy preemption bits
 2024-10-10 18:19 UTC  (22+ messages)
` [PATCH 1/7] sched: warn for high latency with TIF_NEED_RESCHED_LAZY
` [PATCH 2/7] rcu: limit PREEMPT_RCU configurations
` [PATCH 4/7] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
` [PATCH 6/7] osnoise: handle quiescent states for PREEMPT_RCU=n, PREEMPTION=y
` [PATCH 7/7] powerpc: add support for PREEMPT_LAZY

[PATCH v1 00/15] io_uring zero copy rx
 2024-10-10 18:19 UTC  (22+ messages)
` [PATCH v1 01/15] net: devmem: pull struct definitions out of ifdef
` [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback
` [PATCH v1 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider

[PATCH v3] irqchip/renesas-rzg2l: Fix missing put_device
 2024-10-10 18:18 UTC  (4+ messages)

[PATCH 00/11] STM32 DMA3 updates for STM32MP25
 2024-10-10 18:16 UTC  (7+ messages)
` [PATCH 01/11] dt-bindings: dma: stm32-dma3: prevent packing/unpacking mode
` [PATCH 04/11] dt-bindings: dma: stm32-dma3: prevent linked-list refactoring
` [PATCH 06/11] dt-bindings: dma: stm32-dma3: introduce st,axi-max-burst-len property

[PATCH 0/3] introduce PIDFD_SELF* sentinels
 2024-10-10 18:15 UTC  (4+ messages)
` [PATCH 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH 2/3] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
` [PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v3 0/2] gdbstub: Introduce ldtul_$endian_p() helpers
 2024-10-10 18:15 UTC  (5+ messages)
` [PATCH v3 1/2] exec/tswap: Massage target_needs_bswap() definition
` [PATCH v3 2/2] gdbstub/helpers: Introduce ldtul_$endian_p() helpers

[PATCH v1 1/1] iio: Convert unsigned to unsigned int
 2024-10-10 18:15 UTC 

[PATCH v5] drm/i915/selftests: Implement frequency logging for energy reading validation
 2024-10-10 18:15 UTC  (2+ messages)

[PATCHSET sched_ext/for-6.12-fixes] sched_ext: Fix RCU and other stalls while iterating tasks during enable/disable
 2024-10-10 18:15 UTC  (7+ messages)
` [PATCH 1/6] Revert "sched_ext: Use shorter slice while bypassing"
` [PATCH 2/6] sched_ext: Start schedulers with consistent p->scx.slice values
` [PATCH 4/6] sched_ext: bypass mode shouldn't depend on ops.select_cpu()

[PATCH v2 0/3]clk: at91: add sama7d65 clock support
 2024-10-10 18:13 UTC  (2+ messages)

[PATCH] iio: imu: bmi323: remove redundant register definition
 2024-10-10 18:13 UTC  (2+ messages)

[PATCH 0/1] drm/xe: enable lite restore
 2024-10-10 18:13 UTC  (5+ messages)
` ✓ CI.Build: success for drm/xe: enable lite restore (rev2)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 0/2] add function to set dedicated queue size
 2024-10-10 18:13 UTC  (5+ messages)
` [PATCH 1/2] net/bonding: standard the log message
` [PATCH 2/2] net/bonding: add command to set dedicated queue size

[PATCH 0/4] iio: frequecy: adf4371: minor improvements
 2024-10-10 18:12 UTC  (2+ messages)

[PATCH][next] mm/execmem: Remove logically deadcode in execmem.c
 2024-10-10 18:10 UTC 

[PATCH 00/12] btrfs reads through iomap
 2024-10-10 18:12 UTC  (19+ messages)
` [PATCH 01/12] iomap: check if folio size is equal to FS block size
` [PATCH 03/12] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset
` [PATCH 04/12] iomap: include iomap_read_end_io() in header
` [PATCH 05/12] iomap: Introduce IOMAP_ENCODED
` [PATCH 06/12] iomap: Introduce read_inline() function hook

[PATCH v5 0/7] drm/mgag200: Implement VBLANK support
 2024-10-10 18:12 UTC  (9+ messages)

[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
 2024-10-10 18:11 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] clang-format: change column limit to 96 characters
  ` [PATCH v2 2/3] clang-format: don't align expressions after linebreaks
  ` [PATCH v2 3/3] clang-format: align consecutive macro definitions

[RFC] powerpc/kvm: Fix spinlock member access for PREEMPT_RT
 2024-10-10 18:09 UTC 

[PATCH 00/13] hw: Add ld/st_endian() APIs
 2024-10-10 18:08 UTC  (4+ messages)
` [PATCH 07/13] hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry

[PATCH v2 1/1] iio: imu: bmi270: Add spi driver for bmi270 imu
 2024-10-10 18:09 UTC  (2+ messages)

[PATCH v2 0/7] Provides support for Trigger Generation Unit
 2024-10-10 18:08 UTC  (3+ messages)
` [PATCH v2 1/7] dt-bindings: arm: Add support for Coresight TGU trace

[PATCH] drm/amdgpu: enable userqueue support for GFX12
 2024-10-10 18:08 UTC 

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-10 18:07 UTC  (4+ messages)
` [RFC PATCH v1 5/7] ipe: Fix inode numbers in audit records

[PATCH] iio: adc: ad7944: add namespace to T_QUIET_NS
 2024-10-10 18:08 UTC  (3+ messages)

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-10 18:07 UTC  (5+ messages)
` [PATCH v4 17/28] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v4 18/28] cxl/pci: Factor out interrupt policy check

[PATCH 1/2] futex: Use atomic64_inc_return() in get_inode_sequence_number()
 2024-10-10 18:06 UTC  (4+ messages)
` [PATCH 2/2] futex: Use atomic64_try_cmpxchg_relaxed() "

[PATCH][next] iio: pressure: rohm-bm1390: Remove redundant if statement
 2024-10-10 18:07 UTC  (2+ messages)

[PATCH 0/2] Add Devicetree support for USB controllers on QCS8300
 2024-10-10 18:06 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: Enable USB controllers for QCS8300

[PATCH v4 0/6] thermal: scope/cleanup.h improvements
 2024-10-10 18:06 UTC  (7+ messages)
` [PATCH v4 1/6] thermal: of: Simplify thermal_of_should_bind with scoped for each OF child
` [PATCH v4 2/6] thermal: of: Use scoped memory and OF handling to simplify thermal_of_trips_init()
` [PATCH v4 3/6] thermal: of: Use scoped device node handling to simplify of_thermal_zone_find()
` [PATCH v4 4/6] thermal: qcom-spmi-adc-tm5: Simplify with scoped for each OF child loop
` [PATCH v4 5/6] thermal: tegra: "
` [PATCH v4 6/6] thermal: sun8i: Use scoped device node handling to simplify error paths

[PATCH v3 00/10] Add iio backend compatibility for ad7606
 2024-10-10 18:04 UTC  (5+ messages)
` [PATCH v3 09/10] iio: adc: ad7606: Add iio-backend support

[PATCH v1] net/ice: updated 24.07 recommended matching list
 2024-10-10 18:03 UTC  (2+ messages)

[PATCH v1] net/i40e: updated 24.07 recommended matching list
 2024-10-10 18:03 UTC  (2+ messages)

[PATCH 0/4] Implement Wa_14021768792 to bypass m_n ratio limit
 2024-10-10 18:03 UTC  (2+ messages)
` ✗ CI.FULL: failure for Implement Wa_14021768792 to bypass m_n ratio limit (rev3)

[PATCH bpf-next 00/16] Support dynptr key for hash map
 2024-10-10 18:02 UTC  (3+ messages)
` [PATCH bpf-next 03/16] bpf: Parse bpf_dynptr in map key

[linux-next:master 2551/3639] drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:1206 current_memory_partition_show() error: buffer overflow 'nps_desc' 9 <= 9
 2024-10-10 18:01 UTC 

[PATCH-next V2] ASoC: rt721-sdca: Clean logically deadcode in rt721-sdca.c
 2024-10-10 18:01 UTC  (3+ messages)

[PATCH v5 net-next 0/2] make PHY output RMII reference clock
 2024-10-10 18:00 UTC  (3+ messages)
` [PATCH v5 net-next 1/2] dt-bindings: net: tja11xx: add "nxp,rmii-refclk-out" property

[PATCH bpf v2 0/3] Fix caching of BTF for kfuncs in the verifier
 2024-10-10 18:00 UTC  (2+ messages)

[PATCH 00/13] iio: add missing select REMAP_SPI, IIO_BUFFER, and IIO_TRIGGERED_BUFFER
 2024-10-10 18:00 UTC  (9+ messages)
` [PATCH 04/13] iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
` [PATCH 12/13] iio: pressure: bu1390: "

[PATCH v4 0/4] leds: bcm63138: Add some new bindings and code
 2024-10-10 18:00 UTC  (8+ messages)
` [PATCH v4 1/4] dt-bindings: leds: bcm63138: Add shift register bits
` [PATCH v4 3/4] leds: bcm63138: Handle shift register config
` [PATCH v4 4/4] leds: bcm63138: Add some register defines

[PATCH v6 0/3] add support for ad777x family
 2024-10-10 17:59 UTC  (6+ messages)
` [PATCH v6 3/3] drivers: iio: adc: "

[PATCH] netfilter: Record uid and gid in xt_AUDIT
 2024-10-10 17:59 UTC  (6+ messages)

[PATCH V2][next] ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c
 2024-10-10 17:57 UTC 

[PATCH bpf-next v4 00/10] bpf: Support private stack for bpf progs
 2024-10-10 17:56 UTC  (11+ messages)
` [PATCH bpf-next v4 01/10] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v4 02/10] bpf: Mark each subprog with proper private stack modes
` [PATCH bpf-next v4 03/10] bpf, x86: Refactor func emit_prologue
` [PATCH bpf-next v4 04/10] bpf, x86: Create a helper for certain "reg <op>= imm" operations
` [PATCH bpf-next v4 05/10] bpf, x86: Add jit support for private stack
` [PATCH bpf-next v4 06/10] selftests/bpf: Add private stack tests
` [PATCH bpf-next v4 07/10] bpf: Support calling non-tailcall bpf prog
` [PATCH bpf-next v4 08/10] bpf, x86: Create two helpers for some arith operations
` [PATCH bpf-next v4 09/10] bpf, x86: Jit support for nested bpf_prog_call
` [PATCH bpf-next v4 10/10] selftests/bpf: Add tests for bpf_prog_call()

[PATCH] boardf: Modify DRAM message
 2024-10-10 17:58 UTC  (2+ messages)

[PATCH v11 0/8] Add QPIC SPI NAND driver
 2024-10-10 17:57 UTC  (4+ messages)
` [PATCH v11 1/8] spi: dt-bindings: Introduce qcom,spi-qpic-snand

[PATCH 0/3] cpufreq/amd-pstate: Set initial min_freq to lowest_nonlinear_freq
 2024-10-10 17:57 UTC  (8+ messages)
` [PATCH 1/3] cpufreq: Add a callback to update the min_freq_req from drivers

[f2fs-dev] [PATCH v4] f2fs: introduce device aliasing file
 2024-10-10 17:56 UTC  (4+ messages)
  `  "

[PATCH v2 0/4] mfd: intel_soc_pmic_bxtwc: Fix IRQ domain usage
 2024-10-10 17:55 UTC  (3+ messages)

[PATCH v0] arm/uefi-secureboot: Add uefi capsule update support
 2024-10-10 17:55 UTC  (2+ messages)

subscribe
 2024-10-10 17:55 UTC 

[xen-unstable-smoke test] 188044: tolerable all pass - PUSHED
 2024-10-10 17:54 UTC 

[PATCH v3 0/6] thermal: scope/cleanup.h improvements
 2024-10-10 17:53 UTC  (4+ messages)
` [PATCH v3 2/6] thermal: of: Use scoped device node handling to simplify thermal_of_trips_init()

[PATCH 0/2] wifi: ath12k: fix issues when unbinding
 2024-10-10 17:48 UTC  (3+ messages)
` [PATCH 1/2] wifi: ath12k: fix crash "
` [PATCH 2/2] wifi: ath12k: fix warning "

[PATCH v3 0/3] Link worktrees with relative paths
 2024-10-10 17:52 UTC  (6+ messages)
` [PATCH v3 1/3] worktree: refactor infer_backlink() to use *strbuf

[PATCH] tdx, memory hotplug: Check whole hot-adding memory range for TDX
 2024-10-10 17:52 UTC  (9+ messages)

[PATCH v2 00/17] First Distro-agnostic series taken from Fedora Rawhide
 2024-10-10 17:51 UTC  (4+ messages)
` [PATCH v2 09/17] commands: Pass "\x[[:hex:]][[:hex:]]" straight through unmolested

subscribe
 2024-10-10 17:52 UTC 

[PATCH] mm/zsmalloc: Use memcpy_from/to_page whereever possible
 2024-10-10 17:51 UTC 

[PATCH v5 00/10] iio: add support for the ad3552r AXI DAC IP
 2024-10-10 17:52 UTC  (4+ messages)
` [PATCH v5 02/10] iio: dac: adi-axi-dac: update register names

[PATCH] Documentation: dmaengine: Correct reference to glReadPixels()
 2024-10-10 17:52 UTC  (2+ messages)

subscribe
 2024-10-10 17:51 UTC 

[PATCH] ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c
 2024-10-10 17:50 UTC 

[PATCH v2 0/5] dt-bindings: mfd: convert zii,rave-sp.txt and child txt to yaml format
 2024-10-10 17:50 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: input: convert zii,rave-sp-pwrbutton.txt to yaml
` [PATCH v2 3/5] dt-bindings: nvmem: convert zii,rave-sp-eeprom.txt to yaml format
` [PATCH v2 4/5] dt-bindings: watchdog: convert zii,rave-sp-wdt.txt "

[PATCH] iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
 2024-10-10 17:50 UTC  (4+ messages)

[PATCH v2 0/5] Improve objtool jump table handling
 2024-10-10 17:50 UTC  (2+ messages)

[PATCH v3 net-next 0/5] tcp: add skb->sk to more control packets
 2024-10-10 17:48 UTC  (6+ messages)
` [PATCH v3 net-next 1/5] net: add TIME_WAIT logic to sk_to_full_sk()
` [PATCH v3 net-next 2/5] net_sched: sch_fq: prepare for TIME_WAIT sockets
` [PATCH v3 net-next 3/5] net: add skb_set_owner_edemux() helper
` [PATCH v3 net-next 4/5] ipv6: tcp: give socket pointer to control skbs
` [PATCH v3 net-next 5/5] ipv4: "

[PATCH 0/6] KVM: Fix bugs in vCPUs xarray usage
 2024-10-10 17:48 UTC  (4+ messages)
` [PATCH 4/6] Revert "KVM: Fix vcpu_array[0] races"

[PATCH v4 0/2] iio: light: opt3001: add support for TI's opt3002 light sensor
 2024-10-10 17:47 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH] drm: atmel-hlcdc: bypass LCDC pixel clock divider when using LCDC Generic Clock
 2024-10-10 16:25 UTC  (2+ messages)

[PATCH] vt: prevent kernel-infoleak in con_font_get()
 2024-10-10 17:46 UTC 

[PATCH v3] package_rpm: Check if file exists before open()
 2024-10-10 17:45 UTC 

[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-10-10 17:44 UTC  (8+ messages)
` [PATCH net-next v3 7/7] bnxt_en: add support for device memory tcp

[PATCHv5 net-next 0/7] ibm: emac: more cleanups
 2024-10-10 17:44 UTC  (8+ messages)
` [PATCHv5 net-next 1/7] net: ibm: emac: use netif_receive_skb_list
` [PATCHv5 net-next 2/7] net: ibm: emac: remove custom init/exit functions
` [PATCHv5 net-next 3/7] net: ibm: emac: use devm_platform_ioremap_resource
` [PATCHv5 net-next 4/7] net: ibm: emac: use platform_get_irq
` [PATCHv5 net-next 5/7] net: ibm: emac: use devm for mutex_init
` [PATCHv5 net-next 6/7] net: ibm: emac: generate random MAC if not found
` [PATCHv5 net-next 7/7] net: ibm: emac: use of_find_matching_node

[PATCH] of: Skip kunit tests when arm64+ACPI doesn't populate root node
 2024-10-10 17:43 UTC  (2+ messages)

[RFC PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-10 17:43 UTC  (7+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "
` [RFC PATCH 13/13] Remove "

[PATCH v1] ipe: add 'anonymous_memory' property for policy decisions
 2024-10-10 17:42 UTC 

[PATCH v2 0/3] ARM: dts: imx[6qdl|7]-[apalis|colibri]: Update audio card names
 2024-10-10 17:42 UTC  (2+ messages)

[PATCH v1 0/5] perf cpumap: Correct for perf_cpu_map__merge()
 2024-10-10 17:41 UTC  (3+ messages)
` [PATCH v1 1/5] libperf cpumap: Correct reference count "

[PATCH v2 0/7] error: Eliminate QERR_PROPERTY_VALUE_OUT_OF_RANGE
 2024-10-10 17:41 UTC  (3+ messages)
` [PATCH v2 7/7] qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop


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.