All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-10 22:26:16 to 2025-01-10 23:42:03 UTC [more...]

[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
 2025-01-10 23:42 UTC  (11+ messages)
` [PATCH 1/6] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 3/6] RISC-V: KVM: add SBI extension init()/deinit() functions

[PATCH v5] staging: gpib: Remove commented-out debug code
 2025-01-10 23:38 UTC 

[PATCH] drm/vblank: fix misuse of drm_WARN in drm_wait_one_vblank()
 2025-01-11  4:37 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2025-01-10 23:38 UTC  (3+ messages)
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf

[Intel-wired-lan] [PATCH iwl-net] idpf: record rx queue in skb for RSC packets
 2025-01-11  0:29 UTC  (2+ messages)
`  "

[Intel-wired-lan] [PATCH iwl-net] idpf: fix handling rsc packet with a single segment
 2025-01-11  0:29 UTC  (2+ messages)
`  "

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

[broonie-ci:v2_20241224_miquel_raynal_spi_nand_spi_mem_dtr_support 20/20] drivers/spi/spi-mem.c:580:5: error: conflicting types for 'spi_mem_calc_op_duration'
 2025-01-10 23:35 UTC 

[PATCH] selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS
 2025-01-10 23:34 UTC  (2+ messages)

[PATCH net-next] tsnep: Link queues to NAPIs
 2025-01-10 22:39 UTC 

[PATCH net-next v5 0/4] enic: Use Page Pool API for receiving packets
 2025-01-10 23:32 UTC  (5+ messages)
` [PATCH net-next v5 1/4] enic: Refactor RX path common code into helper functions
` [PATCH net-next v5 2/4] enic: Remove an unnecessary parameter from function enic_queue_rq_desc
` [PATCH net-next v5 3/4] enic: Use function pointers for buf alloc, free and RQ service
` [PATCH net-next v5 4/4] enic: Use the Page Pool API for RX when MTU is less than page size

[PATCH v4 00/14] of: fix bugs and improve codes
 2025-01-10 23:33 UTC  (13+ 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 05/14] of: Fix available buffer size calculating error in API of_device_uevent_modalias()
` [PATCH v4 06/14] of: property: Avoiding using uninitialized variable @imaplen in parse_interrupt_map()

[PATCH] instaweb: fix ip binding for the python http.server
 2025-01-10 23:32 UTC  (2+ messages)

[RFC] sched/deadline: only mark active cpu as free
 2025-01-10 23:30 UTC 

+ hung_task-add-task-flags-blocked-by-coredump-to-log.patch added to mm-nonmm-unstable branch
 2025-01-10 23:29 UTC 

+ squashfs-convert-squashfs_fill_page-to-take-a-folio-fix.patch added to mm-nonmm-unstable branch
 2025-01-10 23:28 UTC 

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

+ mm-fix-assertion-in-folio_end_read.patch added to mm-hotfixes-unstable branch
 2025-01-10 23:26 UTC 

[PATCH v2] drm/i915/slpc: Add sysfs for SLPC power profiles
 2025-01-10 23:21 UTC 

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

[paulmckrcu:dev.2025.01.07a 46/56] include/linux/srcutree.h:225:36: sparse: sparse: incorrect type in return expression (different address spaces)
 2025-01-10 23:23 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (27+ 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()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

+ 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  (3+ messages)
` [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:21 UTC  (3+ messages)
` [PATCH net-next 1/3] virtio_net: Prepare for NAPI to queue mapping

[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 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)

[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 

[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/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  (2+ messages)
` ✓ i915.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev5)

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  (24+ messages)
` [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


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.