summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel
AgeCommit message (Expand)Author
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann
2019-01-25ia64: assign syscall numbers for perf and seccompArnd Bergmann
2019-01-25ia64: add statx and io_pgetevents syscallsArnd Bergmann
2019-01-25ia64: add __NR_umount2 definitionArnd Bergmann
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-26Merge tag 'please-pull-y2038prep' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada
2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig
2018-11-26ia64: export node_distance functionMatias Bjørling
2018-11-13ia64: generate uapi header and system call table filesFiroz Khan
2018-11-13ia64: add system call table generation supportFiroz Khan
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-09-27signal/ia64: Use force_sig_fault where appropriateEric W. Biederman
2018-09-27signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnEric W. Biederman
2018-09-27signal/ia64: Use the generic force_sigsegv in setup_frameEric W. Biederman
2018-09-17intel-iommu: mark intel_dma_ops staticChristoph Hellwig
2018-09-17ia64: remove machvec_dma_sync_{single,sg}Christoph Hellwig
2018-09-17ia64: remove the unused iommu_dma_init functionChristoph Hellwig
2018-09-17ia64: remove the unused pci_iommu_shutdown functionChristoph Hellwig
2018-09-17ia64: remove the unused bad_dma_address symbolChristoph Hellwig
2018-09-17ia64: remove iommu_dma_supportedChristoph Hellwig
2018-09-17ia64: remove the dead iommu_sac_force variableChristoph Hellwig
2018-09-17ia64: remove the kern_mem_attribute exportChristoph Hellwig
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu