linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-03 07:20:51 to 2020-04-08 15:45:55 UTC [more...]

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 15:45 UTC  (4+ messages)
` [PATCH 03/35] docs: fix broken references to text files

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

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

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-08 12:15 UTC  (10+ messages)

[PATCH] csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACE
 2020-04-08  9:55 UTC  (2+ messages)

[RFC PATCH v5 0/8] arm64: tlb: add support for TTL feature
 2020-04-08  9:00 UTC  (10+ messages)
` [RFC PATCH v5 4/8] mm: tlb: Pass struct mmu_gather to flush_pmd_tlb_range

[RFC][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
 2020-04-08  8:51 UTC  (3+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-04-07 22:21 UTC  (11+ messages)
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault

[RFC v4 00/25] Unifying LKL into UML
 2020-04-07 19:25 UTC  (9+ messages)
` [RFC v4 02/25] um lkl: architecture skeleton for Linux kernel library

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-04-07 11:05 UTC  (16+ messages)

[PATCH v2 1/4] powerpc/64s: implement probe_kernel_read/write without touching AMR
 2020-04-07  9:09 UTC  (3+ messages)

whether this is your correct email address or not
 2020-04-07  5:12 UTC 

[GIT PULL] csky updates for v5.7-rc1
 2020-04-07  1:50 UTC  (3+ messages)

[ GIT PULL ] csky updates for v5.7-rc1
 2020-04-07  1:34 UTC  (3+ messages)

[PATCH V4 0/6] x86/Hyper-V: Panic code path fixes
 2020-04-06 15:53 UTC  (12+ messages)
` [PATCH V4 1/6] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH V4 2/6] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
` [PATCH V4 3/6] x86/Hyper-V: Trigger crash enlightenment only once during 0;136;0c0;136;0c system crash
` [PATCH V4 4/6] x86/Hyper-V: Report crash register data or kmsg before running crash kernel
` [PATCH V4 5/6] x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
` [PATCH V4 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set

[PATCH 00/12] "Task_isolation" mode
 2020-04-06  4:43 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/12] task_isolation: userspace hard isolation from kernel
  ` [PATCH v2 10/12] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-05 18:47 UTC  (18+ messages)
` [PATCH v2 2/5] uaccess: Selectively open read or write user access
` [PATCH v2 3/5] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCH v2 4/5] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
` [PATCH v2 5/5] uaccess: Rename user_access_begin/end() to user_full_access_begin/end()

[mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
 2020-04-05 14:49 UTC  (3+ messages)

[PATCH 0/9] Enable orphan section warning
 2020-04-05 11:15 UTC  (5+ messages)

[PATCH v4 0/4] Documentation/litmus-tests: Add litmus tests for atomic APIs
 2020-04-04 19:57 UTC  (6+ messages)

[PATCH v10 0/5] Add NUMA-awareness to qspinlock
 2020-04-03 20:59 UTC  (12+ messages)
` [PATCH v10 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v10 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v10 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v10 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v10 5/5] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA

[PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03 17:26 UTC  (12+ messages)

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-03  9:00 UTC  (12+ messages)
` [PATCH v1 1/6] arm64: Detect the ARMv8.4 "
` [PATCH v1 2/6] arm64: Add level-hinted TLB invalidation helper
` [PATCH v1 3/6] arm64: Add tlbi_user_level "
` [PATCH v1 4/6] tlb: mmu_gather: add tlb_set_*_range APIs
` [PATCH v1 5/6] mm: tlb: Provide flush_*_tlb_range wrappers
` [PATCH v1 6/6] arm64: tlb: Set the TTL field in flush_tlb_range


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