linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-01 14:50:20 to 2020-12-04 21:27:41 UTC [more...]

[PATCH v4 0/3] New documentation text describing how to report issues (aka "reporting-bugs rewritten")
 2020-12-04 21:26 UTC  (6+ messages)
` [PATCH v4 1/3] LICENSES: Add the CC-BY-4.0 license
` [PATCH v4 2/3] docs: Add a new text describing how to report bugs
` [PATCH v4 3/3] docs: make reporting-bugs.rst obsolete

[PATCH 0/6] Add documentation for Documentation/features at the built docs
 2020-12-04 15:32 UTC  (10+ messages)
  ` [PATCH] scripts: get_feat.pl: make complete table more coincise
    ` [PATCH v2] "
      ` [PATCH v3] "
  ` [PATCH v4 0/3] improve get_feat.pl output when all features are displayed
    ` [PATCH v4 1/3] scripts: get_feat.pl: make complete table more coincise
    ` [PATCH v4 2/3] scripts: get_feat.pl: change the group by order
    ` [PATCH v4 3/3] scripts: get_feat.pl: reduce table width for all features output

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2020-12-04 15:30 UTC  (8+ messages)
` [PATCH v8 3/4] doc: trusted-encrypted: updates with TEE as a new trust source

[PATCH 0/2] RFC: Precise TSC migration
 2020-12-03 20:18 UTC  (15+ messages)
` [PATCH 1/2] KVM: x86: implement KVM_SET_TSC_PRECISE/KVM_GET_TSC_PRECISE

[PATCH] drm/vkms: Add setup and testing information
 2020-12-04 11:38 UTC  (3+ messages)

[PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
 2020-12-04 10:33 UTC  (7+ messages)
` [PATCH v1 1/5] Documentation: Describe dm-user
` [PATCH v1 2/5] uapi: Add dm-user structure definition
` [PATCH v1 3/5] dm: dm-user: New target that proxies BIOs to userspace
` [PATCH v1 4/5] selftests/dm-user: A handful of tests for dm-user
` [PATCH v1 5/5] MAINTAINERS: Add myself as a dm-user maintainer

[PATCH v2 1/2] drivers: gpio: put virtual gpio device into their own submenu
 2020-12-04  9:36 UTC  (4+ messages)
` [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver

[PATCH] Documentation: gpio: fix typo and unclear legacy API section
 2020-12-04  8:49 UTC  (2+ messages)

[PATCH 0/8] Documentation: HID: edit/correct all files
 2020-12-04  6:20 UTC  (9+ messages)
` [PATCH 1/8] Documentation: HID: hid-alps editing & corrections
` [PATCH 2/8] Documentation: HID: amd-sfh-hid "
` [PATCH 3/8] Documentation: HID: hiddev "
` [PATCH 4/8] Documentation: HID: intel-ish-hid "
` [PATCH 5/8] Documentation: HID: hidraw "
` [PATCH 6/8] Documentation: HID: hid-sensor "
` [PATCH 7/8] Documentation: HID: hid-transport "
` [PATCH 8/8] Documentation: HID: uhid "

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-12-04  3:39 UTC  (6+ messages)
` [PATCH v7 13/15] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] Re: [PATCH v7 00/15] Free some vmemmap pages of hugetlb page

[PATCH] scripts: kernel-doc: fix parsing function-like typedefs
 2020-12-03 23:08 UTC  (2+ messages)

[PATCH] Documentation: mount_api: change kernel log wording
 2020-12-03 22:53 UTC  (2+ messages)

[PATCH] Updating the documentation of struct file_system_type
 2020-12-03 22:52 UTC  (2+ messages)

[PATCH v2] Documentation: Coccinelle: Improve command example for debugging patches
 2020-12-03 22:45 UTC  (2+ messages)

[PATCH v2 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-12-03 21:26 UTC  (4+ messages)
` [PATCH v2 7/9] docs: driver-api: Add Surface Aggregator subsystem documentation
` [PATCH v2 8/9] platform/surface: Add Surface Aggregator user-space interface
` [PATCH v2 9/9] platform/surface: Add Surface ACPI Notify driver

[PATCH v4 00/26] Opt-in always-on nVHE hypervisor
 2020-12-03 19:23 UTC  (35+ messages)
` [PATCH v4 01/26] kvm: arm64: Add kvm-arm.mode early kernel parameter
` [PATCH v4 02/26] kvm: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
` [PATCH v4 03/26] psci: Support psci_ops.get_version for v0.1
` [PATCH v4 04/26] psci: Split functions to v0.1 and v0.2+ variants
` [PATCH v4 05/26] psci: Replace psci_function_id array with a struct
` [PATCH v4 06/26] psci: Add accessor for psci_0_1_function_ids
` [PATCH v4 07/26] arm64: Make cpu_logical_map() take unsigned int
` [PATCH v4 08/26] arm64: Extract parts of el2_setup into a macro
` [PATCH v4 09/26] kvm: arm64: Remove vector_ptr param of hyp-init
` [PATCH v4 10/26] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v4 11/26] kvm: arm64: Init MAIR/TCR_EL2 from params struct
` [PATCH v4 12/26] kvm: arm64: Add .hyp.data..ro_after_init ELF section
` [PATCH v4 13/26] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [PATCH v4 14/26] kvm: arm64: Create nVHE copy of cpu_logical_map
` [PATCH v4 15/26] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v4 16/26] kvm: arm64: Bootstrap PSCI "
` [PATCH v4 17/26] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [PATCH v4 18/26] kvm: arm64: Forward safe PSCI SMCs coming from host
` [PATCH v4 19/26] kvm: arm64: Extract __do_hyp_init into a helper function
` [PATCH v4 20/26] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [PATCH v4 21/26] kvm: arm64: Intercept host's CPU_ON SMCs
` [PATCH v4 22/26] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [PATCH v4 23/26] kvm: arm64: Intercept host's SYSTEM_SUSPEND "
` [PATCH v4 24/26] kvm: arm64: Keep nVHE EL2 vector installed
` [PATCH v4 25/26] kvm: arm64: Trap host SMCs in protected mode
` [PATCH v4 26/26] kvm: arm64: Fix EL2 mode availability checks

[PATCH v4 0/2] fpga: dfl: optional VSEC for start of dfl
 2020-12-03 17:15 UTC  (3+ messages)
` [PATCH v4 1/2] fpga: dfl: refactor cci_enumerate_feature_devs()
` [PATCH v4 2/2] fpga: dfl-pci: locate DFLs by PCIe vendor specific capability

[PATCH v2 0/3] RFC: Precise TSC migration
 2020-12-03 17:11 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE
` [PATCH v2 2/3] KVM: x86: introduce KVM_X86_QUIRK_TSC_HOST_ACCESS
` [PATCH v2 3/3] kvm/selftests: update tsc_msrs_test to cover KVM_X86_QUIRK_TSC_HOST_ACCESS

[PATCH 0/4] net: ti: am65-cpsw-nuss: Add switchdev driver
 2020-12-03 16:22 UTC  (9+ messages)
` [PATCH 1/4] net: ti: am65-cpsw-nuss: Add devlink support
` [PATCH 3/4] net: ti: am65-cpsw-nuss: Add switchdev support

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-03 15:56 UTC  (16+ messages)
` [PATCH v15 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v15 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v15 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW

[PATCH 0/2] RFC: Precise TSC migration
 2020-12-03 11:57 UTC  (3+ messages)

[PATCH 0/2] Fix some kernel-doc markups with wrong identifiers
 2020-12-03  5:01 UTC  (7+ messages)
` [PATCH 1/2] asm: sgx.h: fix a typo on a kernel-doc markup
` [PATCH 2/2] drm: amdgpu: fix "

[PATCH] usb: typec: Add bus type for plug alt modes
 2020-12-03  3:08 UTC 

[PATCH v5 00/16]Fix several bad kernel-doc markups
 2020-12-02 21:38 UTC  (15+ messages)
` [PATCH v5 01/16] HSI: fix a kernel-doc markup
` [PATCH v5 07/16] completion: drop init_completion define
` [PATCH v5 13/16] sched: fix kernel-doc markup
` [PATCH v5 14/16] selftests: kselftest_harness.h: partially fix kernel-doc markups
` [PATCH v5 15/16] refcount.h: fix a kernel-doc markup

[PATCH v3 0/2] fpga: dfl: optional VSEC for start of dfl
 2020-12-02 19:17 UTC  (9+ messages)
` [PATCH v3 2/2] fpga: dfl: look for vendor specific capability

[PATCH] fbdev: Remove udlfb driver
 2020-12-02 17:52 UTC  (13+ messages)

[PATCH v3 00/23] Opt-in always-on nVHE hypervisor
 2020-12-02 17:49 UTC  (15+ messages)
` [PATCH v3 03/23] arm64: Make cpu_logical_map() take unsigned int
` [PATCH v3 06/23] kvm: arm64: Add kvm-arm.protected early kernel parameter
` [PATCH v3 16/23] kvm: arm64: Forward safe PSCI SMCs coming from host
` [PATCH v3 20/23] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs

[PATCH v2 00/19] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-12-02 16:09 UTC  (18+ messages)
` [PATCH v2 06/19] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 07/19] media: sun6i-csi: Add support for MIPI CSI-2 bridge input
` [PATCH v2 09/19] ARM: dts: sunxi: h3/h5: Add CSI controller port for parallel input
` [PATCH v2 13/19] media: sunxi: Add support for the A31 MIPI CSI-2 controller

