All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-24 22:24:00 to 2025-01-25 00:31:14 UTC [more...]

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-25  0:30 UTC  (5+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v6 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v6 04/14] iommufd: Rename fault.c to eventq.c

Handling RDMA_CM_EVENT_DEVICE_REMOVAL in rdma-core
 2025-01-25  0:30 UTC 

[RFC PATCH net-next v6 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-01-25  0:28 UTC  (6+ messages)
` [RFC PATCH net-next v6 03/13] bpf: stop UDP sock accessing TCP fields in bpf callbacks
` [RFC PATCH net-next v6 04/13] bpf: stop UDP sock accessing TCP fields in sock_op BPF CALLs

RTT-PROBE: lore-subspace-rtt
 2025-01-25  0:25 UTC 

[PATCH v2 1/7] powerpc: properly negate error in syscall_set_return_value()
 2025-01-25  0:25 UTC  (8+ messages)

[PATCH v2 0/4] media: i2c: Add OX05B1S camera sensor driver
 2025-01-25  0:22 UTC  (7+ messages)
` [PATCH v2 2/4] media: ox05b1s: Add omnivision OX05B1S raw "

[GIT PULL] MM updates for 6.14-rc1
 2025-01-25  0:22 UTC 

[PATCH] drm/kmb: Remove unused const and defines
 2025-01-25  0:22 UTC  (2+ messages)

[PATCH] drm/i915/cx0: Set ssc_enabled for c20 too
 2025-01-25  0:16 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/cx0: Set ssc_enabled for c20 too (rev2)

RTT-PROBE: lore-subspace-rtt
 2025-01-25  0:15 UTC 

[GIT PULL] SPI fixes for v6.14-merge-window
 2025-01-25  0:15 UTC  (2+ messages)

[GIT PULL] I3C changes for 6.14
 2025-01-25  0:15 UTC  (3+ messages)

[GIT PULL] Mailbox changes for v6.14
 2025-01-25  0:15 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/perf_pmu: Drop cpu-hotplug subtest
 2025-01-25  0:13 UTC  (3+ messages)

[PATCH] dts: automatically bring up link on interfaces
 2025-01-25  0:10 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS d3fedff828bb7e4a422c42caeafd5d974e24ee43
 2025-01-25  0:11 UTC 

vmx_pmu_caps_test fails on Skylake based CPUS due to read only LBRs
 2025-01-25  0:12 UTC  (8+ messages)

[bpf-next v3 2/3] bpf: Add bpf_copy_from_user_task_str kfunc
 2025-01-25  0:11 UTC  (2+ messages)

[PATCH] kvm: defer huge page recovery vhost task to later
 2025-01-25  0:10 UTC  (4+ messages)

[meta-arago][master][discussion] Qt package groups and config locations
 2025-01-25  0:10 UTC  (3+ messages)

[bpf-next v3 1/3] mm: add copy_remote_vm_str
 2025-01-25  0:08 UTC  (2+ messages)

[PATCH 00/35] drm/msm/dpu: rework HW block feature handling
 2025-01-25  0:08 UTC  (6+ messages)
` [PATCH 18/35] drm/msm/dpu: get rid of DPU_PINGPONG_DSC

[RFC PATCH 0/2] KVM: x86: Strengthen locking rules for kvm_lock
 2025-01-25  0:08 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: fix usage of kvm_lock in set_nx_huge_pages()

RTT-PROBE: lore-subspace-rtt
 2025-01-25  0:05 UTC 

KASAN reported an error while executing accept-reust.t testcase
 2025-01-25  0:03 UTC  (3+ messages)
` [PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects

[PATCH v2 0/3] Static initcalls
 2025-01-24 23:58 UTC  (7+ messages)
` [PATCH v2 2/3] common: board: make initcalls static

[PATCH] Enable HW LED blinking for hid-nintendo controllers
 2025-01-25  0:02 UTC 

[PATCH RFC rcu] Fix get_state_synchronize_rcu_full() GP-start detection
 2025-01-25  0:01 UTC  (10+ messages)
` [PATCH RFC v2 "

[PATCH 5.15.y] fs/ntfs3: Additional check in ntfs_file_release
 2025-01-25  0:01 UTC 

[PATCH 00/20] Add support for shared PTEs across processes
 2025-01-24 23:54 UTC  (21+ messages)
` [PATCH 01/20] mm: Add msharefs filesystem
` [PATCH 02/20] mm/mshare: pre-populate msharefs with information file
` [PATCH 03/20] mm/mshare: make msharefs writable and support directories
` [PATCH 04/20] mm/mshare: allocate an mm_struct for msharefs files
` [PATCH 05/20] mm/mshare: Add ioctl support
` [PATCH 06/20] mm/mshare: Add a vma flag to indicate an mshare region
` [PATCH 07/20] mm/mshare: Add mmap support
` [PATCH 08/20] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH 09/20] sched/numa: do not scan msharefs vmas
` [PATCH 10/20] mm: add mmap_read_lock_killable_nested()
` [PATCH 11/20] mm: add and use unmap_page_range vm_ops hook
` [PATCH 12/20] mm/mshare: prepare for page table sharing support
` [PATCH 13/20] x86/mm: enable page table sharing
` [PATCH 14/20] mm: create __do_mmap() to take an mm_struct * arg
` [PATCH 15/20] mm: pass the mm in vma_munmap_struct
` [PATCH 16/20] mshare: add MSHAREFS_CREATE_MAPPING
` [PATCH 17/20] mshare: add MSHAREFS_UNMAP
` [PATCH 18/20] mm/mshare: provide a way to identify an mm as an mshare host mm
` [PATCH 19/20] mm/mshare: get memcg from current->mm instead of mshare mm
` [PATCH 20/20] mm/mshare: associate a mem cgroup with an mshare file

[PATCH v4 00/15] NVKM GSP RPC kernel docs, cleanups and fixes
 2025-01-24 23:57 UTC  (2+ messages)

[PATCH v4 00/39] unwind, perf: sframe user space unwinding
 2025-01-24 23:57 UTC  (16+ messages)
` [PATCH v4 17/39] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v4 28/39] unwind_user/deferred: Add deferred unwinding interface

[PATCH] drm/xe: Upgrade complaint about missing slice info
 2025-01-24 23:56 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-01-24 23:55 UTC 

[PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol
 2025-01-24 23:53 UTC  (4+ messages)
` [PATCH net-next v6 04/12] net: homa: create homa_pool.h and homa_pool.c

[PATCH v1 0/6] Mypy and pylint build support
 2025-01-24 23:54 UTC  (8+ messages)
` [PATCH v1 1/6] tools/build: Don't pass test log files to linker
` [PATCH v1 3/6] perf build: Add mypy build tests
` [PATCH v1 4/6] perf build: Add pylint "

[PATCH net] net: page_pool: don't try to stash the napi id
 2025-01-24 23:49 UTC  (4+ messages)

[PATCH 0/3] Fix and cleanup and extend cpu.stat
 2025-01-24 23:49 UTC  (5+ messages)
` [PATCH 1/3] cgroup/rstat: Fix forceidle time in cpu.stat
    `  "

[PATCH v9 00/23] Support spread spectrum clocking for i.MX8M PLLs
 2025-01-24 23:47 UTC  (3+ messages)

[GIT PULL] EFI updates for v6.14
 2025-01-24 23:47 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
 2025-01-24 23:46 UTC 

[PATCH] apparmor: remove unused variable
 2025-01-24 23:46 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-01-24 23:45 UTC 

[PATCH] rust: miscdevice: change how f_ops vtable is constructed
 2025-01-24 23:42 UTC  (2+ messages)

[PATCH v4 0/6] kernfs: Use RCU to access kernfs_node::{parent|name}
 2025-01-24 23:41 UTC  (13+ messages)
` [PATCH v4 1/6] kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn()
` [PATCH v4 2/6] kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry()
` [PATCH v4 3/6] kernfs: Acquire kernfs_rwsem in kernfs_node_dentry()
` [PATCH v4 4/6] kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir()
` [PATCH v4 5/6] kernfs: Use RCU to access kernfs_node::parent
` [PATCH v4 6/6] kernfs: Use RCU to access kernfs_node::name

[PATCH] server/process: remove need for ConnectionWriter to have self self-reference
 2025-01-24 23:37 UTC  (2+ messages)
` [bitbake-devel] "

RTT-PROBE: lore-subspace-rtt
 2025-01-24 23:35 UTC 

[PATCH RESEND] drm/virtio: Align host mapping request to maximum platform page size
 2025-01-24 23:34 UTC  (4+ messages)

[PATCH v1] fuse: optimize over-io-uring request expiration check
 2025-01-24 23:33 UTC  (7+ messages)

[GIT PULL] Devicetree updates for v6.14
 2025-01-24 23:32 UTC  (2+ messages)

[PATCH] [CI] drm/i915/dmc: Test Xe2LPD DMC v2.27
 2025-01-24 23:30 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/i915/dmc: Test Xe2LPD DMC v2.27 (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v2] We add a new configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT as an int
 2025-01-24 23:26 UTC  (2+ messages)
` [PATCH v3] New configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT

RTT-PROBE: lore-subspace-rtt
 2025-01-24 23:25 UTC 

[lustre-devel] [LSF/MM/BPF TOPIC] [DRAFT] Lustre client upstreaming
 2025-01-24 23:24 UTC  (2+ messages)

[PATCH 00/11] drm/i915: intel_display conversions and some debug improvements
 2025-01-24 23:24 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] [RFC] bash: Drop /bin/sh from RPROVIDES
 2025-01-24 23:23 UTC  (9+ messages)
` [OE-core] "

[RFC v2 PATCH 00/10] PRU-ICSSM Ethernet Driver
 2025-01-24 23:20 UTC  (7+ messages)
` [RFC v2 PATCH 04/10] net: ti: prueth: Adds link detection, RX and TX support

[PATCH v2] base-files: Drop /bin/sh dependency
 2025-01-24 23:21 UTC 

[PATCH v3] cxl/pci: Support Global Persistent Flush (GPF)
 2025-01-24 23:19 UTC  (3+ messages)

[PATCH v11 0/5] Introduce DRM device wedged event
 2025-01-24 23:19 UTC  (2+ messages)
` ✓ i915.CI.Full: success for Introduce DRM device wedged event (rev9)

[PATCH v2 0/3] Add a new command in kgdb for vmcoreinfo
 2025-01-24 23:17 UTC  (4+ messages)
` [PATCH v2 1/3] kgdb: Add kgdb_mem2ebin function for converting memory to binary format

Regression: smb: chmod ignored (5.14.0-427.40.1.el9_4 vs. 5.14.0-503.15.1.el9_5)
 2025-01-24 23:16 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 5ffa57f6eecefababb8cbe327222ef171943b183
 2025-01-24 23:15 UTC 

RTT-PROBE: lore-subspace-rtt
 2025-01-24 23:15 UTC 

[PATCH v1 0/19] cxl: Add CXL feature commands support via fwctl
 2025-01-24 23:14 UTC  (9+ messages)
` [PATCH v1 07/19] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v1 08/19] cxl/mbox: Add SET_FEATURE "
` [PATCH v1 09/19] cxl: Setup exclusive CXL features that are reserved for the kernel
` [PATCH v1 10/19] cxl: Add FWCTL support to the CXL features driver

