All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-09 16:35:33 to 2025-04-09 17:37:46 UTC [more...]

[PATCH v4 0/6] Track node vacancy to reduce worst case allocation counts
 2025-04-09 17:37 UTC  (3+ messages)
` [PATCH v4 2/6] maple_tree: use height and depth consistently

[PULL] drm-misc-next
 2025-04-09 17:37 UTC 

[PATCH net] tc: Ensure we have enough buffer space when sending filter netlink notifications
 2025-04-09 17:36 UTC  (2+ messages)

[RFC PATCH] mm/damon: add full LPAE support for memory monitoring above 4GB
 2025-04-09 17:36 UTC  (2+ messages)

[PATCH v4 0/3] Add configfs support for survivability mode
 2025-04-09 17:35 UTC  (2+ messages)

[PATCH] cpuidle: governors: Fixes typos in comments
 2025-04-09 17:35 UTC  (2+ messages)

[PATCH v2 01/18] staging: gpib: struct typing for gpib_interface
 2025-04-09 17:35 UTC 

[PATCH v2 00/13] arm64: Preparatory FPSIMD/SVE/SME fixes
 2025-04-09 17:32 UTC  (16+ messages)
` [PATCH v2 01/13] arm64/fpsimd: Avoid RES0 bits in the SME trap handler
` [PATCH v2 02/13] arm64/fpsimd: Remove unused fpsimd_force_sync_to_sve()
` [PATCH v2 03/13] arm64/fpsimd: Remove redundant SVE trap manipulation
` [PATCH v2 04/13] arm64/fpsimd: Remove opportunistic freeing of SME state
` [PATCH v2 05/13] arm64/fpsimd: Discard stale CPU state when handling SME traps
` [PATCH v2 06/13] arm64/fpsimd: Don't corrupt FPMR when streaming mode changes
` [PATCH v2 07/13] arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP
` [PATCH v2 08/13] arm64/fpsimd: Reset FPMR upon exec()
` [PATCH v2 09/13] arm64/fpsimd: Fix merging of FPSIMD state during signal return
` [PATCH v2 10/13] arm64/fpsimd: Add fpsimd_save_and_flush_current_state()
` [PATCH v2 11/13] arm64/fpsimd: signal32: Always save+flush state early
` [PATCH v2 12/13] arm64/fpsimd: signal: "
` [PATCH v2 13/13] arm64/fpsimd: signal: Simplify preserve_tpidr2_context()

[PATCH net-next v2 2/2] net: phy: Add Marvell PHY PTP support
 2025-04-09 17:34 UTC  (11+ messages)

[PATCH net v2] ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()
 2025-04-09 17:33 UTC 

[PATCH] fat: Optimized FAT bad char check
 2025-04-09 17:27 UTC 

[PATCH] thermal: sysfs: Return ENODATA instead of EAGAIN for reads
 2025-04-09 17:31 UTC  (2+ messages)

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-04-09 17:31 UTC  (6+ messages)
` [PATCH v7 28/45] arm64: rme: support RSI_HOST_CALL

[PATCH v2 1/3] dt-bindings: accel: add device tree for AMD PKI accelerator
 2025-04-09 17:30 UTC  (3+ messages)
` [PATCH v2 2/3] accel/amdpk: add driver "
` [PATCH v2 3/3] accel/amdpk: add debugfs support

[PATCH 1/2] mm: page_alloc: speed up fallbacks in rmqueue_bulk()
 2025-04-09 17:30 UTC  (4+ messages)

[syzbot] [mm?] general protection fault in mremap
 2025-04-09 17:30 UTC  (6+ messages)

[PATCH v1] um: fix incompatible argument type in iounmap()
 2025-04-09 17:30 UTC  (4+ messages)

Weird blockdev crash in 6.15-rc1?
 2025-04-09 17:30 UTC  (2+ messages)

[PATCH v2] ata: libata-sata: Use LBA from sense data descriptor
 2025-04-09 17:29 UTC  (2+ messages)

Why isn't the EFI memory map published in /sys/firmware/efi?
 2025-04-09 17:29 UTC 

[leon-rdma:rdma-next 2/39] drivers/infiniband/sw/rxe/rxe_odp.c:383:18: error: redefinition of 'rxe_odp_do_atomic_write'
 2025-04-09 17:28 UTC 

[PATCH 0/4] sysctl: Move the u8 range check test to lib/test_sysctl.c
 2025-04-09 17:29 UTC  (9+ messages)
` [PATCH 1/4] sysctl: move u8 register "
` [PATCH 2/4] sysctl: Add 0012 to test the u8 range check
` [PATCH 3/4] sysctl: call sysctl tests with a for loop
` [PATCH 4/4] sysctl: Close test ctl_headers "

[PATCH] gcc-plugins: Disable GCC plugins for compile test builds
 2025-04-09 17:29 UTC  (5+ messages)

[PATCH] mm/hugetlb: Convert &folio->page to folio_page(folio, 0)
 2025-04-09 17:27 UTC  (3+ messages)

[PATCH 0/6] usb: host: ehci-msm: Clean up and fix crashes
 2025-04-09 17:26 UTC  (2+ messages)

[PATCH] mips: octeon: remove unused middle expression
 2025-04-09 17:26 UTC 

[PATCH v4 00/10] rockchip: binman: Use a template for FIT and other improvements
 2025-04-09 17:26 UTC  (8+ messages)
` [PATCH v4 09/10] rockchip: binman: Support use of crc32 for SPL_FIT_SIGNATURE

