summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* ia64: require -Wl,--hash-style=sysvNick Desaulniers2019-05-131-1/+1
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-7/+7
|\
| * acpi: Create subtable parsing infrastructureKeith Busch2019-04-041-7/+7
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-3/+1
|\ \
| * | efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter2019-03-291-3/+1
| |/
* | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \
| * | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-4/+3
|/
* ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-6/+14
* 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-062-56/+5
|\
| * 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-051-1/+1
* | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+1
* | 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-251-1/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-4/+4
* 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 tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-2/+19
|\ \
| * | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+0
| * | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-1/+1
| * | swiotlb: remove dma_mark_cleanChristoph Hellwig2018-12-131-1/+19
* | | Merge tag 'please-pull-y2038prep' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-265-328/+448
|\ \ \ | |/ / |/| |
| * | ia64: generate uapi header and system call table filesFiroz Khan2018-11-131-328/+3
| * | ia64: add system call table generation supportFiroz Khan2018-11-134-0/+445
| |/
* | ia64: export node_distance functionMatias Bjørling2018-11-261-3/+3
|/
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-3110-10/+9
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-2/+2
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-2/+2
* kernel/signal.c: fix a comment errorWeikang Shi2018-10-311-2/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-244-187/+60
|\
| * signal/ia64: Use force_sig_fault where appropriateEric W. Biederman2018-09-273-140/+47
| * signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnEric W. Biederman2018-09-271-9/+1
| * signal/ia64: Use the generic force_sigsegv in setup_frameEric W. Biederman2018-09-271-38/+12
* | intel-iommu: mark intel_dma_ops staticChristoph Hellwig2018-09-171-4/+0
* | ia64: remove machvec_dma_sync_{single,sg}Christoph Hellwig2018-09-172-21/+0
* | ia64: remove the unused iommu_dma_init functionChristoph Hellwig2018-09-171-6/+0
* | ia64: remove the unused pci_iommu_shutdown functionChristoph Hellwig2018-09-171-5/+0
* | ia64: remove the unused bad_dma_address symbolChristoph Hellwig2018-09-171-3/+0
* | ia64: remove iommu_dma_supportedChristoph Hellwig2018-09-171-13/+0
* | ia64: remove the dead iommu_sac_force variableChristoph Hellwig2018-09-171-19/+0
* | ia64: remove the kern_mem_attribute exportChristoph Hellwig2018-09-171-1/+0
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-8/+8
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-212-3/+3