[PATCH] ata: libata-sff: Ensure that we cannot write outside the allocated buffer
 2025-01-24 23:12 UTC  (2+ messages)

[PATCH] net/9p/fd: change port to char *
 2025-01-24 23:12 UTC  (2+ messages)

[lustre-devel] [LSF/MM/BPF TOPIC] [DRAFT] Lustre client upstreaming
 2025-01-24 23:12 UTC  (2+ messages)

[GIT PULL 0/5] SoC changes for 6.14
 2025-01-24 23:10 UTC  (11+ messages)
` [GIT PULL 1/5] soc: arm platform code "
` [GIT PULL 2/5] soc: new SoC support "
` [GIT PULL 3/5] soc: devicetree changes "
` [GIT PULL 4/5] soc: driver updates "
` [GIT PULL 5/5] soc: defconfig "

[PATCH] scripts: Add script to extract built-in firmware blobs
 2025-01-24 23:07 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-01-24 23:05 UTC 

USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
 2025-01-24 23:05 UTC  (12+ messages)

[PATCH] apparmor: fix typos and spelling errors
 2025-01-24 23:04 UTC  (2+ messages)

possible issue with ALSA: hda/realtek: Use codec SSID matching for Lenovo devices
 2025-01-24 22:58 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Lustre filesystem upstreaming
 2025-01-24 22:56 UTC  (3+ messages)

[PATCH v6 0/7] ima: kexec: measure events between kexec load and excute
 2025-01-24 22:55 UTC  (8+ messages)
` [PATCH v6 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v6 2/7] kexec: define functions to map and unmap segments
` [PATCH v6 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v6 4/7] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v6 5/7] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v6 6/7] ima: make the kexec extra memory configurable
` [PATCH 7/7] ima: measure kexec load and exec events as critical data

