Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-08 11:05:53 to 2022-08-11 09:15:23 UTC [more...]

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

[PATCH v10 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-11  7:46 UTC  (12+ 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 V6 0/6] RISC-V fixups to work with crash tool
 2022-08-11  7:41 UTC  (7+ 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 v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-11  6:49 UTC  (9+ messages)
` [PATCH v5 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v5 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v5 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v5 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH next 0/2] Documentation: KVM: KVM_CAP_VM_DISABLE_NX_HUGE_PAGES documentation fixes
 2022-08-11  6:36 UTC  (2+ messages)

[RFC net-next 0/4] ynl: YAML netlink protocol descriptions
 2022-08-11  5:48 UTC  (8+ 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

[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  (16+ messages)
` [PATCH V5 1/6] RISC-V: use __smp_processor_id() instead of smp_processor_id()
` [PATCH V5 4/6] RISC-V: Fixup getting correct current pc
` [PATCH V5 5/6] riscv: crash_core: Export kernel vm layout, phys_ram_base
` [PATCH V5 6/6] RISC-V: Fixup schedule out issue in machine_crash_shutdown()

[PATCH v2 00/10] sched/psi: some optimization and extension
 2022-08-11  2:09 UTC  (10+ messages)
` [PATCH v2 08/10] sched/psi: add PSI_IRQ to track IRQ/SOFTIRQ pressure
` [PATCH v2 09/10] sched/psi: per-cgroup PSI stats disable/re-enable interface
` [PATCH v2 10/10] sched/psi: cache parent psi_group to speed up groups iterate

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

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

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

[PATCH v9 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-10 14:58 UTC  (28+ messages)
` [PATCH v9 01/10] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH v9 02/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v9 03/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v9 04/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v9 05/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v9 06/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v9 07/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v9 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v9 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v9 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-10 14:38 UTC  (26+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

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  (3+ messages)
` [RFC PATCH 1/7] docs: devres: regulator: Add missing devm_* functions to devres.rst
` [RFC PATCH 3/7] docs: devres: regulator: Add new get_enable "

[PATCH v3 0/2] LoongArch: Add I14 description in documentation
 2022-08-10 10:03 UTC  (4+ messages)
` [PATCH v3 1/2] docs/LoongArch: Add I14 description
` [PATCH v3 2/2] docs/zh_CN/LoongArch: "

[PATCH v4 0/2] docs: driver-api: virtio: virtio on Linux
 2022-08-10  9:40 UTC  (3+ messages)
` [PATCH v4 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v4 2/2] docs: driver-api: virtio: virtio on Linux

[PATCH v1 1/2] Enable balloon drivers to report inflated memory
 2022-08-10  9:16 UTC  (8+ messages)

[PATCH 5.19] Documentation: ext4: fix cell spacing of table heading on blockmap table
 2022-08-10  8:24 UTC  (4+ messages)

[PATCH v2] LoongArch: Add I14 description in documentation
 2022-08-10  6:29 UTC  (2+ messages)

[PATCH] LoongArch: Add I14 description in documentation
 2022-08-10  4:16 UTC 

[PATCH v2 00/11] Drivers for gunyah hypervisor
 2022-08-10  4:12 UTC  (10+ messages)
` [PATCH v2 07/11] gunyah: msgq: Add Gunyah message queues

[PATCH v1 1/3] hwmon: (pwm-fan) Make use of device properties
 2022-08-09 19:43 UTC  (4+ messages)

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-08-09 15:57 UTC  (3+ messages)
` [RFC PATCH v8 07/17] ipe: add auditing support

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

[PATCH] Documentation: stable: Document alternative for referring upstream commit hash
 2022-08-09 13:37 UTC  (5+ messages)

[PATCH v2] Documentation: stable: Document alternative for referring upstream commit hash
 2022-08-09 13:36 UTC 

[PATCH] gpio: Allow user to customise maximum number of GPIOs
 2022-08-09 10:40 UTC 

[PATCH v2 00/39] drm/i915: fix kernel-doc issues
 2022-08-09 10:20 UTC  (19+ messages)
` [PATCH v2 29/39] docs: gpu: i915.rst: display: add kernel-doc markups
  ` [Intel-gfx] "
` [PATCH v2 30/39] docs: gpu: i915.rst: gt: add more "
  ` [Intel-gfx] "
` [PATCH v2 31/39] docs: gpu: i915.rst: GuC: "
` [PATCH v2 32/39] docs: gpu: i915.rst: GVT: "
` [PATCH v2 33/39] docs: gpu: i915.rst: PM: "
  ` [Intel-gfx] "
` [PATCH v2 34/39] docs: gpu: i915.rst: GEM/TTM: "
  ` [Intel-gfx] "
` [PATCH v2 35/39] docs: gpu: i915.rst: add the remaining kernel-doc markup files
  ` [Intel-gfx] "
` [PATCH v2 38/39] drm/i915: add descriptions for some RPM macros at intel_gt_pm.h
  ` [Intel-gfx] "
` [PATCH v2 39/39] drm/i915: add GuC functions to the documentation

[PATCH 0/9] docs: i2c: rework I2C documentation, part II
 2022-08-09  7:06 UTC  (13+ 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 v5 0/6] Add spi-hid, transport for HID over SPI bus
 2022-08-09  0:53 UTC  (2+ messages)

[PATCH v2 0/5] Update the maintainer PGP guide
 2022-08-08 21:31 UTC  (6+ messages)
` [PATCH v2 1/5] maintainer-pgp-guide: use key terminology consistent with upstream
` [PATCH v2 2/5] maintainer-pgp-guide: remove keyserver instructions
` [PATCH v2 3/5] maintainer-pgp-guide: update ECC support information
` [PATCH v2 4/5] maintainer-pgp-guide: add a section on PGP-signed patches
` [PATCH v2 5/5] maintainer-pgp-guide: minor wording tweaks

[RFC net-next v2 0/6] net: support QUIC crypto
 2022-08-08 19:05 UTC  (4+ messages)
` [RFC net-next v2 1/6] Documentation on QUIC kernel Tx crypto

[PATCH v3 0/3] Move TLB invalidation code for its own file and document it
 2022-08-08 16:58 UTC  (3+ messages)
` [PATCH v3 3/3] drm/i915/gt: document TLB cache invalidation functions

[PATCH] docs: Fix Typo
 2022-08-08 15:59 UTC  (2+ messages)

[PATCH v2 0/3] Add generic framebuffer support to EFI earlycon driver
 2022-08-08 15:55 UTC  (3+ messages)
` [PATCH v2 1/3] drivers: serial: earlycon: Correct argument name

[PATCH v3 0/2] docs: driver-api: virtio: virtio on Linux
 2022-08-08 13:27 UTC  (3+ messages)
` [PATCH v3 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v3 2/2] docs: driver-api: virtio: virtio on Linux

[PATCH 1/3] x86/tsc: implement tsc=directsync for systems without IA32_TSC_ADJUST
 2022-08-08 11:39 UTC  (3+ messages)
` [PATCH 2/3] x86: touch clocksource watchdog after syncing TSCs
` [PATCH 3/3] x86/tsc: don't check for random warps if using direct sync


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