aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 4-7/+12
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 19-19/+15
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 2-4/+4
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromGravatar Mike Rapoport 2-4/+5
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeGravatar Mike Rapoport 2-7/+4
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIGravatar Mike Rapoport 1-2/+4
2018-10-31memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeGravatar Mike Rapoport 1-4/+4
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31kernel/signal.c: fix a comment errorGravatar Weikang Shi 1-2/+2
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-10-26mm: make memmap_init a proper functionGravatar Pavel Tatashin 1-1/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_getGravatar Alexandre Ghiti 1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Gravatar Alexandre Ghiti 1-7/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Gravatar Alexandre Ghiti 1-6/+0
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeGravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectGravatar Alexandre Ghiti 1-5/+0
2018-10-26hugetlb: introduce generic version of huge_pte_none()Gravatar Alexandre Ghiti 1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_clear_flushGravatar Alexandre Ghiti 1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_get_and_clear()Gravatar Alexandre Ghiti 1-6/+0
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Gravatar Alexandre Ghiti 1-6/+0
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeGravatar Alexandre Ghiti 1-2/+3
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+13
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-199/+62
2018-10-23Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-112/+0
2018-10-13kill TIOCSERGSTRUCTGravatar Al Viro 1-3/+1
2018-10-13kill TIOCSER[SG]WILDGravatar Al Viro 1-5/+0
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEGravatar Eric W. Biederman 1-2/+0
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyGravatar Christoph Hellwig 6-40/+2
2018-09-27signal/ia64: Use force_sig_fault where appropriateGravatar Eric W. Biederman 4-150/+49
2018-09-27signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnGravatar Eric W. Biederman 1-9/+1
2018-09-27signal/ia64: Use the generic force_sigsegv in setup_frameGravatar Eric W. Biederman 1-38/+12
2018-09-17intel-iommu: mark intel_dma_ops staticGravatar Christoph Hellwig 1-4/+0
2018-09-17ia64: remove machvec_dma_sync_{single,sg}Gravatar Christoph Hellwig 4-30/+0
2018-09-17ia64/sn2: remove no-ops dma sync methodsGravatar Christoph Hellwig 1-29/+0
2018-09-17ia64: remove the unused iommu_dma_init functionGravatar Christoph Hellwig 2-7/+0
2018-09-17ia64: remove the unused pci_iommu_shutdown functionGravatar Christoph Hellwig 2-6/+0
2018-09-17ia64: remove the unused bad_dma_address symbolGravatar Christoph Hellwig 1-3/+0
2018-09-17ia64: remove iommu_dma_supportedGravatar Christoph Hellwig 1-13/+0
2018-09-17ia64: remove the dead iommu_sac_force variableGravatar Christoph Hellwig 1-19/+0
2018-09-17ia64: remove the kern_mem_attribute exportGravatar Christoph Hellwig 1-1/+0
2018-09-14simserial: switch to ->[sg]et_serial()Gravatar Al Viro 1-4/+13
2018-08-29y2038: Compile utimes()/futimesat() conditionallyGravatar Arnd Bergmann 1-0/+1
2018-08-29y2038: Remove newstat family from default syscall setGravatar Arnd Bergmann 1-0/+2
2018-08-22ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoGravatar Tony Luck 1-2/+2
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-8/+8
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-188/+33