linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-09 11:46:26 to 2020-04-14 13:15:50 UTC [more...]

decruft the vmalloc API v2
 2020-04-14 13:13 UTC  (53+ 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 21/29] mm: remove the pgprot argument to __vmalloc
  ` [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 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 v2 0/4] huge vmalloc mappings
 2020-04-14 13:02 UTC  (29+ 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] 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  (44+ messages)
` [PATCH 01/28] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 09/28] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 19/28] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 20/28] mm: remove the pgprot argument to __vmalloc
` [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  (22+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [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

[PATCH V4 0/6] x86/Hyper-V: Panic code path fixes
 2020-04-10 14:27 UTC  (8+ messages)
` [PATCH V4 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set

[PATCH v15 08/10] selftests/landlock: Add initial tests
 2020-04-10  8:45 UTC  (6+ messages)
` [selftests/landlock] d9d464ccf6: kernel-selftests.landlock.test_base.fail

[PATCH 00/12] "Task_isolation" mode
 2020-04-09 18:00 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v3 00/13] "
    ` [PATCH 01/13] task_isolation: vmstat: add quiet_vmstat_sync function
    ` [PATCH 02/13] task_isolation: vmstat: add vmstat_idle function
    ` [PATCH v3 04/13] task_isolation: userspace hard isolation from kernel
    ` [PATCH 05/13] task_isolation: Add task isolation hooks to arch-independent code
    ` [PATCH 06/13] task_isolation: arch/x86: enable task isolation functionality
    ` [PATCH v3 07/13] task_isolation: arch/arm64: "
    ` [PATCH v3 08/13] task_isolation: arch/arm: "
    ` [PATCH v3 09/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [PATCH v3 10/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks
    ` [PATCH v3 11/13] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
      ` [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier
      ` [PATCH v3 12/13] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
      ` [PATCH v3 13/13] task_isolation: CONFIG_TASK_ISOLATION prevents distribution of jobs to non-housekeeping CPUs

[PATCH v3 00/26] Introduce common headers for vDSO
 2020-04-09 13:36 UTC  (8+ messages)
` [PATCH v3 21/26] arm64: Introduce asm/vdso/arch_timer.h


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