All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-15 15:54:57 to 2025-01-15 16:45:59 UTC [more...]

[PATCH v3 1/7] xen: error handling and FreeBSD compatibility fixes
 2025-01-15 16:45 UTC  (10+ messages)
` [PATCH v3 1/7] hw/xen: Add xs_node_read() helper function
` [PATCH v3 2/7] xen: do not use '%ms' scanf specifier
` [PATCH v3 3/7] hw/xen: Use xs_node_read() from xs_node_vscanf()
` [PATCH v3 4/7] hw/xen: Use xs_node_read() from xen_console_get_name()
` [PATCH v3 5/7] hw/xen: Use xs_node_read() from xen_netdev_get_name()
` [PATCH v3 6/7] hw/xen: Use xs_node_read() from xenstore_read_str() instead of open-coding it
` [PATCH v3 7/7] hw/xen: Fix errp handling in xen_console

[PATCH v3 00/19] Hide platform_profile_handler from consumers
 2025-01-15 16:45 UTC  (5+ messages)
` [PATCH v3 05/19] ACPI: platform_profile: Add `probe` to platform_profile_ops
` [PATCH v3 19/19] ACPI: platform_profile: Add a prefix to log messages

[PATCH v2 00/14] multipathd: More map reload handling, and checkerloop work
 2025-01-15 16:45 UTC  (5+ messages)
` [PATCH v2 03/14] multipathd: sync maps at end of checkerloop

