messages from 2025-05-08 22:26:56 to 2025-05-08 23:46:41 UTC [more...]
[PATCH net-next] net/mlx5: support software TX timestamp
2025-05-08 23:46 UTC (6+ messages)
[PATCH v4 00/31] x86/resctrl telemetry monitoring
2025-05-08 23:45 UTC (9+ messages)
` [PATCH v4 01/31] x86,fs/resctrl: Drop rdt_mon_features variable
` [PATCH v4 13/31] fs/resctrl: Add support for additional monitor event display formats
[PATCH i-g-t v2 0/5] Add more tests to validate engine activity
2025-05-08 23:44 UTC (8+ messages)
` [PATCH i-g-t v2 1/5] tests/intel/xe_pmu: Add a helper function to check and end cork
` [PATCH i-g-t v2 2/5] tests/intel/xe_pmu: Move descriptions of tests to the top of file
` [PATCH i-g-t v2 3/5] tests/intel/xe_pmu: Add tests to validate engine activity with single engine active
` ✗ Xe.CI.Full: failure for Add more tests to validate engine activity (rev2)
[PATCH v5 0/4] Importing and exporting stashes to refs
2025-05-08 23:44 UTC (5+ messages)
` [PATCH v5 1/4] object-name: make get_oid quietly return an error
` [PATCH v5 2/4] builtin/stash: factor out revision parsing into a function
` [PATCH v5 3/4] builtin/stash: provide a way to export stashes to a ref
` [PATCH v5 4/4] builtin/stash: provide a way to import stashes from "
[PATCH 0/5] Miscellaneous rcutorture updates
2025-05-08 23:45 UTC (6+ messages)
` [PATCH 1/5] torture: Suppress torture.sh "Zero time" messages for disabled tests
` [PATCH 2/5] rcutorture: Print number of RCU up/down readers and migrations
` [PATCH 3/5] rcutorture: Check for no up/down readers at task level
` [PATCH 4/5] rcutorture: Start rcu_torture_writer() after rcu_torture_reader()
` [PATCH 5/5] rcutorture: Print only one rtort_pipe_count splat
[PATCH blktests] nvme/63: fixup tls_key encryption check
2025-05-08 23:44 UTC
[PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-08 23:43 UTC (5+ messages)
[bytedance:5.15-velinux 0/1] mm/hugetlb_background_clean.h:86:9: error: implicit declaration of function 'clear_huge_page'; did you mean 'clear_highpage'?
2025-05-08 23:43 UTC
[PATCH v3 0/5] gendwarfksyms: Add more kABI rules
2025-05-08 23:42 UTC (2+ messages)
[PATCH v2 0/6] arm: extended regions fixes
2025-05-08 23:42 UTC (5+ messages)
` [PATCH v2 4/6] rangeset: introduce rangeset_subtract
` [PATCH v2 5/6] xen/arm: exclude xen,reg from domU extended regions
[PATCH 0/3] Make rcutorture safe(r) for arm64
2025-05-08 23:42 UTC (4+ messages)
` [PATCH 1/3] torture: Check for "Call trace:" as well as "Call Trace:"
` [PATCH 2/3] rcutorture: Reduce TREE01 CPU overcommit
` [PATCH 3/3] rcutorture: Remove MAXSMP and CPUMASK_OFFSTACK from TREE01
❌ FAIL: Test report for master (6.15.0-rc5, upstream-mainline, 9c69f888)
2025-05-08 23:42 UTC
[PATCH bpf-next v1 00/11] BPF Standard Streams
2025-05-08 23:41 UTC (17+ messages)
` [PATCH bpf-next v1 03/11] bpf: Add function to extract program source info
` [PATCH bpf-next v1 04/11] bpf: Add function to find program from stack trace
` [PATCH bpf-next v1 05/11] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v1 09/11] libbpf: Add bpf_stream_printk() macro
` [PATCH bpf-next v1 10/11] bpftool: Add support for dumping streams
[syzbot] [bpf?] possible deadlock in trie_delete_elem
2025-05-08 23:39 UTC (3+ messages)
[PATCH v2] pwm: tidyup PWM menu for Renesas
2025-05-08 23:39 UTC
[PATCH 0/7] rockchip: Add boot from USB OTG port
2025-05-08 23:38 UTC (5+ messages)
[to-be-updated] mm-optimize-mremap-by-pte-batching.patch removed from -mm tree
2025-05-08 23:36 UTC
[to-be-updated] mm-call-pointers-to-ptes-as-ptep.patch removed from -mm tree
2025-05-08 23:36 UTC
[PATCH] pwm: tidyup PWM menu for Renesas
2025-05-08 23:36 UTC (3+ messages)
[PATCH RFC 0/9] Reduce ratelimit's false-positive misses
2025-05-08 23:33 UTC (26+ messages)
` [PATCH v4 0/20] ratelimit: "
` [PATCH v5 0/21] "
` [PATCH v5 01/21] ratelimit: Create functions to handle ratelimit_state internals
` [PATCH v5 02/21] random: Avoid open-coded use of ratelimit_state structure's ->missed field
` [PATCH v5 03/21] drm/i915: "
` [PATCH v5 04/21] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals
` [PATCH v5 05/21] ratelimit: Convert the ->missed field to atomic_t
` [PATCH v5 06/21] ratelimit: Count misses due to lock contention
` [PATCH v5 07/21] ratelimit: Avoid jiffies=0 special case
` [PATCH v5 08/21] ratelimit: Reduce ___ratelimit() false-positive rate limiting
` [PATCH v5 09/21] ratelimit: Allow zero ->burst to disable ratelimiting
` [PATCH v5 10/21] ratelimit: Force re-initialization when rate-limiting re-enabled
` [PATCH v5 11/21] ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASE
` [PATCH v5 12/21] ratelimit: Avoid atomic decrement if already rate-limited
` [PATCH v5 13/21] ratelimit: Avoid atomic decrement under lock "
` [PATCH v5 14/21] ratelimit: Warn if ->interval or ->burst are negative
` [PATCH v5 15/21] ratelimit: Simplify common-case exit path
` [PATCH v5 16/21] ratelimit: Use nolock_ret label to save a couple of lines of code
` [PATCH v5 17/21] ratelimit: Use nolock_ret label to collapse lock-failure code
` [PATCH v5 18/21] ratelimit: Use nolock_ret restructuring to collapse common case code
` [PATCH v5 19/21] ratelimit: Drop redundant accesses to burst
` [PATCH v5 20/21] lib: Add trivial kunit test for ratelimit
` [PATCH v5 21/21] lib: Add stress "
linux-next: manual merge of the mm-unstable tree with Linus' tree
2025-05-08 23:32 UTC
[linux-next:master 8282/9729] arch/arm/boot/dts/nxp/imx/imx6q-h100.dtb: mipi@21dc000 (fsl,imx6-mipi-csi2): 'port' does not match any of the regexes: '^port@[1-4]$', 'pinctrl-[0-9]+'
2025-05-08 23:32 UTC
+ mm-madvise-make-madv_nohugepage-a-no-op-if-thp.patch added to mm-new branch
2025-05-08 23:32 UTC
[PATCH v5] perf: Allocate non-contiguous AUX pages by default
2025-05-08 23:26 UTC
[PATCH] xen/x86: allow Dom0 PVH to call XENMEM_exchange
2025-05-08 23:28 UTC (12+ messages)
[Intel-wired-lan] [REGRESSION] e1000e heavy packet loss on Meteor Lake - 6.14.2
2025-05-08 23:28 UTC (13+ messages)
+ mm-zblock-make-active_list-rcu_list.patch added to mm-new branch
2025-05-08 23:27 UTC
[PATCH v2 0/5] nvmet pci-epf fixes
2025-05-08 23:25 UTC (6+ messages)
` [PATCH v2 1/5] nvmet: pci-epf: Clear completion queue IRQ flag on delete
` [PATCH v2 2/5] nvmet: pci-epf: Do not fall back to using INTX if not supported
` [PATCH v2 3/5] nvmet: pci-epf: Cleanup nvmet_pci_epf_raise_irq()
` [PATCH v2 4/5] nvmet: pci-epf: Improve debug message
` [PATCH v2 5/5] nvmet: pci-epf: Remove NVMET_PCI_EPF_Q_IS_SQ
[PATCH v2 0/4] Add support for RAM boot from maskrom mode
2025-05-08 23:23 UTC (4+ messages)
` [PATCH v2 2/4] rockchip: "
[tip:irq/core] BUILD SUCCESS c855506257063f444044d0a85a2e9ad9ab1c7ecd
2025-05-08 23:23 UTC
Kernels >= 6.3 disable video output
2025-05-08 23:23 UTC
[android-common:android15-6.6-desktop 4/4] arch/x86/include/asm/io.h: asm/paravirt.h is included more than once
2025-05-08 23:22 UTC
[PATCH 3/3] rpmsg: ctrl: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
2025-05-08 23:21 UTC (2+ messages)
[axboe-block:io_uring-handle 5/5] io_uring/openclose.c:549 __io_open_by_handle() error: uninitialized symbol 'fd'
2025-05-08 23:22 UTC
[PATCH net-next,rdma-next 0/5][pull request] Prepare for Intel IPU E2000 (GEN3)
2025-05-08 23:20 UTC (4+ messages)
` [PATCH net-next,rdma-next 5/5] iidc/ice/irdma: Update IDC to support multiple consumers
[PATCH 0/4] nvmet pci-epf fixes
2025-05-08 23:16 UTC (10+ messages)
` [PATCH 1/4] nvmet: pci-epf: Clear completion queue IRQ flag on delete
` [PATCH 2/4] nvmet: pci-epf: Do not fall back to using INTX if not supported
` [PATCH 3/4] nvmet: pci-epf: Cleanup nvmet_pci_epf_raise_irq()
+ mm-vmalloc-fix-data-race-in-show_numa_info.patch added to mm-new branch
2025-05-08 23:16 UTC
[PATCH 0/5] miscellaneous build mods (part 2)
2025-05-08 23:16 UTC (11+ messages)
` [PATCH 1/5] meson.build: quote the GITWEBDIR build configuration
` [PATCH 2/5] meson: correct install location of YAML.pm
` [PATCH 3/5] meson: correct path to system config/attribute files
` [PATCH 4/5] meson.build: correct setting of GIT_EXEC_PATH
` [PATCH 5/5] configure.ac: upgrade to a compilation check for sysinfo
[PATCH 0/5] Support RK3528 variant of Rockchip naneng-combphy
2025-05-08 23:13 UTC (6+ messages)
` [PATCH 4/5] phy: rockchip: naneng-combphy: Add RK3528 support
man-pages-6.14 released
2025-05-08 23:15 UTC
[PATCH 0/2] xen: swiotlb: 2 fixes SoCs w/o IOMMU (e.g. iMX8QXP)
2025-05-08 23:14 UTC (7+ messages)
` [PATCH 2/2] xen: swiotlb: Implement map_resource callback
[PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
2025-05-08 23:13 UTC (6+ messages)
[PATCH v12] platform/x86: Add AMD ISP platform config for OV05C10
2025-05-08 23:13 UTC (13+ messages)
[PATCH] alloc_tag: check mem_profiling_support in alloc_tag_init
2025-05-08 23:11 UTC (2+ messages)
[PATCH v2] block, scsi: sd_zbc: Respect bio vector limits for report zones buffer
2025-05-08 23:08 UTC (3+ messages)
` [PATCH v3] "
[PATCH 1/3] nfsd: call svc_fill_write_vector from nfsd_vfs_write
2025-05-08 23:08 UTC (2+ messages)
[linux-next:master 8164/9729] ERROR: modpost: "__udivdi3" [drivers/media/i2c/ov02c10.ko] undefined!
2025-05-08 23:08 UTC
[PATCH net-next] openvswitch: Fix userspace attribute length validation
2025-05-08 23:07 UTC (2+ messages)
+ mm-page_isolation-make-page-isolation-a-standalone-bit-fix.patch added to mm-new branch
2025-05-08 23:06 UTC
[PATCH v2] x86/sgx: Prevent attempts to reclaim poisoned pages
2025-05-08 23:04 UTC
+ mm-page_isolation-remove-migratetype-from-move_freepages_block_isolate-fix.patch added to mm-new branch
2025-05-08 23:05 UTC
[PATCH] drm/xe: Do not print engine reset message on a killed queue
2025-05-08 23:03 UTC (2+ messages)
[PATCH v2] KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
2025-05-08 23:04 UTC (2+ messages)
[PATCH] KVM: selftests: Add a test for x86's fastops emulation
2025-05-08 23:04 UTC (2+ messages)
✅ PASS (MISSED 9 of 41): Test report for for-kernelci (6.15.0-rc5, upstream-arm-next, c32f8dc5)
2025-05-08 23:02 UTC
[PATCH][v2] KVM: Remove obsolete comment about locking for kvm_io_bus_read/write
2025-05-08 23:04 UTC (2+ messages)
[PATCH v3 0/5] intel-uncore-freq: Add agent_types and die_id attributes
2025-05-08 23:02 UTC (6+ messages)
` [PATCH v3 1/5] platform/x86/intel-uncore-freq: Add attributes to show agent types
` [PATCH v3 2/5] Documentation: admin-guide: pm: Add documentation for agent_types
` [PATCH v3 3/5] platform/x86/intel: power-domains: Add interface to get Linux die ID
` [PATCH v3 4/5] platform/x86/intel-uncore-freq: Add attributes to show die_id
` [PATCH v3 5/5] Documentation: admin-guide: pm: Add documentation for die_id
[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-08 23:01 UTC (9+ messages)
` [PATCH v6 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v6 05/14] riscv: sbi: add SBI FWFT extension calls
[PATCH v2] drm/xe: Add helper function to inject fault into ct_dead_capture()
2025-05-08 23:00 UTC (4+ messages)
[PATCH v5 0/4] mmc: handle undervoltage events and prevent eMMC corruption
2025-05-08 22:59 UTC (3+ messages)
` [PATCH v5 1/4] mmc: core: Handle undervoltage events and register regulator notifiers
+ mm-page_isolation-remove-migratetype-parameter-from-more-functions-fix.patch added to mm-new branch
2025-05-08 22:58 UTC
[PATCH v3 0/4] Track FAST_REQ H2Gs to report where errors came from
2025-05-08 22:58 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for Track FAST_REQ H2Gs to report where errors came from (rev2)
[PATCH] arm64: dts: qcom: sm8750: Add adsp fastrpc support
2025-05-08 22:57 UTC (4+ messages)
[PATCH net-next] net: mvpp2: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
2025-05-08 22:56 UTC (2+ messages)
[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-05-08 22:56 UTC (7+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-05-08 22:50 UTC (26+ messages)
` [PATCH v2 01/25] Add -boot-certificates to s390-ccw-virtio machine type option
` [PATCH v2 02/25] hw/s390x/ipl: Create certificate store
` [PATCH v2 03/25] s390x: Guest support for Certificate Store Facility (CS)
` [PATCH v2 04/25] s390x/diag: Introduce DIAG 320 for certificate store facility
` [PATCH v2 05/25] s390x/diag: Refactor address validation check from diag308_parm_check
` [PATCH v2 06/25] s390x/diag: Implement DIAG 320 subcode 1
` [PATCH v2 07/25] s390x/diag: Implement DIAG 320 subcode 2
` [PATCH v2 08/25] s390x/diag: Introduce DIAG 508 for secure IPL operations
` [PATCH v2 09/25] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [PATCH v2 10/25] pc-bios/s390-ccw: Introduce IPL Information Report Block (IIRB)
` [PATCH v2 11/25] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v2 12/25] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v2 13/25] hw/s390x/ipl: Set iplb->len to maximum length of "
` [PATCH v2 14/25] s390x: Guest support for Secure-IPL Facility
` [PATCH v2 15/25] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v2 16/25] pc-bios/s390-ccw: Refactor zipl_load_segment function
` [PATCH v2 17/25] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
` [PATCH v2 18/25] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
` [PATCH v2 19/25] pc-bios/s390-ccw: Add additional security checks for secure boot
` [PATCH v2 20/25] Add -secure-boot to s390-ccw-virtio machine type option
` [PATCH v2 21/25] hw/s390x/ipl: Set IPIB flags for secure IPL
` [PATCH v2 22/25] pc-bios/s390-ccw: Handle true secure IPL mode
` [PATCH v2 23/25] pc-bios/s390-ccw: Handle secure boot with multiple boot devices
` [PATCH v2 24/25] hw/s390x/ipl: Handle secure boot without specifying a boot device
` [PATCH v2 25/25] docs/system/s390x: Add secure IPL documentation
[PATCH RFC i-g-t] lib/xe/xe_legacy: Move test_legacy_mode to lib/
2025-05-08 22:54 UTC (2+ messages)
` ✗ i915.CI.Full: failure for lib/xe/xe_legacy: Move test_legacy_mode to lib/ (rev3)
[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
2025-05-08 22:53 UTC (2+ messages)
[PATCH] KVM: SEV: Disable SEV-SNP support on initialization failure
2025-05-08 22:52 UTC
[PATCH net-next] net: gianfar: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
2025-05-08 22:51 UTC (2+ messages)
[PATCH v4 0/4] drm/panel: Panel Refcounting infrastructure
2025-05-08 21:48 UTC (9+ messages)
` [PATCH v4 2/4] drm/panel: Add refcount support
[PATCH net-next] net: ixp4xx_eth: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
2025-05-08 22:45 UTC (2+ messages)
[linux-next:master 6484/9729] error[E0432]: unresolved import `crate::clk`
2025-05-08 22:47 UTC
[android-common:mirror-chromeos-5.10-arcvm 9/9] kismet: WARNING: unmet direct dependencies detected for PARAVIRT_CLOCK when selected by VIRTIO_PVCLOCK
2025-05-08 22:47 UTC
[meta-webserver][PATCH] meta-webserver/README: add example git send-email line
2025-05-08 22:46 UTC
[PATCH 0/2] Fix for multi-process gdbstub breakpoints
2025-05-08 22:45 UTC (3+ messages)
` [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions
` [PATCH 2/2] gdbstub: Apply breakpoints only to the selected PID
[PATCH v10 00/30] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2025-05-08 22:45 UTC (9+ messages)
` [PATCH v10 08/30] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v10 12/30] x86/resctrl: Expand the width of domid by replacing mon_data_bits
` [PATCH v10 18/30] x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs
` [PATCH v10 29/30] x86,fs/resctrl: Move resctrl.rst to live under Documentation/filesystems
[ANNOUNCE] Release v6.1.137-cip42
2025-05-08 22:43 UTC
+ selftests-mm-add-simple-vm_pfnmap-tests-based-on-mmaping-dev-mem.patch added to mm-unstable branch
2025-05-08 22:40 UTC
[RFC/PATCH] sched: Support moving kthreads into cpuset cgroups
2025-05-08 22:39 UTC (11+ messages)
[PATCH v1 00/26] x86: Introduce centralized CPUID model
2025-05-08 22:37 UTC (6+ messages)
` [PATCH v1 02/26] x86/cpu: Sanitize CPUID(0x80000000) output
[riteshharjani:vfs.all-ext4-atomic-write-bigalloc-lsfmm-rfcv2-wipv7-0day 8/10] fs/ext4/inode.c:3437 ext4_map_blocks_atomic_write_slow() error: uninitialized symbol 'next_pblk'
2025-05-08 22:36 UTC
[PATCH bpf-next v2 0/4] bpf: Implement mprog API on top of existing cgroup progs
2025-05-08 22:35 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [PATCH bpf-next v2 2/4] bpf: Implement mprog API on top of existing cgroup progs
` [PATCH bpf-next v2 3/4] libbpf: Support link-based cgroup attach with options
` [PATCH bpf-next v2 4/4] selftests/bpf: Add two selftests for mprog API based cgroup progs
[meta-webserver]][PATCH 1/2] hiawatha: update HOMEPAGE
2025-05-08 22:35 UTC (2+ messages)
` [meta-webserver]][PATCH 2/2] hiawatha: use -std=gnu17 for compilation
[PATCH net-next 0/3] Convert cpsw and cpsw_new to ndo_hwtstamp_get() and ndo_hwtstamp_set()
2025-05-08 22:33 UTC (3+ messages)
` [PATCH net-next 1/3] net: cpsw: return proper RX timestamping filter in cpsw_hwtstamp_get()
[PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
2025-05-08 22:32 UTC (2+ messages)
[PATCH bpf-next] bpf: Always WARN_ONCE on verifier bugs
2025-05-08 22:31 UTC (2+ messages)
[BUG] Lockdep warning from "genirq/cpuhotplug: Convert to lock guards"
2025-05-08 22:29 UTC
[PATCH v3 0/2] NVMe Atomic Write fixes
2025-05-08 22:38 UTC (3+ messages)
` [PATCH v3 1/2] nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing
` [PATCH v3 2/2] nvme: all namespaces in a subsystem must adhere to a common atomic write size
[to-be-updated] fix-zero-copy-i-o-on-__get_user_pages-allocated-pages.patch removed from -mm tree
2025-05-08 22:28 UTC
[bytedance:5.15-velinux 1/1] include/linux/lsm_hook_defs.h:411:18: warning: 'uring_cmd_default' defined but not used
2025-05-08 22:25 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.