All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-13 17:16:42 to 2025-05-13 18:21:36 UTC [more...]

[PATCH v4 00/26] Arm GICv5: Host driver implementation
 2025-05-13 17:48 UTC  (13+ messages)
` [PATCH v4 01/26] dt-bindings: interrupt-controller: Add Arm GICv5
` [PATCH v4 02/26] arm64/sysreg: Add GCIE field to ID_AA64PFR2_EL1
` [PATCH v4 03/26] arm64/sysreg: Add ICC_PPI_PRIORITY<n>_EL1
` [PATCH v4 04/26] arm64/sysreg: Add ICC_ICSR_EL1
` [PATCH v4 05/26] arm64/sysreg: Add ICC_PPI_HMR<n>_EL1
` [PATCH v4 06/26] arm64/sysreg: Add ICC_PPI_ENABLER<n>_EL1
` [PATCH v4 07/26] arm64/sysreg: Add ICC_PPI_{C/S}ACTIVER<n>_EL1
` [PATCH v4 08/26] arm64/sysreg: Add ICC_PPI_{C/S}PENDR<n>_EL1
` [PATCH v4 09/26] arm64/sysreg: Add ICC_CR0_EL1
` [PATCH v4 10/26] arm64/sysreg: Add ICC_PCR_EL1
` [PATCH v4 11/26] arm64/sysreg: Add ICC_IDR0_EL1
` [PATCH v4 12/26] arm64/sysreg: Add ICH_HFGRTR_EL2

[RFC] USB: core/xhci: add a buffer in urb for host controller private data
 2025-05-13 18:21 UTC  (7+ messages)
` [PATCH v2 1/2] USB: core: add a memory pool to urb for host-controller "

[PATCH] params: Add support for static keys
 2025-05-13 17:51 UTC  (2+ messages)

[PATCH] powerpc: Transliterate author name and remove FIXME
 2025-05-13 17:48 UTC  (8+ messages)

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-05-13 18:19 UTC  (3+ messages)
` [RFC PATCH 03/21] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()

[RFC PATCH] MAINTAINERS: add mm ksm section
 2025-05-13 18:17 UTC  (3+ messages)

[PATCH] x86/its: Fix build errors when CONFIG_MODULES=n
 2025-05-13 18:17 UTC  (4+ messages)

[PATCH BlueZ v1] monitor: Add decoding for FSU command and event
 2025-05-13 18:16 UTC  (2+ messages)
