linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-13 00:13:26 to 2021-03-16 18:17:57 UTC [more...]

[RFC v2 0/2] cgroup: New misc cgroup controller
 2021-03-16 18:19 UTC  (18+ messages)
` [RFC v2 2/2] cgroup: sev: Miscellaneous cgroup documentation

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

[PATCH v5 00/10] CoreSight configuration management; ETM strobing
 2021-03-16 18:04 UTC  (11+ messages)
` [PATCH v5 01/10] coresight: syscfg: Initial coresight system configuration
` [PATCH v5 02/10] coresight: syscfg: Add registration and feature loading for cs devices
` [PATCH v5 03/10] coresight: config: Add configuration and feature generic functions
` [PATCH v5 04/10] coresight: etm-perf: update to handle configuration selection
` [PATCH v5 05/10] coresight: syscfg: Add API to activate and enable configurations
` [PATCH v5 06/10] coresight: etm-perf: Update to activate selected configuration
` [PATCH v5 07/10] coresight: etm4x: Add complex configuration handlers to etmv4
` [PATCH v5 08/10] coresight: config: Add preloaded configurations
` [PATCH v5 09/10] coresight: syscfg: Add initial configfs support
` [PATCH v5 10/10] coresight: docs: Add documentation for CoreSight config

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-16 18:00 UTC  (4+ messages)
` [PATCH v4 02/10] coresight: syscfg: Add registration and feature loading for cs devices

[PATCH v1, RFC] docs: reporting-issues.rst: tone down 'test vanilla mainline' a little
 2021-03-16 17:56 UTC  (3+ messages)

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

[PATCH] doc/virt/kvm: move KVM_X86_SET_MSR_FILTER in section 8
 2021-03-16 17:08 UTC 

[PATCH v1 3/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-03-16 17:01 UTC 

[PATCH] docs: usbip: Fix major fields and descriptions in protocol
 2021-03-16 15:57 UTC  (9+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH 1/2] docs/zh_CN: Add zh_CN/admin-guide/bug-bisect.rst
 2021-03-16 15:41 UTC  (2+ messages)
` [PATCH 2/2] docs/zh_CN: Add zh_CN/admin-guide/bug-hunting.rst

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

[PATCH] docs/zh_CN: Add zh_CN/admin-guide/reporting-issues
 2021-03-16 14:34 UTC  (2+ messages)

[PATCH v2 00/14] Embed struct vfio_device in all sub-structures
 2021-03-16 13:34 UTC  (10+ messages)
` [PATCH v2 03/14] vfio: Split creation of a vfio_device into init and register ops
` [PATCH v2 12/14] vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
` [PATCH v2 14/14] vfio: Remove device_data from the vfio bus driver API

[PATCH v1 1/1] gpio: mockup: Adjust documentation to the code
 2021-03-16 12:29 UTC  (3+ messages)

[PATCH] docs/kokr: make sections on bug reporting match practice
 2021-03-16  9:20 UTC  (2+ messages)

[PATCH net] docs: net: ena: Fix ena_start_xmit() function name typo
 2021-03-16  8:07 UTC  (2+ messages)

[PATCH v7 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
 2021-03-16  6:52 UTC 

[PATCH] KCOV: Introduced tracing unique covered PCs
 2021-03-16  6:36 UTC  (6+ messages)

[PATCH v2 00/12] docs: path-lookup: Update pathlookup docs
 2021-03-16  5:47 UTC  (13+ messages)
` [PATCH v2 01/12] docs: path-lookup: update follow_managed() part
` [PATCH v2 02/12] docs: path-lookup: update path_to_nameidata() part
` [PATCH v2 03/12] docs: path-lookup: update path_mountpoint() part
` [PATCH v2 04/12] docs: path-lookup: update do_last() part
` [PATCH v2 05/12] docs: path-lookup: remove filename_mountpoint
` [PATCH v2 06/12] docs: path-lookup: Add macro name to symlink limit description
` [PATCH v2 07/12] docs: path-lookup: i_op->follow_link replaced with i_op->get_link
` [PATCH v2 08/12] docs: path-lookup: update i_op->put_link and cookie description
` [PATCH v2 09/12] docs: path-lookup: no get_link()
` [PATCH v2 10/12] docs: path-lookup: update WALK_GET, WALK_PUT desc
` [PATCH v2 11/12] docs: path-lookup: update get_link() ->follow_link description
` [PATCH v2 12/12] docs: path-lookup: update symlink description

[PATCH] docs: virt: kvm: Trivial typo fix in the file timekeeping.rst
 2021-03-16  4:44 UTC 

[PATCH] security/loadpin: Update the changing interface in the source code
 2021-03-15 20:44 UTC  (4+ messages)

[PATCH] Documentation: sysrq: update description about sysrq crash
 2021-03-15 20:23 UTC  (2+ messages)

[PATCH v2 0/2] docs: reporting-issues: a easier process for reporting stable regressions
 2021-03-15 20:11 UTC  (3+ messages)
` [PATCH v2 2/2] docs: reporting-issues.rst: shortcut "

[RFC PATCH] docs: Group arch-specific documentation under "CPU Architectures"
 2021-03-15 19:52 UTC  (2+ messages)

[PATCH v2] Expose the bus kernel docs to the build docs
 2021-03-15 19:29 UTC  (3+ messages)
` [PATCH v3] "

[RFC] scripts: kernel-doc: avoid warnings due to initial commented lines in file
 2021-03-15 19:25 UTC  (4+ messages)

[PATCH] Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64
 2021-03-15 19:18 UTC  (2+ messages)

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-15 19:10 UTC  (9+ messages)
` [Patch v3 1/2] cgroup: sev: Add "

[PATCH] docs: admin-guide: cgroup-v1: Fix typos in the file memory.rst
 2021-03-15 19:03 UTC  (3+ messages)

[PATCH v5 00/11] gpio: implement the configfs testing module
 2021-03-15 16:36 UTC  (14+ messages)
` [PATCH v5 01/11] configfs: increase the item name length
` [PATCH v5 02/11] configfs: use (1UL << bit) for internal flags
` [PATCH v5 03/11] configfs: implement committable items
` [PATCH v5 04/11] samples: configfs: add a committable group
` [PATCH v5 05/11] lib: bitmap: remove the 'extern' keyword from function declarations
` [PATCH v5 06/11] lib: bitmap: order includes alphabetically
` [PATCH v5 07/11] lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()
` [PATCH v5 08/11] gpio: sim: new testing module
` [PATCH v5 09/11] selftests: gpio: provide a helper for reading chip info
` [PATCH v5 10/11] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v5 11/11] selftests: gpio: add test cases for gpio-sim

[PATCH] docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02
 2021-03-15 16:24 UTC  (3+ messages)

[PATCH v9 0/4] pinctrl: pinmux: Add pinmux-select debugfs file
 2021-03-15 16:24 UTC  (7+ messages)
` [PATCH v9 2/4] "

[RFC PATCH 0/7] IIO ABI documentation duplication fixes
 2021-03-15 10:12 UTC  (6+ messages)
` [RFC PATCH 2/7] iio:ABI docs: Avoid repitition of triggerX/sampling_frequency

[PATCH] doc: admin-guide: remove explanation of "watchdog/%u"
 2021-03-15  9:49 UTC 

[PATCH v19 0/8] Free some vmemmap pages of HugeTLB page
 2021-03-15  9:20 UTC  (9+ messages)
` [PATCH v19 1/8] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v19 2/8] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v19 3/8] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v19 4/8] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v19 5/8] mm: hugetlb: alloc "
` [PATCH v19 6/8] mm: hugetlb: set the PageHWPoison to the raw error page
` [PATCH v19 7/8] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v19 8/8] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate

