linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-10 11:31:59 to 2022-08-15 07:15:54 UTC [more...]

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-08-15  7:13 UTC  (15+ messages)
` [PATCH v14 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v14 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v14 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v14 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v14 05/14] mm: multi-gen LRU: groundwork
` [PATCH v14 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v14 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v14 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v14 10/14] mm: multi-gen LRU: kill switch
` [PATCH v14 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v14 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v14 13/14] mm: multi-gen LRU: admin guide
` [PATCH v14 14/14] mm: multi-gen LRU: design doc

[PATCH v4] fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cards
 2022-08-15  3:27 UTC  (2+ messages)

[PATCH AUTOSEL 5.18 23/39] powerpc/pseries/mobility: set NMI watchdog factor during an LPM
 2022-08-14 16:23 UTC 

[PATCH AUTOSEL 5.19 30/48] powerpc/pseries/mobility: set NMI watchdog factor during an LPM
 2022-08-14 16:19 UTC 

[RFC net-next 0/4] ynl: YAML netlink protocol descriptions
 2022-08-14 12:27 UTC  (29+ messages)
` [RFC net-next 1/4] ynl: add intro docs for the concept
` [RFC net-next 2/4] ynl: add the schema for the schemas
` [RFC net-next 3/4] ynl: add a sample python library
` [RFC net-next 4/4] ynl: add a sample user for ethtool

[PATCH] Documentation: ext4: correct the document about superblock
 2022-08-14  9:00 UTC 

[PATCH v2 3/3] efi: earlycon: Add support for generic framebuffers and move to console subsystem
 2022-08-14  7:04 UTC  (3+ messages)

[PATCH] docs: kernel-doc.rst: move label "_kernel_doc" to top
 2022-08-14  0:12 UTC  (3+ messages)

[PATCH next 0/2] Documentation: KVM: KVM_CAP_VM_DISABLE_NX_HUGE_PAGES documentation fixes
 2022-08-13  7:31 UTC  (5+ messages)

[PATCH 0/4] Documentation: KUnit: minor fixes
 2022-08-13  7:04 UTC  (9+ messages)
` [PATCH 1/4] Documentation: kunit: fix trivial typo
` [PATCH 2/4] Documentation: Kunit: Fix inconsistent titles
` [PATCH 3/4] Documentation: KUnit: Fix non-uml anchor
` [PATCH 4/4] Documentation: Kunit: Add ref for other kinds of tests

[PATCH] gpio: Allow user to customise maximum number of GPIOs
 2022-08-12 23:21 UTC  (4+ messages)

[PATCH v3 00/12] Drivers for gunyah hypervisor
 2022-08-12 15:13 UTC  (15+ messages)
` [PATCH v3 01/12] arm64: smccc: Include alternative-macros.h
` [PATCH v3 02/12] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v3 03/12] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v3 04/12] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v3 05/12] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v3 06/12] virt: gunyah: Add sysfs nodes
` [PATCH v3 07/12] gunyah: msgq: Add Gunyah message queues
` [PATCH v3 08/12] gunyah: sysfs: Add node to describe supported features
` [PATCH v3 09/12] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v3 10/12] gunyah: rsc_mgr: Add RPC for console services
` [PATCH v3 11/12] gunyah: rsc_mgr: Add auxiliary devices for console
` [PATCH v3 12/12] tty: gunyah: Add tty console driver for RM Console Serivces

[PATCH 0/2] Documentation: PCI: Documentation fixes for vNTB
 2022-08-12 14:04 UTC  (2+ messages)

[PATCH v2 00/10] sched/psi: some optimization and extension
 2022-08-12 12:36 UTC  (10+ messages)
` [PATCH v2 09/10] sched/psi: per-cgroup PSI stats disable/re-enable interface

[PATCH v11 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-12 10:19 UTC  (10+ messages)
` [PATCH v11 1/9] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v11 2/9] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v11 3/9] bpf: Export bpf_dynptr_get_size()
` [PATCH v11 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v11 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v11 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v11 7/9] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v11 8/9] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v11 9/9] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH] sched/topology: Remove EM_MAX_COMPLEXITY limit
 2022-08-12 10:16 UTC 

[PATCH v2 0/7] Devm helpers for regulator get and enable
 2022-08-12 10:10 UTC  (3+ messages)
` [PATCH v2 1/7] docs: devres: regulator: Add missing devm_* functions to devres.rst
` [PATCH v2 3/7] docs: devres: regulator: Add new get_enable "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-12  9:33 UTC  (24+ messages)
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v10 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-12  8:11 UTC  (18+ messages)
` [PATCH v10 1/9] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v10 2/9] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v10 3/9] bpf: Export bpf_dynptr_get_size()
` [PATCH v10 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v10 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v10 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v10 7/9] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v10 8/9] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v10 9/9] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH 0/9] docs: i2c: rework I2C documentation, part II
 2022-08-12  7:13 UTC  (21+ messages)
