linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-19 22:32:11 to 2022-07-22 07:33:28 UTC [more...]

[PATCH 0/9] sched/psi: some optimization and extension
 2022-07-22  7:33 UTC  (16+ 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 net-next v3 0/3] add framework for selftests in devlink
 2022-07-22  6:41 UTC  (12+ 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

[net-next v2 0/2] devlink: implement dry run support for flash update
 2022-07-22  6:26 UTC  (10+ messages)
` [net-next v2 1/2] devlink: add dry run attribute to "
` [net-next v2 2/2] ice: support dry run of a flash update to validate firmware file
` [iproute2-next v2 0/3] devlink: support dry run attribute for flash update
` [iproute2-next v2 1/3] update <linux/devlink.h> UAPI header
` [iproute2-next v2 2/3] mnlg: add function to get CTRL_ATTR_MAXATTR value
` [iproute2-next v2 3/3] devlink: add dry run attribute support to devlink flash

[PATCH v2] Documentation: kunit: Add CLI args for kunit_tool
 2022-07-22  0:54 UTC  (6+ messages)

[PATCH 0/7] highmem: Extend kmap_local_page() documentation
 2022-07-22  0:44 UTC  (10+ messages)
` [PATCH 1/7] highmem: Remove unneeded spaces in kmap_local_page() kdocs
` [PATCH 2/7] highmem: Specify that kmap_local_page() is callable from interrupts
` [PATCH 3/7] Documentation/mm: Don't kmap*() pages which can't come from HIGHMEM
` [PATCH 4/7] Documentation/mm: Avoid invalid use of addresses from kmap_local_page()
` [PATCH 5/7] Documentation/mm: Prefer kmap_local_page() and avoid kmap()
` [PATCH 6/7] highmem: Delete a sentence from kmap_local_page() kdocs
` [PATCH 7/7] Documentation/mm: Add details about kmap_local_page() and preemption

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

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-07-21 21:05 UTC  (27+ 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 05/24] bpf/verifier: allow kfunc to return an allocated mem
` [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 18/24] selftests/bpf: add tests for bpf_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 21/24] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v7 23/24] HID: bpf: add Surface Dial example
` [PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs

[PATCH v3 0/2] x86: AMX enabling example with new constants
 2022-07-21 20:57 UTC  (3+ messages)

[PATCH RESEND v2] Documentation: KUnit: Fix example with compilation error
 2022-07-21 18:27 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21 17:58 UTC  (19+ 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 v2 00/11] net: phy: Add support for rate adaptation
 2022-07-21 17:40 UTC  (4+ messages)
` [PATCH v2 05/11] "

[PATCH V6 00/16] The Runtime Verification (RV) interface
 2022-07-21 16:43 UTC  (27+ messages)
` [PATCH V6 01/16] rv: Add "
` [PATCH V6 02/16] rv: Add runtime reactors interface
` [PATCH V6 04/16] rv/include: Add deterministic automata monitor definition via C macros
` [PATCH V6 11/16] Documentation/rv: Add deterministic automata instrumentation documentation
` [PATCH V6 15/16] rv/reactor: Add the printk reactor
` [PATCH V6 16/16] rv/reactor: Add the panic reactor

[PATCH v11 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-07-21 15:43 UTC  (10+ 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 net-next v3 00/47] [RFT] net: dpaa: Convert to phylink
 2022-07-21 15:39 UTC  (3+ messages)

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

[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 v4 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-07-20 23:21 UTC  (12+ messages)
` [PATCH v4 2/5] "

[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 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 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


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).