` [BlueZ,v1] "

[RFC PATCH] MAINTAINERS: add mm memory policy section
 2025-05-13 18:16 UTC  (5+ messages)

fs/btrfs/volumes.o: warning: objtool: btrfs_read_sys_array+0x178: unreachable instruction
 2025-05-13 18:10 UTC 

[RFC PATCH 0/7] memcg: make memcg stats irq safe
 2025-05-13 18:09 UTC  (4+ messages)
` [RFC PATCH 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs

[PATCH 0/2] dm mpath: Interface for explicit probing of active paths
 2025-05-13 18:09 UTC  (5+ messages)

Possible git-gui bug
 2025-05-13 18:09 UTC  (3+ messages)

[PATCH i-g-t v1 0/2] Skip PSR when disabled
 2025-05-13 18:09 UTC  (4+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✗ Xe.CI.Full: "
` ✓ i915.CI.BAT: success "

[PATCH 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
 2025-05-13 18:07 UTC  (3+ messages)
` [PATCH 1/5] objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0

[PATCH v3] x86/sev: Do not touch VMSA pages during kdump of SNP guest memory
 2025-05-13 18:07 UTC  (2+ messages)
` [tip: x86/urgent] x86/sev: Do not touch VMSA pages during SNP guest memory kdump

[PATCH v5] x86/sev: Fix making shared pages private during kdump
 2025-05-13 18:07 UTC  (2+ messages)
` [tip: x86/urgent] x86/sev: Make sure pages are not skipped "

[PATCH v2] fio_sem, diskutil: introduce fio_shared_sem and use it for diskutil lock
 2025-05-13 18:07 UTC  (2+ messages)

[PATCH] Fix typo in 'limit' for bpf test
 2025-05-13 18:03 UTC 

[PATCH bpf-next 1/2] bpf: Warn with new bpf_unreachable() kfunc maybe due to uninitialized var
 2025-05-13 18:05 UTC  (5+ messages)

[PATCH i-g-t 0/2] Width/pitch in spinner mem-copy
 2025-05-13 18:05 UTC  (7+ messages)
` [PATCH i-g-t 1/2] lib/xe_spin: limit width/pitch for mem-copy
` [PATCH i-g-t 2/2] tests/xe_render_copy: change width and pitch to be in valid range

[PATCH iproute2-next] ip ntable: Add support for "mcast_reprobes" parameter
 2025-05-13 18:00 UTC  (2+ messages)

[bluez/bluez] 70d281: monitor: Add definitions for FSU command and event
 2025-05-13 17:59 UTC 

[bluez/bluez] 4cbe9e: monitor: Add decoding for FSU command and event
 2025-05-13 17:59 UTC 

[PATCH 00/19] target/arm: More header rework around arm_feature() & multiprocessing.h
 2025-05-13 17:43 UTC  (22+ messages)
` [PATCH 01/19] target/arm/tcg-stubs: compile file once (system)
` [PATCH 02/19] target/arm/hvf_arm: Avoid using poisoned CONFIG_HVF definition
` [PATCH 03/19] target/arm: Only link with zlib when TCG is enabled
` [PATCH 04/19] target/arm/cpregs: Include missing 'target/arm/cpu.h' header
` [PATCH 05/19] hw/arm/boot: Include missing 'system/memory.h' header
` [PATCH 06/19] target/arm/cpu-features: Include missing 'cpu.h' header
` [PATCH 07/19] target/arm/qmp: "
` [PATCH 08/19] target/arm/kvm: Include missing 'cpu-qom.h' header
` [PATCH 09/19] target/arm/hvf: "
` [PATCH 10/19] hw/arm: Remove unnecessary 'cpu.h' header
` [PATCH 11/19] target/arm: Restrict inclusion of 'multiprocessing.h'
` [PATCH 12/19] target/arm: Move some definitions from 'cpu.h' to 'multiprocessing.h'
` [PATCH 13/19] hw/arm: Include missing 'target/arm/gtimer.h' header
` [PATCH 14/19] target/arm: Extract PSCI definitions to 'psci.h'
` [PATCH 15/19] target/arm: Extract feature definitions to 'cpu_has_feature.h' header
` [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper
` [PATCH 17/19] hw/arm/realview: Replace arm_feature() -> arm_cpu_has_feature()
` [PATCH 18/19] hw/arm/virt-acpi: "
` [PATCH 19/19] target/arm: Always include full path to 'cpu.h'

[tj-cgroup:for-6.16] BUILD SUCCESS 225c0360a8d92636835ca73e3144d78d876bb09c
 2025-05-13 17:57 UTC 

[PATCH] i2c: designware: Fix an error handling path in i2c_dw_pci_probe()
 2025-05-13 17:56 UTC 

[PATCH v3 00/17] CXL Boot to Bash Documentation
 2025-05-13 17:56 UTC  (3+ messages)
` [PATCH v3 08/17] cxl: docs/linux - early boot configuration

[PATCH v3] tracing: Record trace_clock and recover when reboot
 2025-05-13 17:56 UTC  (2+ messages)

[PATCH BlueZ v2 1/2] monitor: Add definitions for FSU command and event
 2025-05-13 17:56 UTC  (2+ messages)
` [PATCH BlueZ v2 2/2] monitor: Add decoding "

[PATCH v3 00/17] AMD MCA interrupts rework
 2025-05-13 17:55 UTC  (7+ messages)
` [PATCH v3 17/17] x86/mce: Restore poll settings after storm subsides

[PATCH 1/2] drm/amdgpu: read back DB_CTRL register after written for VCN v4.0.5
 2025-05-13 17:55 UTC  (5+ messages)

[PATCH 0/2] UFFDIO_API.2const: Two man page updates
 2025-05-13 17:54 UTC  (3+ messages)
` [PATCH 1/2] UFFDIO_API.2const: Update userfaultfd handshake and feature probe

[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2025-05-13 17:54 UTC  (5+ messages)
` [RFC PATCH 15/18] KVM: x86/mmu: Extend make_spte to understand MBEC

[PATCH v2 0/9] irqchip: MSI parent cleanup and PCI host driver conversion
 2025-05-13 17:28 UTC  (10+ messages)
` [PATCH v2 1/9] irqchip: Make irq-msi-lib.h globally available
` [PATCH v2 2/9] genirq/msi: Add helper for creating MSI-parent irq domains
` [PATCH v2 3/9] irqchip/gic: Convert to msi_create_parent_irq_domain() helper
` [PATCH v2 4/9] irqchip/mvebu: "
` [PATCH v2 5/9] irqchip: Drop MSI_CHIP_FLAG_SET_ACK from unsuspecting MSI drivers
` [PATCH v2 6/9] irqchip/msi-lib: Honour the MSI_FLAG_NO_AFFINITY flag
` [PATCH v2 7/9] PCI: apple: Convert to MSI parent infrastructure
` [PATCH v2 8/9] PCI: xgene: "
` [PATCH v2 9/9] PCI: tegra: "

[PATCH v3] apply: --intent-to-add should imply --index
 2025-05-13 17:52 UTC  (5+ messages)
` [PATCH 0/5] apply: fix apply --intent-to-add
  ` [PATCH 2/5] apply: read in the index in --intent-to-add mode

[PATCH v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-13 17:50 UTC  (25+ messages)
` [PATCH v2 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v2 02/11] mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
` [PATCH v2 03/11] mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
` [PATCH v2 04/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
` [PATCH v2 05/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v2 06/11] mm: remove VM_PAT
` [PATCH v2 07/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v2 08/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v2 09/11] x86/mm/pat: inline memtype_match() into memtype_erase()
` [PATCH v2 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v2 11/11] mm/io-mapping: "

[lpieralisi:dev/gicv5-v4 19/27] arch/arm64/kernel/smp.c:1149:36: sparse: sparse: incorrect type in argument 5 (different address spaces)
 2025-05-13 17:49 UTC 

[RFC PATCH v2] nfsv4: Add support for the birth time attribute
 2025-05-13 17:47 UTC  (4+ messages)

[PATCH] pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed
 2025-05-13 17:47 UTC  (3+ messages)

[PATCH] driver/android/binderfs: fix race for binderfs' devices list
 2025-05-13 17:47 UTC 

wifi: iwlwifi: SAE fails when AP sends confirm before STA
 2025-05-13 17:45 UTC  (12+ messages)

[PATCH 0/4] PM / devfreq: Some optimizations of devfreq
 2025-05-13 17:43 UTC  (9+ messages)
` [PATCH 1/4] PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store()
` [PATCH 2/4] PM / devfreq: Limit max_freq with scaling_min_freq
` [PATCH 3/4] PM / devfreq: Remove redundant devfreq_get_freq_range() calling in devfreq_add_device()
` [PATCH 4/4] PM / devfreq: Check governor before using governor->name

[PATCH] powerpc/rtas: Replace one-element array with flexible array member
 2025-05-13 17:40 UTC 

[PATCH] xfs: remove some EXPERIMENTAL warnings
 2025-05-13 17:38 UTC  (2+ messages)

[PATCH i-g-t v1 1/1] tests/intel/xe_render_copy: Skip tests on PVC
 2025-05-13 17:38 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for series starting with [i-g-t,v1,1/1] "
` ✓ i915.CI.BAT: success "

[PATCH] xfs: fix zoned GC data corruption due to wrong bv_offset
 2025-05-13 17:35 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to a0922bf89760
 2025-05-13 17:35 UTC 

[PATCH 0/4] lvm2: add btrfs support for lvresize
 2025-05-13 17:35 UTC  (2+ messages)

[PATCH 5.15 00/54] 5.15.183-rc1 review
 2025-05-13 17:33 UTC  (2+ messages)

[PATCH v4] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
 2025-05-13 17:33 UTC  (8+ messages)

[f2fs-dev] [PATCH v2 2/2] f2fs: add f2fs_bug_on() in f2fs_quota_read()
 2025-05-13 17:33 UTC  (3+ messages)
  `  "

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-05-13 17:33 UTC  (6+ messages)

[PATCH 6.6 000/113] 6.6.91-rc1 review
 2025-05-13 17:32 UTC  (3+ messages)

[patch V2 00/45] genirq: Cleanups and conversion to lock guards
 2025-05-13 17:32 UTC  (6+ messages)
` [patch V2 35/45] genirq/manage: Rework irq_set_irq_wake()
      ` [patch V2a "

[PATCH v3 0/7] rtc-rv8803: Implement timestamp trigger over event pins
 2025-05-13 17:32 UTC  (3+ messages)
` [PATCH v3 6/7] dt-bindings: rtc-rv8803: add tamper detection property node

[PATCH 6.1 00/92] 6.1.139-rc1 review
 2025-05-13 17:32 UTC  (3+ messages)

[PATCH 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-05-13 17:26 UTC  (4+ messages)
` [PATCH 5/7] pwm: Add rockchip PWMv4 driver

[PATCH] NFS: always probe for LOCALIO support asynchronously
 2025-05-13 17:31 UTC  (2+ messages)

[PATCH 6.12 000/184] 6.12.29-rc1 review
 2025-05-13 17:31 UTC  (2+ messages)

[PATCH 6.14 000/197] 6.14.7-rc1 review
 2025-05-13 17:30 UTC  (3+ messages)

[PATCH] tsm-mr: Fix init breakage after bin_attrs constification by scoping non-const pointers to init phase
 2025-05-13 17:29 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] arm64: dts: rockchip: move rk3528 i2c+uart aliases to board files
 2025-05-13 17:25 UTC  (4+ messages)

[PATCH net-next v3 0/9] net: ethernet: ti: am65-cpsw: add network flow classification support
 2025-05-13 17:29 UTC  (3+ messages)
` [PATCH net-next v3 8/9] "

[PATCH v2] perf top: populate PMU capabilities data in perf_env
 2025-05-13 17:27 UTC  (4+ messages)

"POSIXLY_CORRECT" - "msgfmt: msgfmt: --tcl requires a "-l locale" specification"
 2025-05-13 17:27 UTC  (2+ messages)

[PATCH 1/1] NFSD: release read access of nfs4_file when a write delegation is returned
 2025-05-13 17:27 UTC  (2+ messages)

[PATCH v1 1/2] perf list: Display the PMU name associated with a perf metric in json
 2025-05-13 17:26 UTC  (5+ messages)
` [PATCH v1 2/2] perf test: Hybrid improvements for metric value validation test

[PATCH 0/6] provided buffer cleanups
 2025-05-13 17:26 UTC  (7+ messages)
` [PATCH 1/6] io_uring/kbuf: account ring io_buffer_list memory
` [PATCH 2/6] io_uring/kbuf: use mem_is_zero()
` [PATCH 3/6] io_uring/kbuf: drop extra vars in io_register_pbuf_ring
` [PATCH 4/6] io_uring/kbuf: don't compute size twice on prep
` [PATCH 5/6] io_uring/kbuf: refactor __io_remove_buffers
` [PATCH 6/6] io_uring/kbuf: unify legacy buf provision and removal

[PATCH] dt-bindings: PCI: pci-ep: Add ref-clk-mode
 2025-05-13 17:25 UTC  (9+ messages)

[PATCH v2 1/1] dt-bindings: firmware: imx95-scmi: Allow linux,code for protocol@81
 2025-05-13 17:25 UTC  (5+ messages)
    ` [PATCH v2 1/1] dt-bindings: firmware: imx95-scmi: Allow linux, code "

[PATCH v2] i2c: amd-isp: Add ISP i2c-designware driver
 2025-05-13 17:23 UTC  (4+ messages)

[PATCH] Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"
 2025-05-13 17:24 UTC  (2+ messages)

[PATCH v2 00/15] Add MediaTek SoC DRM support for MT8196
 2025-05-13 17:12 UTC  (5+ messages)
` [PATCH v2 11/15] drm/mediatek: add BLENDER "

Bug report for pull --rebase
 2025-05-13 17:22 UTC  (3+ messages)

live-migration performance regression when using pmem
 2025-05-13 17:21 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Firefly Station-M3/ROC-RK3588S-PC
 2025-05-13 17:06 UTC  (3+ messages)

[meta-arago][scarthgap/master][PATCH] meta-arago-test: Add optee-test, strongswan, and libgpiod-tools to image
 2025-05-13 17:20 UTC  (2+ messages)

[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-13 17:19 UTC  (3+ messages)
` [PATCH v3 16/19] nova-core: Add support for VBIOS ucode extraction for boot

[PATCH V3 0/6] ublk: support to register bvec buffer automatically
 2025-05-13 17:19 UTC  (5+ messages)
` [PATCH V3 1/6] ublk: allow io buffer register/unregister command issued from other task contexts

[PATCH v5] coresight: prevent deactivate active config while enabling the config
 2025-05-13 17:06 UTC  (4+ messages)
` [PATCH v5 1/3] coresight/etm4: fix missing disable active config
  ` [PATCH v5 2/3] coresight: holding cscfg_csdev_lock while removing cscfg from csdev
    ` [PATCH v5 3/3] coresight: prevent deactivate active config while enabling the config

[PATCH v2 0/1] platform/x86: ideapad: Expose charge_types
 2025-05-13 17:18 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants
 2025-05-13 17:17 UTC 

[PATCH 1/2] xen/dom0less: mark domain_p2m_set_allocation __init
 2025-05-13 17:18 UTC  (2+ messages)
` [PATCH 2/2] xen: enforce __init in common/device-tree/*-build.c

[PATCH] drm/amdgpu: Fix TTM validation warnings in user queue doorbell handling
 2025-05-13 17:18 UTC  (3+ messages)

[PATCH v11 00/30] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-05-13 17:15 UTC  (27+ messages)
` [PATCH v11 05/30] x86/resctrl: Remove the limit on the number of CLOSID
` [PATCH v11 06/30] x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
` [PATCH v11 07/30] x86/resctrl: Check all domains are offline in resctrl_exit()
` [PATCH v11 08/30] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v11 09/30] x86/resctrl: Drop __init/__exit on assorted symbols
` [PATCH v11 10/30] x86/resctrl: Move is_mba_sc() out of core.c
` [PATCH v11 11/30] x86/resctrl: Add end-marker to the resctrl_event_id enum
` [PATCH v11 12/30] x86/resctrl: Expand the width of domid by replacing mon_data_bits
` [PATCH v11 13/30] x86/resctrl: Split trace.h
` [PATCH v11 14/30] x86/resctrl: Add 'resctrl' to the title of the resctrl documentation
` [PATCH v11 15/30] fs/resctrl: Add boiler plate for external resctrl code
` [PATCH v11 16/30] x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
` [PATCH v11 17/30] x86/resctrl: Move enum resctrl_event_id to resctrl.h
` [PATCH v11 18/30] x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs
` [PATCH v11 19/30] x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.h
` [PATCH v11 20/30] x86/resctrl: Squelch whitespace anomalies in resctrl core code
` [PATCH v11 21/30] x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context()
` [PATCH v11 22/30] x86/resctrl: Relax some asm #includes
` [PATCH v11 23/30] x86/resctrl: Always initialise rid field in rdt_resources_all[]
` [PATCH v11 24/30] x86/resctrl: Remove a newline to avoid confusing the code move script
` [PATCH v11 25/30] x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
` [PATCH v11 26/30] x86,fs/resctrl: Remove duplicated trace header files
` [PATCH v11 27/30] fs/resctrl: Remove unnecessary includes
` [PATCH v11 28/30] fs/resctrl: Change internal.h's header guard macros
` [PATCH v11 29/30] x86,fs/resctrl: Move resctrl.rst to live under Documentation/filesystems
` [PATCH v11 30/30] MAINTAINERS: Add reviewers for fs/resctrl

[PATCH 2/7] drm/i915: Hook up PIPEDMC interrupts
 2025-05-13 17:16 UTC  (3+ messages)
` [PATCH v2 "


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.