All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-04 15:13:52 to 2024-10-04 15:51:10 UTC [more...]

[PATCH v1 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07
 2024-10-04 15:35 UTC  (6+ messages)
` [PATCH v1 18/31] net/ntnic: add insert (Tx INS) flow module
` [PATCH v1 22/31] net/ntnic: add base init and deinit the NT flow backend
` [PATCH v1 26/31] net/ntnic: add hasher (HSH) FPGA module
` [PATCH v1 04/14] net/ntnic: add queue setup operations
` [PATCH v1 06/14] net/ntnic: add init for virt queues in the DBS

[PATCH v2] drm/amdkfd: Not restore userptr buffer if kfd process has been removed
 2024-10-04 15:54 UTC 

[PATCH net-next] net: phy: realtek: check validity of 10GbE link-partner advertisement
 2024-10-04 15:50 UTC 

[Buildroot] [PATCH 1/2] package/python-pyqt5-sip: new package
 2024-10-04 15:44 UTC  (4+ messages)
` [Buildroot] [PATCH v3 2/2] add missing SIP module for PyQt5

"git worktree repair" modifies the wrong repository
 2024-10-04 15:50 UTC  (10+ messages)

[RFC] mempool: CPU cache aligning mempool driver accesses
 2024-10-04 15:50 UTC  (5+ messages)

[PATCH 5.10.y-cip 00/15] Full duplex audio + RZ/G2UL DU support
 2024-10-04 15:49 UTC  (2+ messages)

[PATCH 00/20] renesas: dts: Use interrupts-extended
 2024-10-04 15:49 UTC  (13+ messages)
` [PATCH 03/20] ARM: dts: renesas: Use interrupts-extended for HDMI bridges
` [PATCH 04/20] ARM: dts: renesas: Use interrupts-extended for PMICs
` [PATCH 05/20] ARM: dts: renesas: Use interrupts-extended for touchpanels
` [PATCH 06/20] ARM: dts: renesas: Use interrupts-extended for video decoders
` [PATCH 07/20] ARM: dts: renesas: iwg22d-sodimm: Use interrupts-extended for port expander
` [PATCH 08/20] ARM: dts: renesas: r8a7742-iwg21m: Use interrupts-extended for RTC

[PATCH 6.1.y-cip 00/16] Full duplex audio + RZ/G2UL DU support
 2024-10-04 15:48 UTC  (2+ messages)

sdt provider and access to the trace_event_raw_* struct
 2024-10-04 15:46 UTC  (3+ messages)

[PATCH RFC net-next] net: phy: always set polarity_modes if op is supported
 2024-10-04 15:46 UTC 

[PATCH] tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support
 2024-10-04 15:46 UTC  (3+ messages)

[PATCH] tdx, memory hotplug: Check whole hot-adding memory range for TDX
 2024-10-04 15:46 UTC  (8+ messages)

[PATCH] config: added support for NVIDIA ARM implementer ID
 2024-10-04 15:46 UTC  (3+ messages)

[PATCH v4 0/4] Add Mobileye EyeQ clock support
 2024-10-04 15:45 UTC  (5+ messages)
` [PATCH v4 1/4] Revert "dt-bindings: clock: mobileye,eyeq5-clk: add bindings"
` [PATCH v4 2/4] dt-bindings: clock: add Mobileye EyeQ6L/EyeQ6H clock indexes
` [PATCH v4 3/4] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flag
` [PATCH v4 4/4] clk: eyeq: add driver

[PATCH net-next] net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
 2024-10-04 15:45 UTC 

[ardb:x86-pie-v2 30/31] ld.lld: error: relocation R_X86_64_32S cannot be used against symbol 'ftrace_trace_function'; recompile with -fPIC
 2024-10-04 15:44 UTC 

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-10-04 15:41 UTC  (30+ messages)
` [PATCH v9 01/29] rust: alloc: add `Allocator` trait
` [PATCH v9 02/29] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v9 03/29] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v9 04/29] rust: alloc: implement `ReallocFunc`
` [PATCH v9 05/29] rust: alloc: make `allocator` module public
` [PATCH v9 06/29] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v9 07/29] rust: alloc: add module `allocator_test`
` [PATCH v9 08/29] rust: alloc: implement `Vmalloc` allocator
` [PATCH v9 09/29] rust: alloc: implement `KVmalloc` allocator
` [PATCH v9 10/29] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v9 11/29] rust: alloc: implement kernel `Box`
` [PATCH v9 12/29] rust: treewide: switch to our kernel `Box` type
` [PATCH v9 13/29] rust: alloc: remove extension of std's `Box`
` [PATCH v9 14/29] rust: alloc: add `Box` to prelude
` [PATCH v9 15/29] rust: alloc: introduce `ArrayLayout`
` [PATCH v9 16/29] rust: alloc: implement kernel `Vec` type
` [PATCH v9 17/29] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v9 18/29] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v9 19/29] rust: treewide: switch to the kernel `Vec` type
` [PATCH v9 20/29] rust: alloc: remove `VecExt` extension
` [PATCH v9 21/29] rust: alloc: add `Vec` to prelude
` [PATCH v9 22/29] rust: error: use `core::alloc::LayoutError`
` [PATCH v9 23/29] rust: error: check for config `test` in `Error::name`
` [PATCH v9 24/29] rust: alloc: implement `contains` for `Flags`
` [PATCH v9 25/29] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v9 26/29] rust: str: test: replace `alloc::format`
` [PATCH v9 27/29] rust: alloc: update module comment of alloc.rs
` [PATCH v9 28/29] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v9 29/29] MAINTAINERS: add entry for the Rust `alloc` module

[PATCH 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
 2024-10-04 15:44 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 "

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-10-04 15:44 UTC  (5+ messages)
` [PATCH V6 6/8] io_uring: support providing sqe group buffer
` [PATCH V6 7/8] io_uring/uring_cmd: support provide group kernel buffer

[PATCH v19 00/33] Automatic Disk Unlock with TPM2
 2024-10-04 15:43 UTC  (5+ messages)
` [PATCH v19 09/33] asn1_test: include asn1_test.h only
` [PATCH v19 10/33] asn1_test: rename the main functions to the test names

[PATCH i-g-t v2 v2] tests/core_setmaster: simplify device handling
 2024-10-04 15:42 UTC  (2+ messages)

[PATCH 6.11 000/695] 6.11.2-rc1 review
 2024-10-04 15:41 UTC  (11+ messages)
` [PATCH 6.11 397/695] nfsd: fix refcount leak when file is unhashed after being found

arch/arc/kernel/smp.c:267:18: sparse: sparse: cast removes address space '__percpu' of expression
 2024-10-04 15:41 UTC  (3+ messages)

[bug report] KVM: arm64: BUG when reading kcore with kvm-arm.mode=protected
 2024-10-04 15:41 UTC  (3+ messages)

[PATCH bpf v3] bpf: fix unpopulated name_len field in perf_event link info
 2024-10-04 15:40 UTC  (3+ messages)
` [PATCH bpf v4 1/2] "
  ` [PATCH bpf v4 2/2] selftests/bpf: fix perf_event link info name_len assertion

[PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v4)
 2024-10-04 15:40 UTC  (4+ messages)

[xen-unstable-smoke test] 187966: tolerable all pass - PUSHED
 2024-10-04 15:38 UTC 

[PATCH v2 0/8] xen/arm: Add support for S32CC platforms and LINFlexD UART
 2024-10-04 15:37 UTC  (4+ messages)
` [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

[PATCH] ceph: fix cap ref leak via netfs init_request
 2024-10-04 15:37 UTC  (3+ messages)

[PATCH v3 0/7] Add the USB5744 hub driver as per new DT binding
 2024-10-04 15:36 UTC  (13+ messages)
` [PATCH v3 1/7] usb: onboard-hub: Add reset-gpio support

[PATCH net v3 0/2] fix ti-am65-cpsw-nuss module removal
 2024-10-04 15:37 UTC  (4+ messages)
` [PATCH net v3 2/2] net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix "

[PATCH v2 1/1] dt-bindings: interrupt-controller: fsl,ls-extirq: workaround wrong interrupt-map number
 2024-10-04 15:36 UTC  (3+ messages)

[PATCH v2] V4L/DVB (13661): rj54n1cb0c: possible integer overflow fix
 2024-10-04 15:36 UTC  (2+ messages)
  ` [v2] "

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-04 15:35 UTC  (4+ messages)

[PATCH v3 0/5] ublk: support device recovery without I/O queueing
 2024-10-04 15:34 UTC  (5+ messages)
` [PATCH v3 2/5] ublk: refactor recovery configuration flag helpers
` [PATCH v3 4/5] ublk: support device recovery without I/O queueing

[PATCH] ceph: fix cap ref leak via netfs init_request
 2024-10-04 15:34 UTC  (3+ messages)

[PATCH v2] fanotify: allow reporting errors on failure to open fd
 2024-10-04 15:34 UTC  (2+ messages)

[RFC net-next v2 0/2] tg3: Link IRQs, NAPIs, and queues
 2024-10-04 15:33 UTC  (8+ messages)
