messages from 2020-03-26 20:27:45 to 2020-04-02 17:26:41 UTC [more...]
[PATCH 0/9] Enable orphan section warning
2020-04-02 17:26 UTC (5+ messages)
[PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
2020-04-02 17:03 UTC (19+ messages)
` [PATCH RESEND 2/4] uaccess: Selectively open read or write user access
` [PATCH RESEND 3/4] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCH RESEND 4/4] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
[RFC PATCH v5 0/8] arm64: tlb: add support for TTL feature
2020-04-02 16:38 UTC (27+ messages)
` [RFC PATCH v5 1/8] arm64: Detect the ARMv8.4 "
` [RFC PATCH v5 2/8] arm64: Add level-hinted TLB invalidation helper
` [RFC PATCH v5 3/8] arm64: Add tlbi_user_level "
` [RFC PATCH v5 4/8] mm: tlb: Pass struct mmu_gather to flush_pmd_tlb_range
` [RFC PATCH v5 5/8] mm: tlb: Pass struct mmu_gather to flush_pud_tlb_range
` [RFC PATCH v5 6/8] mm: tlb: Pass struct mmu_gather to flush_hugetlb_tlb_range
` [RFC PATCH v5 7/8] mm: tlb: Pass struct mmu_gather to flush_tlb_range
` [RFC PATCH v5 8/8] arm64: tlb: Set the TTL field in flush_tlb_range
[PATCH v4 0/4] Documentation/litmus-tests: Add litmus tests for atomic APIs
2020-04-02 8:03 UTC (10+ messages)
[RFC v3 00/26] Unifying LKL into UML
2020-04-02 6:44 UTC (36+ messages)
` [RFC v4 00/25] "
` [RFC v4 01/25] arch: add __SYSCALL_DEFINE_ARCH
` [RFC v4 02/25] um lkl: architecture skeleton for Linux kernel library
` [RFC v4 03/25] um lkl: host interface
` [RFC v4 04/25] um lkl: memory handling
` [RFC v4 05/25] um lkl: kernel threads support
` [RFC v4 06/25] um lkl: interrupt support
` [RFC v4 07/25] um lkl: system call interface and application API
` [RFC v4 08/25] um lkl: timers, time and delay support
` [RFC v4 09/25] um lkl: basic kernel console support
` [RFC v4 10/25] um lkl: initialization and cleanup
` [RFC v4 11/25] um lkl: plug in the build system
` [RFC v4 12/25] lkl tools: skeleton for host side library
` [RFC v4 13/25] lkl tools: host lib: add utilities functions
` [RFC v4 14/25] lkl tools: host lib: filesystem helpers
` [RFC v4 15/25] lkl tools: host lib: networking helpers
` [RFC v4 16/25] lkl tools: host lib: posix host operations
` [RFC v4 17/25] lkl tools: add test programs
` [RFC v4 18/25] lkl tools: cptofs that reads/writes to/from a filesystem image
` [RFC v4 19/25] lkl tools: fs2tar that converts a filesystem image to tar
` [RFC v4 20/25] lkl tools: add lklfuse
` [RFC v4 21/25] um lkl: add documentation
` [RFC v4 22/25] um lkl: add CI scripts to conduct regression tests
` [RFC v4 23/25] um lkl: add UML network driver for lkl
` [RFC v4 24/25] um lkl: add UML block device driver (ubd) "
` [RFC v4 25/25] um: fix clone flags to be familiar with valgrind
[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
2020-04-01 19:22 UTC (7+ messages)
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
2020-03-31 12:30 UTC (11+ messages)
[PATCH v19 00/24] selftests, powerpc, x86: Memory Protection Keys
2020-03-31 9:58 UTC (28+ messages)
` [PATCH v19 01/24] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v19 02/24] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v19 03/24] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v19 04/24] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v19 05/24] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v19 06/24] selftests: vm: pkeys: Use sane types for pkey register
` [PATCH v19 07/24] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v19 08/24] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v19 09/24] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v19 10/24] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v19 11/24] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v19 12/24] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v19 13/24] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v19 14/24] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v19 15/24] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v19 16/24] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v19 17/24] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v19 18/24] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v19 19/24] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v19 20/24] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v19 21/24] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v19 22/24] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v19 23/24] selftests: vm: pkeys: Use the correct page size "
` [PATCH v19 24/24] selftests: vm: pkeys: Fix multilib builds for x86
[RFC][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
2020-03-31 8:15 UTC (5+ messages)
[PATCH v15 00/10] Landlock LSM
2020-03-30 18:29 UTC (21+ messages)
` [PATCH v15 01/10] landlock: Add object management
` [PATCH v15 02/10] landlock: Add ruleset and domain management
` [PATCH v15 05/10] fs,landlock: Support filesystem access-control
` [PATCH v15 06/10] landlock: Add syscall implementation
` [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
[RFC PATCH v14 00/10] Landlock LSM
2020-03-30 18:26 UTC (12+ messages)
spende von 2.000.000,00 Euro
2020-03-30 9:47 UTC
Reply For More Details
2020-03-30 10:52 UTC
[PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features
2020-03-30 8:56 UTC (3+ messages)
` [mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
Request for catalog and price list
2020-03-30 4:09 UTC
Project Collaboration
2020-03-30 3:30 UTC
[RFC][PATCHSET] uaccess: getting csum_and_copy_..._user() into saner shape
2020-03-27 23:31 UTC (24+ messages)
` [RFC][PATCH 01/14] get rid of csum_partial_copy_to_user()
` [RFC][PATCH 02/14] x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()
` [RFC][PATCH 03/14] x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()
` [RFC][PATCH 04/14] x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}()
` [RFC][PATCH 05/14] ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user()
` [RFC][PATCH 06/14] ia64: turn csum_partial_copy_from_user() into csum_and_copy_from_user()
` [RFC][PATCH 07/14] alpha: "
` [RFC][PATCH 08/14] parisc: "
` [RFC][PATCH 09/14] sparc: switch to providing csum_and_copy_from_user()
` [RFC][PATCH 10/14] xtensa: "
` [RFC][PATCH 11/14] m68k: convert to csum_and_copy_from_user()
` [RFC][PATCH 12/14] sh32: "
` [RFC][PATCH 13/14] arm: switch "
` [RFC][PATCH 14/14] take the dummy csum_and_copy_from_user() into net/checksum.h
[PATCH v2 0/3] io.h, logic_pio: Allow barriers for inX() and outX() be overridden
2020-03-27 16:06 UTC (5+ messages)
` [PATCH v2 1/3] io: Provide _inX() and _outX()
` [PATCH v2 2/3] logic_pio: Improve macro argument name
` [PATCH v2 3/3] logic_pio: Use _inX() and _outX()
HOW ARE YOU?
2020-03-27 13:47 UTC
[PATCH] Discard .note.gnu.property sections in generic NOTES
2020-03-27 12:11 UTC (2+ messages)
[PATCH 00/12] "Task_isolation" mode
2020-03-27 8:42 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 03/12] task_isolation: userspace hard isolation from kernel
[PATCH V2 2/3] mm/debug: Add tests validating arch advanced page table helpers
2020-03-27 7:41 UTC (3+ messages)
` [mm/debug] d157503f6f: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
[PATCH 1/2] Add RUNTIME_DISCARD_EXIT to generic DISCARDS
2020-03-26 20:39 UTC (3+ 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).