[PATCH net-next 00/15][pull request] ixgbe: Add basic devlink support
 2025-04-09 17:25 UTC  (8+ messages)
` [PATCH net-next 01/15] devlink: add value check to devlink_info_version_put()

Wake on connect / wake on disconnect
 2025-04-09 17:24 UTC  (12+ messages)

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-09 17:24 UTC  (13+ messages)
` [PATCH v4 01/13] bitops: Change parity8() to parity_odd() with u64 input and bool return type
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 05/13] serial: max3100: "
` [PATCH v4 10/13] drm/bridge: dw-hdmi: "

[PATCH 0/2] RB1 fixes
 2025-04-09 17:23 UTC  (7+ messages)
` [PATCH 1/2] arm: dts: Add override for RB1

[PATCH v4 0/4] iio: adc: ad4000: Add SPI offload support
 2025-04-09 17:22 UTC  (3+ messages)
` [PATCH v4 1/4] iio: adc: ad4000: Add support for SPI offload

[PATCH 1/5] board: qualcomm: dragonboard820c: update readme
 2025-04-09 17:21 UTC  (2+ messages)

[PATCH] hmibsc_defconfig: disable DM_USB_GADGET
 2025-04-09 17:21 UTC  (2+ messages)

[yocto] A new member
 2025-04-09 17:20 UTC  (3+ messages)

[PATCH] vfio/igd: Check host PCI address when probing
 2025-04-09 17:18 UTC  (2+ messages)

[LTP] [PATCH WIP] testing patch for patchwork CI
 2025-04-09 17:18 UTC 

[PATCH 0/6] Qualcomm: cleanup OF_LIVE fixup and fix RB1/2
 2025-04-09 17:17 UTC  (7+ messages)
` [PATCH 1/6] event: signal when livetree has been built
` [PATCH 2/6] mach-snapdragon: use EVT_OF_LIVE_INIT to apply DT fixups
` [PATCH 3/6] mach-snapdragon: of_fixup: skip disabled USB nodes
` [PATCH 4/6] clk/qcom: qcm2290: show clock name in set_rate()
` [PATCH 5/6] mach-snapdragon: of_fixup: set dr_mode for RB1/2 boards
` [PATCH 6/6] pinctrl: qcom: qcm2290: fix off by 1 in pin_count

[PATCH TEST-ARTEFACTS 0/8] Cleanup and Linux ARM64 support
 2025-04-09 17:18 UTC  (16+ messages)
` [PATCH 1/8] Consistently use DOCKER_CMD in makefiles
` [PATCH 2/8] Port containerise
` [PATCH 3/8] Fix container user setup
` [PATCH 4/8] Clean up Gitlab yaml
` [PATCH 5/8] Adjust Linux build script to work with other major versions
` [PATCH 6/8] Factor our x86-isms in the linux build script
` [PATCH 7/8] Infrastructure for arm64 linux builds
` [PATCH 8/8] Linux 6.6.86 for x86 and arm64

[PATCH net-next] pds_core: fix memory leak in pdsc_debugfs_add_qcq()
 2025-04-09 17:18 UTC  (2+ messages)

[PATCH 0/3] ovl: Enable support for casefold filesystems
 2025-04-09 17:17 UTC  (6+ messages)
` [PATCH 2/3] ovl: Make ovl_dentry_weird() accept casefold dentries

