summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-175-9/+2
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
| * kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-1/+0
| * ia64: prefix header search path with $(srctree)/Masahiro Yamada2019-03-144-6/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-3/+4
|\ \ | |/ |/|
| * scsi: ia64: simscsi: use request tag instead of serial_numberHannes Reinecke2019-03-151-3/+4
* | ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-127-17/+74
* | arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-2/+0
* | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-121-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-063-59/+8
|\ \
| * | ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand2019-03-051-55/+4
| * | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-052-4/+4
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-053-15/+12
|\ \ \ | |/ / |/| |
| * | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-0/+1
| |\ \
| | * | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+1
| * | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-103-15/+11
| |\| |
| | * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+4
| | * | ia64: assign syscall numbers for perf and seccompArnd Bergmann2019-01-251-0/+2
| | * | ia64: add statx and io_pgetevents syscallsArnd Bergmann2019-01-251-0/+2
| | * | ia64: add __NR_umount2 definitionArnd Bergmann2019-01-253-15/+3
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-052-120/+1
|\ \ \
| * | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-032-122/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-2/+0
| |\| |
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
| |/ |/|
* | ia64: remove redundant 'export AWK'Masahiro Yamada2019-01-161-2/+0
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-6/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-5/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-3/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-2/+1
* | ia64: fix compile without swiotlbChristoph Hellwig2019-01-042-1/+3
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-034-6/+6
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-25/+3
|\
| * pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig2018-11-231-10/+0
| * PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig2018-11-231-3/+1
| * PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-3/+1
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-9/+1
* | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\ \
| * | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-1/+1
| |/
* | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-5/+2
|\ \
| * | treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-231-0/+2
| * | treewide: remove explicit rules for *offsets.sMasahiro Yamada2018-12-231-5/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-1/+1
|\ \
| * | mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+1
|\ \ \
| * | | scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-286-78/+63
|\ \ \ | |_|/ |/| |
| * | ia64: only select ARCH_HAS_DMA_COHERENT_TO_PFN if swiotlb is enabledChristoph Hellwig2018-12-151-1/+1
| * | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-133-4/+3