messages from 2020-03-20 14:54:53 to 2020-03-27 06:46:34 UTC [more...]
[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
2020-03-27 6:46 UTC (18+ messages)
` [PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features
` [PATCH V2 2/3] mm/debug: Add tests validating arch advanced page table helpers
[PATCH v15 00/10] Landlock LSM
2020-03-26 23:54 UTC (24+ messages)
` [PATCH v15 01/10] landlock: Add object management
` [PATCH v15 02/10] landlock: Add ruleset and domain management
` [PATCH v15 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v15 04/10] landlock: Add ptrace restrictions
` [PATCH v15 05/10] fs,landlock: Support filesystem access-control
` [PATCH v15 06/10] landlock: Add syscall implementation
` [PATCH v15 07/10] arch: Wire up landlock() syscall
` [PATCH v15 08/10] selftests/landlock: Add initial tests
` [PATCH v15 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v15 10/10] landlock: Add user and kernel documentation
[PATCH 1/2] Add RUNTIME_DISCARD_EXIT to generic DISCARDS
2020-03-26 20:39 UTC (5+ messages)
` [PATCH 2/2] Discard .note.gnu.property sections in generic NOTES
[PATCH v4 0/4] Documentation/litmus-tests: Add litmus tests for atomic APIs
2020-03-26 14:23 UTC (12+ messages)
` [PATCH v4 1/4] tools/memory-model: Add an exception for limitations on _unless() family
` [PATCH v4 2/4] Documentation/litmus-tests: Introduce atomic directory
` [PATCH v4 3/4] Documentation/litmus-tests/atomic: Add a test for atomic_set()
` [PATCH v4 4/4] Documentation/litmus-tests/atomic: Add a test for smp_mb__after_atomic()
[RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature
2020-03-26 7:15 UTC (37+ messages)
` [RFC PATCH v4 1/6] arm64: Detect the ARMv8.4 "
` [RFC PATCH v4 2/6] arm64: Add level-hinted TLB invalidation helper
` [RFC PATCH v4 3/6] arm64: Add level-hinted TLB invalidation helper to tlbi_user
` [RFC PATCH v4 4/6] mm: Add page table level flags to vm_flags
` [RFC PATCH v4 5/6] arm64: tlb: Use translation level hint in vm_flags
` [RFC PATCH v4 6/6] mm: Set VM_LEVEL flags in some tlb_flush functions
` Re: [RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature
[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
2020-03-25 21:51 UTC (5+ messages)
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread "
[PATCH 3/7] docs: fix broken references to text files
2020-03-25 2:42 UTC (3+ messages)
[PATCH v10 00/13] arm64: Branch Target Identification support
2020-03-24 15:43 UTC (19+ messages)
[RFC PATCH v3 0/4] arm64: tlb: add support for TTL field
2020-03-24 12:41 UTC (14+ messages)
` [RFC PATCH v3 1/4] arm64: Add level-hinted TLB invalidation helper to tlbi_user
` [RFC PATCH v3 2/4] mm: Add page table level flags to vm_flags
` [RFC PATCH v3 3/4] arm64: tlb: Use translation level hint in vm_flags
` [RFC PATCH v3 4/4] mm: Set VM_LEVEL flags in some tlb_flush functions
[RESEND PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
2020-03-24 8:39 UTC (6+ messages)
` [RESEND PATCH v2 6/9] drm/mgag200: Constify ioreadX() iomem argument (as in generic implementation)
[PATCH] fix __percpu annotation in asm-generic
2020-03-24 6:44 UTC (8+ messages)
[RFC PATCH V3 00/11] riscv: Add vector ISA support
2020-03-24 3:41 UTC (3+ messages)
[PATCH] vdso: Fix clocksource.h macro detection
2020-03-23 13:39 UTC
[PATCH] mm/debug: Add tests validating arch page table helpers for core features
2020-03-23 13:26 UTC (6+ messages)
[PATCH] um: Fix header inclusion
2020-03-23 12:41 UTC (2+ messages)
[PATCH 2/3] LKMM: Add litmus test for RCU GP guarantee where reader stores
2020-03-23 1:31 UTC (9+ messages)
[PATCH 0/9] Enable orphan section warning
2020-03-22 16:00 UTC (8+ messages)
` [PATCH 1/9] scripts/link-vmlinux.sh: Delay orphan handling warnings until final link
[PATCH v5 00/26] Introduce common headers for vDSO
2020-03-21 12:06 UTC (52+ messages)
` [PATCH v5 03/26] linux/limits.h: Extract common header "
` [PATCH v5 04/26] x86:Introduce asm/vdso/clocksource.h
` [PATCH v5 05/26] arm: Introduce asm/vdso/clocksource.h
` [PATCH v5 06/26] arm64: "
` [PATCH v5 07/26] mips: "
` [PATCH v5 08/26] linux/clocksource.h: Extract common header for vDSO
` [PATCH v5 09/26] linux/math64.h: "
` [PATCH v5 10/26] linux/time.h: "
` [PATCH v5 11/26] linux/time32.h: "
` [PATCH v5 12/26] linux/time64.h: "
` [PATCH v5 13/26] linux/jiffies.h: "
` [PATCH v5 14/26] linux/ktime.h: "
` [PATCH v5 15/26] common: Introduce processor.h
` [PATCH v5 16/26] scripts: Fix the inclusion order in modpost
` [PATCH v5 17/26] linux/elfnote.h: Replace elf.h with UAPI equivalent
` [PATCH v5 18/26] arm64: vdso32: Code clean up
` [PATCH v5 19/26] arm64: Introduce asm/vdso/processor.h
` [PATCH v5 20/26] arm64: vdso: Include common headers in the vdso library
` [PATCH v5 21/26] arm64: vdso32: "
` [PATCH v5 22/26] mips: vdso: Enable mips to use common headers
` [PATCH v5 23/26] x86: vdso: Enable x86 "
` [PATCH v5 24/26] arm: vdso: Enable arm "
` [PATCH v5 25/26] lib: vdso: Enable "
` [PATCH v5 26/26] arm64: vdso32: Enable Clang Compilation
[PATCH 1/3] LKMM: Add litmus test for RCU GP guarantee where updater frees object
2020-03-20 20:15 UTC (4+ messages)
[PATCH v6 00/10] Subject: Enable Linux guests on Hyper-V on ARM64
2020-03-20 17:22 UTC (19+ messages)
` [PATCH v6 01/10] arm64: hyperv: Add core Hyper-V include files
` [PATCH v6 04/10] arm64: hyperv: Add memory alloc/free functions for Hyper-V size pages
[PATCH 1/3] LKMM: Add litmus test for RCU GP guarantee where updater frees object
2020-03-20 16:54 UTC (4+ messages)
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).