[PATCH] selftests/sgx: Fix an enclave built with extended instructions
 2025-04-09 17:17 UTC  (3+ messages)

[RFC PATCH v2 0/5] virtio-balloon: Working Set Reporting
 2025-04-09 16:52 UTC  (3+ messages)

[PATCH v6 00/12] Add support for MAX7360
 2025-04-09 17:16 UTC  (15+ messages)
` [PATCH v6 04/12] pwm: max7360: Add MAX7360 PWM support
` [PATCH v6 05/12] regmap: irq: Remove unreachable goto
` [PATCH v6 07/12] gpio: regmap: Allow to allocate regmap-irq device
` [PATCH v6 08/12] gpio: regmap: Allow to provide init_valid_mask callback

[PATCH v2 1/3] riscv: module: Fix out-of-bounds relocation access
 2025-04-09 17:14 UTC  (6+ messages)
` [PATCH v2 2/3] riscv: module: Allocate PLT entries for R_RISCV_PLT32
` [PATCH v2 3/3] riscv: module: Optimize PLT/GOT entry counting

[PATCH 0/6] rust/hrtimer: Various hrtimer + time additions
 2025-04-09 17:15 UTC  (7+ messages)
  ` [PATCH 2/6] rust: hrtimer: Add HrTimerCallbackContext and ::forward()

Bug#1100928: [regression 6.1.y] microphone no longer records (on VivoBook_ASUSLaptop TP401MARB_J401MA)
 2025-04-09 17:14 UTC  (7+ messages)

[PATCH 0/4] Loadable Module support for PCIe Cadence and J721E
 2025-04-09 16:56 UTC  (7+ messages)
` [PATCH 3/4] PCI: cadence-ep: Introduce cdns_pcie_ep_disable helper for cleanup

[PATCH v3 0/2] iio: imu: inv_icm42600: switch to use generic name irq get
 2025-04-09 17:12 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH] ARC: unwind: Use built-in sort swap to reduce code size and improve performance
 2025-04-09 17:11 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v4 0/2] igc: Change Tx mode for MQPRIO offloading
 2025-04-09 17:12 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 1/2] igc: Limit netdev_tc calls to MQPRIO
        `  "

[PATCH v3 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-04-09 17:12 UTC  (5+ messages)
` [PATCH v3 13/14] mm: Unpoison pcpu chunks with base address tag

[PATCH 0/2] Fix V1P8_SIGNAL_ENA and HIGH_SPEED_ENA
 2025-04-09 17:11 UTC  (4+ messages)
` [PATCH 1/2] PENDING: mmc: sdhci*: Add set_hs_ena to sdhci_ops

[Buildroot] [v2 PATCH 1/1] package/python-jinja2: security bump to version 3.1.6
 2025-04-09 17:10 UTC 

[PATCH v8 0/9] LOBF enablement fix
 2025-04-09 17:11 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for LOBF enablement fix (rev8)
` ✓ i915.CI.BAT: success "

[PATCH net] amd-xgbe: Convert to SPDX identifier
 2025-04-09 17:11 UTC  (4+ messages)

[PATCH 00/10] -Wunused-const-variable warning fixes
 2025-04-09 16:54 UTC  (4+ messages)
` [PATCH 01/10] drm/imagination: avoid unused-const-variable warning
  ` [PATCH 07/10] [RESEND] ARM: fixmap: make __end_of_early_ioremap_region an enum value

[PATCH v6 0/8] Add functions for getting and setting registers related to autonomous selection in cppc_acpi
 2025-04-09 17:10 UTC  (3+ messages)
` [PATCH v6 2/8] ACPI: CPPC: Optimize cppc_get_perf()

[PATCH v5 0/3] Enable early bootup of Armv8-R AArch32 systems
 2025-04-09 17:09 UTC  (4+ messages)
` [PATCH v5 1/3] xen/arm: Move some of the functions to common file

[PATCH v2 0/3] add support for RV8063 SPI rtc
 2025-04-09 17:09 UTC  (4+ messages)
