All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-10 22:17:57 to 2025-01-10 23:20:10 UTC [more...]

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (20+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()

+ mm-memfd-use-strncpy_from_user-to-read-memfd-name.patch added to mm-unstable branch
 2025-01-10 23:20 UTC 

+ mm-memfd-refactor-and-cleanup-the-logic-in-memfd_create.patch added to mm-unstable branch
 2025-01-10 23:19 UTC 

[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-01-10 23:18 UTC  (13+ messages)
` [PATCH v8 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v8 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v8 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v8 05/11] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v8 06/11] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v8 08/11] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock

[PATCH v3 00/10] btrfs: error handling fixes
 2025-01-10 23:17 UTC  (4+ messages)
` [PATCH v3 08/10] btrfs: add extra error messages for delalloc range related errors

[PATCH] nvme: Remove namespace when nvme_identify_ns_descs() failed
 2025-01-10 23:16 UTC  (6+ messages)

[boot-time]
 2025-01-10 23:15 UTC  (3+ messages)

[xilinx-xlnx:lkp_test 371/504] drivers/misc/rsmu_cm.c:333:53: warning: implicit conversion from 'int' to 'u16' (aka 'unsigned short') changes value from 537972560 to 53072
 2025-01-10 23:12 UTC 

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-10 23:11 UTC  (15+ messages)

[PATCH v4] scsi: mpi3mr: fix possible crash when setup bsg fail
 2025-01-10 23:07 UTC  (2+ messages)

[PATCH v2 00/15] Hyperlaunch device tree for dom0
 2025-01-10 23:06 UTC  (5+ messages)
` [PATCH v2 07/15] x86/hyperlaunch: initial support for hyperlaunch device tree
` [PATCH v2 08/15] x86/hyperlaunch: locate dom0 kernel with hyperlaunch

[PATCH net-next 0/3] virtio_net: Link queues to NAPIs
 2025-01-10 22:25 UTC  (7+ messages)
` [PATCH net-next 1/3] virtio_net: Prepare for NAPI to queue mapping
` [PATCH net-next 2/3] virtio_net: Hold RTNL "
` [PATCH net-next 3/3] virtio_net: Map NAPIs to queues

[PATCH] scsi: qla2xxx: Remove duplicate fcport release in error handler
 2025-01-10 23:06 UTC  (2+ messages)

[PATCH v2 0/3] Change default pointer authentication algorithm on aarch64 to impdef
 2025-01-10 23:06 UTC  (6+ messages)
` [PATCH v2 3/3] docs/system/arm/virt: mention specific migration information

[PATCH v3 0/2] hw/char/serial: Convert to three-phase reset
 2025-01-10 23:04 UTC  (3+ messages)
` [PATCH v3 1/2] hw/char/serial: Expose SerialState::irq as QDev GPIO
` [PATCH v3 2/2] hw/char/serial: Convert to three-phase reset

[PATCH] KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()
 2025-01-10 23:04 UTC  (2+ messages)

+ mm-hugetlb-use-folio-lru-int-demote_free_hugetlb_folios.patch added to mm-unstable branch
 2025-01-10 23:04 UTC 

+ mm-hugetlb-cgroup-convert-hugetlb_cgroup_css_offline-to-work-on-folios.patch added to mm-unstable branch
 2025-01-10 23:04 UTC 

+ mm-hugetlb-rename-folio_putback_active_hugetlb-to-folio_putback_hugetlb.patch added to mm-unstable branch
 2025-01-10 23:04 UTC 

+ mm-migrate-dont-call-folio_putback_active_hugetlb-on-dst-hugetlb-folio.patch added to mm-unstable branch
 2025-01-10 23:04 UTC 

+ mm-hugetlb-rename-isolate_hugetlb-to-folio_isolate_hugetlb-fix.patch added to mm-unstable branch
 2025-01-10 23:04 UTC 

+ mm-hugetlb-rename-isolate_hugetlb-to-folio_isolate_hugetlb.patch added to mm-unstable branch
 2025-01-10 23:04 UTC 

+ mm-huge_memory-convert-has_hwpoisoned-into-a-pure-folio-flag.patch added to mm-unstable branch
 2025-01-10 23:04 UTC 

[PATCH v2 0/2] fix some bsg related bugs
 2025-01-10 23:03 UTC  (2+ messages)

[PATCH] rtc: pcf2127: add BSM support
 2025-01-10 23:01 UTC  (2+ messages)

drivers/net/ethernet/marvell/prestera/prestera_devlink.c:20:43: warning: '%d' directive output may be truncated writing between 1 and 5 bytes into a region of size between 4 and 12
 2025-01-10 23:01 UTC 

[GIT PULL] sched_ext: Fixes for v6.13-rc6
 2025-01-10 23:02 UTC 

[PATCH] scsi: st: Regression fix: Don't set pos_unknown just after device recognition
 2025-01-10 23:01 UTC  (2+ messages)

[PATCH 5.15 0/3] ZRAM not releasing backing device backport
 2025-01-10 22:59 UTC  (5+ messages)
` [PATCH 5.15 1/3] drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram reset
` [PATCH 5.15 2/3] zram: check comp is non-NULL before calling comp_destroy
` [PATCH 5.15 3/3] zram: fix uninitialized ZRAM not releasing backing device

[PATCH v4 00/14] of: fix bugs and improve codes
 2025-01-10 22:59 UTC  (10+ messages)
` [PATCH v4 02/14] of: Do not expose of_alias_scan() and correct its comments
` [PATCH v4 03/14] of: Make of_property_present() applicable to all kinds of property
` [PATCH v4 06/14] of: property: Avoiding using uninitialized variable @imaplen in parse_interrupt_map()

[PATCH v2 1/2] tests/parse: add test for ?= and ??= operators for variable flags
 2025-01-10 22:56 UTC  (2+ messages)
` [PATCH v2 2/2] data_smart: fix ??= operator "

+ mm-damon-explain-effective-quota-on-kernel-doc-comment.patch added to mm-unstable branch
 2025-01-10 22:56 UTC 

+ docs-admin-guide-mm-damon-start-update-snapshot-example.patch added to mm-unstable branch
 2025-01-10 22:56 UTC 

+ docs-admin-guide-mm-damon-usage-fix-and-add-missing-damos-filter-sysfs-files-on-files-hierarchy.patch added to mm-unstable branch
 2025-01-10 22:56 UTC 

+ docs-mm-damon-add-an-example-monitoring-intervals-tuning.patch added to mm-unstable branch
 2025-01-10 22:56 UTC 

+ docs-mm-damon-design-add-monitoring-parameters-tuning-guide.patch added to mm-unstable branch
 2025-01-10 22:56 UTC 

[GIT PULL] cgroup: Fixes for v6.13-rc6
 2025-01-10 22:54 UTC 

[PATCH] docs: discuss caching personal access tokens
 2025-01-10 22:54 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] docs: list popular credential helpers
  ` [PATCH v2 2/2] docs: discuss caching personal access tokens

[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
 2025-01-10 22:52 UTC  (7+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
` [PATCH net v2 3/5] vsock/virtio: cancel close work in the destructor
` [PATCH net v2 5/5] vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]

[PATCH v2 2/2] iio: magnetometer: si7210: add driver for Si7210
 2025-01-10 22:51 UTC  (2+ messages)

transfer.credentialsInUrl should warn about personal access tokens in user field #leftoverbits
 2025-01-10 22:51 UTC  (4+ messages)

[PATCH] nvme-pci: use correct size to free the hmb buffer
 2025-01-10 22:50 UTC  (2+ messages)

[xilinx-xlnx:lkp_test 199/504] drivers/gpu/drm/xlnx/xlnx_sdi.c:264:9: error: implicit declaration of function 'writel'
 2025-01-10 22:49 UTC 

[PATCH v2] nvme: Add error path for xa_store in nvme_init_effects
 2025-01-10 22:50 UTC  (2+ messages)

[PATCH v4 0/3] nvme-fc: fix race with connectivity loss and nvme_fc_create_association
 2025-01-10 22:50 UTC  (3+ messages)
` [PATCH v4 3/3] nvme-fc: do not ignore connectivity loss during connecting

[PATCH bpf-next] bpf: veristat: Document verifier log dumping capability
 2025-01-10 22:50 UTC  (3+ messages)

[PATCH 0/9] bcachefs-tools: Nix updates and maintenance
 2025-01-10 22:49 UTC  (10+ messages)
` [PATCH 1/9] flake.lock: Update
` [PATCH 2/9] fix(nix): rm input from crane that no longer exists
` [PATCH 3/9] feat(nix): open up support to more architectures
` [PATCH 4/9] feat(nix): replace fenix with rust-overlay
` [PATCH 5/9] fix(key): replace c_str macro with `c""` literal
` [PATCH 6/9] fix(makefile): locate built bin with CARGO_BUILD_TARGET set
` [PATCH 7/9] feat(nix): enable cross compilation
` [PATCH 8/9] feat(nix): add an MSRV build to CI
` [PATCH 9/9] feat(nix): add a CI check that builds on 32-bit

[PATCH v18 04/19] EDAC: Add memory repair control feature
 2025-01-10 22:49 UTC  (11+ messages)

[GIT PULL] workqueue: Fixes for v6.13-rc6
 2025-01-10 22:49 UTC 

[PATCH v1 00/29] cxl: Add address translation support and enable AMD Zen5 platforms
 2025-01-10 22:48 UTC  (3+ messages)
` [PATCH v1 25/29] cxl/amd: Enable Zen5 address translation using ACPI PRMT

[PATCH net-next v3 0/6] net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM
 2025-01-10 22:45 UTC  (5+ messages)
` [PATCH net-next v3 3/6] net: xilinx: axienet: Combine CR calculation
` [PATCH net-next v3 4/6] net: xilinx: axienet: Support adjusting coalesce settings while running

[PATCH 1/2] nvme-tcp: initialize the mq_map to NULL
 2025-01-10 22:48 UTC  (2+ messages)

[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
 2025-01-10 22:46 UTC  (6+ messages)
` [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension

[PATCH v2 0/6] efi_loader: run bootdev_hunt() to find ESP
 2025-01-10 22:45 UTC  (3+ messages)
` [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

[PATCH 00/11] Subject: [PATCH 00/11] Add DRM support for Amlogic S4
 2025-01-10 22:43 UTC  (3+ messages)

[PATCH] wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid()
 2025-01-10 22:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8] sched_ext: idle: Refresh idle masks during idle-to-idle transitions
 2025-01-10 22:44 UTC  (2+ messages)

[PATCH 0/4] arm64: qcom: sm8650: add DDR, LLCC & L3 CPU bandwidth scaling
 2025-01-10 22:43 UTC  (2+ messages)

[soc:arm/fixes] BUILD SUCCESS 155c5bf26f983e9988333eeb0ef217138304d13b
 2025-01-10 22:40 UTC 

[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files
 2025-01-10 22:41 UTC  (4+ messages)
` [PATCH 07/14] bpf: Implement BPF_LOAD_FD subcommand handler

[PATCH v3 0/7] Move initializing SEV/SNP functionality to KVM
 2025-01-10 22:41 UTC  (7+ messages)
` [PATCH v3 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH v2 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-01-10 22:41 UTC  (7+ messages)
` [PATCH v2 1/4] platform/x86: Add lenovo-wmi drivers Documentation
` [PATCH v2 4/4] platform/x86: Add Lenovo Other Mode WMI Driver

[PATCH v2 0/2] hw/char/serial: Convert to three-phase reset
 2025-01-10 22:39 UTC  (3+ messages)
` [PATCH v2 2/2] "

[paulmckrcu:dev.2025.01.07a 54/56] kernel/rcu/rcutorture.c:711:21: sparse: sparse: incorrect type in assignment (different address spaces)
 2025-01-10 22:39 UTC 

[PATCH v3] scsi: use unsigned int variables to parse partition table
 2025-01-10 22:38 UTC  (2+ messages)

[PATCH v8 00/16] move per-vma lock into vm_area_struct
 2025-01-10 22:37 UTC  (6+ messages)
` [PATCH v8 11/16] mm: replace vm_lock and detached flag with a reference count

[PATCH 1/1 perf-tools] perf MANIFEST: add license files
 2025-01-10 22:37 UTC  (6+ messages)

Android boot failure with 6.12
 2025-01-10 22:36 UTC  (4+ messages)

[PATCH] powerpc: Allow scheduling of IRQ with PREEMPT_RT
 2025-01-10 22:36 UTC  (6+ messages)
      `  "

[PATCH v1 00/15] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-01-10 22:34 UTC  (5+ messages)
` [PATCH v1 11/15] iio: adc: ad7768-1: Add reg_write_masked function
` [PATCH v1 15/15] iio: adc: ad7768-1: add filter type and decimation rate attributes

[oe][meta-python][PATCH 1/5] python3-soupsieve: update recipe to use the ptest-python-pytest class
 2025-01-10 22:31 UTC  (5+ messages)
` [oe][meta-python][PATCH 2/5] python3-simpleeval: "
` [oe][meta-python][PATCH 3/5] python3-smpplib: "
` [oe][meta-python][PATCH 4/5] python3-service-identity: "
` [oe][meta-python][PATCH 5/5] python3-serpent: "

[PATCH] io_uring: expose read/write attribute capability
 2025-01-10 22:32 UTC  (4+ messages)

[PATCH 3/3] pci/msi: remove pci_msi_ignore_mask
 2025-01-10 22:30 UTC  (2+ messages)

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2025-01-10 22:29 UTC  (7+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names

[PATCH v4] tests/intel/xe_pm_residency: Skip on igt_power_open failure
 2025-01-10 22:29 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev5)
` ✓ i915.CI.BAT: "

futex+io_uring: futex_q::task can maybe be dangling (but is not actually accessed, so it's fine)
 2025-01-10 22:26 UTC 

[PATCH net-next v17 00/25] Introducing OpenVPN Data Channel Offload
 2025-01-10 22:26 UTC  (26+ messages)
` [PATCH net-next v17 01/25] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v17 02/25] ovpn: add basic netlink support
` [PATCH net-next v17 03/25] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v17 04/25] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v17 05/25] ovpn: introduce the ovpn_peer object
` [PATCH net-next v17 06/25] ovpn: introduce the ovpn_socket object
` [PATCH net-next v17 07/25] ovpn: implement basic TX path (UDP)
` [PATCH net-next v17 08/25] ovpn: implement basic RX "
` [PATCH net-next v17 09/25] ovpn: implement packet processing
` [PATCH net-next v17 10/25] ovpn: store tunnel and transport statistics
` [PATCH net-next v17 11/25] ipv6: export inet6_stream_ops via EXPORT_SYMBOL_GPL
` [PATCH net-next v17 12/25] ovpn: implement TCP transport
` [PATCH net-next v17 13/25] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v17 14/25] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v17 15/25] ovpn: implement multi-peer support
` [PATCH net-next v17 16/25] ovpn: implement peer lookup logic
` [PATCH net-next v17 17/25] ovpn: implement keepalive mechanism
` [PATCH net-next v17 18/25] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v17 19/25] ovpn: add support for peer floating
` [PATCH net-next v17 20/25] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v17 21/25] ovpn: implement key add/get/del/swap "
` [PATCH net-next v17 22/25] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v17 23/25] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v17 24/25] ovpn: add basic ethtool support
` [PATCH net-next v17 25/25] testing/selftests: add test tool and scripts for ovpn module

[PATCH 2/3] vmd: disable MSI remapping bypass under Xen
 2025-01-10 22:25 UTC  (2+ messages)

[PATCH 1/2] drm/i915/guc/slpc: Allow GuC SLPC default strategies on MTL+
 2025-01-10 22:24 UTC  (2+ messages)

[PULL v1 linux-firmware] cirrus: cs35l56: Correct some links to address the correct amp instance
 2025-01-10 22:23 UTC  (2+ messages)

[PATCH 1/3] arm/trusted-firmware-a: update 2.10 LTS to the latest versions
 2025-01-10 22:22 UTC  (2+ messages)

[PATCH 0/1] arm-bsp/linux-yocto: corstone1000: Update to version 6.12
 2025-01-10 22:22 UTC  (2+ messages)

[PATCH 1/3] xen/pci: do not register devices outside of PCI segment scope
 2025-01-10 22:21 UTC  (2+ messages)

[PATCH] drm/vmwgfx: Add new keep_resv BO param
 2025-01-10 22:20 UTC  (2+ messages)

[PATCH] bpftool: fix control flow graph segfault during edge creation
 2025-01-10 22:20 UTC  (2+ messages)

[PATCH 00/15] fix packing of structs when building with MSVC
 2025-01-10 22:16 UTC  (24+ messages)
` [PATCH v11 00/30] "
  ` [PATCH v11 07/30] drivers/bus: replace packed attributes
  ` [PATCH v11 08/30] drivers/common: "
  ` [PATCH v11 11/30] drivers/dma: "
  ` [PATCH v11 12/30] drivers/event: "
  ` [PATCH v11 13/30] drivers/mempool: "
  ` [PATCH v11 14/30] drivers/net: "
  ` [PATCH v11 15/30] drivers/raw: "
  ` [PATCH v11 16/30] drivers/regex: "
  ` [PATCH v11 17/30] drivers/vdpa: "
  ` [PATCH v11 18/30] examples/common: "
  ` [PATCH v11 19/30] examples/ip-pipeline: remove "
  ` [PATCH v11 20/30] examples/ipsec_secgw: replace "
  ` [PATCH v11 21/30] examples/l3fwd-power: "
  ` [PATCH v11 22/30] examples/l3fwd: "
  ` [PATCH v11 23/30] examples/ptpclient: "
  ` [PATCH v11 24/30] examples/vhost_blk: "
  ` [PATCH v11 25/30] eal: "
  ` [PATCH v11 26/30] ipsec: "
  ` [PATCH v11 27/30] net: "
  ` [PATCH v11 28/30] pipeline: "
  ` [PATCH v11 29/30] vhost: "
  ` [PATCH v11 30/30] eal/include: deprecate macro __rte_packed

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-10 22:18 UTC  (3+ messages)
` [PATCH v9 08/17] fuse: Add fuse-io-uring handling into fuse_copy


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.