[PATCH v6 0/8] Add support for SVM atomics in Nouveau
 2021-03-15  7:51 UTC  (9+ messages)
` [PATCH v6 1/8] mm: Remove special swap entry functions
` [PATCH v6 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v6 5/8] mm: Device exclusive memory access
` [PATCH v6 8/8] nouveau/svm: Implement atomic SVM access

[PATCH] docs: zh_CN: arm64 : memory : convert to rst and add into index
 2021-03-15  3:32 UTC 

[PATCH v3 0/3] Move kernel mapping outside the linear mapping
 2021-03-14  9:10 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: Move kernel mapping outside of "
` [PATCH v3 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH v3 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

[PATCH] devlink: fix typo in documentation
 2021-03-14  2:20 UTC  (3+ messages)

[PATCH net 1/2] docs: net: tweak devlink health documentation
 2021-03-14  2:20 UTC  (3+ messages)
` [PATCH net 2/2] docs: net: add missing devlink health cmd - trigger

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-03-13 22:34 UTC  (9+ messages)
` [PATCH 2/3] Documentation: riscv: Add documentation that describes the VM layout

[PATCH 09/13] kconfig: change defconfig_list option to environment variable
 2021-03-13 19:48 UTC  (3+ messages)
` [PATCH 12/13] kconfig: remove allnoconfig_y option
` [PATCH 13/13] kconfig: change "modules" from sub-option to first-level attribute

[RFC PATCH] docs: Warn when auto xref to document fails
 2021-03-13 14:14 UTC 

[PATCH v2 0/3] Move kernel mapping outside the linear mapping
 2021-03-13 11:15 UTC  (5+ messages)
` [PATCH v2 1/3] riscv: Move kernel mapping outside of "
` [PATCH v2 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH v2 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-03-13 10:44 UTC  (9+ messages)

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-03-13  9:26 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).