` [PATCH v2 1/3] rtc: pcf85063: create pcf85063_i2c_probe
` [PATCH v2 2/3] rtc: pcf85063: add support for RV8063
` [PATCH v2 3/3] dt-bindings: rtc: pcf85063: add binding "

[PATCH 0/7] Enhance the PCIe controller driver
 2025-04-09 17:08 UTC  (2+ messages)

[PATCH] drm/amd/display: Add htmldocs description for fused_io interface
 2025-04-09 17:08 UTC  (2+ messages)

[PATCH net 0/6] pds_core: updates and fixes
 2025-04-09 17:07 UTC  (7+ messages)
` [PATCH net 4/6] pds_core: Remove unnecessary check in pds_client_adminq_cmd()
` [PATCH net 5/6] pds_core: smaller adminq poll starting interval
` [PATCH net 6/6] pds_core: make wait_context part of q_info

connman daemon stays redy and doesn't pass online
 2025-04-09 17:06 UTC 

[RFC PATCH] x86/sev: Disallow userspace access to BIOS region for SEV-SNP guests
 2025-04-09 17:06 UTC  (8+ messages)

kvm guests crash when running "perf kvm top"
 2025-04-09 17:05 UTC  (2+ messages)

[PATCH bpf-next v1] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-09 17:04 UTC  (4+ messages)

[PATCH 0/2] gpio: don't compare raw GPIO descriptor pointers directly
 2025-04-09 17:03 UTC  (4+ messages)
` [PATCH 1/2] gpio: provide gpiod_is_equal()

[PATCH 1/2] fetch2/git: Add verbose logging support
 2025-04-09 17:03 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] sched: do not call __put_task_struct() on rt if pi_blocked_on is set
 2025-04-09 17:02 UTC  (5+ messages)

[PATCH 6.14 000/726] 6.14.2-rc4 review
 2025-04-09 17:02 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in bch2_dev_free
 2025-04-09 17:02 UTC  (2+ messages)

fsck.erofs infinite loop on 32 bit with large file
 2025-04-09 16:51 UTC  (3+ messages)
` [PATCH] erofs-utils: lib: fix `1UL << vi->u.chunkbits` on 32-bit platforms

[PATCH] t7422: remove extraneous argument to printf
 2025-04-09 17:00 UTC  (4+ messages)

[PATCH v2] netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
 2025-04-09 17:00 UTC 

[PATCH v5 00/10] raid1 balancing methods
 2025-04-09 16:59 UTC  (3+ messages)
` [PATCH v5 09/10] btrfs: enable RAID1 balancing configuration via modprobe parameter

[PATCH] RDMA: Don't use %pK through printk
 2025-04-09 16:59 UTC  (3+ messages)

[PATCH v2 00/12] nfsd: observability improvements
 2025-04-09 16:59 UTC  (5+ messages)
` [PATCH v2 06/12] nfsd: add tracepoints around nfsd_create events

[linux-next:master 2141/2762] drivers/block/zram/zram_drv.c:840 zram_writeback_slots() error: uninitialized symbol 'ret'
 2025-04-09 16:58 UTC 

[PATCH v2 2/3] mm,memory_hotplug: Implement numa node notifier
 2025-04-09 16:58 UTC  (3+ messages)

MGA G200 issue in 6.12 and up
 2025-04-09 16:58 UTC 

[PATCH v4 0/6] media: qcom: iris: add support for SM8650
 2025-04-09 16:57 UTC  (3+ messages)
` [PATCH v4 6/6] media: platform: qcom/iris: add sm8650 support

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202504090937
 2025-04-09 16:56 UTC 

[meta-arago][master][PATCH] CI/CD Auto-Merger: cicd.master.202504090937
 2025-04-09 16:56 UTC 

[PATCH v3 0/3] netfilter: Make xt_cgroup independent from net_cls
 2025-04-09 16:56 UTC  (2+ messages)

[linux-next:master 1753/1936] mm/swapfile.c:1517:20: warning: function 'swap_is_last_ref' is not needed and will not be emitted
 2025-04-09 16:54 UTC  (2+ messages)

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-09 16:54 UTC  (7+ messages)
          ` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)

[pull] amdgpu, amdkfd drm-fixes-6.15
 2025-04-09 16:52 UTC 

