messages from 2020-10-06 19:20:00 to 2020-10-09 20:00:55 UTC [more...]
[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
2020-10-09 19:50 UTC (31+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: "
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection
[PATCH v2 0/3] Actually fix freelist pointer vs redzoning
2020-10-09 19:54 UTC (4+ messages)
` [PATCH v2 1/3] mm/slub: Clarify verification reporting
` [PATCH v2 2/3] mm/slub: Fix redzoning for small allocations
` [PATCH v2 3/3] mm/slub: Actually fix freelist pointer vs redzoning
[PATCH v3 00/11] Introduce Simple atomic counters
2020-10-09 19:49 UTC (7+ messages)
` [PATCH v3 01/11] counters: Introduce counter_atomic* counters
[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
2020-10-09 19:42 UTC (10+ messages)
` [PATCH RFC V3 1/9] x86/pkeys: Create pkeys_common.h
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code
[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
2020-10-09 18:45 UTC (21+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v14 04/26] x86/cet: Add control-protection fault handler
` [PATCH v14 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v14 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v14 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v14 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v14 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v14 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v14 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v14 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v14 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v14 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v14 16/26] mm: Add guard pages around a shadow stack
` [PATCH v14 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v14 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v14 19/26] mm: Re-introduce vm_flags to do_mmap()
[RFC PATCH v1 00/26] Make reporting-bugs easier to grasp and yet more detailed
2020-10-09 18:42 UTC (11+ messages)
` [RFC PATCH v1 09/26] docs: reporting-bugs: help users find the proper place for their report
` [RFC PATCH v1 21/26] docs: reporting-bugs: details on writing and sending the report
` [RFC PATCH v1 22/26] docs: reporting-bugs: explain what users should do once the report got out
` [RFC PATCH v1 23/26] docs: reporting-bugs: details for issues specific to stable and longterm
[PATCH 0/2] Fix new warnings at linux-next
2020-10-09 18:39 UTC (4+ messages)
` [PATCH 1/2] MAINTAINERS: fix broken doc refs due to yaml conversion
` [PATCH 2/2] crypto: sun8x-ce*: update entries to its documentation
[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
2020-10-09 17:42 UTC (15+ messages)
[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
2020-10-09 17:40 UTC (7+ messages)
` [PATCH v4 02/11] x86, kfence: enable KFENCE for x86
[PATCH 0/1] docs: process: Submitting a patch for a single git commit
2020-10-09 15:46 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] docs: submitting-patches: describe preserving review/test tags
2020-10-09 15:38 UTC (2+ messages)
[PATCH v2] Documentation: better locations for sysfs-pci, sysfs-tagging
2020-10-09 15:33 UTC (2+ messages)
[RFC PATCH] scripts: kernel-doc: allow printing the documented symbols
2020-10-09 12:55 UTC
[PATCH v2 0/3] Clarify abstract scale usage for power values in Energy Model, EAS and IPA
2020-10-09 9:16 UTC (15+ messages)
` [PATCH v2 3/3] dt-bindings: thermal: update sustainable-power with abstract scale
[PATCH] kernel-doc: fix line number handling
2020-10-09 8:54 UTC
[tip: core/rcu] doc: Drop doubled words from RCU requirements documentation
2020-10-09 6:35 UTC
[tip: core/rcu] lib: Add backtrace_idle parameter to force backtrace of idle CPUs
2020-10-09 6:35 UTC
[tip: core/rcu] doc: Drop doubled words from RCU Data-Structures.rst
2020-10-09 6:35 UTC
[PATCH] docs: Make automarkup ready for Sphinx 3.1+
2020-10-09 5:53 UTC (2+ messages)
[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
2020-10-09 4:13 UTC (4+ messages)
` [External] "
[PATCH 2/2] dt: Remove booting-without-of.rst
2020-10-09 3:51 UTC (3+ messages)
[PATCH v4 0/2] Control over userfaultfd kernel-fault handling
2020-10-08 23:22 UTC (4+ messages)
[PATCH] Documentation: filesystems: better locations for sysfs-pci, sysfs-tagging
2020-10-08 19:28 UTC (3+ messages)
[PATCH v2 00/11] Introduce Simple atomic counters
2020-10-08 17:18 UTC (8+ messages)
` [PATCH v2 01/11] counters: Introduce counter_atomic* counters
[PATCH 0/1] docs: fix kernel-driver-statement rendering
2020-10-08 17:12 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH v1] gpiolib: Update indentation in driver.rst for code excerpts
2020-10-08 15:54 UTC (3+ messages)
[PATCH v21 00/12] Landlock LSM
2020-10-08 15:31 UTC (13+ messages)
` [PATCH v21 01/12] landlock: Add object management
` [PATCH v21 02/12] landlock: Add ruleset and domain management
` [PATCH v21 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v21 04/12] landlock: Add ptrace restrictions
` [PATCH v21 05/12] LSM: Infrastructure management of the superblock
` [PATCH v21 06/12] fs,security: Add sb_delete hook
` [PATCH v21 07/12] landlock: Support filesystem access-control
` [PATCH v21 08/12] landlock: Add syscall implementations
` [PATCH v21 09/12] arch: Wire up Landlock syscalls
` [PATCH v21 10/12] selftests/landlock: Add initial tests
` [PATCH v21 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v21 12/12] landlock: Add user and kernel documentation
[PATCH] docs: Make automarkup ready for Sphinx 3.1+
2020-10-08 12:25 UTC (5+ messages)
[PATCH v1 6/6] staging: qlge: add documentation for debugging qlge
2020-10-08 11:58 UTC
[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
2020-10-08 10:45 UTC (9+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
[PATCH v2] script: add a script for checking doc problems with external functions
2020-10-08 10:30 UTC (5+ messages)
` [PATCH v3] "
` [PATCH] scripts: check_docs_external_symbols: speed up its execution
[PATCH] docs: net: 80211: reduce docs build time
2020-10-08 8:42 UTC (2+ messages)
[PATCH] docs: w1: w1_therm: Fix broken xref, mistakes, clarify text
2020-10-08 7:46 UTC (2+ messages)
[PATCH] docs: Make automarkup ready for Sphinx 3.1+
2020-10-08 5:27 UTC (3+ messages)
[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
2020-10-07 16:33 UTC (11+ messages)
` [PATCH v12 9/9] kdump: update Documentation about crashkernel
[PATCH 00/14] get rid of the remaining kernel-doc warnings when building the docs
2020-10-07 13:38 UTC (5+ messages)
` [PATCH RFC] script: add a script for checking doc problems with external functions
dma_alloc_pages / dma_alloc_noncoherent fixups
2020-10-07 12:24 UTC (8+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API
[PATCH 1/2] w1: w1_therm: Add sysfs entries to control conversion time and driver features
2020-10-07 11:59 UTC (9+ messages)
` [PATCH 2/2] w1: w1_therm: Add support for GXCAS GX20MH01 device
[PATCH v7 0/4] Introduce TEE based Trusted Keys support
2020-10-07 10:07 UTC (5+ messages)
` [PATCH v7 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v7 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v7 3/4] doc: trusted-encrypted: updates with TEE as a new trust source
` [PATCH v7 4/4] MAINTAINERS: Add entry for TEE based Trusted Keys
[PATCH 0/6] Fix new html build warnings from next-20201001
2020-10-07 8:41 UTC (3+ messages)
` [PATCH 6/6] docs: gpio: add a new document to its index.rst
[PATCH 0/2 V3] Improve Coccinelle Parallelisation
2020-10-07 8:22 UTC (3+ messages)
` [PATCH 1/2 V3] scripts: coccicheck: Change default value for parallelism
` [PATCH 2/2 V3] Documentation: Coccinelle: Modify parallelisation information in docs
[RFC v9 00/10] DAMON: Support Physical Memory Address Space Monitoring
2020-10-07 7:14 UTC (11+ messages)
` [RFC v9 01/10] damon/dbgfs: Allow users to set initial monitoring target regions
` [RFC v9 02/10] tools/damon: Support init target regions specification
` [RFC v9 03/10] damon/dbgfs-test: Add a unit test case for 'init_regions'
` [RFC v9 04/10] selftests/damon/_chk_record: Do not check number of gaps
` [RFC v9 05/10] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [RFC v9 06/10] damon/primitives: Implement callbacks for physical address space monitoring
` [RFC v9 07/10] damon/dbgfs: Support physical memory monitoring
` [RFC v9 08/10] tools/damon/record: "
` [RFC v9 09/10] tools/damon/record: Support NUMA specific recording
` [RFC v9 10/10] Docs/DAMON: Document physical memory monitoring support
[PATCH v5 10/52] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
2020-10-06 21:18 UTC (2+ messages)
[PATCH v5 00/52] Fix html build with Sphinx 3.1 and above
2020-10-06 19:19 UTC (3+ messages)
` [PATCH v5 35/52] docs: fs: fscrypt.rst: get rid of :c:type: tags
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).