linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-21 12:16:53 to 2020-03-30 14:47:22 UTC [more...]

[RFC v3 00/26] Unifying LKL into UML
 2020-03-30 14:45 UTC  (8+ 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][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
 2020-03-30 12:16 UTC  (4+ 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 0/3] mm/debug: Add more arch page table helper tests
 2020-03-30  8:56 UTC  (26+ messages)
` [PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features
  ` [mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
` [PATCH V2 2/3] mm/debug: Add tests validating arch advanced page table helpers
  ` [mm/debug] d157503f6f: 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 v4 0/4] Documentation/litmus-tests: Add litmus tests for atomic APIs
 2020-03-27 22:18 UTC  (14+ 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()

[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()

[PATCH v15 00/10] Landlock LSM
 2020-03-27 14:59 UTC  (26+ 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

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

[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  (18+ messages)

[RFC PATCH v3 0/4] arm64: tlb: add support for TTL field
 2020-03-24 12:41 UTC  (7+ messages)
` [RFC PATCH v3 2/4] mm: Add page table level flags to 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  (6+ 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


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