Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 13:16:01 to 2021-07-23 01:13:59 UTC [more...]

[PATCHv2] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-23  1:14 UTC 

[PATCH 00/17] Rust support
 2021-07-22 22:55 UTC  (9+ messages)

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-07-22 21:15 UTC  (36+ messages)
` [PATCH v28 01/32] Documentation/x86: Add CET description
` [PATCH v28 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v28 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v28 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v28 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v28 18/32] mm: Add guard pages around a shadow stack
` [PATCH v28 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v28 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v28 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v28 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v28 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v28 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v28 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v28 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v28 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v28 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v28 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v28 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v28 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-07-22 20:57 UTC  (11+ messages)
` [PATCH v28 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v28 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v28 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v28 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v28 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v28 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v28 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v28 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v28 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

Hawkmoth & kernel-doc
 2021-07-22 19:15 UTC 

[PATCH 00/15] Fix some DT binding references at next-20210722
 2021-07-22 15:55 UTC  (22+ messages)
` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference
` [PATCH 02/15] dt-bindings: firmware: update arm,scpi.yaml reference
` [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
` [PATCH 04/15] MAINTAINERS: update mtd-physmap.yaml reference
` [PATCH 05/15] MAINTAINERS: update arm,vic.yaml reference
` [PATCH 06/15] MAINTAINERS: update aspeed,i2c.yaml reference
` [PATCH 07/15] MAINTAINERS: update faraday,ftrtc010.yaml reference
` [PATCH 08/15] MAINTAINERS: update fsl,fec.yaml reference
` [PATCH 09/15] MAINTAINERS: update mtd-physmap.yaml reference
` [PATCH 10/15] MAINTAINERS: update ti,am654-hbmc.yaml reference
` [PATCH 11/15] MAINTAINERS: update ti,sci.yaml reference
` [PATCH 12/15] MAINTAINERS: update gpio-zynq.yaml reference
` [PATCH 13/15] MAINTAINERS: update arm,pl353-smc.yaml reference
` [PATCH 14/15] MAINTAINERS: update intel,ixp46x-rng.yaml reference
` [PATCH 15/15] MAINTAINERS: update nxp,imx8-jpeg.yaml reference

[PATCH 0/4] docs: small fixes
 2021-07-22 15:53 UTC  (6+ messages)
` [PATCH 1/4] docs: printk-formats: fix build warning
` [PATCH 2/4] docs: kvm: fix build warnings
` [PATCH 3/4] docs: kvm: properly format code blocks and lists
` [PATCH 4/4] docs: networking: dpaa2: fix chapter title format

[PATCH -next] trace doc: Fix the wrong example of tracepoint
 2021-07-22 15:02 UTC  (2+ messages)

[PATCH v2 00/14] Provide core infrastructure for managing open/release
 2021-07-22 14:48 UTC  (23+ messages)
` [PATCH v2 01/14] vfio/samples: Remove module get/put
` [PATCH v2 02/14] vfio/mbochs: Fix missing error unwind in mbochs_probe()
` [PATCH v2 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH v2 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v2 05/14] vfio/samples: Delete useless open/close
` [PATCH v2 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v2 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v2 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v2 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v2 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH v2 11/14] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH v2 12/14] vfio/ap,ccw: Fix open/close "
` [PATCH v2 13/14] vfio/gvt: "
` [PATCH v2 14/14] vfio: Remove struct vfio_device_ops open/release

[PATCH v2 0/4] fpga: fpga-mgr: move compat_id from fpga_mgr to dfl
 2021-07-22 13:58 UTC  (9+ messages)
` [PATCH v2 4/4] fpga: remove compat_id from fpga_manager and fpga_region

[PATCH] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-22 13:29 UTC  (2+ messages)

[PATCH v4 1/2] docs: add traditional Chinese translation for kernel Documentation
 2021-07-22 13:01 UTC  (2+ messages)

drivers/mailbox/mailbox-sti.c:39: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-07-22 11:42 UTC 

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-22 10:56 UTC  (9+ messages)
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages

[PATCH] visorbus: fix a copyright symbol that was bad encoded
 2021-07-22  9:51 UTC 

[PATCH 0/3] Get rid of some undesirable characters
 2021-07-22  9:50 UTC  (4+ messages)
` [PATCH 1/3] docs: sound: kernel-api: writing-an-alsa-driver.rst: replace some characters
` [PATCH 2/3] docs: firmware-guide: acpi: dsd: graph.rst: "
` [PATCH 3/3] docs: virt: kvm: api.rst: "

[PATCH] KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name
 2021-07-22  9:26 UTC 

[PATCH 00/12] Introduce vfio_pci_core subsystem
 2021-07-22  9:22 UTC  (16+ messages)
` [PATCH 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH 04/12] vfio/pci: Rename ops functions to fit core namings
` [PATCH 05/12] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH 07/12] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH 08/12] vfio/pci: Move module parameters "
` [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
` [PATCH 10/12] vfio: Use select for eventfd
` [PATCH 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko

[RFC PATCH v1 4/4] ubifs: auth: consult encrypted and trusted keys if no logon key was found
 2021-07-22  9:18 UTC 

drivers/platform/mellanox/mlxbf-pmc.c:82: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-07-22  8:46 UTC 

[PATCH] doc/arm: take care restore order of GICR_* in ITS restore
 2021-07-22  8:11 UTC  (4+ messages)

[PATCH rdma-next] docs: Fix infiniband uverbs minor number
 2021-07-22  6:45 UTC 

[PATCH v28 14/25] LSM: Specify which LSM to display
 2021-07-22  0:47 UTC  (2+ messages)
` [PATCH v28 24/25] LSM: Add /proc attr entry for full LSM context

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-21 20:14 UTC  (10+ messages)
` [PATCH v27 23/31] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack

[PATCH] admin-guide/hw-vuln: Rephrase a section of core-scheduling.rst
 2021-07-21 19:02 UTC 

[RESEND PATCH v6 14/14] drm/print: Add tracefs support to the drm logging helpers
 2021-07-21 17:55 UTC 

[PATCH 0/3] DCP as trusted keys backend
 2021-07-21 17:17 UTC  (5+ messages)
` [PATCH 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys

[PATCH v2 6/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-07-21 17:02 UTC  (9+ messages)

[PATCH 4/4] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-07-21 16:48 UTC 

[Patch v4 2/3] Drivers: hv: add Azure Blob driver
 2021-07-21 16:07 UTC  (8+ messages)

[PATCH v14 011/138] mm/lru: Add folio LRU functions
 2021-07-21 14:36 UTC  (2+ messages)

[PATCH v7 0/5] make '%pD' print the full path of file
 2021-07-21 14:11 UTC  (6+ messages)
` [PATCH v7 3/5] lib/vsprintf.c: "
` [PATCH v7 5/5] lib/test_printf.c: add test cases for '%pD'

[PATCH] docs: gpio: explain GPIOD_OUT_* values and toggling active low
 2021-07-21 13:21 UTC  (2+ messages)

[PATCH] Documentation: gpio: driver.rst: Remove gpiochip_irqchip_add mention
 2021-07-21 13:18 UTC  (2+ messages)

[PATCH RESEND 1/3] initramfs: move unnecessary memcmp from hot path
 2021-07-21 11:51 UTC  (3+ messages)
` [PATCH RESEND 2/3] initramfs: print helpful cpio error on "crc" magic
` [PATCH v2 3/3] docs: remove mention of "crc" cpio format support

[PATCH v2] mm: fix the deadlock in finish_fault()
 2021-07-21  7:48 UTC 

[PATCH 0/7] Free user PTE page table pages
 2021-07-21  2:21 UTC  (6+ messages)
` [PATCH 1/7] mm: fix the deadlock in finish_fault()

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-07-20 19:45 UTC  (5+ messages)
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions for "

[PATCH 05/13] vfio/fsl: Move to the device set infrastructure
 2021-07-20 16:25 UTC  (5+ messages)

[PATCH v6] Documentation: gpu: Mention the requirements for new properties
 2021-07-20 14:35 UTC 

[PATCH v3 0/9] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-07-20 14:18 UTC  (10+ messages)
` [PATCH v3 1/9] cgroup/cpuset: Miscellaneous code cleanup
` [PATCH v3 2/9] cgroup/cpuset: Fix a partition bug with hotplug
` [PATCH v3 3/9] cgroup/cpuset: Fix violation of cpuset locking rule
` [PATCH v3 4/9] cgroup/cpuset: Enable event notification when partition become invalid
` [PATCH v3 5/9] cgroup/cpuset: Clarify the use of invalid partition root
` [PATCH v3 6/9] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v3 7/9] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs
` [PATCH v3 8/9] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v3 9/9] kselftest/cgroup: Add cpuset v2 partition root state test

[RFC v3 00/15] Introduce DAMON-based Proactive Reclamation
 2021-07-20 13:13 UTC  (6+ messages)
` [RFC v3 03/15] damon/core/schemes: Skip already charged targets and regions
` [RFC v3 04/15] mm/damon/schemes: Implement time quota
` [RFC v3 05/15] mm/damon/dbgfs: Support schemes' time/IO quotas
` [RFC v3 06/15] mm/damon/selftests: Support schemes quotas
` [RFC v3 07/15] mm/damon/schemes: Prioritize regions within the quotas


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