linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-31 06:01:49 to 2018-09-14 07:06:46 UTC [more...]

[PATCH] ia64: enable GENERIC_HWEIGHT
 2018-09-14  7:06 UTC 

[PATCH] ia64: disable SCHED_STACK_END_CHECK
 2018-09-14  7:06 UTC 

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-07  9:19 UTC  (74+ messages)
` [RFC PATCH 01/29] mips: switch to NO_BOOTMEM
` [RFC PATCH 02/29] mm: remove CONFIG_NO_BOOTMEM
` [RFC PATCH 03/29] mm: remove CONFIG_HAVE_MEMBLOCK
` [RFC PATCH 04/29] mm: remove bootmem allocator implementation
` [RFC PATCH 05/29] mm: nobootmem: remove dead code
` [RFC PATCH 06/29] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
` [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
` [RFC PATCH 08/29] memblock: replace alloc_bootmem_align with memblock_alloc
` [RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
  ` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nop
` [RFC PATCH 11/29] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [RFC PATCH 12/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 13/29] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [RFC PATCH 14/29] memblock: add align parameter to memblock_alloc_node()
` [RFC PATCH 15/29] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [RFC PATCH 16/29] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [RFC PATCH 17/29] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [RFC PATCH 18/29] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [RFC PATCH 19/29] memblock: replace alloc_bootmem_pages with memblock_alloc
` [RFC PATCH 20/29] memblock: replace __alloc_bootmem with memblock_alloc_from
` [RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
` [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
` [RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
` [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
` [RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
` [RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
` [RFC PATCH 27/29] mm: remove nobootmem
` [RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants

[PATCH net-next 2/3] asm-generic: generalize asm/sockios.h
 2018-08-29 12:59 UTC 

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-08-28 12:47 UTC  (5+ messages)
` Wohltätigkeitsspende in Höhe von € 2.000.000,00 EUR

use generic DMA mapping code in powerpc
 2018-08-27 16:06 UTC  (48+ messages)
` [PATCH 01/20] kernel/dma/direct: take DMA offset into account in dma_direct_supported
` [PATCH 02/20] kernel/dma/direct: refine dma_direct_alloc zone selection
` [PATCH 05/20] swiotlb: allow the architecture to provide a get_required_mask hook
` [PATCH 07/20] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 08/20] powerpc/dma: remove the unused dma_nommu_ops export
` [PATCH 09/20] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 10/20] powerpc/dma-noncoherent: don't disable irqs over kmap_atomic
` [PATCH 11/20] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 12/20] powerpc/dma: use phys_to_dma instead of get_dma_offset
` [PATCH 13/20] powerpc/dma: remove get_dma_offset
` [PATCH 14/20] powerpc/dma: replace dma_nommu_dma_supported with dma_direct_supported
` [PATCH 15/20] powerpc/dma: remove the unused unmap_page and unmap_sg methods
` [PATCH 16/20] powerpc/dma: use dma_direct_{alloc,free}
` [PATCH 17/20] powerpc/dma-swiotlb: use generic swiotlb_dma_ops
` [PATCH 18/20] powerpc/dma-noncoherent: use generic dma_noncoherent_ops
` [PATCH 20/20] powerpc/dma: remove dma_nommu_mmap_coherent

removig ia64, was: Re: [PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FRE
 2018-08-27 11:45 UTC  (3+ messages)
                    ` removig ia64, was: Re: [PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE

[PATCH] treewide: remove current_text_addr
 2018-08-27  7:43 UTC 

[PATCH] ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_info
 2018-08-22 20:39 UTC 

[GIT PULL] convert ia64 to use NO_BOOTMEM
 2018-08-20 22:13 UTC 

[PATCH] ia64: Fix kernel BUG at lib/ioremap.c:72!
 2018-08-20 19:23 UTC  (2+ messages)

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

[PATCH] ia64/sn/hwperf: check seq_open return value to avoid NULL deref
 2018-08-16 11:42 UTC 

[PATCH 1/2] ia64: use asm-generic/io.h
 2018-08-15 23:34 UTC  (2+ messages)

[PATCH 0/2] Use ARRAY_SIZE to replace its implementation
 2018-08-14 16:18 UTC  (9+ messages)
` [PATCH 1/2] ia64: "
` [PATCH 2/2] powerpc: "

[PATCH v2] ia64: Use ARRAY_SIZE to replace its implementation
 2018-08-14 10:35 UTC 

[PATCH 0/5] System call table generation support
 2018-08-10 16:20 UTC  (7+ messages)
` [PATCH 1/5] ia64: Replace NR_syscalls macro from asm/unistd.h
` [PATCH 2/5] ia64: Added an offset for system call number
` [PATCH 3/5] ia64: Replaced the system call table entry from entry.S
` [PATCH 4/5] ia64: Added system call table generation support
` [PATCH 5/5] ia64: uapi header and system call table file generation

[PATCH] ia64:tioce_provider: Use kmemdup rather than implement the function
 2018-08-10  2:38 UTC 

DMA related cleanups for IA64
 2018-08-07 13:53 UTC  (11+ messages)
` [PATCH 1/9] ia64: remove the kern_mem_attribute export
` [PATCH 2/9] ia64: remove the dead iommu_sac_force variable
` [PATCH 3/9] ia64: remove iommu_dma_supported
` [PATCH 4/9] ia64: remove the unused bad_dma_address symbol
` [PATCH 5/9] ia64: remove the unused pci_iommu_shutdown function
` [PATCH 6/9] ia64: remove the unused iommu_dma_init function
` [PATCH 7/9] ia64/sn2: remove no-ops dma sync methods
` [PATCH 8/9] ia64: remove machvec_dma_sync_{single,sg}
` [PATCH 9/9] intel-iommu: mark intel_dma_ops static

for editing the photos
 2018-08-06 13:34 UTC  (2+ messages)

Getting the instruction pointer on a per arch basis
 2018-08-06  5:24 UTC  (5+ messages)

[PATCH] ia64: fix ptrace(PTRACE_GETREGS) (unbreaks strace, gdb)
 2018-08-04 21:33 UTC  (3+ messages)
` [PATCH v2, simpler] "

[PATCH v5 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-08-03  9:47 UTC  (15+ messages)
` [PATCH v5 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
` [PATCH v5 06/11] hugetlb: Introduce generic version of huge_pte_none
` [PATCH v5 07/11] hugetlb: Introduce generic version of huge_pte_wrprotect
` [PATCH v5 08/11] hugetlb: Introduce generic version of prepare_hugepage_range
` [PATCH v5 09/11] hugetlb: Introduce generic version of huge_ptep_set_wrprotect
` [PATCH v5 10/11] hugetlb: Introduce generic version of huge_ptep_set_access_flags
` [PATCH v5 11/11] hugetlb: Introduce generic version of huge_ptep_get

[PATCH] ia64: fix barrier placement for write* / dma mapping
 2018-08-01  8:00 UTC  (4+ messages)

[PATCH 4/4] ia64/sn2: remove no-ops dma sync methods
 2018-07-31 15:16 UTC 

[PATCH 3/4] ia64: remove iommu_dma_supported
 2018-07-31 15:16 UTC 

[PATCH 2/4] ia64: remove the dead iommu_sac_force variable
 2018-07-31 15:16 UTC 

[PATCH 1/4] ia64: remove the kern_mem_attribute export
 2018-07-31 15:16 UTC 

misc ia64 cleanups
 2018-07-31 15:16 UTC 


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