` [PATCH 1/9] docs: i2c: i2c-protocol: update introductory paragraph
` [PATCH 2/9] docs: i2c: i2c-protocol,smbus-protocol: remove nonsense words
` [PATCH 3/9] docs: i2c: i2c-protocol: remove unused legend items
` [PATCH 4/9] docs: i2c: smbus-protocol: improve DataLow/DataHigh definition
` [PATCH 5/9] docs: i2c: instantiating-devices: add syntax coloring to dts and C blocks
` [PATCH 6/9] docs: i2c: i2c-topology: fix incorrect heading
` [PATCH 7/9] docs: i2c: i2c-topology: reorder sections more logically
` [PATCH 8/9] docs: i2c: i2c-sysfs: improve wording
` [PATCH 9/9] docs: i2c: i2c-sysfs: fix hyperlinks

[PATCH V6 0/6] RISC-V fixups to work with crash tool
 2022-08-12  3:23 UTC  (11+ messages)
` [PATCH V6 1/6] RISC-V: kexec: Fixup use of smp_processor_id() in preemptible context
` [PATCH V6 2/6] RISC-V: Fixup get incorrect user mode PC for kernel mode regs
` [PATCH V6 3/6] RISC-V: Fixup schedule out issue in machine_crash_shutdown()
` [PATCH V6 4/6] RISC-V: Add modules to virtual kernel memory layout dump
` [PATCH V6 5/6] RISC-V: Add arch_crash_save_vmcoreinfo support
` [PATCH V6 6/6] Documentation: kdump: describe VMCOREINFO export for RISCV64

[PATCH] Add sicode to /proc/<PID>/stat
 2022-08-11 17:43 UTC 

[PATCH v3 00/21] Update Documentation/ cross references and fix issues
 2022-08-11 16:32 UTC  (3+ messages)
` [PATCH v3 09/21] drm/scheduler: fix a kernel-doc warning

[RFC PATCH net-next] docs: net: add an explanation of VF (and other) Representors
 2022-08-11 16:17 UTC  (9+ messages)

[PATCH AUTOSEL 5.15 47/69] scripts: sphinx-pre-install: fix venv version check logic
 2022-08-11 15:55 UTC 

[PATCH AUTOSEL 5.18 57/93] scripts: sphinx-pre-install: fix venv version check logic
 2022-08-11 15:41 UTC 

[PATCH AUTOSEL 5.19 063/105] scripts: sphinx-pre-install: fix venv version check logic
 2022-08-11 15:27 UTC 

[PATCH v2 0/3] docs: conf.py: Reduce texlive dependency
 2022-08-11 15:33 UTC  (3+ messages)
` [PATCH v2 3/3] docs: kerneldoc-preamble: Test xeCJK.sty before loading

[PATCH v4 0/2] docs: driver-api: virtio: virtio on Linux
 2022-08-11 14:54 UTC  (8+ messages)
` [PATCH v4 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v4 2/2] docs: driver-api: virtio: virtio on Linux

[RFC v4] drm: Add initial ci/ subdirectory
 2022-08-11 10:10 UTC  (5+ messages)
` [PATCH v5] "

[PATCH] Documentation: irqdomain: Fix typo of "at least once"
 2022-08-11  9:15 UTC 

[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-11  6:49 UTC  (7+ messages)
` [PATCH v5 2/5] "
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v5 4/5] userfaultfd: update documentation to describe /dev/userfaultfd

[hverkuil-media-tree:hdcp 1/4] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-event-hdcp-status (if the link has no caption the label must precede a section header)
 2022-08-11  3:41 UTC 

[PATCH V5 0/6] RISC-V fixups to work with crash tool
 2022-08-11  3:37 UTC  (9+ messages)
` [PATCH V5 5/6] riscv: crash_core: Export kernel vm layout, phys_ram_base

[PATCH 0/5] Add process_memwatch syscall
 2022-08-10 17:05 UTC  (7+ messages)

[PATCH v9 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-10 14:58 UTC  (12+ messages)
` [PATCH v9 01/10] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH v9 06/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs

Subject: Kryptowahrung macht Sie zum Milliardar
 2022-08-10  8:13 UTC 

[RFC PATCH 0/7] Devm helpers for regulator get and enable
 2022-08-10 11:30 UTC  (2+ messages)
` [RFC PATCH 3/7] docs: devres: regulator: Add new get_enable functions to devres.rst


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