linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-17 21:51:12 to 2025-03-18 01:41:24 UTC [more...]

[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
 2025-03-18  1:40 UTC  (18+ messages)
` [PATCH net-next v24 01/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v24 02/23] ovpn: add basic netlink support
` [PATCH net-next v24 03/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v24 04/23] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v24 05/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v24 06/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v24 07/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v24 08/23] ovpn: implement basic RX "
` [PATCH net-next v24 09/23] ovpn: implement packet processing
` [PATCH net-next v24 10/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v24 11/23] ovpn: implement TCP transport
` [PATCH net-next v24 12/23] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v24 13/23] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v24 14/23] ovpn: implement multi-peer support
` [PATCH net-next v24 15/23] ovpn: implement peer lookup logic
` [PATCH net-next v24 16/23] ovpn: implement keepalive mechanism
` [PATCH net-next v24 17/23] ovpn: add support for updating local or remote UDP endpoint

[PATCH RESEND v2 0/3] hung_task: extend blocking task stacktrace dump to semaphore
 2025-03-18  1:36 UTC  (3+ messages)
` [PATCH RESEND v2 3/3] samples: add hung_task detector semaphore blocking sample

[RFC PATCH v1 0/3] Export TDX module information via SYSFS
 2025-03-18  1:35 UTC  (5+ messages)
` [RFC PATCH v1 1/3] x86/tdx: Make TDX metadata available "

[PATCH v2 0/5] Small changes related to prefetch and spurious faults
 2025-03-18  1:33 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: x86/mmu: Further check old SPTE is leaf for spurious prefetch fault
` [PATCH v2 2/5] KVM: x86/tdp_mmu: Merge prefetch and access checks for spurious faults
` [PATCH v2 3/5] KVM: x86/tdp_mmu: WARN if PFN changes "
` [PATCH v2 4/5] KVM: x86/mmu: Warn if PFN changes on shadow-present SPTE in shadow MMU
` [PATCH v2 5/5] KVM: x86/mmu: Check and free obsolete roots in kvm_mmu_reload()

[PATCH] usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()
 2025-03-18  1:33 UTC  (2+ messages)

[PATCH 0/7] Add data type profiling support for arm64
 2025-03-18  1:32 UTC  (4+ messages)
` [PATCH 1/7] perf annotate: Handle arm64 load and store instructions

[PATCH RESEND] ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_blocks()
 2025-03-18  1:30 UTC  (2+ messages)

[PATCH v3] f2fs: fix missing discard for active segments
 2025-03-18  1:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2] f2fs: optimize f2fs DIO overwrites
 2025-03-18  1:30 UTC  (3+ messages)
` [f2fs-dev] "

Warnings `Could not retrieve perf counters (-19)` and `amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled` (Dell PowerEdge R7625, AMD EPYC 9174F)
 2025-03-18  1:29 UTC  (5+ messages)

[PATCH 0/9] Minor cleanups and improvements to swap freeing code
 2025-03-18  1:29 UTC  (3+ messages)

[PATCH 00/15] gpio: convert more drivers to using the new value setters
 2025-03-18  1:27 UTC  (9+ messages)
` [PATCH 12/15] gpio: aspeed: use lock guards
` [PATCH 13/15] gpio: aspeed: use new line value setter callbacks
` [PATCH 14/15] gpio: aspeed-sgpio: use lock guards
` [PATCH 15/15] gpio: aspeed-sgpio: use new line value setter callbacks

[PATCH v4 0/2] tracing: Show last boot module symbols
 2025-03-18  1:25 UTC  (4+ messages)