` [RFC net-next v2 2/2] tg3: Link queues to NAPIs

[PATCH v2] platform/x86: dell-ddv: Fix typo in documentation
 2024-10-04 15:33 UTC  (2+ messages)

v2.47.0-rc1 test failure on cygwin
 2024-10-04 15:32 UTC  (5+ messages)
` [PATCH] t0610: work around flaky test with concurrent writers
` [PATCH v2] "

[PATCH v2 0/8] iommu: Domain allocation enhancements
 2024-10-04 15:31 UTC  (7+ messages)
` [PATCH v2 7/8] iommu/amd: Add iommu_ops->domain_alloc_paging support

[PATCH v1] landlock: Improve documentation of previous limitations
 2024-10-04 15:31 UTC 

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-04 15:28 UTC  (44+ messages)
` [PATCH v5 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v5 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v5 08/43] arm64: RME: Define the user ABI
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v5 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v5 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v5 13/43] arm64: RME: RTT tear down
` [PATCH v5 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v5 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v5 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v5 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v5 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v5 20/43] arm64: RME: Allow populating initial contents
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v5 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v5 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v5 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v5 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v5 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v5 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v5 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v5 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v5 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v5 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v5 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v5 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v5 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v5 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v5 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v5 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v5 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v5 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v5 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v5 41/43] arm64: RME: Provide accurate register list
` [PATCH v5 42/43] arm64: kvm: Expose support for private memory
` [PATCH v5 43/43] KVM: arm64: Allow activating realms

[syzbot] [mm?] WARNING in page_counter_cancel (5)
 2024-10-04 15:31 UTC 

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-04 15:31 UTC  (7+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs

[PATCH v1 0/2] USB: xhci: add support for PWRON polarity invert (TI TUSB73x0)
 2024-10-04 15:31 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: usb: add TUSB73x0 PCIe

[PATCH] lib/iov_iter.c: extract virt-contiguous pages in iov_iter_extract_bvec_pages
 2024-10-04 15:30 UTC 

[PATCHv4 1/1] platform/x86: dell-sysman: add support for alienware products
 2024-10-04 15:27 UTC 

[PATCH dwarves 0/6] btf_encoder: implement shared elf_functions table
 2024-10-04 15:28 UTC  (3+ messages)

[PATCH RFC net 0/2] MAINTAINERS: Networking file coverage updates
 2024-10-04 15:27 UTC  (5+ messages)
` [PATCH RFC net 1/2] MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]
` [PATCH RFC net 2/2] MAINTAINERS: Add headers and mailing list to UDP section

[PATCH 1/2] dt-bindings: net: bluetooth: nxp: add support for supply and reset
 2024-10-04 15:24 UTC  (2+ messages)

[PATCH] Subject: fbdev: sstfb: Make CONFIG_FB_DEVICE optional
 2024-10-04 15:24 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next v4 0/3] net: fec: add PPS channel configuration
 2024-10-04 15:24 UTC  (4+ messages)
` [PATCH net-next v4 1/3] dt-bindings: net: fec: add pps channel property
` [PATCH net-next v4 2/3] net: fec: refactor PPS channel configuration
` [PATCH net-next v4 3/3] net: fec: make PPS channel configurable

[PATCH v2 02/10] drm/tilcdc: Allow build with COMPILE_TEST=y
 2024-10-04 15:24 UTC  (2+ messages)

[axboe-block:rw_iter 11/447] drivers/pinctrl/pinmux.c:753:29: error: 'pinmux_select_write_iter' undeclared here (not in a function); did you mean 'pinmux_select_write'?
 2024-10-04 15:24 UTC 

[PATCH] doc: update TAP device features
 2024-10-04 15:24 UTC  (6+ messages)

[PATCH v3] btrfs-progs: add rudimentary log checking
 2024-10-04 15:23 UTC  (4+ messages)

[PATCH 1/1] PCI: Cleanup convoluted logic in pci_create_slot()
 2024-10-04 15:22 UTC 

the latter half of october, the maintainer goes offline
 2024-10-04 15:22 UTC  (3+ messages)

[LTP] [PATCH v2] rt_sigqueueinfo02: Add negative tests for rt_sigqueueinfo
 2024-10-04 15:19 UTC  (2+ messages)

[PATCH v6 0/3] I3C: master: fix the address assign issue if assign-address is exist in dts
 2024-10-04 15:20 UTC  (5+ messages)
` [PATCH v6 2/3] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED

[PATCH i-g-t v2] tests/intel/xe_pm_residency: Skip on igt_power_open failure
 2024-10-04 15:19 UTC  (3+ messages)