[PATCH v5 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-01-15 16:45 UTC  (5+ messages)
` [PATCH v5 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v5 4/7] can: Add Nuvoton NCT6694 CAN support

[PATCH v13 0/3] binder: report txn errors via generic netlink
 2025-01-15 16:44 UTC  (4+ messages)
` [PATCH v13 1/3] tools: ynl-gen: add trampolines for sock-priv

[PATCH v2 00/15] Hyperlaunch device tree for dom0
 2025-01-15 16:43 UTC  (5+ messages)
` [PATCH v2 09/15] x86/hyperlaunch: obtain cmdline from device tree
` [PATCH v2 10/15] x86/hyperlaunch: locate dom0 initrd with hyperlaunch

[PATCH 0/7] KVM: TDX SEPT SEAMCALL retry
 2025-01-15 16:43 UTC  (2+ messages)

[RFC PATCH] fuse: add new function to invalidate cache for all inodes
 2025-01-15 16:43 UTC  (2+ messages)

[PATCH] cobalt: select: Move nfds range check to caller of xnselect
 2025-01-15 16:43 UTC  (3+ messages)

[PATCH net-next 0/4] net: ethernet: ti: am65-cpsw: streamline RX/TX queue creation and cleanup
 2025-01-15 16:43 UTC  (5+ messages)
` [PATCH net-next 1/4] net: ethernet: am65-cpsw: call netif_carrier_on/off() when appropriate
` [PATCH net-next 2/4] net: ethernet: ti: am65-cpsw: streamline .probe() error handling
` [PATCH net-next 3/4] net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanup
` [PATCH net-next 4/4] net: ethernet: ti: am65-cpsw: streamline TX "

[PATCH v2 0/4] vhost: fix and improve dequeue error path
 2025-01-15 16:42 UTC  (7+ messages)
` [PATCH v2 1/4] vhost: fix missing packets count reset when not ready
` [PATCH v2 2/4] vhost: rework dequeue path error handling
` [PATCH v2 3/4] vhost: rework async "

[PATCH net] net/rose: prevent integer overflows in rose_setsockopt()
 2025-01-15 16:42 UTC 

[PATCH 0/2] block: Stacked device atomic writes fixes
 2025-01-15 16:42 UTC  (2+ messages)

[PATCH] mm/page-writeback: Consolidate wb_thresh bumping logic into __wb_calc_thresh
 2025-01-15 16:41 UTC  (7+ messages)

[PATCH net-next] ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion
 2025-01-15 16:40 UTC  (2+ messages)

[PATCH v2 0/3] nfsdctl: add support for new lockd configuration interface
 2025-01-15 16:40 UTC  (8+ messages)

[PATCH v3 00/14] x86/virt/tdx: Add SEAMCALL wrappers for KVM
 2025-01-15 16:39 UTC  (17+ messages)
` [PATCH v3 01/14] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
` [PATCH v3 02/14] x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
` [PATCH v3 03/14] x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation
` [PATCH v3 04/14] x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management
` [PATCH v3 05/14] x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access
` [PATCH v3 06/14] x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations
` [PATCH v3 07/14] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages
` [PATCH v3 08/14] x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages
` [PATCH v3 09/14] x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking
` [PATCH v3 10/14] x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page
` [PATCH v3 11/14] x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents
` [PATCH v3 12/14] x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest
` [PATCH v3 13/14] x86/virt/tdx: Read essential global metadata for KVM
` [PATCH v3 14/14] x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyID

[PATCH v9 00/17] reimplement per-vma lock as a refcount
 2025-01-15 16:39 UTC  (14+ messages)
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count
          ` [PATCH] refcount: Strengthen inc_not_zero()
` [PATCH v9 12/17] mm: move lesser used vma_area_struct members into the last cacheline

[PATCH net] net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65_cpsw_nuss_remove_tx_chns()
 2025-01-15 16:38 UTC  (6+ messages)

[PATCH net-next v3 0/4] net: stmmac: RX performance improvement
 2025-01-15 16:35 UTC  (6+ messages)
` [PATCH net-next v3 3/4] net: stmmac: Optimize cache prefetch in RX path
` [PATCH net-next v3 4/4] net: stmmac: Convert prefetch() to net_prefetch() for received frames

[PATCH v2 6/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO request
 2025-01-15 16:38 UTC  (2+ messages)

[PATCH v4 1/2] PCI: dwc: Add support for vendor specific capability search
 2025-01-15 16:38 UTC  (4+ messages)

[PATCH v5 1/2] dt-bindings: net: bluetooth: nxp: Add support to set BD address
 2025-01-15 16:38 UTC  (2+ messages)
` [PATCH v5 2/2] Bluetooth: btnxpuart: Add support for "

kprobe not always triggering
 2025-01-15 16:37 UTC  (4+ messages)

[PATCH v2] xen/riscv: identify specific ISA supported by cpu
 2025-01-15 16:36 UTC 

[PATCH 0/8] s390x: Remove deprecated machine types v2.9 up to v2.12
 2025-01-15 16:35 UTC  (2+ messages)

[PATCH] rtc: Use str_enable_disable-like helpers
 2025-01-15 16:29 UTC  (3+ messages)

[PATCH v2 0/4] arm64/sysreg: Sort sysreg by encoding
 2025-01-15 16:25 UTC  (5+ messages)
` [PATCH v2 1/4] arm64/sysreg: Fix unbalanced closing block
` [PATCH v2 2/4] arm64/sysreg: Enforce whole word match for open/close tokens
` [PATCH v2 3/4] arm64/sysreg: Sort sysreg by encoding
` [PATCH v2 4/4] arm64/sysreg: Enforce sorting

[RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
 2025-01-15 16:34 UTC  (12+ messages)

[yocto] [HELP]
 2025-01-15 16:33 UTC  (3+ messages)

[PATCH 1/3] autotools: clean up aclocal/ search path assignments
 2025-01-15 16:33 UTC  (3+ messages)
` [PATCH 2/3] libtool: remove obsolete ACLOCALEXTRAPATH
` [PATCH 3/3] autoconf: rename autotools_aclocals and only run in do_configure

[PATCH v5 0/7] Check Scaler and DSC Prefill Latency Against Vblank
 2025-01-15 16:33 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for Check Scaler and DSC Prefill Latency Against Vblank (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[Buildroot] [PATCH] package/rsync: security bump to version 3.4.0
 2025-01-15 16:33 UTC 

[PATCH] riscv: Add initial Xen guest support for RISC-V
 2025-01-15 16:30 UTC  (3+ messages)

[PATCH v1] dts: fix pass rate edge case in results json
 2025-01-15 16:30 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v7 1/2] dts: add multicast set function to shell
 2025-01-15 16:29 UTC  (3+ messages)
` [PATCH v8 "
  ` [PATCH v8 2/2] dts: port over dynamic config test suite

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-15 16:29 UTC  (5+ messages)
` [PATCH net-next v7 3/8] page_pool: fix IOMMU crash when driver has already unbound
  ` [Intel-wired-lan] [PATCH net-next v7 0/8] fix two bugs related to page_pool

[PATCH b4] b4: stop generating full object IDs for non-binary diffs
 2025-01-15 16:29 UTC 

[PATCH 1/2] drm/amd/pm: Add SMUv13.0.12 PMFW headers
 2025-01-15 16:28 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: Add SMUv13.0.12 PPT interface

[Regression] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX
 2025-01-15 16:26 UTC  (9+ messages)
      ` [Bug 219609] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX + Ryzen 8700G

[CI 1/2] drm/xe: Introduce GuC PC debugfs
 2025-01-15 16:26 UTC  (5+ messages)
` ✓ CI.Build: success for series starting with [CI,1/2] "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 0/8] compat/zlib: allow use of zlib-ng as backend
 2025-01-15 16:25 UTC  (14+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 06/10] compat/zlib: provide stubs for `deflateSetHeader()`
  ` [PATCH v2 07/10] git-zlib: cast away potential constness of `next_in` pointer
  ` [PATCH v2 09/10] ci: switch linux-musl to use Meson

[PATCH] io_uring/rsrc: Simplify buffer cloning by locking both rings
 2025-01-15 16:25 UTC 

[PATCH v4] ALSA: hda: Support for Ideapad hotkey mute LEDs
 2025-01-15 16:25 UTC 

[PATCH] wifi: wilc1000: unregister wiphy only after netdev registration
 2025-01-15 16:24 UTC  (2+ messages)
`  "

[PATCH 0/3] Sanitize sideband channel messages
 2025-01-15 16:24 UTC  (4+ messages)
` [PATCH 1/3] sideband: mask control characters

New s390 specific protected key hmac
 2025-01-15 16:22 UTC  (6+ messages)
` [PATCH v10 1/5] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v10 2/5] s390/crypto: New s390 specific protected key hash phmac
` [PATCH v10 3/5] crypto: api - Add crypto_tfm_alg_get_flags() helper inline function
` [PATCH v10 4/5] s390/crypto: Add selftest support for phmac
` [PATCH v10 5/5] crypto: testmgr - Enable phmac selftest

[nf-next PATCH v7 0/6] Dynamic hook interface binding part 1
 2025-01-15 16:22 UTC  (2+ messages)

[PATCH tty-next v5 0/6] convert 8250 to nbcon
 2025-01-15 16:21 UTC  (3+ messages)
` [PATCH tty-next v5 5/6] serial: 8250: Switch to nbcon console

[PATCH v14 0/1] MCTP Over PCC Transport
 2025-01-15 16:21 UTC  (3+ messages)
` [PATCH v14 1/1] mctp pcc: Implement MCTP over "

[PATCH] man/man7/path-format.7: Add file documenting format of pathnames
 2025-01-15 16:21 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v4] man/man7/pathname.7: "

[PATCH] drm/xe: Fix sort order of .o lists in Makefile
 2025-01-15 16:20 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH v2] mm/kfence: Use str_write_read() helper in get_access_type()
 2025-01-15 16:20 UTC  (2+ messages)