` [PATCH v4 1/2] tracing: Fix a compilation error without CONFIG_MODULES

[PATCH] scsi: fnic: Remove redundant 'flush_workqueue()' calls
 2025-03-18  1:22 UTC  (2+ messages)

[PATCH] rust: sync: optimize rust symbol generation for CondVar
 2025-03-18  1:21 UTC  (3+ messages)

[PATCH 0/9] memcg: cleanup per-cpu stock
 2025-03-18  1:21 UTC  (21+ messages)
` [PATCH 1/9] memcg: remove root memcg check from refill_stock
` [PATCH 2/9] memcg: decouple drain_obj_stock from local stock
` [PATCH 3/9] memcg: introduce memcg_uncharge
` [PATCH 4/9] memcg: manually inline __refill_stock
` [PATCH 5/9] memcg: no refilling stock from obj_cgroup_release
` [PATCH 6/9] memcg: do obj_cgroup_put inside drain_obj_stock
` [PATCH 7/9] memcg: use __mod_memcg_state in drain_obj_stock
` [PATCH 8/9] memcg: combine slab obj stock charging and accounting
` [PATCH 9/9] memcg: manually inline replace_stock_objcg

[RFC PATCH] block: Make request_queue lockdep splats show up earlier
 2025-03-18  1:18 UTC  (2+ messages)

[RFC PATCH] initramfs: Add size validation to prevent tmpfs exhaustion
 2025-03-18  1:14 UTC  (4+ messages)

[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-03-18  1:12 UTC  (16+ messages)
` [PATCH v2 01/10] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH v2 02/10] vhost-scsi: Fix vhost_scsi_send_bad_target()
` [PATCH v2 03/10] vhost-scsi: Fix vhost_scsi_send_status()
` [PATCH v2 04/10] vhost: modify vhost_log_write() for broader users
` [PATCH v2 05/10] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH v2 06/10] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH v2 07/10] vhost-scsi: log I/O queue write descriptors
` [PATCH v2 08/10] vhost-scsi: log control "
` [PATCH v2 09/10] vhost-scsi: log event "
` [PATCH v2 10/10] vhost: add WARNING if log_num is more than limit

[PATCH v10 0/8] ima: kexec: measure events between kexec load and execute
 2025-03-18  1:04 UTC  (9+ messages)
` [PATCH v10 1/8] ima: rename variable the ser_file "file" to "ima_kexec_file"
` [PATCH v10 2/8] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v10 3/8] kexec: define functions to map and unmap segments
` [PATCH v10 4/8] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v10 5/8] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v10 6/8] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v10 7/8] ima: make the kexec extra memory configurable
` [PATCH v10 8/8] ima: measure kexec load and exec events as critical data

[gustavoars:testing/wfamnae-next20250304] BUILD REGRESSION ebfbbb3a2cfb8c24ee218c05360d581a962ddec4
 2025-03-18  0:58 UTC 

[PATCH v1] setlocalversion: use ${objtree}/include/config/auto.conf
 2025-03-18  0:59 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/18] a few rtc driver cleanups
 2025-03-18  0:58 UTC  (3+ messages)
` [PATCH 03/18] rtc: aspeed: drop needless struct aspeed_rtc::rtc_dev member

[PATCH] iio: hid-sensor-prox: Add support for 16-bit report size
 2025-03-18  0:56 UTC  (3+ messages)

[PATCH] ASoC: dt-bindings: maxim,max98357a: Add compatible with richtek,rt9123
 2025-03-18  0:57 UTC 

[PATCH hyperv-next v2 0/1] scsi: storvsc: Don't report the host packet status as the hv status
 2025-03-18  0:54 UTC  (2+ messages)

[PATCH] scsi: megaraid_sas: static most module parameters
 2025-03-18  0:54 UTC  (2+ messages)

[PATCH] scsi: isci: static most module parameters
 2025-03-18  0:54 UTC  (2+ messages)

linux-next: duplicate patch in the omap tree
 2025-03-18  0:54 UTC 

[PATCH V1 RESEND] watchdog: s3c2410_wdt: Fix PMU register bits for ExynosAutoV920 SoC
 2025-03-18  0:44 UTC  (2+ messages)
  ` [PATCH v2] "

[RFC PATCH v4 0/5] introduce io_uring_cmd_import_fixed_vec
 2025-03-18  0:51 UTC  (4+ messages)
` [RFC PATCH v4 4/5] btrfs: ioctl: introduce btrfs_uring_import_iovec()