[PATCH] Update documentation to reflect what TAINT_CPU_OUT_OF_SPEC means nowadays
 2020-12-02 15:32 UTC 

[PATCH] docs: ABI: sysfs-driver-ufs: Add DeepSleep power mode
 2020-12-02 10:20 UTC  (2+ messages)

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-12-02  8:47 UTC  (17+ messages)

Plans around DAMON: perf integration and a new page reclaim mechanism
 2020-12-02  8:27 UTC 

[PATCH] media: vidtv: fix kernel-doc markups
 2020-12-02  7:51 UTC 

[PATCH 0/3] bootconfig: Make size and checksum fields le32
 2020-12-01 23:41 UTC  (3+ messages)

[PATCH 06/22] misc: xlink-pcie: Add documentation for XLink PCIe driver
 2020-12-01 22:35 UTC  (3+ messages)
` [PATCH 16/22] xlink-ipc: Add xlink ipc driver
` [PATCH 18/22] xlink-core: Add xlink core driver xLink

[PATCH v3 0/3] New documentation text describing how to report issues (aka "reporting-bugs rewritten")
 2020-12-01 20:45 UTC  (10+ messages)
` [PATCH v3 1/3] LICENSES: Add the CC-BY-4.0 license

[PATCH] Documentation: document /proc api for arm64 MTE vm flags
 2020-12-01 19:29 UTC  (6+ messages)

[PATCH v25 00/12] Landlock LSM
 2020-12-01 19:23 UTC  (13+ messages)
` [PATCH v25 01/12] landlock: Add object management
` [PATCH v25 02/12] landlock: Add ruleset and domain management
` [PATCH v25 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v25 04/12] landlock: Add ptrace restrictions
` [PATCH v25 05/12] LSM: Infrastructure management of the superblock
` [PATCH v25 06/12] fs,security: Add sb_delete hook
` [PATCH v25 07/12] landlock: Support filesystem access-control
` [PATCH v25 08/12] landlock: Add syscall implementations
` [PATCH v25 09/12] arch: Wire up Landlock syscalls
` [PATCH v25 10/12] selftests/landlock: Add user space tests
` [PATCH v25 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v25 12/12] landlock: Add user and kernel documentation

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-12-01 18:00 UTC  (8+ messages)
          ` [PATCH v3] "

[PATCH v2 22/22] x86/fpu/xstate: Introduce boot-parameters for control some state component support
 2020-12-01 18:00 UTC  (5+ messages)

[PATCH v5 16/16] scripts: kernel-doc: validate kernel-doc markup with the actual names
 2020-12-01 15:25 UTC  (3+ messages)

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2020-12-01 14:49 UTC  (4+ messages)


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