aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2019-09-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-54/+9
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-5/+0
2019-09-24ia64: switch to generic version of pte allocationGravatar Mike Rapoport 1-30/+2
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 2-24/+12
2019-09-24mm: introduce page_size()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2019-09-24ia64: Fix some warnings introduced in merge windowGravatar Tony Luck 3-2/+2
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-1/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-1/+3
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Gravatar Linus Torvalds 2-8/+2
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2019-09-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-1/+5
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 172-25603/+306
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableGravatar Christoph Hellwig 2-0/+4
2019-09-03arch, ia64: Make NUMA select SMPGravatar Matt Fleming 1-0/+1
2019-09-03dma-mapping: fix filename referencesGravatar Andy Shevchenko 1-1/+1
2019-08-23ia64: Get rid of iommu_pass_throughGravatar Joerg Roedel 2-4/+0
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSGravatar Masahiro Yamada 1-0/+1
2019-08-21kbuild: rebuild modules when module linker scripts are updatedGravatar Masahiro Yamada 1-1/+1
2019-08-16ia64: remove CONFIG_SWIOTLB ifdefsGravatar Christoph Hellwig 2-4/+0
2019-08-16ia64: remove support for machvecsGravatar Christoph Hellwig 44-473/+101
2019-08-16ia64: move the screen_info setup to common codeGravatar Christoph Hellwig 2-30/+34
2019-08-16ia64: move the ROOT_DEV setup to common codeGravatar Christoph Hellwig 2-9/+9
2019-08-16ia64: rework iommu probingGravatar Christoph Hellwig 14-151/+40
2019-08-16ia64: remove the unused sn_coherency_id symbolGravatar Christoph Hellwig 1-3/+0
2019-08-16ia64: remove the SGI UV simulator supportGravatar Christoph Hellwig 4-64/+6
2019-08-16ia64: remove the zx1 swiotlb machvecGravatar Christoph Hellwig 13-145/+5
2019-08-16ia64: remove CONFIG_ACPI ifdefsGravatar Christoph Hellwig 7-36/+8
2019-08-16ia64: remove CONFIG_PCI ifdefsGravatar Christoph Hellwig 5-35/+3
2019-08-16ia64: remove the hpsim platformGravatar Christoph Hellwig 28-2711/+26
2019-08-16ia64: remove now unused machvec indirectionsGravatar Christoph Hellwig 23-669/+67
2019-08-16ia64: remove support for the SGI SN2 platformGravatar Christoph Hellwig 91-20656/+13
2019-08-16drivers: remove the SGI SN2 IOC4 base supportGravatar Christoph Hellwig 2-2/+0
2019-08-16drivers: remove the SGI SN2 IOC3 base supportGravatar Christoph Hellwig 2-3/+0
2019-08-16misc/sgi-xp: remove SGI SN2 supportGravatar Christoph Hellwig 1-4/+0
2019-08-16tty/serial: remove the ioc3_serial driverGravatar Christoph Hellwig 1-1/+0
2019-08-16tty/serial: remove the ioc4_serial driverGravatar Christoph Hellwig 2-2/+0
2019-08-16tty/serial: remove the sn_console driverGravatar Christoph Hellwig 3-9/+0
2019-08-16ide: remove the sgiioc4 driverGravatar Christoph Hellwig 2-2/+0
2019-08-16char/agp: remove the sgi-agp driverGravatar Christoph Hellwig 2-2/+0
2019-08-16char: remove the SGI tiocx/mbcs driverGravatar Christoph Hellwig 4-574/+0
2019-08-16char: remove the SGI snsc driverGravatar Christoph Hellwig 2-2/+0
2019-08-12ia64/kprobes: remove the unused ia64_get_bsp_cfm functionGravatar Christoph Hellwig 1-26/+0
2019-08-12ia64: annotate switch fallthroughs in ia64_handle_unalignedGravatar Christoph Hellwig 1-3/+3
2019-08-12ia64: annotate a switch fallthrough in ia64_do_signalGravatar Christoph Hellwig 1-5/+5
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeGravatar Ard Biesheuvel 4-2/+6
2019-08-06ia64:unwind: fix double free for mod->arch.init_unw_tableGravatar chenzefeng 1-2/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-7/+10
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEGravatar David Hildenbrand 1-2/+0
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-23/+1
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-23/+1