All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-04 15:31:06 to 2024-10-04 16:04:28 UTC [more...]

[PULL 00/23] Trivial patches for 2024-10-04
 2024-10-04 16:03 UTC  (11+ messages)
` [PULL 01/23] hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header
` [PULL 02/23] qemu-keymap: Release local allocation references
` [PULL 03/23] vnc: fix crash when no console attached
` [PULL 04/23] MAINTAINERS: remove gensyscalls.sh from the linux-user section
` [PULL 05/23] hw/xen: Remove deadcode
` [PULL 06/23] q35: Remove unused mch_mcfg_base
` [PULL 07/23] net: Remove deadcode
` [PULL 08/23] hw/net/net_rx_pkt: "
` [PULL 09/23] hw/char: Remove unused serial_set_frequency
` [PULL 10/23] linux-user: Remove unused handle_vm86_fault

[PATCH v4 00/11] iio: add support for the ad3552r AXI DAC IP
 2024-10-04 16:04 UTC  (3+ messages)
` [PATCH v4 05/11] dt-bindings: iio: dac: ad3552r: add iio backend support

[PATCH] vhost: fix crash on vhost-user client port deletion
 2024-10-04 16:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/1] tty: Handle HAS_IOPORT dependencies
 2024-10-04 16:03 UTC  (12+ messages)
` [PATCH 1/1] tty: serial: handle "

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-04 16:03 UTC  (7+ messages)

[PATCH BlueZ 0/3] Fix now playing list on playlist change
 2024-10-04 16:02 UTC  (2+ messages)

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

[PATCH] Updated to dpdk20.11
 2024-10-04 16:01 UTC  (3+ messages)
` [PATCH v3] docs: freebsd: Update to 20.11

[v1 0/7] DPAA2 crypto changes
 2024-10-04 16:00 UTC  (5+ messages)
` [v2 "
  ` [v2 7/7] crypto/dpaa2_sec: rework debug code
      ` [EXTERNAL] "

[PATCH net-next 0/5] net: ag71xx: small cleanups
 2024-10-04 16:00 UTC  (2+ messages)

[PATCH v9 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-10-04 15:57 UTC  (13+ messages)
` [PATCH v9 01/12] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v9 02/12] hw/riscv: add riscv-iommu-bits.h
` [PATCH v9 03/12] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v9 04/12] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PATCH v9 05/12] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v9 06/12] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v9 07/12] test/qtest: add riscv-iommu-pci tests
` [PATCH v9 08/12] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v9 09/12] hw/riscv/riscv-iommu: add ATS support
` [PATCH v9 10/12] hw/riscv/riscv-iommu: add DBG support
` [PATCH v9 11/12] qtest/riscv-iommu-test: add init queues test
` [PATCH v9 12/12] docs/specs: add riscv-iommu

acpiphp module and Asus GA402RJ
 2024-10-04 15:58 UTC  (3+ messages)