Need help fixing turbo button and power profiles on Acer Predator Helios Neo 16 (PHN16-72)
 2025-01-15 16:20 UTC 

[LSF/MM/BPF TOPIC] Implementing the NFS v4.2 WRITE_SAME operation: VFS or NFS ioctl() ?
 2025-01-15 16:19 UTC  (4+ messages)

[GIT PULL] Reset controller updates for v6.14
 2025-01-15 16:13 UTC  (2+ messages)

[PATCH v5] drm/i915/cmtg: Disable the CMTG
 2025-01-15 16:18 UTC  (7+ messages)

pull request: bluetooth 2025-01-08
 2025-01-15 16:19 UTC  (2+ messages)

[PATCH v2 0/3] Enable Survivability Mode
 2025-01-15 16:17 UTC  (4+ messages)
` [PATCH v2 1/3] drm/xe: Add functions and sysfs for boot survivability

[PATCH v3 0/4] Google Pixel 6 (simple) framebuffer support
 2025-01-15 16:11 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: arm: google: add gs101-raven
` [PATCH v3 2/4] arm64: dts: exynos: gs101-oriole: configure simple-framebuffer
` [PATCH v3 3/4] arm64: dts: exynos: gs101-oriole: move common Pixel6 & 6Pro parts into a .dtsi
` [PATCH v3 4/4] arm64: dts: exynos: gs101-raven: add new board file

