All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-08 17:01:46 to 2024-11-08 17:41:34 UTC [more...]

[PATCH] ARM: dts: ti/omap: gta04: fix pm issues caused by spi module
 2024-11-08 17:41 UTC  (3+ messages)

[PATCH 0/7] reftable: stop using Git subsystems
 2024-11-08 17:39 UTC  (3+ messages)
` [PATCH v2 "

[PULL 00/13] (Almost entirely) bugfix changes for QEMU 9.2 hard freeze
 2024-11-08 17:38 UTC  (13+ messages)
` [PULL 01/13] target/i386: add sha512, sm3, sm4 feature bits
` [PULL 02/13] target/i386/hvf: fix clang compilation warning
` [PULL 03/13] rust: add meson_version to all subprojects
` [PULL 04/13] target/i386: Fix legacy page table walk
` [PULL 05/13] eif: cope with huge section offsets
` [PULL 06/13] eif: cope with huge section sizes
` [PULL 07/13] i386/hvf: Integrates x2APIC support with hvf accel
` [PULL 08/13] i386/hvf: Fix for UB in handling CPUID function 0xD
` [PULL 09/13] i386/hvf: Fixes startup memory leak (vmcs caps)
` [PULL 11/13] i386/hvf: Removes duplicate/shadowed variables in hvf_vcpu_exec
` [PULL 12/13] rust: qemu-api-macros: always process subprojects before dependencies
` [PULL 13/13] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus

[PATCH v7 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-11-08 17:40 UTC  (2+ messages)

[PATCH v2 0/6] Add support for the PCI host bridge device-tree node creation
 2024-11-08 17:39 UTC  (6+ messages)
` [PATCH v2 5/6] of: Add #address-cells/#size-cells in the device-tree root empty node

[PATCH v3 00/11] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2024-11-08 17:36 UTC  (5+ messages)
` [PATCH v3 03/11] dt-bindings: clock: Add Qualcomm QCS615 Camera clock controller
` [PATCH v3 04/11] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver

[GIT PULL] Please pull powerpc/linux.git powerpc-6.12-6 tag
 2024-11-08 17:39 UTC  (2+ messages)

[GIT PULL] slab fix for 6.12-rc7
 2024-11-08 17:39 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.12-rc7
 2024-11-08 17:39 UTC  (2+ messages)

[PATCH] xfs: fix off-by-one error in fsmap's end_daddr usage
 2024-11-08 17:39 UTC 

[GIT PULL] bcachefs fixes for 6.12-rc7
 2024-11-08 17:38 UTC  (2+ messages)

[Buildroot] [PATCH] package/luaexpat: bump to version 1.5.2
 2024-11-08 17:37 UTC 

[PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-11-08 17:33 UTC  (4+ messages)
` [PATCH v3 04/20] perf disasm: Add e_machine/e_flags to struct arch

kgdb replacing newline with CRLF in custom query response
 2024-11-08 17:37 UTC  (6+ messages)

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-11-08 17:37 UTC  (7+ messages)

[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-08 17:32 UTC  (68+ messages)
` [PATCH v4 01/33] kheaders: Ignore silly-rename files
` [PATCH v4 02/33] netfs: Remove call to folio_index()
` [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v4 04/33] netfs: Remove unnecessary references to pages
` [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v4 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v4 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v4 11/33] netfs: Drop the was_async "
` [PATCH v4 12/33] netfs: Don't use bh spinlock
` [PATCH v4 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v4 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v4 15/33] afs: Fix directory format encoding struct
` [PATCH v4 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v4 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v4 18/33] cachefiles: Add auxiliary data trace
` [PATCH v4 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v4 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v4 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v4 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v4 25/33] afs: Eliminate afs_read
` [PATCH v4 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v4 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH 1/2] regulator: lt8722: Add driver for LT8722
 2024-11-08 17:36 UTC  (2+ messages)

[PATCH v2 13/15] media: i2c: ds90ub913: Add error handling to ub913_hw_init()
 2024-11-08 17:36 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: input: Goodix GT7986U SPI HID Touchscreen
 2024-11-08 17:36 UTC 

[PATCH v5 00/20] Add support for binding ACPI platform profile to multiple drivers
 2024-11-08 17:34 UTC  (5+ messages)
` [PATCH v5 08/20] ACPI: platform_profile: Create class for ACPI platform profile

[PATCH net v2]: stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routines
 2024-11-08 17:33 UTC 

[PATCH v1] perf stat: Expand metric+unit buffer size
 2024-11-08 17:35 UTC  (2+ messages)

[PATCH] uprobes: get RCU trace lock before list iteration
 2024-11-08 17:34 UTC  (4+ messages)

[PATCH v5 1/1] x86/cpu: Make sure flag_is_changeable_p() is always being used
 2024-11-08 17:34 UTC  (8+ messages)

[PATCH net-next 0/5] net: phylink: phylink_resolve() cleanups
 2024-11-08 17:34 UTC  (3+ messages)
` [PATCH net-next 1/5] net: phylink: move manual flow control setting

[PATCH v4 4/6] mm/memory-hotplug: add finite retries in offline_pages() if migration fails
 2024-11-08 17:33 UTC  (2+ messages)

[PATCH 5/7] net: wget: make wget_with_dns return value compatible with its lwip version
 2024-11-08 17:32 UTC  (2+ messages)

[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
 2024-11-08 17:31 UTC  (5+ messages)

[RFC PATCH 0/1] maintenance: separate parallelism safe and unsafe tasks
 2024-11-08 17:31 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH] arm64: dts: qcom: sa8775p: Use valid node names for GPI DMAs
 2024-11-08 17:30 UTC  (3+ messages)

[PATCH 0/2] Some boundary error bugfix related to XFS fsmap
 2024-11-08 17:30 UTC  (5+ messages)
` [PATCH 1/2] xfs: Fix missing block calculations in xfs datadev fsmap

[PATCH v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2024-11-08 17:28 UTC  (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] selftests/mm: Use "

[PATCH] microblaze: use the common infrastructure to support built-in DTB
 2024-11-08 17:27 UTC  (3+ messages)

[PATCH v7 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-08 17:27 UTC  (2+ messages)

[PATCH 3/3] PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()
 2024-11-08 17:23 UTC  (5+ messages)

[PATCH v2 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper
 2024-11-08 17:26 UTC  (15+ messages)
` [PATCH v2 1/2] t/helper/test-sha1: prepare for an unsafe mode

[tip: x86/misc] x86/cpu: Make sure flag_is_changeable_p() is always being used
 2024-11-08 17:25 UTC 

[PATCH] eif: cope with huge section sizes
 2024-11-08 17:24 UTC  (2+ messages)

[PATCH v5 00/10] Add SEV firmware hotloading
 2024-11-08 17:24 UTC  (3+ messages)
` [PATCH v5 05/10] crypto: ccp: Add GCTX API to track ASID assignment

[PATCH v5 0/8] Provide support for RMPREAD and a segmented RMP
 2024-11-08 17:23 UTC  (5+ messages)
` [PATCH v5 6/8] x86/sev: Treat the contiguous RMP table as a single RMP segment

[QUESTION] Performance comparison: full clone + sparse-checkout vs partial clone + sparse-checkout
 2024-11-08 17:24 UTC  (3+ messages)

[PATCH] cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap()
 2024-11-08 17:23 UTC  (2+ messages)

[PATCH 00/10] drm/i915: Potential boot oops fix and some cleanups
 2024-11-08 17:24 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Potential boot oops fix and some cleanups (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-08 17:23 UTC  (7+ messages)
` [PATCH v3 23/33] afs: Use netfslib for directories
` [PATCH v3 28/33] netfs: Change the read result collector to only use one work item

[PATCH] hw/timer: fix possible int overflow
 2024-11-08 17:22 UTC  (3+ messages)

[PATCH] crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()
 2024-11-08 17:22 UTC 

CPU/GPU fan control with safety via hwmon
 2024-11-08 17:22 UTC  (6+ messages)

Parsing issue in update_ssh_config.py
 2024-11-08 17:21 UTC  (2+ messages)

[RFC v1 0/1] Allow fault injection in vm create and vm bind IOCTLs
 2024-11-08 17:20 UTC  (4+ messages)
` [RFC v1 1/1] drm/xe: "

[PATCH V7 00/10] AMD XDNA driver
 2024-11-08 17:21 UTC  (3+ messages)
` [PATCH V7 07/10] accel/amdxdna: Add command execution

[PATCH 3/3] PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()
 2024-11-08 17:15 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: Handle KVM_REQ_VM_DEAD in vgic_init test
 2024-11-08 17:18 UTC  (8+ messages)
` [PATCH 2/3] KVM: selftests: Introduce kvm_vm_dead_free

[PATCH] arm64: dts: rockchip: Enable HDMI0 on FriendlyElec CM3588 NAS
 2024-11-08 17:14 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.13
 2024-11-08 17:15 UTC  (4+ messages)

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-11-08 17:16 UTC  (6+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction

[PATCH] t6300: values containing ')' are broken in ref formats
 2024-11-08 17:16 UTC  (8+ messages)

[PATCH 2/7] net: wget: add definition of struct wget_http_info
 2024-11-08 17:14 UTC  (3+ messages)

[PATCH i-g-t 0/5] xe_fault_injection improvements
 2024-11-08 17:14 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for xe_fault_injection improvements (rev2)
` ✗ CI.xeBAT: "

[PATCH] KVM/x86: don't use a literal 1 instead of RET_PF_RETRY
 2024-11-08 17:13 UTC  (2+ messages)

[PATCH v3 0/6] x86/uaccess: avoid barrier_nospec()
 2024-11-08 17:12 UTC  (4+ messages)
` [PATCH v3 2/6] x86/uaccess: Avoid barrier_nospec() in 64-bit __get_user()

connection tracking and kernel dropping packets
 2024-11-08 17:04 UTC  (4+ messages)

[BUG] -next lockdep invalid wait context
 2024-11-08 17:12 UTC  (10+ messages)

[PATCH] bcachefs: Remove unneeded semicolons
 2024-11-08 17:10 UTC 

[PATCH 2/2] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
 2024-11-08 16:56 UTC  (2+ messages)

[PATCH v3] Bluetooth: btusb: Add MT7925 support for ID 0x13d3:0x3608
 2024-11-08 16:54 UTC  (3+ messages)

[PATCH v2 0/3] drm: rockchip: vop2: Add VP clock resets support
 2024-11-08 16:53 UTC  (7+ messages)
` [PATCH v2 1/3] vop2: Add "
  `  "

[PATCH 0/3] arm64: Dynamic shadow call stack fixes
 2024-11-08 16:50 UTC  (2+ messages)

[PATCH] arm64: uprobes: Optimize cache flushes for xol slot
 2024-11-08 16:49 UTC  (2+ messages)

[PATCHv4 00/13] nvme target 2.1 and independent identify ns
 2024-11-08 16:50 UTC  (2+ messages)

[PATCH] drm/rockchip: dsi: convert to dev_err_probe in probe function
 2024-11-08 16:37 UTC  (4+ messages)

[PATCH 0/3] trace: Minor cleanups to trace header includes
 2024-11-08 17:09 UTC  (5+ messages)
` [PATCH 1/3] system/dma-helpers.c: Move trace events to system/trace-events
` [PATCH 2/3] target/arm/hvf: Add trace.h header

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-11-08 17:08 UTC  (3+ messages)
` [PATCH v32 00/12] Log library enhancements

[PATCH V2] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
 2024-11-08 17:06 UTC 

[PATCH 3/7] net: wget: Add a global struct wget_http_info
 2024-11-08 17:07 UTC  (3+ messages)

"stty sane" in kunit.py
 2024-11-08 17:05 UTC  (2+ messages)

[RFC PATCH v1 00/10] mm: Introduce and use folio_owner_ops
 2024-11-08 17:05 UTC  (2+ messages)

[PATCH] range-diff: optionally include merge commits' diffs in the analysis
 2024-11-08 17:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/14] Add MSM8917/PM8937/Redmi 5A
 2024-11-08 17:03 UTC  (3+ messages)
` [PATCH v3 12/14] arm64: dts: qcom: Add initial support for MSM8917

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS d3caa072d0b95074eafedcb68989de7bcaa01a11
 2024-11-08 17:02 UTC 

[PATCH 1/8] rxvt-unicode: change virtual/x-terminal-emulator PROVIDES to RPROVIDES
 2024-11-08 17:01 UTC  (8+ messages)
` [PATCH 2/8] matchbox-terminal: add x-terminal-emulator RPROVIDES and alternative
` [PATCH 3/8] default-providers.conf: add virtual-x-terminal-emulator
` [PATCH 4/8] packagegroup-core-x11-base: use virtual-x-terminal-emulator
` [PATCH 5/8] xinit: use x-terminal-emulator as the fallback terminal
` [PATCH 6/8] builder: use x-terminal-emulator
` [PATCH 7/8] mini-x-session: "
` [PATCH 8/8] core-image-weston: use virtual-x-terminal-emulator instead of matchbox-terminal

[PATCH] dts: add l2fwd test suite
 2024-11-08 17:01 UTC  (5+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] dts: fix adjust L2/L3 addresses behavior
  ` [PATCH v3 2/3] dts: allow to get multiple expected packets
  ` [PATCH v3 3/3] dts: add l2fwd test suite


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.