linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 00:41:25 to 2019-08-14 14:52:49 UTC [more...]

[PATCH 0/9] arm64: Stolen time support
 2019-08-14 14:52 UTC  (9+ messages)
` [PATCH 9/9] arm64: Retrieve stolen time as paravirtualized guest
        ` [UNVERIFIED SENDER] Re: [PATCH 0/9] arm64: Stolen time support

[PATCH v3 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-14 14:38 UTC  (4+ messages)
` [PATCH v3 2/2] rcuperf: Add kfree_rcu performance Tests

[PATCH 00/10 v2] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
 2019-08-14 13:38 UTC  (11+ messages)
` [PATCH 01/10] iommu: Add helpers to set/get default domain type
` [PATCH 02/10] iommu/amd: Request passthrough mode from IOMMU core
` [PATCH 03/10] iommu/vt-d: "
` [PATCH 04/10] x86/dma: Get rid of iommu_pass_through
` [PATCH 05/10] ia64: "
` [PATCH 06/10] iommu: Remember when default domain type was set on kernel command line
` [PATCH 07/10] iommu: Print default domain type on boot
` [PATCH 08/10] iommu: Set default domain type at runtime
` [PATCH 09/10] iommu: Disable passthrough mode when SME is active
` [PATCH 10/10] Documentation: Update Documentation for iommu.passthrough

[PATCH V2 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support
 2019-08-14 13:28 UTC  (5+ messages)
` [PATCH V2 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page
` [PATCH V2 2/3] KVM/Hyper-V: Add new KVM cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
 2019-08-14 12:52 UTC  (34+ messages)
` [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
` [RFC 02/19] ktf: Introduce the main part of the kernel side of ktf
` [RFC 03/19] ktf: Introduce a generic netlink protocol for test result communication
` [RFC 04/19] ktf: An implementation of a generic associative array container
` [RFC 05/19] ktf: Implementation of ktf support for overriding function entry and return
` [RFC 06/19] ktf: A simple debugfs interface to test results
` [RFC 07/19] ktf: Simple coverage support
` [RFC 08/19] ktf: Configurable context support for network info setup
` [RFC 09/19] ktf: resolve: A helper utility to aid in exposing private kernel symbols to KTF tests
` [RFC 10/19] ktf: Add documentation for Kernel Test Framework (KTF)
` [RFC 11/19] ktf: Add a small test suite with a few tests to test KTF itself
` [RFC 12/19] ktf: Main part of user land library for executing tests
` [RFC 13/19] ktf: Integration logic for running ktf tests from googletest
` [RFC 14/19] ktf: Internal debugging facilities
` [RFC 15/19] ktf: Some simple examples
` [RFC 16/19] ktf: Some user applications to run tests
` [RFC 17/19] ktf: Toplevel ktf Makefile/makefile includes and scripts to run from kselftest
` [RFC 18/19] kselftests: Enable building ktf
` [RFC 19/19] Documentation/dev-tools: Add index entry for KTF documentation

[PATCH 0/2] docs: two fixes for Kbuild document after the ReST conversion
 2019-08-14 10:54 UTC  (3+ messages)
` [PATCH 1/2] docs: kbuild: fix invalid ReST syntax
` [PATCH 2/2] docs: kbuild: remove cc-ldoption from document again

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-14 10:03 UTC  (24+ messages)
` [PATCH v13 01/18] kunit: test: add KUnit test runner core
` [PATCH v13 02/18] kunit: test: add test resource management API
` [PATCH v13 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v13 04/18] kunit: test: add assertion printing library
` [PATCH v13 05/18] kunit: test: add the concept of expectations
` [PATCH v13 06/18] kbuild: enable building KUnit
` [PATCH v13 07/18] kunit: test: add initial tests
` [PATCH v13 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v13 09/18] kunit: test: add support for test abort
` [PATCH v13 10/18] kunit: test: add tests for kunit "
` [PATCH v13 11/18] kunit: test: add the concept of assertions
` [PATCH v13 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v13 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v13 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v13 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v13 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v13 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v13 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

PLEASE CONFIRM PURCHASE ORDER
 2019-08-14  7:51 UTC 

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-14  8:07 UTC  (33+ messages)
` [PATCH v8 01/27] Documentation/x86: Add CET description
` [PATCH v8 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v8 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v8 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v8 05/27] x86/fpu/xstate: Introduce CET MSR "
` [PATCH v8 06/27] x86/cet: Add control protection exception handler
` [PATCH v8 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [PATCH v8 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v8 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v8 10/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v8 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v8 12/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v8 13/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [PATCH v8 14/27] x86/mm: Shadow stack page fault error checking
` [PATCH v8 15/27] mm: Handle shadow stack page fault
` [PATCH v8 16/27] mm: Handle THP/HugeTLB "
` [PATCH v8 17/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [PATCH v8 18/27] mm: Introduce do_mmap_locked()
` [PATCH v8 19/27] x86/cet/shstk: User-mode shadow stack support
` [PATCH v8 20/27] x86/cet/shstk: Introduce WRUSS instruction
` [PATCH v8 21/27] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v8 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v8 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v8 24/27] x86/cet/shstk: Handle thread shadow stack
` [PATCH v8 25/27] mm/mmap: Add Shadow stack pages to memory accounting
` [PATCH v8 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-14  8:05 UTC  (27+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages

[PATCH] devicetree: Expose dtbs_check and dt_binding_check some more
 2019-08-13 22:44 UTC  (3+ messages)

[PATCH 0/1] kbuild: Support building a tree of modules with -M=<root>
 2019-08-13 22:10 UTC  (6+ messages)
` [PATCH 1/1] kbuild: recursive build of external kernel modules

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-08-13 20:53 UTC  (15+ messages)
` [PATCH v8 01/14] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v8 02/14] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v8 03/14] x86/cet/ibt: Handle signals for end branch
` [PATCH v8 04/14] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v8 05/14] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v8 06/14] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v8 08/14] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v8 09/14] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v8 10/14] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v8 11/14] x86/vsyscall/64: Fixup shadow stack and branch tracking for vsyscall
` [PATCH v8 12/14] x86/cet: Add PTRACE interface for CET
` [PATCH v8 13/14] x86: Discard .note.gnu.property sections
` [PATCH v8 14/14] Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (52+ messages)
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 05/18] kunit: test: add the concept of expectations
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 10/18] kunit: test: add tests for kunit "
` [PATCH v12 11/18] kunit: test: add the concept of assertions
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[PATCH v2] driver/core: Fix build error when SRCU and lockdep disabled
 2019-08-13 15:25 UTC  (5+ messages)

[PATCH v2] dma-mapping: Fix filename references
 2019-08-13 14:45 UTC  (3+ messages)

[PATCH v1] kernel-doc: Allow anonymous enum
 2019-08-13 12:31 UTC  (4+ messages)

[PATCH v7 0/2] arm64 tagged address ABI
 2019-08-13 11:10 UTC  (7+ messages)
` [PATCH v7 1/2] arm64: Define Documentation/arm64/tagged-address-abi.rst

[PATCH v3 0/2] Add CCPI2 PMU support
 2019-08-13 11:03 UTC  (5+ messages)
` [PATCH v3 2/2] drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver

[PATCH v4 2/2] hwmon: pmbus: Add Inspur Power System power supply driver
 2019-08-13  8:34 UTC 


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