summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* fls: change parameter to unsigned intMatthew Wilcox2019-01-041-2/+1
* Merge tag 'please-pull-y2038prep' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-264-331/+7
|\
| * ia64: generate uapi header and system call table filesFiroz Khan2018-11-133-330/+3
| * ia64: add an offset for system call numberFiroz Khan2018-11-131-322/+323
| * ia64: add __NR_syscalls along with NR_syscallsFiroz Khan2018-11-132-3/+5
| * ia64: add __NR_old_getpagesize in uapi header fileFiroz Khan2018-11-131-1/+1
* | ia64: export node_distance functionMatias Bjørling2018-11-261-1/+3
|/
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* mm: make memmap_init a proper functionPavel Tatashin2018-10-261-1/+0
* hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-5/+0
* hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-7/+0
* hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-6/+0
* hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-0/+1
* hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-5/+0
* hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-5/+0
* hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-0/+1
* hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-6/+0
* hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-6/+0
* hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-2/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+3
|\
| * y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann2018-08-291-0/+1
| * y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+0
|\ \
| * | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-031-2/+0
| |/
* | Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-232-7/+0
|\ \
| * | ia64: remove machvec_dma_sync_{single,sg}Christoph Hellwig2018-09-171-5/+0
| * | ia64: remove the unused iommu_dma_init functionChristoph Hellwig2018-09-171-1/+0
| * | ia64: remove the unused pci_iommu_shutdown functionChristoph Hellwig2018-09-171-1/+0
| |/
* / dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig2018-10-014-12/+0
|/
* ia64: Fix kernel BUG at lib/ioremap.c:72!Tony Luck2018-08-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-4/+3
| |\
| * | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2018-08-141-1/+12
|\ \ \
| * | | ia64: use asm-generic/io.hArnd Bergmann2018-07-311-1/+12
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-3/+0
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-021-1/+1
| |\ \ \
| * | | | ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu2018-06-211-1/+0
| * | | | ia64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-2/+0
| | |/ / | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-81/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-16/+0
| * | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-9/+0
| * | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-23/+0
| * | | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-15/+0
| * | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-16/+0
| * | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
| |/ /
* | / mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-4/+3
| |/ |/|
* | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-261-1/+1
|/
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-045-92/+4
|\