RTT-PROBE: lore-subspace-rtt
 2025-01-24 22:55 UTC 

[PATCH v3 0/3] Add a new command in kgdb for vmcoreinfo
 2025-01-24 22:55 UTC  (3+ messages)
` [PATCH v3 2/3] serial: Move LF -> CRLF replacement from serial console to kdb

[PATCH v3 00/18] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-01-24 22:54 UTC  (3+ messages)
` [PATCH v3 07/18] perf llvm: Support for dlopen-ing libLLVM.so

[PATCH] block: Skip the folio lock if the folio is already dirty
 2025-01-24 22:51 UTC 

[PATCH] block: Skip the folio lock if the folio is already dirty
 2025-01-24 22:49 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-01-24 22:45 UTC 

[RFC PATCH bpf-next 0/7] bpf: BPF internal fine-grained permission management (BPF internal capabilities)
 2025-01-24 22:44 UTC  (4+ messages)
` [RFC PATCH bpf-next 6/7] sched_ext: Make SCX use BPF capabilities

[PATCH v6 0/7] *** SUBJECT HERE ***
 2025-01-24 22:42 UTC  (8+ messages)
` [PATCH v6 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v6 2/7] kexec: define functions to map and unmap segments
` [PATCH v6 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v6 4/7] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v6 5/7] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v6 6/7] ima: make the kexec extra memory configurable
` [PATCH 7/7] ima: measure kexec load and exec events as critical data