[PATCH v2 0/2] spi: Collected fixes
 2025-01-15 16:16 UTC  (3+ messages)
` [PATCH v2 1/2] spi: atmel: Really drop atmel_spi.h
` [PATCH v2 2/2] Revert "mem: spi-mem: add declaration for spi_mem_default_supports_op"

[PATCH v2] virtio-balloon-pci: Allow setting nvectors, so we can use MSI-X
 2025-01-15 16:14 UTC 

[PATCH net] netdev: avoid CFI problems with sock priv helpers
 2025-01-15 16:14 UTC 

[PATCH v7 1/2] memory: Update inline documentation
 2025-01-15 16:14 UTC  (11+ messages)

[PATCH 00/16] migration: Switchover phase refactoring
 2025-01-15 16:13 UTC  (2+ messages)

[PATCH V2 1/5] tools/testing/selftests/powerpc: Enable pmu selftests for power11
 2025-01-15 16:14 UTC  (3+ messages)
` [PATCH V2 2/5] tools/testing/selftests/powerpc: Add check for power11 pvr for pmu selfests

[PATCH 00/15] fix packing of structs when building with MSVC
 2025-01-15 16:13 UTC  (3+ messages)
` [PATCH v11 00/30] "

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in l2cap_send_cmd
 2025-01-15 16:13 UTC  (3+ messages)
` [PATCH] Bluetooth: hci_core: sync hci rx and cmd sync work

[linux-next:master 5605/8908] dmem.c:undefined reference to `page_counter_set_low'
 2025-01-15 16:10 UTC 

[PATCH] sparc/irq: Remove unneeded if check in sun4v_cookie_only_virqs()
 2025-01-15 16:11 UTC  (3+ messages)