[PATCH] test: move lcores/pdump/pflock/ticketlock out of fast suite
 2024-10-04 15:54 UTC  (2+ messages)

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-04 15:58 UTC  (3+ messages)
` [PATCH 5/5] hyperv: Use hvhdk.h instead of hyperv-tlfs.h in Hyper-V code

[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  (50+ messages)
` [PATCH v1 1/5] net/ntnic: update NT NiC PMD driver with FPGA version
` [PATCH v1 2/5] net/ntnic: fix coverity issues:
` [PATCH v1 3/5] net/ntnic: update documentation
` [PATCH v1 4/5] net/ntnic: remove extra calling of the API for release port
` [PATCH v1 5/5] net/ntnic: extend and fix logging implementation
` [PATCH v1 01/31] net/ntnic: add flow filter init API
` [PATCH v1 02/31] net/ntnic: add flow filter deinitialization API
` [PATCH v1 03/31] net/ntnic: add flow backend initialization API
` [PATCH v1 04/31] net/ntnic: add flow backend deinitialization API
` [PATCH v1 05/31] net/ntnic: add INFO flow module
` [PATCH v1 06/31] net/ntnic: add categorizer (CAT) "
` [PATCH v1 07/31] net/ntnic: add key match (KM) "
` [PATCH v1 08/31] net/ntnic: add flow matcher (FLM) "
` [PATCH v1 09/31] net/ntnic: add IP fragmenter (IFR) "
` [PATCH v1 10/31] net/ntnic: add hasher (HSH) "
` [PATCH v1 11/31] net/ntnic: add queue select (QSL) "
` [PATCH v1 12/31] net/ntnic: add slicer (SLC LR) "
` [PATCH v1 13/31] net/ntnic: add packet descriptor builder (PDB) "
` [PATCH v1 14/31] net/ntnic: add header field update (HFU) "
` [PATCH v1 15/31] net/ntnic: add RPP local retransmit (RPP LR) "
` [PATCH v1 16/31] net/ntnic: add copier (Tx CPY) "
` [PATCH v1 17/31] net/ntnic: add checksum update (CSU) "
` [PATCH v1 18/31] net/ntnic: add insert (Tx INS) "
` [PATCH v1 19/31] net/ntnic: add replacer (Tx RPL) "
` [PATCH v1 20/31] net/ntnic: add Tx Packet Editor (TPE) "
` [PATCH v1 21/31] net/ntnic: add base init and deinit of the NT flow API
` [PATCH v1 22/31] net/ntnic: add base init and deinit the NT flow backend
` [PATCH v1 23/31] net/ntnic: add categorizer (CAT) FPGA module
` [PATCH v1 24/31] net/ntnic: add key match (KM) "
` [PATCH v1 25/31] net/ntnic: add flow matcher (FLM) "
` [PATCH v1 26/31] net/ntnic: add hasher (HSH) "
` [PATCH v1 27/31] net/ntnic: add queue select (QSL) "
` [PATCH v1 28/31] net/ntnic: add slicer (SLC LR) "
` [PATCH v1 29/31] net/ntnic: add packet descriptor builder (PDB) "
` [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

[BUG] ARM64 KVM: Data abort executing post-indexed LDR on MMIO address
 2024-10-04 15:57 UTC  (6+ messages)

[PATCH 1/4] drm/amdgpu/smu13: always apply the powersave optimization
 2024-10-04 15:57 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu/swsmu: Only force workload setup on init
` [PATCH 3/4] drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs
` [PATCH 4/4] drm/amdgpu/swsmu: add automatic parameter to set_soft_freq_range

IP Forward src address cannot match network interface address Inbox
 2024-10-04 15:57 UTC 

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

[PATCH net-next] net: phy: mxl-gpy: add missing support for TRIGGER_NETDEV_LINK_10
 2024-10-04 15:56 UTC 

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

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

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

[PATCH 0/3] implement `kernel::sync::Refcount` and convert users
 2024-10-04 15:52 UTC  (4+ messages)
` [PATCH 1/3] rust: implement `kernel::sync::Refcount`
` [PATCH 2/3] rust: convert `Arc` to use `Refcount`
` [PATCH 3/3] rust: block: convert `block::mq` "

[PATCH] selinux: Deprecate /sys/fs/selinux/user
 2024-10-04 15:53 UTC 

[PATCH v7 00/24] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-04 15:53 UTC  (9+ messages)
` [PATCH v7 22/24] x86/resctrl: Update assignments on event configuration changes

[oe] Need support: Turbostat is not compiling in 6.8 custom kernel!
 2024-10-04 15:52 UTC 

[PATCH net-next] net: phy: realtek: make sure paged read is protected by mutex
 2024-10-04 15:52 UTC 

[PATCH 00/20] renesas: dts: Use interrupts-extended
 2024-10-04 15:51 UTC  (11+ messages)
` [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 09/20] ARM: dts: renesas: kzm9g: Use interrupts-extended for I/O expander

[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 

"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 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] 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 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  (2+ messages)
` [PATCH v2] t0610: work around flaky test with concurrent writers

[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  (8+ messages)
` [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  (3+ messages)
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs


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.