messages from 2020-04-28 13:16:52 to 2020-05-04 11:41:11 UTC [more...]
[PATCH v5 0/4] Introduce the for_each_set_clump macro
2020-05-04 11:41 UTC (4+ messages)
` [PATCH v5 1/4] bitops: Introduce the "
[PATCH 00/14] Move the ReST files from Documentation/*.txt
2020-05-04 9:51 UTC (14+ messages)
` [PATCH 03/14] docs: fix references for DMA*.txt files
` [PATCH 12/14] docs: move remaining stuff under Documentation/*.txt to Documentation/staging
[PATCH V18 0/2] mm/debug: Add tests validating architecture page table helpers
2020-05-04 4:01 UTC (4+ messages)
` [PATCH V18 2/2] "
[PATCH v2 00/20] mm: rework free_area_init*() funcitons
2020-05-03 18:43 UTC (49+ messages)
` [PATCH v2 01/20] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH v2 02/20] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 04/20] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 06/20] alpha: simplify detection of memory zone boundaries
` [PATCH v2 07/20] arm: "
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH v2 09/20] csky: simplify detection of memory zone boundaries
` [PATCH v2 10/20] m68k: mm: "
` [PATCH v2 11/20] parisc: "
` [PATCH v2 12/20] sparc32: "
` [PATCH v2 13/20] unicore32: "
` [PATCH v2 14/20] xtensa: "
` [PATCH v2 15/20] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH v2 16/20] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH v2.5 "
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH v2 18/20] mm: clean up free_area_init_node() and its helpers
` [PATCH v2 19/20] mm: simplify find_min_pfn_with_active_regions()
` [PATCH v2 20/20] docs/vm: update memory-models documentation
[PATCH 0/4] arm64: MTE swap and hibernation support
2020-05-03 15:29 UTC (3+ messages)
` [PATCH 3/4] arm64: mte: Enable swap of tagged pages
Implement close-on-fork
2020-05-03 13:52 UTC (9+ messages)
` [PATCH 1/4] fs: "
[PATCH v4 0/4] Introduce the for_each_set_clump macro
2020-05-02 18:47 UTC (3+ messages)
` [PATCH v4 1/4] bitops: Introduce the "
decruft the vmalloc API v2
2020-05-01 22:09 UTC (9+ messages)
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
[PATCH] asm-generic: remove an empty ifdef block from signal.h
2020-05-01 10:39 UTC
[PATCH v10 00/13] arm64: Branch Target Identification support
2020-04-30 21:26 UTC (15+ messages)
[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
2020-04-30 16:23 UTC (31+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 10/23] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation
[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
2020-04-29 23:02 UTC (58+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description
` [PATCH v10 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v10 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v10 04/26] x86/cet: Add control-protection fault handler
` [PATCH v10 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v10 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v10 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v10 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v10 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v10 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v10 19/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v10 25/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v10 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v10 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v10 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v10 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v10 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v10 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v10 16/26] mm: Add guard pages around a shadow stack
` [PATCH v10 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v10 20/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v10 21/26] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v10 22/26] ELF: Add ELF program property parsing support
` [PATCH v10 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v10 24/26] x86/cet/shstk: ELF header parsing for shadow stack
` [PATCH v10 26/26] x86/cet/shstk: Add arch_prctl functions "
[PATCH v3 0/4] Introduce the for_each_set_clump macro
2020-04-28 23:04 UTC (3+ messages)
` [PATCH v3 1/4] bitops: Introduce the "
[PATCH v8 0/8] powerpc: switch VDSO to C implementation
2020-04-28 16:05 UTC (10+ messages)
` [PATCH v8 4/8] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v8 5/8] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v8 6/8] powerpc/vdso: Switch "
` [PATCH v8 7/8] lib/vdso: force inlining of __cvdso_clock_gettime_common()
` [PATCH v8 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32
[PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
2020-04-28 15:35 UTC (8+ messages)
` [fs] ce436509a8: ltp.openat203.fail
` [LTP] "
[PATCH 00/12] "Task_isolation" mode
2020-04-28 14:12 UTC (5+ messages)
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel
[PATCH 1/2] powerpc: Keep .rela* sections when CONFIG_RELOCATABLE is defined
2020-04-28 13:21 UTC (4+ messages)
` [PATCH 2/2] Discard .note.gnu.property sections in generic NOTES
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).