[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
 2025-01-15 16:10 UTC  (10+ messages)
  ` [PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug

[RFC] mm/swap.c: Enable promotion of unmapped MGLRU page cache pages
 2025-01-15 16:09 UTC  (2+ messages)

[PATCH v15] dts: port over queue start/stop suite
 2025-01-15 16:09 UTC  (2+ messages)
` [PATCH v16] "

[PATCH 00/19] media: i2c: ds90ub9xx: Error handling, UB9702 improvements
 2025-01-15 16:09 UTC  (9+ messages)
` [PATCH 16/19] media: i2c: ds90ub960: Enable SSCG for UB9702
` [PATCH 17/19] media: dt-bindings: ti,ds90ub960: Add "i2c-addr" link property

[PATCH v2] hw/i386/cpu: remove default_cpu_version and simplify
 2025-01-15 16:08 UTC  (4+ messages)

[PATCH v2 00/10] drm: Add new pixel formats for Xilinx Zynqmp
 2025-01-15 16:07 UTC  (12+ messages)
` [PATCH v2 04/10] drm/fourcc: Add DRM_FORMAT_Y10_LE32

[PATCHSET 0/3] Ring resizing fixes
 2025-01-15 16:06 UTC  (4+ messages)
` [PATCH 1/3] io_uring/register: use stable SQ/CQ ring data during resize
` [PATCH 2/3] io_uring/register: document io_register_resize_rings() shared mem usage
` [PATCH 3/3] io_uring/register: cache old SQ/CQ head reading for copies

[PATCH bpf-next v5 0/4] xsk: TX metadata Launch Time support
 2025-01-15 16:07 UTC  (5+ messages)
` [PATCH bpf-next v5 2/4] selftests/bpf: Add launch time request to xdp_hw_metadata
    ` [Intel-wired-lan] "

[PATCH v3 0/2] Add support for MAX31331 RTC
 2025-01-15 16:07 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: rtc: max31335: Add max31331 support

[PULL] drm-intel-fixes
 2025-01-15 16:06 UTC 

[PATCH bpf-next v5 0/7] bpf, mm: Introduce try_alloc_pages()
 2025-01-15 16:07 UTC  (3+ messages)
` [PATCH bpf-next v5 4/7] memcg: Use trylock to access memcg stock_lock

[PATCH v2 i-g-t 0/7] Add xe_sriov_auto_provisioning tests
 2025-01-15 16:06 UTC  (7+ messages)
` [PATCH v2 i-g-t 2/7] lib/xe/xe_sriov_debugfs: Add validation for provisioned ranges
` [PATCH v2 i-g-t 6/7] tests/xe_sriov_auto_provisioning: Add tests for SR-IOV auto-provisioning
` [PATCH v2 i-g-t 7/7] tests/xe_sriov_auto_provisioning: Add 'extended' command line option

[PATCH v2] ALSA: hda: Support for Ideapad hotkey mute LEDs
 2025-01-15 16:06 UTC  (10+ messages)
  ` [External] "
        ` [External] Re: [PATCH v2] ALSA: hda: Support for Ideapad hotkeymute LEDs

[PATCH] genirq/timings: add kernel-doc for a function param
 2025-01-15 16:06 UTC  (4+ messages)

[PATCH 1/4] dma: Add devm_dma_request_chan()
 2025-01-15 16:02 UTC  (6+ messages)
` [PATCH 2/4] pm: runtime: Add new devm functions
` [PATCH 3/4] spi: atmel-quadspi: Use `devm_dma_request_chan()`
` [PATCH 4/4] spi: atmel-quadspi: Fix unbalanced pm_runtime by using devm_ API

[PATCH v2 0/2] xen: error handling and FreeBSD compatibility fixes
 2025-01-15 16:04 UTC  (4+ messages)
` [PATCH v2 2/2] xen: do not use '%ms' scanf specifier

[PATCH for-next] futex: pass in task to futex_queue()
 2025-01-15 16:05 UTC 

[PATCH 0/2] Handle timers added to offlined CPU(s)
 2025-01-15 16:04 UTC  (3+ messages)
` [PATCH 2/2] timers: introduce timer_try_add_on_cpu

[PATCH v3 00/14] net-next/yunsilicon: ADD Yunsilicon XSC Ethernet Driver
 2025-01-15 16:04 UTC  (4+ messages)
` [PATCH v3 01/14] net-next/yunsilicon: Add xsc driver basic framework

[PATCH] virtio-balloon-pci: Allow setting nvectors, so we can use MSI-X
 2025-01-15 16:02 UTC  (7+ messages)

[PATCH v2] brcmfmac: NULL pointer dereference on tx statistic update
 2025-01-15 16:02 UTC  (6+ messages)

[PATCH v8 00/27] cxl: add type2 device basic support
 2025-01-15 16:01 UTC  (8+ messages)
` [PATCH v8 01/27] "

[PATCH 0/3] clk: amlogic: drop clk_regmap tables
 2025-01-15 15:58 UTC  (11+ messages)
` [PATCH 2/3] "

[PATCH v3] ALSA: hda: Support for Ideapad hotkey mute LEDs
 2025-01-15 16:00 UTC  (2+ messages)

[PATCH] rust: irq: add support for request_irq()
 2025-01-15 16:00 UTC  (10+ messages)

[PATCH] drm/tests/buddy: fix build with unused prng
 2025-01-15 15:58 UTC  (2+ messages)

[PATCH v5 0/7] Check Scaler and DSC Prefill Latency Against Vblank
 2025-01-15 15:59 UTC  (2+ messages)

[PATCH RESEND v3 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
 2025-01-15 15:57 UTC 

selftests/livepatch: question about dmesg "signaling remaining tasks"
 2025-01-15 15:57 UTC 

[PATCH RFC net-next 00/10] net: add phylink managed EEE support
 2025-01-15 15:55 UTC  (3+ messages)
` [PATCH RFC net-next 04/10] net: phylink: add EEE management

[PATCH] drm/xe/xe3: Generate and store the L3 bank mask
 2025-01-15 15:56 UTC  (4+ messages)

[PATCH] cpumask: Rephrase comments for cpu_any*() APIs
 2025-01-15 15:55 UTC  (3+ messages)

[PATCH v1 0/9] cpuidle: teo: Cleanups and very frequent wakeups handling update
 2025-01-15 15:54 UTC  (4+ messages)
` [PATCH v1 2/9] cpuidle: teo: Reorder candidate state index checks


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.