messages from 2025-01-11 00:12:12 to 2025-01-11 06:31:09 UTC [more...]
[PATCH] kernel/power: convert comment from kernel-doc to plain comment
2025-01-11 6:31 UTC
[PATCH] locking/rtmutex: Use struct keyword in kernel-doc comment
2025-01-11 6:30 UTC
[PATCH] latencytop: use correct kernel-doc format for func params
2025-01-11 6:30 UTC
[PATCH] kthread: modify kernel-doc function name to match code
2025-01-11 6:30 UTC
[PATCH] genirq/timings: add kernel-doc for a function param
2025-01-11 6:29 UTC
[PATCH] gcov: clang: use correct function param names
2025-01-11 6:29 UTC
[PATCH] ipc/util.c: complete the kernel-doc function descriptions
2025-01-11 6:29 UTC
[PATCH] intel_th: core: fix kernel-doc warnings
2025-01-11 6:28 UTC
[PATCH V3] KVM: SEV: fix wrong pinning of pages
2025-01-11 6:15 UTC
[PATCH V2] KVM: SEV: fix wrong pinning of pages
2025-01-11 6:14 UTC (3+ messages)
[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
2025-01-11 6:15 UTC (2+ messages)
[PATCH] tty: mips_ejtag_fdc: Fix another passing incompatible pointer type warning
2025-01-11 5:52 UTC (2+ messages)
[PATCH v4 0/6] elf: Define note name macros
2025-01-11 5:48 UTC (7+ messages)
` [PATCH v4 1/6] "
` [PATCH v4 2/6] binfmt_elf: Use "
` [PATCH v4 3/6] powerpc: "
` [PATCH v4 4/6] crash: "
` [PATCH v4 5/6] s390/crash: "
` [PATCH v4 6/6] crash: Remove KEXEC_CORE_NOTE_NAME
[PATCH net v3] net: ethernet: sunplus: Switch to ndo_eth_ioctl
2025-01-11 5:48 UTC (5+ messages)
` [PATCH] Add short author date to Fixes tag
[PATCH] arm64: dts: socfpga: stratix10_swvp: remove invalid sysmgr properties
2025-01-11 5:47 UTC (5+ messages)
[PATCH] platform/x86: dell-uart-backlight: fix NULL pointer dereference in probe
2025-01-11 5:47 UTC
[PATCH] vhost/scsi: Fix improper cleanup in vhost_scsi_set_endpoint()
2025-01-11 5:45 UTC (2+ messages)
[PATCH v2 0/2] hexdump: Allow skipping identical lines
2025-01-11 5:36 UTC (3+ messages)
` [PATCH v2 2/2] "
[PATCH] platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: fix race condition
2025-01-11 5:35 UTC
[PATCH 0/7] of: overlay: Add support for export-symbols node feature
2025-01-11 3:17 UTC (11+ messages)
[PATCH 0/3] drm/i915/gvt: Deadcoding
2025-01-11 5:26 UTC (7+ messages)
` GVT-g status (was: Re: [PATCH 0/3] drm/i915/gvt: Deadcoding)
[PATCH net-next v7 0/8] fix two bugs related to page_pool
2025-01-11 5:24 UTC (4+ messages)
` [PATCH net-next v7 2/8] page_pool: fix timing for checking and disabling napi_local
[PATCH] Documentation: Fix config_acs= example
2025-01-11 5:20 UTC (2+ messages)
[PATCH 2/3] vmd: disable MSI remapping bypass under Xen
2025-01-11 5:02 UTC (2+ messages)
[PATCH v9 00/17] reimplement per-vma lock as a refcount
2025-01-11 4:52 UTC (19+ messages)
` [PATCH v9 01/17] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v9 02/17] mm: move per-vma lock into vm_area_struct
` [PATCH v9 03/17] mm: mark vma as detached until it's added into vma tree
` [PATCH v9 04/17] mm: introduce vma_iter_store_attached() to use with attached vmas
` [PATCH v9 05/17] mm: mark vmas detached upon exit
` [PATCH v9 06/17] types: move struct rcuwait into types.h
` [PATCH v9 07/17] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail
` [PATCH v9 08/17] mm: move mmap_init_lock() out of the header file
` [PATCH v9 09/17] mm: uninline the main body of vma_start_write()
` [PATCH v9 10/17] refcount: introduce __refcount_{add|inc}_not_zero_limited
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count
` [PATCH v9 12/17] mm: move lesser used vma_area_struct members into the last cacheline
` [PATCH v9 13/17] mm/debug: print vm_refcnt state when dumping the vma
` [PATCH v9 14/17] mm: remove extra vma_numab_state_init() call
` [PATCH v9 15/17] mm: prepare lock_vma_under_rcu() for vma reuse possibility
` [PATCH v9 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v9 17/17] docs/mm: document latest changes to vm_lock
[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
2025-01-11 4:29 UTC (9+ messages)
[PATCH v2] iio: gts: Simplify available scale table build
2025-01-11 4:17 UTC (5+ messages)
arch/powerpc/kernel/eeh_pe.c:261: warning: Function parameter or struct member 'pe' not described in '__eeh_pe_get'
2025-01-11 4:02 UTC
[PATCH] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
2025-01-11 3:54 UTC (7+ messages)
[PATCH resend] hung_task: add task->flags, blocked by coredump to log
2025-01-11 3:54 UTC (2+ messages)
[PATCH v2] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
2025-01-11 3:45 UTC
[PATCH v5 0/9] blk: honor isolcpus configuration
2025-01-11 3:40 UTC (3+ messages)
` [PATCH v5 8/9] blk-mq: issue warning when offlining hctx with online isolcpus
[PATCH v8 00/16] move per-vma lock into vm_area_struct
2025-01-11 3:37 UTC (8+ messages)
` [PATCH v8 10/16] refcount: introduce __refcount_{add|inc}_not_zero_limited
` [PATCH v8 15/16] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-11 3:35 UTC (4+ messages)
[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
2025-01-11 3:32 UTC (14+ messages)
` [PATCH RFCv2 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH RFCv2 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_msi_addr()
` [PATCH RFCv2 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH RFCv2 04/13] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by the irqchips that need it
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 07/13] iommufd: Implement sw_msi support natively
` [PATCH RFCv2 08/13] iommu: Turn iova_cookie to dma-iommu private pointer
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
` [PATCH RFCv2 10/13] iommufd/selftes: Add coverage for IOMMU_OPTION_SW_MSI_START/SIZE
` [PATCH RFCv2 11/13] iommufd/device: Allow setting IOVAs for MSI(x) vectors
` [PATCH RFCv2 12/13] vfio-iommufd: Provide another layer of msi_iova helpers
` [PATCH RFCv2 13/13] vfio/pci: Allow preset MSI IOVAs via VFIO_IRQ_SET_ACTION_PREPARE
futex+io_uring: futex_q::task can maybe be dangling (but is not actually accessed, so it's fine)
2025-01-11 3:33 UTC (2+ messages)
[PATCH v4 0/9] blk: honor isolcpus configuration
2025-01-11 3:31 UTC (7+ messages)
` [PATCH v4 8/9] blk-mq: use hk cpus only when isolcpus=managed_irq is enabled
arch/arm/mach-omap2/sdrc.c:129: warning: Function parameter or struct member 'sdrc_cs0' not described in 'omap2_sdrc_init'
2025-01-11 3:08 UTC
[PATCH net] openvswitch: fix lockup on tx to unregistering netdev with carrier
2025-01-11 2:40 UTC (2+ messages)
[syzbot] [lsm?] WARNING in vfs_writev
2025-01-11 2:38 UTC (2+ messages)
[PATCH V3] irqchip/loongarch-avec:Add multi-nodes topology support
2025-01-11 2:37 UTC
[PATCH 1/2] ALSA: hda/realtek: fixup ASUS GA605W
2025-01-11 2:27 UTC (2+ messages)
` [PATCH 2/2] ALSA: hda/realtek: fixup ASUS H7606W
[PATCH v13 0/5] Extended MODVERSIONS Support
2025-01-11 2:25 UTC (3+ messages)
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[net PATCH] net: appletalk: Drop aarp_send_probe_phase1()
2025-01-11 2:24 UTC (2+ messages)
[PATCH net] xsk: Bring back busy polling support
2025-01-11 2:20 UTC (2+ messages)
[net PATCH] net: ravb: Fix max TX frame size for RZ/V2M
2025-01-11 2:20 UTC (2+ messages)
[PATCH net] net: mana: Cleanup "mana" debugfs dir after cleanup of all children
2025-01-11 2:20 UTC (2+ messages)
[PATCH] net/ncsi: fix locking in Get MAC Address handling
2025-01-11 2:18 UTC (3+ messages)
` 回覆: [External] "
[PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
2025-01-11 2:13 UTC (2+ messages)
[PATCH] kbuild: Strip runtime const RELA sections correctly
2025-01-11 2:10 UTC (7+ messages)
[PATCH] mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled
2025-01-11 2:10 UTC (3+ messages)
[PATCH net v4] net: ethernet: sunplus: Switch to ndo_eth_ioctl
2025-01-11 1:57 UTC (2+ messages)
[PATCH v2] mm/vmscan: Accumulate nr_demoted for accurate demotion statistics
2025-01-11 1:52 UTC
[PATCH v13 0/1] MCTP Over PCC Transport
2025-01-11 1:50 UTC (3+ messages)
` [PATCH v13 1/1] mctp pcc: Implement MCTP over "
[PATCH bpf-next v2 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs
2025-01-11 1:45 UTC (4+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
[PATCH] mm/hugetlb: prevent reuse of isolated free hugepages
2025-01-11 1:45 UTC (3+ messages)
[PATCH] serial: 8250_it8768e: Create iTE IT8768E specific 8250 driver
2025-01-11 1:35 UTC (2+ messages)
[PATCH v2 0/3] irqchip: Add Sophgo SG2042 MSI controller
2025-01-11 1:29 UTC (4+ messages)
` [PATCH v2 2/3] irqchip: Add the Sophgo SG2042 MSI interrupt controller
[PATCH v2 0/6] Introduce CET supervisor state support
2025-01-11 1:26 UTC (3+ messages)
[GIT PULL] sched_ext: Fixes for v6.13-rc6
2025-01-11 1:26 UTC (2+ messages)
[GIT PULL] workqueue: Fixes for v6.13-rc6
2025-01-11 1:26 UTC (2+ messages)
[GIT PULL] Thermal control fix for v6.13-rc7
2025-01-11 1:26 UTC (2+ messages)
[GIT PULL] ACPI fixes for v6.13-rc7
2025-01-11 1:26 UTC (2+ messages)
[GIT PULL] cgroup: Fixes for v6.13-rc6
2025-01-11 1:26 UTC (2+ messages)
[PATCH 0/5] KVM: Add a kvm_run flag to signal need for completion
2025-01-11 1:24 UTC (6+ messages)
` [PATCH 1/5] KVM: x86: Document that KVM_EXIT_HYPERCALL requires completion
` [PATCH 2/5] KVM: Clear vcpu->run->flags at start of KVM_RUN for all architectures
` [PATCH 3/5] KVM: Add a common kvm_run flag to communicate an exit needs completion
` [PATCH 4/5] KVM: selftests: Provide separate helper for KVM_RUN with immediate_exit
` [PATCH 5/5] KVM: selftests: Rely on KVM_RUN_NEEDS_COMPLETION to complete userspace exits
[PATCH] alpha: Fix personality flag propagation across an exec
2025-01-11 1:17 UTC (8+ messages)
` [PATCH] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
[PATCH] selftests/net/forwarding: teamd command not found
2025-01-11 1:16 UTC (5+ messages)
[PATCH 3/6] syscall.h: introduce syscall_set_nr()
2025-01-11 1:16 UTC (3+ messages)
[syzbot] [mm?] linux-next test error: WARNING in enable_work
2025-01-11 1:13 UTC (2+ messages)
[syzbot] [mm?] bpf test error: WARNING in enable_work
2025-01-11 1:12 UTC (2+ messages)
[PATCH RFC] ASoC: simple-card-utils: fix priv->dai_props indexing
2025-01-11 1:10 UTC (7+ messages)
[syzbot] [mm?] upstream test error: WARNING in enable_work
2025-01-11 1:08 UTC (3+ messages)
[PATCH 0/5] KVM: Dirty ring fixes and cleanups
2025-01-11 1:04 UTC (6+ messages)
` [PATCH 1/5] KVM: Bound the number of dirty ring entries in a single reset at INT_MAX
` [PATCH 2/5] KVM: Bail from the dirty ring reset flow if a signal is pending
` [PATCH 3/5] KVM: Conditionally reschedule when resetting the dirty ring
` [PATCH 4/5] KVM: Check for empty mask of harvested dirty ring entries in caller
` [PATCH 5/5] KVM: Use mask of harvested dirty ring entries to coalesce dirty ring resets
[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
2025-01-11 1:00 UTC (3+ messages)
[PATCH] hid-asus: Disable OOBE mode on the ProArt P16
2025-01-11 1:01 UTC
[PATCH] MAINTAINERS: Become the stmmac maintainer
2025-01-11 0:54 UTC (3+ messages)
[PATCH v4 0/2] perf trace: Add more tests for BTF-augmented perf trace
2025-01-11 0:52 UTC (5+ messages)
[PATCH v2 0/9] KVM: selftests: Binary stats fixes and infra updates
2025-01-11 0:50 UTC (10+ messages)
` [PATCH v2 1/9] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH v2 2/9] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH v2 3/9] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH v2 4/9] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH v2 5/9] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH v2 6/9] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH v2 7/9] KVM: selftests: Adjust number of files rlimit for all "standard" VMs
` [PATCH v2 8/9] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH v2 9/9] KVM: selftests: Add compile-time assertions to guard against stats typos
[PATCH v3 0/7] Move initializing SEV/SNP functionality to KVM
2025-01-11 0:49 UTC (10+ messages)
` [PATCH v3 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
[syzbot] [tomoyo?] general protection fault in tomoyo_flush
2025-01-11 0:47 UTC (2+ messages)
[RFC PATCH 0/2] RISC-V: KVM: Pointer Masking Support
2025-01-11 0:46 UTC (3+ messages)
` [RFC PATCH 1/2] RISC-V: KVM: Fix inclusion of Smnpm in the guest ISA bitmap
` [RFC PATCH 2/2] RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLEN
[syzbot] [tomoyo?] general protection fault in tomoyo_get_name (2)
2025-01-11 0:46 UTC (2+ messages)
[RFC PATCH] mm/madvise: remove redundant mmap_lock operations from process_madvise()
2025-01-11 0:46 UTC
[PATCH v5] ksm: add ksm involvement information for each process
2025-01-11 0:45 UTC (2+ messages)
[PATCH v4 00/14] of: fix bugs and improve codes
2025-01-11 0:40 UTC (4+ messages)
` [PATCH v4 07/14] of: property: Fix potential fwnode reference's argument count got out of range
[syzbot] [usb?] general protection fault in qt2_read_bulk_callback
2025-01-11 0:40 UTC
[PATCH 1/1] selftests/bpf: clear out Python syntax warnings
2025-01-11 0:31 UTC (3+ messages)
[PATCH] net: netpoll: ensure skb_pool list is always initialized
2025-01-11 0:32 UTC (2+ messages)
` [PATCH v2] "
[PATCH net-next v4 0/5] Add PCS support for Qualcomm IPQ9574 SoC
2025-01-11 0:32 UTC (6+ messages)
` [PATCH net-next v4 3/5] net: pcs: qcom-ipq9574: Add PCS instantiation and phylink operations
linux-next: duplicate patches in the vfs-brauner tree
2025-01-11 0:31 UTC (4+ messages)
[PATCH v2 00/20] KVM: selftests: Fixes and cleanups for dirty_log_test
2025-01-11 0:30 UTC (21+ messages)
` [PATCH v2 01/20] KVM: selftests: Support multiple write retires in dirty_log_test
` [PATCH v2 02/20] KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming
` [PATCH v2 03/20] KVM: selftests: Drop signal/kick from dirty ring testcase
` [PATCH v2 04/20] KVM: selftests: Drop stale srandom() initialization from dirty_log_test
` [PATCH v2 05/20] KVM: selftests: Precisely track number of dirty/clear pages for each iteration
` [PATCH v2 06/20] KVM: selftests: Read per-page value into local var when verifying dirty_log_test
` [PATCH v2 07/20] KVM: selftests: Continuously reap dirty ring while vCPU is running
` [PATCH v2 08/20] KVM: selftests: Limit dirty_log_test's s390x workaround to s390x
` [PATCH v2 09/20] KVM: selftests: Honor "stop" request in dirty ring test
` [PATCH v2 10/20] KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop
` [PATCH v2 11/20] KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is true
` [PATCH v2 12/20] KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test
` [PATCH v2 13/20] KVM: selftests: Print (previous) last_page on dirty page value mismatch
` [PATCH v2 14/20] KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration
` [PATCH v2 15/20] KVM: sefltests: Verify value of dirty_log_test last page isn't bogus
` [PATCH v2 16/20] KVM: selftests: Ensure guest writes min number of pages in dirty_log_test
` [PATCH v2 17/20] KVM: selftests: Tighten checks around prev iter's last dirty page in ring
` [PATCH v2 18/20] KVM: selftests: Set per-iteration variables at the start of each iteration
` [PATCH v2 19/20] KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations
` [PATCH v2 20/20] KVM: selftests: Allow running a single iteration of dirty_log_test
[PATCH 0/2] perf hist: Fix bogus profiles when filters are enabled
2025-01-11 0:29 UTC (5+ messages)
` [PATCH 2/2] "
[PATCH v2 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
2025-01-11 0:25 UTC (6+ messages)
[PATCH v2 0/4] counter: ti-eqep: add direction support
2025-01-11 0:22 UTC (5+ messages)
` [PATCH v2 1/4] tools/counter: gitignore counter_watch_events
` [PATCH v2 2/4] counter: add direction change event
` [PATCH v2 3/4] tools/counter: add direction change event to watcher
` [PATCH v2 4/4] counter: ti-eqep: add direction support
[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
2025-01-11 0:21 UTC (4+ messages)
` [PATCH v8 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test
[PATCH v2 0/5] KVM: kvm_set_memory_region() cleanups
2025-01-11 0:20 UTC (6+ messages)
` [PATCH v2 1/5] KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)
` [PATCH v2 2/5] KVM: Assert slots_lock is held when setting memory regions
` [PATCH v2 3/5] KVM: Add a dedicated API for setting KVM-internal memslots
` [PATCH v2 4/5] KVM: x86: Drop double-underscores from __kvm_set_memory_region()
` [PATCH v2 5/5] KVM: Disallow all flags for KVM-internal memslots
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).