linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-20 15:09:08 to 2018-07-31 06:01:47 UTC [more...]

[PATCH v5 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-07-31  6:01 UTC  (4+ messages)
` [PATCH v5 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH v5 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH v5 03/11] hugetlb: Introduce generic version of set_huge_pte_at

[PATCH v2 00/17] Add support for Hygon Dhyana Family 18h processor
 2018-07-30 16:43 UTC  (44+ messages)
` [PATCH v2 01/17] x86/cpu: create Dhyana init file and register new cpu_dev to system
` [PATCH v2 02/17] x86/cache: get Dhyana cache size/leaves and setup cache cpumap
` [PATCH v2 03/17] x86/mtrr: get MTRR number and support TOP_MEM2
` [PATCH v2 04/17] x86/smpboot: smp init nodelay and no flush caches before sleep
` [PATCH v2 05/17] x86/perfctr: return perf counter and event selection bit offset
` [PATCH v2 06/17] x86/nops: init ideal_nops for Hygon
` [PATCH v2 07/17] x86/pci: add Hygon PCI vendor and northbridge support
` [PATCH v2 08/17] x86/apic: add modern APIC support for Hygon
` [PATCH v2 09/17] x86/bugs: add lfence mitigation to spectre v2 and no meltdown "
` [PATCH v2 10/17] x86/events: enable Hygon support to PMU infrastructure
` [PATCH v2 11/17] x86/mce: enable Hygon support to MCE infrastructure
` [PATCH v2 12/17] x86/kvm: enable Hygon support to KVM infrastructure
` [PATCH v2 13/17] x86/xen: enable Hygon support to Xen
` [PATCH v2 14/17] driver/acpi: enable Hygon support to ACPI driver
` [PATCH v2 15/17] driver/cpufreq: enable Hygon support to cpufreq driver
` [PATCH v2 16/17] driver/edac: enable Hygon support to AMD64 EDAC driver

[PATCH v2 0/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously
 2018-07-30 16:26 UTC  (10+ messages)
` [PATCH v2 1/4] ARC: DTS: mark DMA devices connected through IOC port as dma-coherent
` [PATCH v2 2/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously
` [PATCH v2 3/4] ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled
` [PATCH v2 4/4] ARC: don't check for HIGHMEM pages in arch_dma_alloc

[PATCH 0/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously
 2018-07-30 10:34 UTC  (16+ messages)
` [PATCH 1/4] ARC: DTS: mark DMA devices connected through IOC port as dma-coherent
` [PATCH 2/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously
` [PATCH 3/4] ARC: refactor arch/arc/mm/dma.c
` [PATCH 4/4] ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled

[PATCH v2 0/2] add ISO7816 support
 2018-07-27 14:39 UTC  (4+ messages)
` [PATCH v2 2/2] tty/serial: atmel: "

[PATCH v4 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-07-27  6:51 UTC  (67+ messages)
` [PATCH v4 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH v4 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH v4 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH v4 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH v4 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
` [PATCH v4 06/11] hugetlb: Introduce generic version of huge_pte_none
` [PATCH v4 07/11] hugetlb: Introduce generic version of huge_pte_wrprotect
` [PATCH v4 08/11] hugetlb: Introduce generic version of prepare_hugepage_range
` [PATCH v4 09/11] hugetlb: Introduce generic version of huge_ptep_set_wrprotect
` [PATCH v4 10/11] hugetlb: Introduce generic version of huge_ptep_set_access_flags
` [PATCH v4 11/11] hugetlb: Introduce generic version of huge_ptep_get

[PATCH] ARC: fix broken noncoherent cache ops
 2018-07-26 19:00 UTC  (8+ messages)

[PATCH v2 1/2] ARC: setup SMP_CACHE_BYTES and cache_line_size
 2018-07-26 17:30 UTC  (6+ messages)
` [PATCH v2 2/2] ARC: add SMP_CACHE_BYTES value validate

[PATCH 1/2] ARC: setup SMP_CACHE_BYTES and cache_line_size
 2018-07-26 11:08 UTC  (4+ messages)
` [PATCH 2/2] ARC: add SMP_CACHE_BYTES value validate

[PATCH 0/6] Symbol namespaces
 2018-07-26  7:44 UTC  (29+ messages)
` [PATCH 2/6] module: add support for symbol namespaces
` [PATCH 4/6] modpost: add support for generating namespace dependencies

[RFC PATCH 0/4] possibilities for improving invalidations
 2018-07-25 15:52 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: munmap optimise single threaded page freeing
` [RFC PATCH 2/4] mm: zap_pte_range only flush under ptl if a dirty shared page was unmapped
` [RFC PATCH 3/4] mm: zap_pte_range optimise fullmm handling for dirty shared pages
` [RFC PATCH 4/4] mm: optimise flushing and pte manipulation for single threaded access

[RFC PATCH 0/4] mm: mmu_gather changes to support explicit paging
 2018-07-25 14:06 UTC  (10+ messages)
` [RFC PATCH 1/4] mm: move tlb_table_flush to tlb_flush_mmu_free
` [RFC PATCH 2/4] mm: mmu_notifier fix for tlb_end_vma
` [RFC PATCH 3/4] mm: allow arch to have tlb_flush caled on an empty TLB range
` [RFC PATCH 4/4] powerpc/64s/radix: optimise TLB flush with precise TLB ranges in mmu_gather

[PATCH v9 00/24] ILP32 for ARM64
 2018-07-25  9:48 UTC  (5+ messages)

[PATCH 0/3] arm, arm64, microblaze: add endianness options to LDFLAGS instead of LD
 2018-07-25  7:20 UTC  (6+ messages)
` [PATCH 3/3] "

[PATCH 4/7] x86,tlb: make lazy TLB mode lazier
 2018-07-24 16:33 UTC  (6+ messages)

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-20 14:58 UTC  (6+ messages)
` [RFC PATCH v2 14/27] mm: Handle THP/HugeTLB shadow stack page fault


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