[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
 2025-03-18  0:50 UTC  (7+ messages)

[PATCH v5 00/10] large atomic writes for xfs with CoW
 2025-03-18  0:43 UTC  (10+ messages)
` [PATCH v5 03/10] xfs: Refactor xfs_reflink_end_cow_extent()

[PATCH v4 0/3] Add AST2600 LPC PCC support
 2025-03-18  0:42 UTC  (3+ messages)
` [PATCH v4 3/3] soc: aspeed: lpc-pcc: Add PCC controller support

[PATCH v5 6/6] rust: use strict provenance APIs
 2025-03-18  0:41 UTC  (15+ messages)

[PATCH] MAINTAINERS: update Alexey Makhalov's email address
 2025-03-18  0:40 UTC 

[PATCH] watchdog: aspeed: fix 64-bit division
 2025-03-18  0:30 UTC  (2+ messages)

[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
 2025-03-18  0:29 UTC  (2+ messages)

[PATCH 13/13] objtool: Add CONFIG_OBJTOOL_WERROR
 2025-03-18  0:27 UTC  (5+ messages)
` [tip: objtool/core] "

[PATCH v7 0/8] x86/kexec: Add exception handling for relocate_kernel
 2025-03-18  0:24 UTC  (8+ messages)
` [PATCH v7 8/8] [DO NOT MERGE] x86/kexec: Add CFI type information to relocate_kernel()

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-18  0:15 UTC  (11+ messages)
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature

[PATCH RFC] sched_ext: Choose prev_cpu if idle and cache affine without WF_SYNC
 2025-03-18  0:14 UTC  (11+ messages)

[PATCH] usb: dwc3: xilinx: Prevent spike in reset signal
 2025-03-18  0:12 UTC  (4+ messages)

[PATCH 00/20] x86: Cleanup alternative_io() and friends, prep for asm_call()
 2025-03-18  0:11 UTC  (6+ messages)
` [PATCH 14/20] x86/barrier: Use alternative_io() in 32-bit barrier functions

Regression from 7627a0edef54 ("ata: ahci: Drop low power policy board type") on reboot (but not cold boot)
 2025-03-18  0:04 UTC  (13+ messages)

[PATCH v1 0/3] Enable status prints for firmware download
 2025-03-17 23:51 UTC  (3+ messages)
` [PATCH v1 1/3] Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()

[PATCH v3 0/4] riscv: uaccess: optimizations
 2025-03-17 23:54 UTC  (7+ messages)
` [PATCH v3 1/4] riscv: implement user_access_begin() and families
    ` [EXT] "
    ` [EXT] Re: [PATCH v3 0/4] riscv: uaccess: optimizations

[RFC PATCH 0/5] TDX host: kexec/kdump support
 2025-03-17 23:53 UTC  (15+ messages)
` [RFC PATCH 1/5] x86/kexec: Do unconditional WBINVD for bare-metal in stop_this_cpu()
` [RFC PATCH 3/5] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum

[PATCH v3 1/5] arch/x86: Drop own definition of pgd,p4d_leaf
 2025-03-17 23:52 UTC  (2+ messages)

[PATCH v5 00/10] Introduce /dev/mshv root partition driver
 2025-03-17 23:51 UTC  (3+ messages)
` [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs

[PATCH] open hardlink on deferred close file return EINVAL
 2025-03-17 23:51 UTC  (2+ messages)

linux-next: build failure after merge of the rust tree
 2025-03-17 23:35 UTC  (3+ messages)

[PATCH v12 0/1] Optionally allow ttynull to be selected as a default console
 2025-03-17 23:26 UTC  (4+ messages)
` [PATCH v12 1/1] printk: Add an option to allow ttynull to be a default console device

[PATCH v8 00/14] zswap IAA compress batching
 2025-03-17 23:25 UTC  (9+ messages)
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage

[PATCH 0/3] of: Common "memory-region" parsing
 2025-03-17 23:24 UTC  (4+ messages)
` [PATCH 1/3] of: reserved_mem: Add functions to parse "memory-region"
` [PATCH 2/3] of: Simplify of_dma_set_restricted_buffer() to use of_for_each_phandle()
` [PATCH 3/3] remoteproc: Use of_reserved_mem_region_* functions for "memory-region"

[PATCH v2] x86/asm: Use asm_inline() instead of asm() in __untagged_addr()
 2025-03-17 23:21 UTC  (2+ messages)

[PATCH v2 0/4] tsm: Unified Measurement Register ABI for TVMs
 2025-03-17 23:15 UTC  (7+ messages)
` [PATCH v2 1/4] tsm: Add TVM Measurement Register support

[PATCH v4] Add methods for FromBytes trait
 2025-03-17 23:14 UTC  (3+ messages)

linux-next: build failure after merge of the vfs-brauner tree
 2025-03-17 23:12 UTC 

[PATCH v3 00/13] mailbox: pcc: Fixes and cleanup/refactoring
 2025-03-17 23:07 UTC  (3+ messages)
` [PATCH v3 12/13] ACPI: PCC: Simplify PCC shared memory region handling

[PATCH] Revert "dt-bindings: mfd: syscon: Add rk3528 QoS register compatible"
 2025-03-17 23:07 UTC 

[PATCH] docs: driver-api: firmware: clarify userspace requirements
 2025-03-17 23:06 UTC  (4+ messages)

[PATCH] Documentation: Add "Unaccepted" meminfo entry
 2025-03-17 23:04 UTC 

[PATCH] Documentation: kcsan: fix "Plain Accesses and Data Races" URL in kcsan.rst
 2025-03-17 23:03 UTC  (4+ messages)

[PATCH] x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures
 2025-03-17 23:03 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-03-17 23:00 UTC  (20+ messages)

[PATCH 0/5] x86/cpu: Introduce <asm/cpuid/types.h> and <asm/cpuid/api.h> and clean them up
 2025-03-17 23:00 UTC  (8+ messages)
` [PATCH 1/5] x86/cpuid: Refactor <asm/cpuid.h>
` [PATCH 2/5] x86/cpuid: Clean up <asm/cpuid/types.h>
` [PATCH 3/5] x86/cpuid: Clean up <asm/cpuid/api.h>
` [PATCH 4/5] x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>
` [PATCH 5/5] x86/cpuid: Use u32 in instead of uint32_t "

[GIT PULL] move-lib-kunit for v6.15-rc1
 2025-03-17 22:59 UTC  (3+ messages)

linux-next: duplicate patch in the mfd tree
 2025-03-17 22:51 UTC  (2+ messages)

[PATCH v2] perf/x86: Check data address for IBS software filter
 2025-03-17 22:51 UTC  (2+ messages)
` [tip: perf/urgent] "

[bug report, net-next] lo.disable_ipv6=1 allows ::1 dst packet to take a default route
 2025-03-17 22:43 UTC 

[PATCH v4] docs: clarify rules wrt tagging other people
 2025-03-17 22:49 UTC  (7+ messages)

[PATCH] m68k: Fix lost column on framebuffer debug console
 2025-03-17 22:48 UTC  (2+ messages)

[PATCH RFC 0/8] Add a deadline server for sched_ext tasks
 2025-03-17 22:48 UTC  (12+ messages)
` [PATCH RFC 3/8] sched/ext: Add a DL "

[PATCH 0/4] Documentation/rtla: Cover BPF sample collection
 2025-03-17 22:47 UTC  (5+ messages)
` [PATCH 4/4] Documentation/rtla: Include "

[PATCH v1 1/1] i3c: master: svc: Fix i3c_master_get_free_addr return check
 2025-03-17 22:46 UTC  (2+ messages)

[PATCH v2] docs: Remove outdated highuid.rst documentation
 2025-03-17 22:45 UTC  (2+ messages)

[PATCH v1 0/3] Some fixes for Silvaco I3C controller driver
 2025-03-17 22:44 UTC  (4+ messages)
` [PATCH v1 1/3] i3c: master: svc: Fix missing the IBI rules

[PATCH 0/5] sched: Make CONFIG_SCHED_DEBUG features unconditional
 2025-03-17 22:42 UTC  (4+ messages)

[PATCH v2] kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally
 2025-03-14 13:10 UTC 

[PATCH v2 1/1] PCI: Fix BAR resizing when VF BARs are assigned
 2025-03-17 22:38 UTC  (4+ messages)

[PATCH v2 0/4] track memory used by balloon drivers
 2025-03-17 22:37 UTC  (4+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "

linux-next: manual merge of the rust tree with Linus' tree
 2025-03-17 22:35 UTC  (4+ messages)

[PATCH] fpga: m10bmc-sec: change contact for secure update driver
 2025-03-17 22:34 UTC  (2+ messages)

[PATCH v2][next] rtc: Avoid a couple of -Wflex-array-member-not-at-end warnings
 2025-03-17 22:33 UTC  (2+ messages)

[PATCH] ufs: crypto: add host_sem lock in ufshcd_program_key
 2025-03-17 22:32 UTC  (2+ messages)

Performance issues in copy_user_generic() in x86_64
 2025-03-17 22:32 UTC  (6+ messages)
` [PATCH] x86: add back the alignment of the destination to 8 bytes in copy_user_generic()

[PATCH v5 0/1] Input: atkbd - Fix TUXEDO NB02 notebook keyboards touchpad toggle key
 2025-03-17 22:28 UTC  (5+ messages)
` [PATCH v5 1/1] "

[RFC PATCH 00/35] ceph, rbd, netfs: Make ceph fully use netfslib
 2025-03-17 22:26 UTC  (7+ messages)
` [RFC PATCH 07/35] libceph: Change ceph_osdc_call()'s reply to a ceph_databuf
` [RFC PATCH 11/35] ceph: Use ceph_databuf in DIO

[PATCH v2 1/2] Input: atkbd - Map FN-key for TongFang barebones
 2025-03-17 22:23 UTC  (9+ messages)
` [PATCH v2 2/2] Input: atkbd - Correctly map F13 - F24

[PATCH 0/5] x86/cpu: Introduce <asm/cpuid/types.h> and <asm/cpuid/api.h> and clean them up
 2025-03-17 22:18 UTC  (6+ messages)
` [PATCH 1/5] x86/cpuid: Refactor <asm/cpuid.h>
` [PATCH 2/5] x86/cpuid: Clean up <asm/cpuid/types.h>
` [PATCH 3/5] x86/cpuid: Clean up <asm/cpuid/api.h>
` [PATCH 4/5] x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>
` [PATCH 5/5] x86/cpuid: Use u32 in instead of uint32_t "

[PATCH 0/7] Make ASIDs static for SVM
 2025-03-17 22:13 UTC  (5+ messages)
` [PATCH 6/7] KVM: SVM: Use a single ASID per VM

[PATCH v12 00/13] PCI: Use device bus range info to cleanup RC Host/EP pci_fixup_addr()
 2025-03-17 22:12 UTC  (2+ messages)

[PATCH RFC 0/9] nfs/sunrpc: stop holding netns references in client-side NFS and RPC objects
 2025-03-17 22:11 UTC  (4+ messages)

[PATCH stable 5.4] mmc: cqhci: Fix checking of CQHCI_HALT state
 2025-03-17 22:00 UTC 

[RFC] panic: reduce CPU consumption when finished handling panic
 2025-03-17 22:01 UTC 

[PATCH v5 00/13] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
 2025-03-17 21:58 UTC  (3+ messages)
` [PATCH v5 04/13] ABI: testing: add tt_toggle and tt_led entries

[PATCH v2 0/9] Remove pcf50633
 2025-03-17 21:56 UTC  (3+ messages)
` [PATCH v2 2/9] rtc: pcf50633: Remove
  ` (subset) "

[PATCH 0/6] Some minor SDCA preparation
 2025-03-17 21:54 UTC  (2+ messages)

[PATCH] rtc: fix use of uninit struct in rtc_read_alarm_internal
 2025-03-17 21:51 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).