aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+2
2019-12-04Merge tag 'please-pull-misc-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-77/+34
2019-12-04ia64: agp: Replace empty define with do whileGravatar Corentin Labbe 1-2/+2
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-11/+0
2019-12-02ia64: remove stale paravirt leftoversGravatar Juergen Gross 4-77/+34
2019-12-02Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+5
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 3-9/+3
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 2-5/+4
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-11/+9
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-2/+2
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecGravatar Arnd Bergmann 1-1/+1
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsGravatar Christoph Hellwig 1-1/+0
2019-11-11ia64: rename ioremap_nocache to ioremap_ucGravatar Christoph Hellwig 2-5/+5
2019-11-11iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reservedGravatar Yian Chen 1-0/+5
2019-11-11ia64: remove unneeded uapi asm-generic wrappersGravatar Masahiro Yamada 3-11/+0
2019-11-11dma-direct: provide mmap and get_sgtable method overridesGravatar Christoph Hellwig 2-7/+1
2019-11-04ia64: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroGravatar Kees Cook 1-3/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesGravatar Kees Cook 1-0/+2
2019-11-04ia64: Rename PT_LOAD identifier "code" to "text"Gravatar Kees Cook 1-7/+7
2019-10-18ia64: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-1/+1
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Gravatar Frederic Weisbecker 1-2/+2
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