linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-12 19:48:52 to 2020-04-16 10:39:45 UTC [more...]

[PATCH v16 00/10] Landlock LSM
 2020-04-16 10:39 UTC  (2+ messages)

[PATCH lkmm tip/core/rcu 01/10] tools/memory-model: Add recent references
 2020-04-16 10:07 UTC  (20+ messages)
` [PATCH lkmm tip/core/rcu 02/10] tools/memory-model: Fix "conflict" definition
` [PATCH lkmm tip/core/rcu 03/10] Documentation: LKMM: Move MP+onceassign+derefonce to new litmus-tests/rcu/
` [PATCH lkmm tip/core/rcu 04/10] Documentation: LKMM: Add litmus test for RCU GP guarantee where updater frees object
` [PATCH lkmm tip/core/rcu 05/10] Documentation: LKMM: Add litmus test for RCU GP guarantee where reader stores
` [PATCH lkmm tip/core/rcu 06/10] MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/
` [PATCH lkmm tip/core/rcu 07/10] tools/memory-model: Add an exception for limitations on _unless() family
` [PATCH lkmm tip/core/rcu 08/10] Documentation/litmus-tests: Introduce atomic directory
` [PATCH lkmm tip/core/rcu 09/10] Documentation/litmus-tests/atomic: Add a test for atomic_set()
` [PATCH lkmm tip/core/rcu 10/10] Documentation/litmus-tests/atomic: Add a test for smp_mb__after_atomic()

[PATCH v3 00/12] Rework READ_ONCE() to improve codegen
 2020-04-16  9:31 UTC  (29+ messages)
` [PATCH v3 01/12] compiler/gcc: Emit build-time warning for GCC prior to version 4.8
` [PATCH v3 02/12] netfilter: Avoid assigning 'const' pointer to non-const pointer
` [PATCH v3 03/12] net: tls: "
` [PATCH v3 04/12] fault_inject: Don't rely on "return value" from WRITE_ONCE()
` [PATCH v3 05/12] arm64: csum: Disable KASAN for do_csum()
` [PATCH v3 06/12] READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()
` [PATCH v3 07/12] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses
` [PATCH v3 08/12] READ_ONCE: Drop pointer qualifiers when reading from scalar types
` [PATCH v3 09/12] locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
` [PATCH v3 10/12] arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
` [PATCH v3 11/12] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
` [PATCH v3 12/12] gcov: Remove old GCC 3.4 support

[PATCH v2 0/4] huge vmalloc mappings
 2020-04-16  2:38 UTC  (37+ messages)
` [PATCH v2 1/4] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v2 2/4] mm: Move ioremap page table mapping function to mm/
` [PATCH v2 3/4] mm: HUGE_VMAP arch query functions cleanup
` [PATCH v2 4/4] mm/vmalloc: Hugepage vmalloc mappings

[PATCH 5/9] x86: make sure _etext includes function sections
 2020-04-15 21:04 UTC 

[PATCH memory-model 0/10] LKMM updates for v5.8
 2020-04-15 18:49 UTC  (2+ messages)

[PATCH 00/12] "Task_isolation" mode
 2020-04-15 12:44 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v3 00/13] "
    ` [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (4+ messages)
` [PATCH v2 09/33] docs: fix broken references to text files

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-04-14 15:34 UTC  (15+ messages)
` [PATCH v4 01/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v4 02/14] arm: add support for folded p4d page tables
` [PATCH v4 03/14] arm64: "
` [PATCH v4 04/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 05/14] ia64: add support for folded p4d page tables
` [PATCH v4 06/14] nios2: "
` [PATCH v4 07/14] openrisc: "
` [PATCH v4 08/14] powerpc: "
` [PATCH v4 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v4 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v4 11/14] sh: add support for folded p4d page tables
` [PATCH v4 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v4 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

decruft the vmalloc API v2
 2020-04-14 15:13 UTC  (55+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 05/29] dma-mapping: use vmap insted of reimplementing it
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
  ` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
  ` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
  ` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
  ` [PATCH 06/29] powerpc: add an ioremap_phb helper
  ` [PATCH 08/29] mm: remove __get_vm_area
  ` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
  ` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
  ` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
  ` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
  ` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{, _noflush}
    ` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
  ` [PATCH 16/29] mm: remove map_vm_range
  ` [PATCH 17/29] mm: remove unmap_vmap_area
  ` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
  ` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
  ` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
  ` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
  ` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
  ` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
  ` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack

[PATCH] csky: Fixup perf probe -x hungup
 2020-04-14 12:41 UTC 

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-04-14 11:44 UTC  (6+ messages)
` [PATCH 2/3] mm/hugetlb: Introduce HAVE_ARCH_IS_HUGEPAGE_ONLY_RANGE
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-04-14 11:28 UTC  (6+ messages)
` [RFC PATCH v3 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [RFC PATCH v3 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[RFC][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
 2020-04-14  7:05 UTC  (4+ messages)

[PATCH v4 0/3] Support userspace-selected fds
 2020-04-14  2:16 UTC  (4+ messages)
` [PATCH v4 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
` [PATCH v4 3/3] fs: pipe2: Support O_SPECIFIC_FD

Patch "asm-generic/bitops/lock.h: Rewrite using atomic_fetch_" causes kernel crash
 2020-04-14  1:19 UTC  (10+ messages)

decruft the vmalloc API
 2020-04-13 20:03 UTC  (5+ messages)
` [PATCH 25/28] mm: remove vmalloc_user_node_flags

GOOD DAY DEAR
 2020-04-13 14:02 UTC 

I have already sent you first payment US$5000.00 this morning through MONEY Gram service.it is available to pick up in address now
 2020-04-13 11:41 UTC 

[RFC] regset ->get() API
 2020-04-13  4:32 UTC  (5+ messages)

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-12 19:48 UTC  (9+ messages)
` [PATCH 14/21] xtensa: simplify detection of memory zone boundaries
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [PATCH 19/21] mm: clean up free_area_init_node() and its helpers
` [PATCH 20/21] mm: simplify find_min_pfn_with_active_regions()
` [PATCH 21/21] docs/vm: update memory-models documentation


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