[yocto-patches] [meta-lts-mixins][scarthgap/rust][PATCH 00/29] Update to Rust 1.85.1
 2025-04-09 16:52 UTC 

[PATCH v2 0/2] iio: dac: adi-axi-dac: fix for wrong bus read
 2025-04-09 16:51 UTC  (5+ messages)
` [PATCH v2 1/2] iio: dac: adi-axi-dac: fix "
` [PATCH v2 2/2] iio: dac: adi-axi-dac: use unique bus free check

[PATCH v6 0/4] Enlightened vTPM support for SVSM on SEV-SNP
 2025-04-09 16:51 UTC  (11+ messages)
` [PATCH v6 4/4] x86/sev: register tpm-svsm platform device

[PATCH iproute2] nstat: NULL Dereference when no entries specified
 2025-04-09 16:50 UTC  (2+ messages)

[PATCH] gpiolib: don't allow setting values on input lines
 2025-04-09 16:47 UTC  (6+ messages)

[PATCH] wic: do not ignore ROOTFS_SIZE if the rootfs is modified
 2025-04-09 16:47 UTC  (3+ messages)
` [OE-core] "

[PATCH] drm/amd/display: Fix drm_err argument type error
 2025-04-09 16:47 UTC  (2+ messages)

[PATCH v2] selftests/ftrace: Convert poll to a gen_file
 2025-04-09 16:48 UTC  (2+ messages)

[PATCH net] selftests/tc-testing: Add test for echo of big TC filters
 2025-04-09 16:46 UTC  (2+ messages)

[PATCH] crypto: fsl - Fix RNG generation for lengths greater than 16 bytes
 2025-04-09 16:46 UTC  (5+ messages)
` [EXT] "

[PATCH net-next] tc: Return an error if filters try to attach too many actions
 2025-04-09 16:44 UTC  (2+ messages)

[PATCH hyperv-next 0/6] Confidential VMBus
 2025-04-09 16:44 UTC  (4+ messages)
` [PATCH hyperv-next 5/6] arch, drivers: Add device struct bitfield to not bounce-buffer

[PATCH v3 0/6] Add some enhancements for i.MX95 PCIe
 2025-04-09 16:43 UTC  (8+ messages)
` [PATCH v3 3/6] PCI: imx6: Workaround i.MX95 PCIe may not exit L23 ready

[PATCH 00/24] Optimize the hot path in the UFS driver
 2025-04-09 16:42 UTC  (7+ messages)
` [PATCH 08/24] scsi: ufs: core: Change the type of one ufshcd_add_command_trace() argument
` [PATCH 17/24] scsi: ufs: core: Call ufshcd_mcq_init() once

[PATCH v4] fs/namespace: defer RCU sync for MNT_DETACH umount
 2025-04-09 16:41 UTC  (3+ messages)

[PATCH] Alpha: Emulate unaligned LDx_L/STx_C for data consistency
 2025-04-09 15:52 UTC  (7+ messages)

[PATCH v2] RDMA/cma: Fix workqueue crash in cma_netevent_work_handler
 2025-04-09 16:39 UTC  (3+ messages)

[PATCH net-next 0/2] GCPS Spec Compliance Patch Set
 2025-04-09 16:39 UTC  (11+ messages)

[OE-core][scarthgap][PATCH 1/1] python3-jinja2: upgrade 3.1.4 -> 3.1.6
 2025-04-09 16:38 UTC  (2+ messages)

[OE-core][PATCH] cve-update-nvd2-native: add workaround for json5 style list
 2025-04-09 16:32 UTC  (3+ messages)

[LTP] [PATCH v3 0/2] configure: Tidy up removal of generated artifacts
 2025-04-09 16:36 UTC  (3+ messages)
` [LTP] [PATCH v3 1/2] openposix: Makefile: Add the standard "maintainer-clean" target
` [LTP] [PATCH v3 2/2] include/Makefile: Fix cleaning targets

[PATCH 1/2] uprobes/x86: Add support to emulate nop5 instruction
 2025-04-09 16:37 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/python-jinja2: security bump to version 3.1.6
 2025-04-09 16:36 UTC 

[PATCH i-g-t v6 0/5] Add per-device engine activity stats in GPUTOP
 2025-04-09 16:36 UTC  (4+ messages)
` [PATCH i-g-t v6 1/5] lib/igt_device_scan: Add support for the device filter


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.