❌ FAIL: Test report for master (6.13.0, upstream-mainline, 0afd2209)
 2025-01-24 22:43 UTC 

kswapd lockdep splat
 2025-01-24 22:40 UTC 

[PATCH] docs: dt: writing-schema: Describe validating one DTB
 2025-01-24 22:39 UTC  (2+ messages)

[opencloudos:linux-5.4/lts/5.4.119-20.0009.spr 2441/2441] drivers/vfio/platform/vfio_platform.c:29:16: warning: returning 'int' from a function with return type 'struct resource *' makes pointer from integer without a cast
 2025-01-24 22:35 UTC 

[PATCH 0/5] arm64: dts: ti: k3-am62a/p: Add ddr-pmctrl, canuart-wake
 2025-01-24 22:35 UTC  (7+ messages)
` [PATCH 2/5] dt-bindings: mfd: syscon: Add ti,am62-ddr-pmctrl

RTT-PROBE: lore-subspace-rtt
 2025-01-24 22:35 UTC 

[PATCH] drm/i915/dmc_wl: Do not check for DMC payload
 2025-01-24 22:34 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[RFC PATCH net-next v3 0/7] Support loopback mode speed selection
 2025-01-24 22:05 UTC  (4+ messages)
` [RFC PATCH net-next v3 1/7] net: phy: Allow loopback speed selection for PHY drivers
` [RFC PATCH net-next v3 2/7] net: phy: Support speed selection for PHY loopback
` [RFC PATCH net-next v3 3/7] net: phy: micrel: Add loopback support

[PATCH v3 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-01-24 22:31 UTC  (10+ messages)
` [PATCH v3 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v3 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v3 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH v3 4/4] entry: Inline syscall_exit_to_user_mode()

[PATCH 0/3] firmware: arm_ffa: Add DT support
 2025-01-24 22:30 UTC  (5+ messages)
` [PATCH 2/3] firmware: arm_ffa: Setup of_node for ffa devices

[PATCH v2 00/44] test: Improvements to ut command and test-suite running
 2025-01-24 22:28 UTC  (2+ messages)

[PATCH v2 1/1] test: str_ut.c depends on CONFIG_STRTO
 2025-01-24 22:28 UTC  (2+ messages)

[PATCH] arm64: configs: Remove obsolete TI config
 2025-01-24 22:28 UTC  (2+ messages)

[PATCH] treewide: Replace Maximumm with Maximum in Kconfig symbol description
 2025-01-24 22:28 UTC  (2+ messages)

[PATCH v2] jbd2: Avoid long replay times due to high number or revoke blocks
 2025-01-24 22:28 UTC  (2+ messages)

[PATCH] rockchip: rk3399: nanopi-r4s: Support v1.8 SD cards in SPL
 2025-01-24 22:25 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-01-24 22:25 UTC 

[openeuler:openEuler-1.0-LTS 1414/1414] include/scsi/scsi_cmnd.h:327:19: warning: 'scsi_cmnd' may be used uninitialized
 2025-01-24 22:25 UTC 

[PATCH v2 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-01-24 22:23 UTC  (5+ messages)
` [PATCH v2 3/4] loongarch: entry: Migrate ret_from_fork() to C


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.