[PATCH v2 1/7] iio: backend: add API for interface get
 2024-10-04 15:18 UTC  (3+ messages)
` [PATCH v2 5/7] dt-bindings: iio: adc: add ad485x

[meta-ti][master/scarthgap][PATCH 1/4] linux-ti-staging: Add v6.12 recipe
 2024-10-04 15:18 UTC  (4+ messages)
` [meta-ti][master/scarthgap][PATCH 2/4] u-boot-ti-staging: Add v2024.10 recipe
` [meta-ti][master/scarthgap][PATCH 3/4] ti-bsp: Add ti-6_12
` [meta-ti][master/scarthgap][PATCH 4/4] debugss-module-drv: Add patch for kernel 6.11 change

[meta-arago][master/scarthgap][PATCH] branding-ltsprep: Update to ti-6_12
 2024-10-04 15:18 UTC 

[RFC v2 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
 2024-10-04 15:17 UTC  (3+ messages)
` [RFC v2 1/2] vhost-vdpa: Implement IOVA->GPA tree

[PATCH v3] Fixes: null pointer dereference in pfnmap_lockdep_assert
 2024-10-04 15:17 UTC  (2+ messages)

[PATCH 0/2] clk: Fix issues related to CLK_IGNORE_UNUSED failures and amlogic glitch free mux
 2024-10-04 13:39 UTC  (2+ messages)
` [RFC PATCH] clk: core: refine disable unused clocks

[PATCH v2] wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based semantics
 2024-10-04 15:17 UTC  (2+ messages)

[RFC] ethdev: convert string initialization
 2024-10-04 15:17 UTC  (2+ messages)

[PATCH BlueZ 0/4] mesh: Fix segmentation behavior of Lower transport layer
 2024-10-04 15:16 UTC  (2+ messages)

[Intel-wired-lan] e1000e preventing sleep and causing repeated desktop hangs
 2024-10-04 10:31 UTC 

[PATCH v1 0/5] Fixes for release 24.07
 2024-10-04 15:07 UTC  (17+ messages)
` [PATCH v1 30/31] net/ntnic: add Tx Packet Editor (TPE) FPGA module
` [PATCH v1 31/31] net/ntnic: add receive MAC converter (RMC) core module
` [PATCH v1 01/14] net/ntnic: add basic queue operations
` [PATCH v1 02/14] net/ntnic: enhance Ethernet device configuration
` [PATCH v1 03/14] net/ntnic: add scatter-gather HW deallocation
` [PATCH v1 04/14] net/ntnic: add queue setup operations
` [PATCH v1 05/14] net/ntnic: add packet handler for virtio queues
` [PATCH v1 06/14] net/ntnic: add init for virt queues in the DBS
` [PATCH v1 07/14] net/ntnic: add split-queue support
` [PATCH v1 08/14] net/ntnic: add functions for availability monitor management
` [PATCH v1 09/14] net/ntnic: used writer data handling functions
` [PATCH v1 10/14] net/ntnic: add descriptor reader "
` [PATCH v1 11/14] net/ntnic: update FPGA registeris related to DBS
` [PATCH v1 12/14] net/ntnic: virtqueue setup managed packed-ring was added
` [PATCH v1 13/14] net/ntnic: add functions for releasing virt queues
` [PATCH v1 14/14] net/ntnic: add functions for retrieving and managing packets

[RFC bpf-next 0/4] Add XDP rx hw hints support performing XDP_REDIRECT
 2024-10-04  2:13 UTC  (11+ messages)
                  ` [Intel-wired-lan] "

[PATCH v1 11/11] perf build: Rename PERF_HAVE_DWARF_REGS to PERF_HAVE_LIBDW_REGS
 2024-10-04 15:15 UTC  (13+ messages)

[PATCH] Bluetooth: Fix type of len in rfcomm_sock_{bind,getsockopt_old}()
 2024-10-04 15:13 UTC  (2+ messages)

[PATCH v6.12-rc1 0/7] dlm: tracing, config and null-ptr fixes
 2024-10-04 15:13 UTC  (6+ messages)
` [PATCH v6.12-rc1 3/7] dlm: disallow different configs nodeid storages
` [PATCH v6.12-rc1 4/7] dlm: handle port as __be16 network byte order
` [PATCH v6.12-rc1 5/7] dlm: use dlm_config as only cluster configuration
` [PATCH v6.12-rc1 6/7] dlm: dlm_config_info config fields to unsigned int
` [PATCH v6.12-rc1 7/7] dlm: make add_to_waiters() that it can't fail


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.