linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-25 14:05:38 to 2021-04-28 09:33:13 UTC [more...]

[RFC PATCH v2 0/3] Rework CPU capacity asymmetry detection
 2021-04-28  9:32 UTC  (4+ messages)
` [RFC PATCH v2 1/3] sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flag
` [RFC PATCH v2 2/3] sched/topology: Rework CPU capacity asymmetry detection
` [RFC PATCH v2 3/3] sched/doc: Update the CPU capacity asymmetry bits

[PATCH] docs/zh_CN: add core-api symbol-namespaces.rst translation
 2021-04-28  8:42 UTC  (3+ messages)

[PATCH] riscv: Remove 32b kernel mapping from page table dump
 2021-04-28  7:26 UTC  (3+ messages)

[PATCH v3 0/3] docs/zh_CN add three core api docs
 2021-04-28  7:24 UTC  (6+ messages)
` [PATCH v3 1/3] docs/zh_CN: add core-api kernel-api.rst translation
` [PATCH v3 2/3] docs/zh_CN: add core-api printk-basics.rst translation
` [PATCH v3 3/3] docs/zh_CN: add core-api printk-formats.rst translation

[PATCH 0/3] cgroup2: introduce cpuset.mems.migration
 2021-04-28  7:24 UTC  (6+ messages)
