linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-19 14:57:15 to 2022-07-21 15:41:01 UTC [more...]

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-07-21 15:36 UTC  (20+ messages)
` [PATCH bpf-next v7 01/24] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v7 03/24] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v7 04/24] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v7 06/24] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v7 07/24] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v7 08/24] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v7 09/24] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v7 10/24] HID: export hid_report_type to uapi
` [PATCH bpf-next v7 11/24] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v7 12/24] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v7 13/24] HID: initial BPF implementation
` [PATCH bpf-next v7 14/24] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v7 15/24] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v7 16/24] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v7 17/24] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v7 19/24] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v7 20/24] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example

[PATCH V6 00/16] The Runtime Verification (RV) interface
 2022-07-21 15:31 UTC  (35+ messages)
` [PATCH V6 01/16] rv: Add "
` [PATCH V6 02/16] rv: Add runtime reactors interface
` [PATCH V6 03/16] rv/include: Add helper functions for deterministic automata
` [PATCH V6 04/16] rv/include: Add deterministic automata monitor definition via C macros
` [PATCH V6 05/16] rv/include: Add instrumentation helper functions
` [PATCH V6 06/16] Documentation/rv: Add a basic documentation
` [PATCH V6 07/16] tools/rv: Add dot2c
` [PATCH V6 08/16] Documentation/rv: Add deterministic automaton documentation
` [PATCH V6 09/16] tools/rv: Add dot2k
` [PATCH V6 10/16] Documentation/rv: Add deterministic automata monitor synthesis documentation
` [PATCH V6 11/16] Documentation/rv: Add deterministic automata instrumentation documentation
` [PATCH V6 12/16] rv/monitor: Add the wip monitor skeleton created by dot2k
` [PATCH V6 13/16] rv/monitor: Add the wip monitor
` [PATCH V6 14/16] rv/monitor: Add the wwnr monitor
` [PATCH V6 15/16] rv/reactor: Add the printk reactor
` [PATCH V6 16/16] rv/reactor: Add the panic reactor

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21 15:05 UTC  (18+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH net-next v3 00/47] [RFT] net: dpaa: Convert to phylink
 2022-07-21 14:26 UTC  (2+ messages)

[PATCH net-next v3 0/3] add framework for selftests in devlink
 2022-07-21 14:24 UTC  (10+ messages)
` [PATCH net-next v4 "
  ` [PATCH net-next v4 1/3] devlink: introduce framework for selftests
  ` [PATCH net-next v4 2/3] bnxt_en: refactor NVM APIs
  ` [PATCH net-next v4 3/3] bnxt_en: implement callbacks for devlink selftests

[PATCH v11 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-07-21 13:01 UTC  (9+ messages)
` [PATCH v11 1/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v11 2/8] hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v11 3/8] hwtracing: hisi_ptt: Add tune "
` [PATCH v11 4/8] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v11 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v11 6/8] perf tool: Add support for parsing HiSilicon PCIe Trace packet
` [PATCH v11 7/8] docs: trace: Add HiSilicon PTT device driver documentation
` [PATCH v11 8/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver

[PATCH v2] Documentation: kunit: Add CLI args for kunit_tool
 2022-07-21 11:08 UTC  (2+ messages)

MAINTAINERS improv suggestion
 2022-07-21 10:02 UTC  (2+ messages)

[PATCH 0/9] sched/psi: some optimization and extension
 2022-07-21 10:00 UTC  (11+ messages)
` [PATCH 1/9] sched/psi: fix periodic aggregation shut off
` [PATCH 2/9] sched/psi: optimize task switch inside shared cgroups again
` [PATCH 3/9] sched/psi: move private helpers to sched/stats.h
` [PATCH 4/9] sched/psi: don't change task psi_flags when migrate CPU/group
` [PATCH 5/9] sched/psi: don't create cgroup PSI files when psi_disabled
` [PATCH 6/9] sched/psi: save percpu memory when !psi_cgroups_enabled
` [PATCH 7/9] sched/psi: cache parent psi_group to speed up groups iterate
` [PATCH 8/9] sched/psi: add kernel cmdline parameter psi_inner_cgroup
` [PATCH 9/9] sched/psi: add PSI_IRQ to track IRQ/SOFTIRQ pressure

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21  9:45 UTC  (11+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH] doc/vm: move overcommit-accounting doc to admin-guide
 2022-07-21  9:13 UTC  (5+ messages)

[PATCH v2] doc/mm: move overcommit-accounting doc to admin-guide
 2022-07-21  9:08 UTC 

