aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2019-01-16ia64: remove redundant 'export AWK'Gravatar Masahiro Yamada 1-2/+0
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-6/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-5/+3
2019-01-04ia64: fix compile without swiotlbGravatar Christoph Hellwig 2-1/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-3/+2
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 4-6/+6
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-25/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-5/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 6-78/+63
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryGravatar Oscar Salvador 1-1/+1
2018-12-26Merge tag 'please-pull-y2038prep' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-659/+458
2018-12-23treewide: add intermediate .s files to targetsGravatar Masahiro Yamada 1-0/+2
2018-12-23treewide: remove explicit rules for *offsets.sGravatar Masahiro Yamada 1-5/+0
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-18scsi: remove the use_clustering flagGravatar Christoph Hellwig 1-1/+1
2018-12-15ia64: only select ARCH_HAS_DMA_COHERENT_TO_PFN if swiotlb is enabledGravatar Christoph Hellwig 1-1/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directGravatar Christoph Hellwig 3-4/+3
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeGravatar Christoph Hellwig 3-6/+4
2018-12-13swiotlb: remove dma_mark_cleanGravatar Christoph Hellwig 3-13/+29
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-1/+0
2018-12-06ia64/sn: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-7/+1
2018-12-06ia64/sba_iommu: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-7/+1
2018-12-06ia64/sba_iommu: improve internal map_page usersGravatar Christoph Hellwig 1-44/+29
2018-11-26ia64: export node_distance functionGravatar Matias Bjørling 3-4/+12
2018-11-23pcmcia: allow PCMCIA support independent of the architectureGravatar Christoph Hellwig 1-10/+0
2018-11-23PCI: consolidate the PCI_SYSCALL symbolGravatar Christoph Hellwig 1-3/+1
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsGravatar Christoph Hellwig 1-3/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-9/+1
2018-11-13ia64: generate uapi header and system call table filesGravatar Firoz Khan 5-658/+9
2018-11-13ia64: add system call table generation supportGravatar Firoz Khan 4-0/+445
2018-11-13ia64: add an offset for system call numberGravatar Firoz Khan 1-322/+323
2018-11-13ia64: add __NR_syscalls along with NR_syscallsGravatar Firoz Khan 2-3/+5
2018-11-13ia64: add __NR_old_getpagesize in uapi header fileGravatar Firoz Khan 1-1/+1
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