` [PATCH 1/3] mm/mempolicy: apply cpuset limits to tasks using default policy
` [PATCH 2/3] cgroup/cpuset: introduce cpuset.mems.migration
` [PATCH 3/3] docs/admin-guide/cgroup-v2: add cpuset.mems.migration

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-28  6:36 UTC  (10+ messages)
` [PATCH v2 01/13] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH v2 09/13] vfio/mdev: Remove vfio_mdev.c
` [PATCH v2 11/13] vfio/mdev: Remove mdev_parent_ops

[PATCH v1] docs: reporting-issues.rst: CC subsystem and maintainers on regressions
 2021-04-28  6:35 UTC  (2+ messages)

[PATCH 00/13] [RFC] Rust support
 2021-04-28  3:10 UTC  (18+ messages)

[PATCH v21 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-27 23:47 UTC  (2+ messages)

[PATCH 00/12] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-27 23:21 UTC  (11+ messages)
` [PATCH 08/12] vfio/gvt: Convert to use vfio_register_group_dev()
` [PATCH 10/12] vfio/mdev: Remove mdev_parent_ops

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-27 20:47 UTC  (10+ messages)
` [PATCH v26 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v26 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v26 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v26 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v26 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v26 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v26 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v26 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v26 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

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

[RFC PATCH 0/7] IIO ABI documentation duplication fixes
 2021-04-27 17:37 UTC  (10+ messages)
` [RFC PATCH 1/7] iio:ABI docs: Fix up duplicate *_calibbias_* documentation for icm42600
` [RFC PATCH 3/7] iio:ABI docs: Drop device specific docs for _powerdown for the adf4371
` [RFC PATCH 4/7] iio:ABI docs: Fix issue around repeated definition of out_currentY_raw
` [RFC PATCH 7/7] iio:ABI docs: Move specific description of out_altvoltageX_frequency to main docs

[RFC] scripts: kernel-doc: reduce repeated regex expressions into variables
 2021-04-27 16:56 UTC  (7+ messages)
    ` [RFC v2] "

[PATCH] kernel-doc: Add support for __deprecated
 2021-04-27 15:59 UTC  (2+ messages)

[net-next, v2, 0/7] Support Ocelot PTP Sync one-step timestamping
 2021-04-27 15:56 UTC  (18+ messages)
` [net-next, v2, 1/7] net: dsa: check tx timestamp request in core driver
` [net-next, v2, 2/7] net: dsa: no longer identify PTP packet "
` [net-next, v2, 3/7] net: dsa: free skb->cb usage "
` [net-next, v2, 4/7] net: dsa: no longer clone skb "
` [net-next, v2, 5/7] docs: networking: timestamping: update for DSA switches
` [net-next, v2, 6/7] net: mscc: ocelot: convert to ocelot_port_txtstamp_request()
` [net-next, v2, 7/7] net: mscc: ocelot: support PTP Sync one-step timestamping

[PATCH bpf-next] docs: bpf: Fix literal block
 2021-04-27 15:40 UTC  (2+ messages)

[PATCH v5 net-next 3/3] selftests/net/forwarding: configurable seed tests
 2021-04-27 15:37 UTC 

[PATCH v5 net-next 2/3] net/ipv6: multipath routing: configurable seed
 2021-04-27 15:36 UTC 

[PATCH v5 net-next 1/3] net/ipv4: multipath routing: configurable seed
 2021-04-27 15:35 UTC 

[PATCH v5 net-next 0/3] net: multipath routing: configurable seed
 2021-04-27 15:33 UTC 

[RFC PATCH 0/6] x86/kvm: Virtual suspend time injection support
 2021-04-27 15:12 UTC  (4+ messages)
` [RFC PATCH 1/6] x86/kvm: Reserve KVM_FEATURE_HOST_SUSPEND_TIME and MSR_KVM_HOST_SUSPEND_TIME

[PATCH v4 net-next] net: multipath routing: configurable seed
 2021-04-27 14:58 UTC  (5+ messages)

[PATCH v2] clk: Skip clk provider registration when np is NULL
 2021-04-27 14:57 UTC  (3+ messages)

[PATCH RESENDING 0/3] Removed oprofile stale entries
 2021-04-27 14:32 UTC 

[PATCH v2] iio: Documentation: move incompatible ABI to obsolete
 2021-04-27 14:03 UTC 

[PATCH RFC] iio: Documentation: move incompatible ABI to obsolete
 2021-04-27 13:48 UTC 

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-27 11:38 UTC  (6+ messages)
` [PATCH v2 8/9] KVM: x86: add force_intercept_exceptions_mask

[net-next, v3, 0/7] Support Ocelot PTP Sync one-step timestamping
 2021-04-27  4:22 UTC  (8+ messages)
` [net-next, v3, 1/7] net: dsa: check tx timestamp request in core driver
` [net-next, v3, 2/7] net: dsa: no longer identify PTP packet "
` [net-next, v3, 3/7] net: dsa: no longer clone skb "
` [net-next, v3, 4/7] net: dsa: free skb->cb usage "
` [net-next, v3, 5/7] docs: networking: timestamping: update for DSA switches
` [net-next, v3, 6/7] net: mscc: ocelot: convert to ocelot_port_txtstamp_request()
` [net-next, v3, 7/7] net: mscc: ocelot: support PTP Sync one-step timestamping

[PATCH] Documentation: syscalls: add a note about ABI-agnostic types
 2021-04-27  2:24 UTC  (2+ messages)

[PATCH v5 00/13] Add build ID to stacktraces
 2021-04-26 23:42 UTC  (6+ messages)
` [PATCH v5 05/13] module: Add printk formats to add module "

[PATCH RESENDING 0/3] Removed oprofile stale entries
 2021-04-26 22:08 UTC 

[GIT PULL] Documentation for 5.13
 2021-04-26 20:57 UTC  (2+ messages)

[PATCH 01/12] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
 2021-04-26 19:11 UTC  (4+ messages)

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-26 19:05 UTC  (9+ messages)

[PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-26 18:00 UTC  (10+ messages)
` [PATCH v25 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-26 16:25 UTC  (2+ messages)

documentation/filesystems/path-lookup: replace "These paths" with "Usually paths"
 2021-04-26 14:56 UTC  (4+ messages)
  ` Re[2]: "

[PATCH v2 1/5] hwmon: (max31790) Rework to use regmap
 2021-04-26 14:35 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/5] hwmon: (max31790) Fix and split pwm*_enable
  ` [PATCH v4 3/5] hwmon: (max31790) Show 0 RPM/fault when input disabled
  ` [PATCH v4 4/5] hwmon: (max31790) Allow setting fan*_div
  ` [PATCH v4 5/5] hwmon: (max31790) Update documentation

[PATCH v2 0/2] mmzone.h: fix kernel-doc and simplify is_highmem_idx
 2021-04-26 14:19 UTC  (3+ messages)
` [PATCH v2 1/2] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
` [PATCH v2 2/2] mm/mmzone.h: simplify is_highmem_idx()

[PATCH v2 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-04-26 13:31 UTC  (11+ messages)
` [PATCH v2 1/6] KVM: nSVM: refactor the CR3 reload on migration
` [PATCH v2 2/6] KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
` [PATCH v2 3/6] KVM: x86: introduce kvm_register_clear_available
` [PATCH v2 4/6] KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
` [PATCH v2 5/6] KVM: nSVM: avoid loading PDPTRs after migration when possible
` [PATCH v2 6/6] KVM: nVMX: "

[PATCH 0/2] mmzone.h: fix kernel-doc and simplify is_highmem_idx
 2021-04-26  6:19 UTC  (5+ messages)
` [PATCH 1/2] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
` [PATCH 2/2] mm/mmzone.h: simplify is_highmem_idx()

[PATCH v2 0/3] add three core api docs
 2021-04-26  4:03 UTC  (7+ messages)
` [PATCH v2 1/3] docs/zh_CN: add core-api kernel-api.rst translation
` [PATCH v2 2/3] docs/zh_CN: add core-api printk-basics.rst translation
` [PATCH v2 3/3] docs/zh_CN: add core-api printk-formats.rst translation

[PATCH] leds: trigger/tty: feature data direction
 2021-04-25 22:44 UTC  (2+ messages)

[PATCH v4] usb: Restore the reference to ch9.h
 2021-04-25 15:32 UTC 

[PATCH v3] usb: Restore the reference to ch9.h
 2021-04-25 14:55 UTC  (2+ 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).