All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 12:54:48 to 2026-04-28 13:14:34 UTC [more...]

[RFC PATCH 00/11] iommu/riscv: Add hardware dirty tracking for second-stage domains
 2026-04-28 13:13 UTC  (14+ messages)
` [RFC PATCH 01/11] iommupt: Add RISC-V Second-stage (iohgatp) page table support
` [RFC PATCH 02/11] iommu/riscv: report iommu capabilities
` [RFC PATCH 03/11] iommu/riscv: use data structure instead of individual values
` [RFC PATCH 04/11] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH 05/11] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH 06/11] iommu/riscv: Add domain_alloc_paging_flags for second-stage domain
` [RFC PATCH 07/11] iommupt: Don't preset D when RISC-V IOMMU dirty tracking on

[PATCH v6 0/6] cgroup/dmem,drm/ttm: Improve protection in contended cases
 2026-04-28 13:14 UTC  (5+ messages)
` [PATCH v6 2/6] cgroup,cgroup/dmem: Add (dmem_)cgroup_common_ancestor helper

[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-04-28 13:14 UTC  (3+ messages)
` [PATCH 03/24] rust: devres: add ForLt support to Devres

[PATCH net 0/2] ipv6: tunnel changelink: use cached netns pointer
 2026-04-28 13:14 UTC  (3+ messages)
` [PATCH net 1/2] ip6: vti: Use ip6_tnl.net in vti6_changelink()

[PATCH 0/6] media: Fix new smatch warnings
 2026-04-28 13:13 UTC  (5+ messages)
` [PATCH 5/6] media: staging: ipu3-imgu: Add range check for imgu_css_cfg_acc_stripe
` [PATCH 6/6] media: amlogic-c3: Add validations for ae and awb config

[PATCH] rust: drm: fix unsound initialization in drm::Device::new
 2026-04-28 13:13 UTC  (4+ messages)

[to-be-updated] mm-mm_init-fix-uninitialized-struct-pages-for-zone_device.patch removed from -mm tree
 2026-04-28 13:13 UTC 

[to-be-updated] mm-mm_init-fix-pageblock-migratetype-for-zone_device-compound-pages.patch removed from -mm tree
 2026-04-28 13:13 UTC 

[to-be-updated] mm-sparse-vmemmap-fix-dax-vmemmap-accounting-with-optimization.patch removed from -mm tree
 2026-04-28 13:13 UTC 

[to-be-updated] mm-sparse-vmemmap-pass-pgmap-argument-to-memory-deactivation-paths.patch removed from -mm tree
 2026-04-28 13:13 UTC 

[to-be-updated] mm-memory_hotplug-fix-incorrect-altmap-passing-in-error-path.patch removed from -mm tree
 2026-04-28 13:13 UTC 

[to-be-updated] mm-sparse-vmemmap-fix-vmemmap-accounting-underflow.patch removed from -mm tree
 2026-04-28 13:13 UTC 

[PATCH net v4 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
 2026-04-28 13:13 UTC  (3+ messages)

[PATCH net] net: add net_iov_init() and use it to initialize ->page_type
 2026-04-28 13:13 UTC  (2+ messages)

[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-28 13:13 UTC  (5+ messages)
` [PATCH v2 1/3] mm/page_owner: add filter infrastructure

[RFC PATCH 04/19] mm/damon/core: commit probes
 2026-04-28 13:13 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/kms_sharpness_filter: Remove plane-scaler subtests
 2026-04-28 13:12 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for tests/intel/kms_sharpness_filter: Remove plane-scaler subtests (rev2)
` ✗ Xe.CI.FULL: "

[PATCH] hv_sock: fix ARM64 support
 2026-04-28 13:12 UTC  (2+ messages)

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-28 13:12 UTC  (6+ messages)
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()

[PATCH v2 0/2] remoteproc: add AMD BRAM-based remote processor driver
 2026-04-28 13:12 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: document AMD BRAM-based rproc

[PATCH] LoongArch/KVM: Simplify _kvm_pte_init with memset64
 2026-04-28 13:11 UTC 

+ drivers-base-memory-fix-locking-for-poison-accounting-lookup.patch added to mm-hotfixes-unstable branch
 2026-04-28 13:11 UTC 

+ drivers-base-memory-fix-memory-block-reference-leak-in-poison-accounting.patch added to mm-hotfixes-unstable branch
 2026-04-28 13:11 UTC 

+ mm-memory_hotplug-fix-memory-block-reference-leak-on-remove.patch added to mm-hotfixes-unstable branch
 2026-04-28 13:11 UTC 

[PATCH v2] dt-bindings: arm-smmu: Add compatible for Qualcomm Nord SoC
 2026-04-28 13:11 UTC  (5+ messages)

[PATCH 00/10] rust: pin-init upstream sync for v7.2 (round 1)
 2026-04-28 13:10 UTC  (11+ messages)
` [PATCH 01/10] rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`
` [PATCH 02/10] rust: pin-init: bump minimum Rust version to 1.82
` [PATCH 03/10] rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`
` [PATCH 04/10] rust: pin-init: extend `impl_zeroable_option` macro to handle generics
` [PATCH 05/10] rust: pin-init: internal: add missing where clause to projection types
` [PATCH 06/10] rust: pin-init: internal: remove redundant `#[pin]` filtering
` [PATCH 07/10] rust: pin-init: internal: adjust license identifier of `zeroable.rs`
` [PATCH 08/10] rust: pin-init: fix badge URL in README
` [PATCH 09/10] rust: pin-init: cleanup workaround for old Rust compiler
` [PATCH 10/10] rust: pin-init: internal: turn `PhantomPinned` error into warnings

[PATCH] fuse: do not treat unlimited readdir count as a buffer size
 2026-04-28 13:11 UTC  (2+ messages)

[PATCH net-next v9 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-04-28 13:10 UTC  (4+ messages)
` [PATCH net-next v9 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH v2 00/16] s390/vfio-ap: Add live guest migration support
 2026-04-28 13:10 UTC  (2+ messages)

[PATCH v2] Add support for UTF-8 in file context labels
 2026-04-28 13:10 UTC  (2+ messages)

[RFC PATCH 13/19] mm/damon/sysfs: implement filter dir files
 2026-04-28 13:10 UTC  (2+ messages)

[RFC PATCH 02/19] mm/damon/core: embed damon_probe objects in damon_ctx
 2026-04-28 13:09 UTC  (2+ messages)

[PATCH 0/4] Add initial device trees for Nord SA8797P
 2026-04-28 13:09 UTC  (8+ messages)
` [PATCH 1/4] arm64: dts: qcom: Add device tree for Nord SoC series
` [PATCH 3/4] dt-bindings: arm: qcom: Document SA8797P Ride board

[PATCH 0/6] Add test case for TPM over I2C with swtpm
 2026-04-28 13:07 UTC  (7+ messages)
` [PATCH 1/6] tests: Move TPM I2C bus read/write functions to common files
` [PATCH 2/6] tests: Have TPM I2C read/write functions take QTestState as first parameter
` [PATCH 3/6] tests: Set sizes for arrays of expected TPM responses and requests
` [PATCH 4/6] tests: Rename id of tpmdev to tpm0
` [PATCH 5/6] tests: Implement aspeed_i2c_restart to reenable selection of master
` [PATCH 6/6] tests: Add a TPM TIS I2C swtpm test

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-28 13:08 UTC  (5+ messages)
` [PATCH 09/49] mm: panic on memory allocation failure in sparse_init_nid()

[PATCH] EDAC/sysfs: Fix UAF in edac_device_register_sysfs_main_kobj()
 2026-04-28 13:06 UTC 

[PATCH net-next v2 00/13] net: lan966x: add support for PCIe FDMA
 2026-04-28 13:07 UTC  (14+ messages)
` [PATCH net-next v2 01/13] MAINTAINERS: add FDMA library to Sparx5 SoC entry
` [PATCH net-next v2 02/13] net: microchip: fdma: rename contiguous dataptr helpers
` [PATCH net-next v2 03/13] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next v2 04/13] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v2 05/13] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next v2 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v2 07/13] net: lan966x: clear FDMA interrupt stickies after switch reset
` [PATCH net-next v2 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v2 09/13] net: lan966x: add PCIe FDMA support
` [PATCH net-next v2 10/13] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next v2 11/13] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v2 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next v2 13/13] misc: lan966x-pci: dts: add fdma interrupt to overlay

[PATCH net] sfc: fix error code in efx_devlink_info_running_versions()
 2026-04-28 13:08 UTC  (2+ messages)

[PATCH v12 00/13] blk: honor isolcpus configuration
 2026-04-28 13:08 UTC  (3+ messages)

[RFC PATCH 14/19] mm/damon/sysfs: setup probes on DAMON core API parameters
 2026-04-28 13:08 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2] ice: wait for reset completion in ice_resume()
 2026-04-28 13:07 UTC  (5+ messages)

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-04-28 13:07 UTC  (6+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()

[PATCH 1/1] powerpc/pseries/pci: quirks: Add pseries TG3 D3hot delay quirk for EEH stability
 2026-04-28  9:35 UTC 

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-28 13:05 UTC  (3+ messages)
` [PATCH v2 13/53] selftests/mm: khugepaged: use ksefltest framework

[PATCH 0/1] ipmi: Fix issues with BMCs that report event and message incorrectly
 2026-04-28 13:06 UTC  (7+ messages)
` [PATCH 2/2] ipmi: Add limits to event and receive message requests

[PATCH] ALSA: hda: cs35l56: Fix uninitialized value in cs35l56_hda_read_acpi()
 2026-04-28 13:05 UTC 

[PATCH v2] md: skip redundant raid_disks update when value is unchanged
 2026-04-28 13:05 UTC 

[to-be-updated] drivers-base-memory-fix-memory-block-reference-leak-in-poison-accounting.patch removed from -mm tree
 2026-04-28 13:05 UTC 

[PATCH v5 0/7] x86,fs/resctrl: Pave the way for MPAM counter assignment
 2026-04-28 13:04 UTC  (8+ messages)
` [PATCH v5 1/7] fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs()
` [PATCH v5 2/7] x86,fs/resctrl: Create 'event_filter' files read only if they're not configurable
` [PATCH v5 3/7] fs/resctrl: Disallow the software controller when MBM counters are assignable
` [PATCH v5 4/7] fs/resctrl: Add monitor property 'mbm_cntr_assign_fixed'
` [PATCH v5 5/7] fs/resctrl: Continue counter allocation after failure
` [PATCH v5 6/7] fs/resctrl: Document that automatic counter assignment is best effort
` [PATCH v5 7/7] fs/resctrl: Document tasks file behaviour for task id 0 and idle tasks

[to-be-updated] mm-memory_hotplug-fix-memory-block-reference-leak-on-remove.patch removed from -mm tree
 2026-04-28 13:04 UTC 

[PATCH v2 0/6] firmware: samsung: acpm: Various fixes for sashiko bug reports
 2026-04-28 13:04 UTC  (6+ messages)
` [PATCH v2 4/6] firmware: samsung: acpm: Fix memory ordering race in RX path
` [PATCH v2 5/6] firmware: samsung: acpm: Fix out-of-bounds read and infinite loop "

[LTP] [PATCH v3 1/2] doc: generate CVE catalog documentation
 2026-04-28 13:04 UTC  (3+ messages)

[PATCH] net: fealnx: make driver work on architectures without I/O ports
 2026-04-28 13:03 UTC  (2+ messages)

[PATCH v21 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-04-28 13:03 UTC  (6+ messages)
` [PATCH v21 08/13] mfd: core: Add firmware-node support to MFD cells

[LTP] [PATCH v1] cve: icmp_rate_limit: set icmp_msgs_burst within network namespace
 2026-04-28 13:02 UTC  (2+ messages)

[OE-core][scarthgap][PATCH 2/4] binutils: fix CVE-2025-69648
 2026-04-28 13:02 UTC  (4+ messages)

[PATCH v1] net: phy: dp83869: fix setting CLK_O_SEL field
 2026-04-28 13:01 UTC  (2+ messages)

[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
 2026-04-28 13:01 UTC  (8+ messages)

[PATCH] LoongArch/KVM: Use kvm_set_pte() in kvm_flush_pte
 2026-04-28 13:00 UTC 

[ANNv4] Media Summit on May 26th in Nice, France
 2026-04-28 13:00 UTC  (12+ messages)

[Patch v3 0/4] perf/x86/intel: Fix bugs of auto counter reload sampling
 2026-04-28 13:00 UTC  (3+ messages)
` [Patch v3 4/4] perf/x86/intel: Consolidate MSR_IA32_PERF_CFG_C tracking

[PATCH] platform/x86: thinkpad_acpi: Add sysfs to display HWDD raw
 2026-04-28 13:00 UTC  (2+ messages)

[PATCHSET v2 REPOST sched_ext/for-7.2] sched_ext: Topological CPU IDs and cid-form struct_ops
 2026-04-28 13:00 UTC  (3+ messages)
` [PATCH 07/17] sched_ext: Add topological CPU IDs (cids)

[PATCH v2] LoongArch: KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2026-04-28 12:56 UTC  (2+ messages)

+ mm-memcontrol-fix-rcu-unbalance-in-get_non_dying_memcg_end.patch added to mm-hotfixes-unstable branch
 2026-04-28 12:59 UTC 

[RFC PATCH 0/2] scripts: add kconfirm
 2026-04-28 12:58 UTC  (6+ messages)
` [RFC PATCH 2/2] Documentation: dev-tools: "

[PATCH net-next] net: phy: aquantia: use ADVERTISE_XNP for extended next page advertising
 2026-04-28 12:58 UTC 

[LTP] [PATCH v1] mmapstress06: TCONF on systems without swap space
 2026-04-28 12:58 UTC  (2+ messages)

linux-next: build failure after merge of the kthread tree
 2026-04-28 12:58 UTC  (2+ messages)

[PATCH] tpm: Dynamically allocate tpm-tis buffer
 2026-04-28 12:57 UTC  (4+ messages)

[PATCH] arm64: dts: ti: k3-j721s2-som-p0: add bootph-pre-ram property to pmic@4c
 2026-04-28 12:57 UTC  (4+ messages)

[PATCH] tests/intel/xe_configfs: Use available engine for ctx-restore subtests
 2026-04-28 12:57 UTC  (2+ messages)

[Buildroot] [PATCH for 2025.02.x] package/ruby: add patch for CVE-2026-41316
 2026-04-28 12:57 UTC 

[PATCH] docs: driver-api: eisa: add SPDX license identifier
 2026-04-28 12:57 UTC  (2+ messages)

[PATCH v2 0/2] drm/xe: Add support for GPU health indicator
 2026-04-28 12:57 UTC  (4+ messages)
` [PATCH v2 2/2] drm/xe/xe_ras: Add RAS "

[PATCH] media: rcar-vin: Clean up notifier on probe failure
 2026-04-28 12:57 UTC 

[PATCH v2 0/2] x86/tdx: Port I/O emulation fixes
 2026-04-28 12:56 UTC  (3+ messages)
` [PATCH v2 1/2] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v2 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O

[RFC PATCH] drm/i915/psr: Prevent DC entry during active vblank for Panel Replay
 2026-04-28 12:56 UTC  (2+ messages)

[PATCH v3 0/2] few improvemnts for SORING lib
 2026-04-28 12:56 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] ring: introduce peek API for soring

[PATCH 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-04-28 12:55 UTC  (4+ messages)
` [PATCH 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[PATCH 000/108] drm/i915/dp_link: Refactor DP link capability logic
 2026-04-28 12:52 UTC  (52+ messages)
` [PATCH 052/108] drm/i915/dp_link_caps: Add helper to reset max link limits
` [PATCH 053/108] drm/i915/dp_link_caps: Add helper to reset link_caps state
` [PATCH 058/108] drm/i915/dp_link_caps: Add link_caps prefix to common rate helpers
` [PATCH 059/108] drm/i915/dp_link_caps: Add missing documentation to exported functions
` [PATCH 060/108] drm/i915/dp_link_caps: Set forced link params before resetting link params
` [PATCH 062/108] drm/i915/dp_link_caps: Adjust max_limits when setting or resetting it
` [PATCH 063/108] drm/i915/dp: Simplify the modeset max link rate limit computation
` [PATCH 065/108] drm/i915/dp_tunnel: Query max link limits via link_caps for BW computation
` [PATCH 066/108] drm/i915/doc: Document DP link capabilities
` [PATCH 067/108] drm/i915/dp_link_caps: Move config table members to a substruct
` [PATCH 068/108] drm/i915/dp_link_caps: Factor out a helper to look up a config table rate
` [PATCH 069/108] drm/i915/dp_link_caps: Pass config table pointer to rate lookup helper
` [PATCH 070/108] drm/i915/dp_link_caps: Factor out helper to get link config from table by index
` [PATCH 071/108] drm/i915/dp_link_caps: Add helper to get config at iterator position
` [PATCH 072/108] drm/i915/dp_link_caps: Add helper to find position of matching config
` [PATCH 073/108] drm/i915/dp_link_training: Reset the max link limits in the fallback code
` [PATCH 074/108] drm/i915/dp_link_training: Use config iterator for BW-order fallback
` [PATCH 075/108] drm/i915/dp_link_training: Look up configurations using fuzzy rate matching
` [PATCH 076/108] drm/i915/dp_link_caps: Pass table pointer to the sort compare function
` [PATCH 077/108] drm/i915/dp_link_caps: Compare config tables instead of link parameters
` [PATCH 078/108] drm/i915/dp_link_caps: Precompute config table before update
` [PATCH 079/108] drm/i915/dp_link_caps: Compare internal config entries during table matching
` [PATCH 080/108] drm/i915/dp_link_caps: Use virtual config indexing in config table
` [PATCH 081/108] drm/i915/dp_link_caps: Simplify idx->link rate/lane count lookup
` [PATCH 082/108] drm/i915/dp_link_caps: Simplify BW order pos->config index array
` [PATCH 083/108] drm/i915/dp_link_caps: Add helper to get iteration order for a connector
` [PATCH 084/108] drm/i915/dp_link_caps: Add reset and merge update modes
` [PATCH 085/108] drm/i915/dp_link_caps: Add mask for disabled link configurations
` [PATCH 086/108] drm/i915/dp_link_caps: Add link configuration iterators
` [PATCH 087/108] drm/i915/dp_link_caps: Preserve disabled config mask during merge update
` [PATCH 088/108] drm/i915/dp_link_caps: Account for disabled configs during max link info update
` [PATCH 089/108] drm/i915/dp_link_caps: Add debugfs entry showing allowed configurations
` [PATCH 090/108] drm/i915/dp: Add a mask of valid configurations for modeset computation
` [PATCH 091/108] drm/i915/dp: Iterate configurations via link_caps for SST non-DSC
` [PATCH 092/108] drm/i915/dp: Iterate configurations via link_caps for SST DSC
` [PATCH 093/108] drm/i915/dp: Use link caps for eDP DSC config selection
` [PATCH 094/108] drm/i915/dp_mst: Use link caps for non-DSC "
` [PATCH 095/108] drm/i915/dp_mst: Use link caps for MST DSC "
` [PATCH 096/108] drm/i915/dp_test: Use link caps for compliance link configs
` [PATCH 097/108] drm/i915/dp: Remove min/max link config limits
` [PATCH 098/108] drm/i915/dp_link_training: Account for disabled configs during SST fallback
` [PATCH 099/108] drm/i915/dp_link_training: Disable failed config during fallback
` [PATCH 100/108] drm/i915/kunit: Enable KUnit tests
` [PATCH 101/108] drm/i915/kunit: Add DP link test stub
` [PATCH 102/108] drm/xe/kunit: Add display test config
` [PATCH 103/108] drm/xe/kunit: Build DP link display tests
` [PATCH 104/108] drm/i915/kunit: setup DP link test context
` [PATCH 105/108] drm/i915/kunit: Export link training and caps funcs for testing
` [PATCH 106/108] drm/i915/kunit: DP link: add baseline fixed table reference test
` [PATCH 107/108] drm/i915/kunit: DP link: add update config tests
` [PATCH 108/108] drm/i915/kunit: DP link: add fallback tests

[PATCH v2] mfd: loongson-se: Add multi-node support
 2026-04-28 12:55 UTC  (7+ messages)

[PATCH v2 bpf 1/1] xskmap: reject TX-only AF_XDP sockets
 2026-04-28 12:54 UTC  (2+ messages)
` [PATCH bpf-next v3] "

+ sh-fix-fallout-from-zero_page-consolidation.patch added to mm-hotfixes-unstable branch
 2026-04-28 12:55 UTC 

[PATCH] sh: fix fallout from ZERO_PAGE consolidation
 2026-04-28 12:55 UTC  (6+ messages)

[PATCH net v4 0/5] nfc: fix multiple OOB reads in NCI and LLCP parsing paths
 2026-04-28 12:55 UTC  (2+ messages)

[PATCH] ASoC: Intel: cht_bsw_rt5672: Simplify probe() with local 'dev' pointer
 2026-04-28 12:54 UTC  (3+ messages)

[PATCH v2 00/11] rust: I/O type generalization and projection
 2026-04-28 12:55 UTC  (7+ messages)
` [PATCH v2 05/11] rust: io: restrict untyped IO access and `register!` to `Region`

[PATCH 0/2] thunderbolt: fix wedge under sustained tbnet load on AM4 and AM5
 2026-04-28 12:54 UTC  (4+ messages)
` [PATCH 2/2] net: thunderbolt: enlarge RX/TX ring and set NAPI weight for sustained load


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.