messages from 2024-06-12 15:59:59 to 2024-06-14 08:38:21 UTC [more...]
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-14 8:36 UTC (19+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 08/13] net: support non paged skb frags
` [PATCH net-next v12 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v12 12/13] net: add devmem TCP documentation
` [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP
[PATCH v2 0/6] RISC-V: Detect and report speed of unaligned vector accesses
2024-06-14 8:36 UTC (11+ messages)
` [PATCH v2 1/6] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v2 2/6] dt-bindings: riscv: Add Zicclsm ISA extension description
` [PATCH v2 3/6] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v2 4/6] RISC-V: Detect unaligned vector accesses supported
` [PATCH v2 5/6] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v2 6/6] RISC-V: hwprobe: Document unaligned vector perf key
[PATCH v2 0/3] Userspace controls soft-offline pages
2024-06-14 8:35 UTC (6+ messages)
` [PATCH v2 1/3] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v2 2/3] selftest/mm: test enable_soft_offline behaviors
[PATCH] Documentation: Add "S390" to the swiotlb kernel parameter
2024-06-14 8:14 UTC
[PATCH v3 0/6] docs: i2c: summary: update and use inclusive wording
2024-06-14 8:12 UTC (7+ messages)
` [PATCH v3 1/6] docs: i2c: summary: start sentences consistently
` [PATCH v3 2/6] docs: i2c: summary: update I2C specification link
` [PATCH v3 3/6] docs: i2c: summary: update speed mode description
` [PATCH v3 4/6] docs: i2c: summary: document use of inclusive language
` [PATCH v3 5/6] docs: i2c: summary: document 'local' and 'remote' targets
` [PATCH v3 6/6] docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' pairs
[PATCH] kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates
2024-06-14 7:15 UTC
[PATCH v3] docs/zh_CN: Add userspace-api/mseal Chinese translation
2024-06-14 6:26 UTC
[PATCH 2/2] doc-guide: add help documention checktransupdate.rst
2024-06-14 5:53 UTC
[PATCH v1 0/3] mm: zswap: global shrinker fix and proactive shrink
2024-06-14 4:39 UTC (18+ messages)
` [PATCH v1 1/3] mm: zswap: fix global shrinker memcg iteration
` [PATCH v1 3/3] mm: zswap: proactive shrinking before pool size limit is hit
[PATCH v3] docs/zh_CN: add process/researcher-guidelines Chinese translation
2024-06-14 3:21 UTC
[PATCH] arm: Add KPROBES_ON_FTRACE supported
2024-06-14 2:23 UTC
[PATCH v4 00/19] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-06-14 1:51 UTC (30+ messages)
` [PATCH v4 01/19] x86/resctrl: Add support for "
` [PATCH v4 03/19] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v4 04/19] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v4 05/19] x86/resctrl: Introduce resctrl_file_fflags_init to initialize fflags
` [PATCH v4 06/19] x86/resctrl: Introduce interface to display number of ABMC counters
` [PATCH v4 07/19] x86/resctrl: Add support to enable/disable ABMC feature
` [PATCH v4 08/19] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v4 09/19] x86/resctrl: Initialize ABMC counters bitmap
` [PATCH v4 11/19] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg
` [PATCH v4 13/19] x86/resctrl: Add data structures for ABMC assignment
` [PATCH v4 14/19] x86/resctrl: Add the interface to assign ABMC counter
` [PATCH v4 15/19] x86/resctrl: Add the interface to unassign "
` [PATCH v4 16/19] x86/resctrl: Enable ABMC by default on resctrl mount
` [PATCH v4 17/19] x86/resctrl: Introduce the interface switch between ABMC and mbm_legacy
[PATCH] Documentation: exception-tables.rst: Fix the wrong steps referenced
2024-06-14 1:00 UTC
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-06-14 0:52 UTC (49+ messages)
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data
` [PATCH v2 13/25] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v2 14/25] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v2 15/25] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v2 17/25] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v2 18/25] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros
` [PATCH v2 19/25] KVM: nVMX: Add FRED VMCS fields
` [PATCH v2 22/25] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests
[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-06-14 0:48 UTC (17+ messages)
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging
[PATCH 3/8] fwctl: FWCTL_INFO to return basic information about the device
2024-06-13 23:40 UTC (3+ messages)
[PATCH V3] PCI: Extend ACS configurability
2024-06-13 23:36 UTC (6+ messages)
[PATCH v2 0/4] Introduce user namespace capabilities
2024-06-13 20:55 UTC (15+ messages)
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
[PATCH 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs
2024-06-13 20:09 UTC (12+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: add "
` [PATCH 2/3] iio: adc: ad4695: Add driver for "
` [PATCH 3/3] Documentation: iio: Document ad4695 driver
[PATCH v2 0/6] docs: i2c: summary: update and use inclusive wording
2024-06-13 19:57 UTC (10+ messages)
` [PATCH v2 4/6] docs: i2c: summary: document use of inclusive language
` [PATCH v2 5/6] docs: i2c: summary: document 'local' and 'remote' targets
[PATCH v9 0/1] gpio: add simple logic analyzer using polling
2024-06-13 16:33 UTC (16+ messages)
` [PATCH v9 1/1] gpio: add sloppy "
[PATCH v2 00/13] riscv: Add support for xtheadvector
2024-06-13 14:40 UTC (11+ messages)
` [PATCH v2 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v2 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v2 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v2 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore
[PATCH v6 1/2] proc: pass file instead of inode to proc_mem_open
2024-06-13 13:39 UTC (2+ messages)
` [PATCH v6 2/2] proc: restrict /proc/pid/mem
[PATCH v2] scripts: add scripts/checktransupdate.py
2024-06-13 12:58 UTC (4+ messages)
[PATCH v8 0/2] misc: add a virtual driver for testing the GPIO API
2024-06-13 11:33 UTC (8+ messages)
` [PATCH v8 1/2] drivers: export to_ext_attr()
` [PATCH v8 2/2] misc: gpio-virtuser: new virtual testing driver for the GPIO API
[PATCH net-next 0/2] Introduce PHY mode 10G-QXGMII
2024-06-13 7:54 UTC (3+ messages)
` [PATCH net-next 1/2] net: phy: introduce core support for phy-mode = "10g-qxgmii"
[PATCH v23 00/32] Introduce QC USB SND audio offloading support
2024-06-13 7:46 UTC (11+ messages)
` [PATCH v23 32/32] ASoC: doc: Add documentation for SOC USB
[PATCH v2] .editorconfig: remove trim_trailing_whitespace option
2024-06-13 6:38 UTC (3+ messages)
[PATCH v2] docs/zh_CN: add process/researcher-guidelines Chinese translation
2024-06-13 6:27 UTC (3+ messages)
[PATCH V18 4/9] arm64/boot: Enable EL2 requirements for BRBE
2024-06-13 6:17 UTC
[PATCH] docs/zh_CN: Update dev-tools/index.rst
2024-06-13 6:14 UTC (3+ messages)
[PATCH] docs/zh_CN: Update the translation of dev-tools/gdb-kernel-debugging
2024-06-13 1:01 UTC (2+ messages)
[PATCH 1/1] Documentation: hyperv: Add overview of Confidential Computing VM support
2024-06-13 1:01 UTC (3+ messages)
[PATCH net-next v11 00/13] Device Memory TCP
2024-06-13 0:10 UTC (3+ messages)
` [PATCH net-next v11 05/13] page_pool: convert to use netmem
[PATCH] docs: Extend and refactor index of further kernel docs
2024-06-12 23:10 UTC (7+ messages)
[RFC PATCH net-next 00/28] Add CPSW Proxy Client driver
2024-06-12 22:40 UTC (9+ messages)
` [RFC PATCH net-next 01/28] docs: networking: ti: add driver doc for CPSW Proxy Client
[PATCH v2] docs: crypto: async-tx-api: fix broken code example
2024-06-12 21:41 UTC (2+ messages)
[PATCH] Documentation: kernel-parameters: Add RISCV for nohlt
2024-06-12 21:32 UTC (2+ messages)
[PATCH v5 1/2] proc: pass file instead of inode to proc_mem_open
2024-06-12 18:23 UTC (5+ messages)
` [PATCH v5 2/2] proc: restrict /proc/pid/mem
[PATCH v13] mm: report per-page metadata information
2024-06-12 17:53 UTC (3+ messages)
[PATCH v2 0/4] hwmon: Add support for MPS mp2993,mp9941 chip
2024-06-12 16:00 UTC (7+ messages)
` [PATCH v2 2/4] hwmon: add MP2993 driver
` [PATCH v2 3/4] dt-bindings: hwmon: Add MPS mp9941
` [PATCH v2 4/4] hwmon: add MP9941 driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).