[PATCH v2 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
 2022-07-21  7:17 UTC  (13+ messages)
` [PATCH v2 1/4] docs/zh_CN: core-api: Add idr Chinese translation
` [PATCH v2 2/4] docs/zh_CN: core-api: Add circular-buffers "
` [PATCH v2 3/4] docs/zh_CN: core-api: Add generic-radix-tree "
` [PATCH v2 4/4] docs/zh_CN: core-api: Add packing "

[PATCH] docs: driver-api: firmware: add driver firmware guidelines. (v3)
 2022-07-21  4:43 UTC 

[PATCH] docs: driver-api: firmware: add driver firmware guidelines. (v2)
 2022-07-21  3:43 UTC  (3+ messages)

[PATCH v2] docs: Fix typo in comment
 2022-07-21  3:08 UTC  (3+ messages)
  `  "

[PATCH v4 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-07-20 23:21 UTC  (20+ messages)
` [PATCH v4 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v4 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v4 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v4 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v4 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v3] Documentation: process: Update email client instructions for Thunderbird
 2022-07-20 21:19 UTC  (2+ messages)

[PATCH -next] docs/zh_CN: add vm transhuge translation
 2022-07-20 21:15 UTC  (5+ messages)
` [PATCH -next v2] docs/zh_CN: add mm "

[PATCH] docs: ABI: correct QEMU fw_cfg spec path
 2022-07-20 21:02 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH 00/13] [RFC] Rust support
 2022-07-20 20:21 UTC  (6+ messages)

[PATCH RESEND v2] Documentation: KUnit: Fix example with compilation error
 2022-07-20 18:57 UTC 

[PATCH v4 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
 2022-07-20 15:32 UTC 

[PATCH v2 0/1] Remove the deprecated asus_wmi_ec_sensors driver
 2022-07-20 13:44 UTC  (4+ messages)
` [PATCH v2 1/1] hwmon: (asus_wmi_ec_sensors) remove driver

[PATCH] docs: fixed table margin in configfs-usb-gadget-mass-storage
 2022-07-20 12:50 UTC 

[PATCH v2 00/11] net: phy: Add support for rate adaptation
 2022-07-20 12:03 UTC  (3+ messages)
` [PATCH v2 05/11] "

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-20 11:18 UTC  (5+ messages)

[PATCH] docs: core-api: Fix typo in comment
 2022-07-20 11:18 UTC 

[PATCH] docs: bpf: Fix typo in comment
 2022-07-20 11:13 UTC 

[PATCH] docs: admin-guide: ix typo in comment
 2022-07-20 11:07 UTC 

[PATCH] Documentation: kunit: Add CLI args for kunit_tool
 2022-07-20  7:42 UTC  (2+ messages)

[PATCH] hwmon: remove deprecated asus_wmi_ec_sensors driver
 2022-07-20  7:25 UTC  (3+ messages)

[PATCH V4] swiotlb: Split up single swiotlb lock
 2022-07-20  6:23 UTC  (4+ messages)

[RFC PATCH 0/2] Rework the kernel's README.rst
 2022-07-20  4:13 UTC  (3+ messages)
` [RFC PATCH 1/2] docs: admin-guide: do not mention the 'run a.out user programs' feature
` [RFC PATCH 2/2] docs: admin-guide: for kernel bugs refer to other kernel documentation

[PATCH AUTOSEL 5.15 10/42] x86/bugs: Add AMD retbleed= boot parameter
 2022-07-20  1:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 11/42] x86/bugs: Enable STIBP for JMP2RET

[PATCH AUTOSEL 5.18 14/54] x86/bugs: Add AMD retbleed= boot parameter
 2022-07-20  1:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 15/54] x86/bugs: Enable STIBP for JMP2RET

[PATCH v4 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
 2022-07-19 21:32 UTC  (3+ messages)

[PATCH v3] bpf, docs: document BPF_MAP_TYPE_HASH and variants
 2022-07-19 17:50 UTC  (4+ messages)

[PATCH] lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()
 2022-07-19 16:44 UTC  (3+ messages)

[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
 2022-07-19 16:05 UTC  (5+ messages)
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem

[PATCH v3 0/6] STM32 DMA-MDMA chaining feature
 2022-07-19 15:49 UTC  (6+ messages)
` [PATCH v3 1/6] dmaengine: stm32-dma: introduce 3 helpers to address channel flags
` [PATCH v3 2/6] dmaengine: stm32-dma: use bitfield helpers
` [PATCH v3 3/6] docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature
` [PATCH v3 4/6] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield

[PATCH v3 0/6] STM32 DMA-MDMA chaining feature
 2022-07-19 15:47 UTC  (7+ messages)
` [PATCH v3 1/6] dmaengine: stm32-dma: introduce 3 helpers to address channel flags
` [PATCH v3 2/6] dmaengine: stm32-dma: use bitfield helpers
` [PATCH v3 3/6] docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature
` [PATCH v3 4/6] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield
` [PATCH v3 5/6] dmaengine: stm32-dma: add support to trigger STM32 MDMA
` [PATCH v3 6/6] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH v3 5/6] dmaengine: stm32-dma: add support to trigger STM32 MDMA
 2022-07-19 15:33 UTC  (2+ messages)
` [PATCH v3 6/6] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH v2 0/4] STM32 DMA-MDMA chaining feature
 2022-07-19 15:30 UTC  (4+ messages)
` [PATCH v2 3/4] dmaengine: stm32-dma: add support to trigger STM32 MDMA

[PATCH v4] fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cards
 2022-07-19 14:56 UTC 


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 NNTP newsgroup(s).